사용 방법
React / React Native
import { DirectorIcon } from 'gentlecon';
<DirectorIcon size={24} color="currentColor" />
Vue
<template>
<DirectorIcon :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">
<!-- Director icon paths -->
</svg>
전체 SVG 코드는 편집기에서 확인하고 복사할 수 있습니다.