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