@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.5 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconDetachSmall24 = 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: "M17.3538 6.64664c1.0237 1.02369 1.0237 2.68342 0 3.70706l-1.5 1.5c-.1953.1953-.5119.1953-.7071 0-.1953-.1952-.1953-.5118 0-.7071l1.5-1.49996c.6331-.63316.6331-1.65973 0-2.29289-.6332-.63317-1.6598-.63317-2.2929 0l-1.5 1.5c-.1953.19526-.5119.19526-.7071 0-.1953-.19526-.1953-.51185 0-.70711l1.5-1.5c1.0237-1.02369 2.6834-1.02369 3.7071 0M6.64716 17.3539c-1.02369-1.0237-1.02369-2.6834 0-3.7071l1.5-1.5c.19526-.1953.51185-.1953.70711 0 .19526.1952.19526.5118 0 .7071l-1.5 1.5c-.63317.6331-.63317 1.6597 0 2.2929.63316.6331 1.65973.6331 2.29289 0l1.50004-1.5c.1952-.1953.5118-.1953.7071 0 .1952.1952.1952.5118 0 .7071l-1.5 1.5c-1.02372 1.0237-2.68345 1.0237-3.70714 0M9.50023 6.00014c.27614 0 .49997.22385.49997.5v1.49999c0 .27615-.22383.5-.49997.5s-.5-.22385-.5-.5V6.50014c0-.27615.22385-.5.5-.5m-3 2.99999c-.27615 0-.5.22386-.5.5 0 .27615.22385.49997.5.49997h1.5c.27614 0 .5-.22382.5-.49997 0-.27614-.22386-.5-.5-.5zm7.99997 8.99997c-.2761 0-.5-.2238-.5-.5v-1.5c0-.2761.2239-.5.5-.5.2762 0 .5.2239.5.5v1.5c0 .2762-.2238.5-.5.5m3-3c.2762 0 .5-.2238.5-.5 0-.2761-.2238-.5-.5-.5h-1.5c-.2761 0-.5.2239-.5.5 0 .2762.2239.5.5.5z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-detach-small-24.js.map