@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.41 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconCutSmall24 = createIcon(h("svg", { fill: "none", height: "24", viewBox: "0 0 24 24", width: "24", xmlns: "http://www.w3.org/2000/svg" },
h("path", { "clip-rule": "evenodd", d: "M6.22359 15.4477c-.24699.1235-.54732.0234-.67082-.2236-.12349-.2469-.02338-.5473.22361-.6708l3.99994-1.9999c.24698-.1235.54728-.0234.67078.2236.1235.2469.0234.5473-.2236.6708zM12 11.4415 6.22359 8.55332c-.24699-.12349-.54732-.02338-.67082.22361s-.02338.54732.22361.67082l5.99472 2.99735a.5.5 0 0 0 .0099.0049l1.673.8366-.2503 1.7524c-.1491 1.0436.3863 2.0656 1.3292 2.5371l.2434.1217c1.0754.5377 2.3831.1018 2.9209-.9736.5377-1.0755.1018-2.3832-.9736-2.9209l-2.4896-1.2448a.5.5 0 0 0-.0207-.0103l-1.0953-.5477 1.0952-.5476a.5.5 0 0 0 .0208-.0103l2.4898-1.2449c1.0753-.53769 1.511-1.84533.9732-2.92057-.5377-1.07502-1.845-1.51068-2.9201-.97313l-.2439.12194c-.943.4715-1.4784 1.49353-1.3293 2.53723l.2503 1.75133zm2.1937-2.61979.2031 1.42139 1.8797-.93986c.5813-.29064.8169-.99752.5262-1.57876-.2907-.58113-.9974-.81664-1.5786-.52605l-.2438.12194c-.558.27899-.8749.88376-.7866 1.50134m-.0001 6.35869.2032-1.4224 1.8795.9397c.5815.2908.8172.9978.5264 1.5792-.2907.5815-.9977.8171-1.5792.5264l-.2434-.1217c-.5579-.2789-.8747-.8836-.7865-1.5012", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-cut-small-24.js.map