사용 방법
React / React Native
import { MenteeIcon } from 'gentlecon';
<MenteeIcon size={24} color="currentColor" />
Vue
<template>
<MenteeIcon :size="24" color="currentColor" />
</template>
SVG (HTML)
<svg width="24" height="24" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round">
<!-- Mentee icon paths -->
</svg>
전체 SVG 코드는 편집기에서 확인하고 복사할 수 있습니다.