UNPKG

@nant-design/nant-icons

Version:

12 lines (8 loc) 674 B
import React from 'react'; export const ColorWandOutline = ({fill="currentColor",...other}) => { return <svg width='1.33em' height='1.33em' fill={fill} viewBox="0 0 512 512" {...other}> <rect fill="none" stroke={fill} strokeMiterlimit="10" strokeWidth="32" x="280.48" y="122.9" width="63.03" height="378.2" rx="31.52" transform="rotate(-45 312.002 311.994)"/> <path d="M178.38 178.38a31.64 31.64 0 0 0 0 44.75L223.25 268 268 223.25l-44.87-44.87a31.64 31.64 0 0 0-44.75 0Z"/> <path stroke={fill} strokeMiterlimit="10" strokeWidth="32" strokeLinecap="round" d="M48 192h48M90.18 90.18l33.94 33.94M192 48v48m101.82-5.82-33.94 33.94M124.12 259.88l-33.94 33.94"/> </svg>; };