UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 847 B
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconFlattenSmall24 = 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: "M12.5 5.5c0-.27614-.2239-.5-.5-.5s-.5.22386-.5.5v4.7929L9.85355 8.64645c-.19526-.19527-.51184-.19527-.7071 0-.19527.19526-.19527.51184 0 .7071l2.49995 2.50005c.1953.1952.5119.1952.7072 0l2.5-2.50005c.1952-.19526.1952-.51184 0-.7071-.1953-.19527-.5119-.19527-.7072 0L12.5 10.2929zm-7.5 9c0-.2761.22386-.5.5-.5h13c.2761 0 .5.2239.5.5s-.2239.5-.5.5h-13c-.27614 0-.5-.2239-.5-.5m1 3c0-.2761.22386-.5.5-.5h11c.2761 0 .5.2239.5.5s-.2239.5-.5.5h-11c-.27614 0-.5-.2239-.5-.5", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-flatten-small-24.js.map