@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 772 B
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconExpand24 = 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 7.70711-3.1464 3.14649c-.1953.1952-.5119.1952-.7072 0-.1952-.1953-.1952-.5119 0-.7072L16.2929 7H13.5c-.2761 0-.5-.22386-.5-.5s.2239-.5.5-.5h4c.2761 0 .5.22386.5.5v4c0 .2761-.2239.5-.5.5s-.5-.2239-.5-.5zm-6.8536 5.43929c.1953-.1952.5119-.1952.7072 0 .1952.1953.1952.5119 0 .7072L7.70711 17H10.5c.2761 0 .5.2239.5.5s-.2239.5-.5.5h-4c-.27614 0-.5-.2239-.5-.5v-4c0-.2761.22386-.5.5-.5s.5.2239.5.5v2.7929z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-expand-24.js.map