Pinch Out
- 카테고리
- UI/인터페이스
- 폴더
- gestures
- 형식
- SVG (Scalable Vector Graphics)
- 라이선스
- MIT - 상업용 무료
사용 방법
React / React Native
import { Pinch OutIcon } from 'gentlecon';
<Pinch OutIcon size={24} color="currentColor" />
Vue
<template>
<Pinch OutIcon :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">
<!-- Pinch Out icon paths -->
</svg>
전체 SVG 코드는 편집기에서 확인하고 복사할 수 있습니다.