@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 2.58 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconComponentSet24 = 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: "M7 4.5c0 .27614-.22386.5-.5.5H6c-.55228 0-1 .44772-1 1v.5c0 .27614-.22386.5-.5.5S4 6.77614 4 6.5V6c0-1.10457.89543-2 2-2h.5c.27614 0 .5.22386.5.5m3.75.5c.2761 0 .5-.22386.5-.5s-.2239-.5-.5-.5H9c-.27614 0-.5.22386-.5.5s.22386.5.5.5zM15 5c.2761 0 .5-.22386.5-.5S15.2761 4 15 4h-1.75c-.2761 0-.5.22386-.5.5s.2239.5.5.5zm4 1.5c0 .27614.2239.5.5.5s.5-.22386.5-.5V6c0-1.10457-.8954-2-2-2h-.5c-.2761 0-.5.22386-.5.5s.2239.5.5.5h.5c.5523 0 1 .44772 1 1zm0 4.25c0 .2761.2239.5.5.5s.5-.2239.5-.5V9c0-.27614-.2239-.5-.5-.5s-.5.22386-.5.5zM19 15c0 .2761.2239.5.5.5s.5-.2239.5-.5v-1.75c0-.2761-.2239-.5-.5-.5s-.5.2239-.5.5zm-1.5 4c-.2761 0-.5.2239-.5.5s.2239.5.5.5h.5c1.1046 0 2-.8954 2-2v-.5c0-.2761-.2239-.5-.5-.5s-.5.2239-.5.5v.5c0 .5523-.4477 1-1 1zm-4.25 0c-.2761 0-.5.2239-.5.5s.2239.5.5.5H15c.2761 0 .5-.2239.5-.5s-.2239-.5-.5-.5zM9 19c-.27614 0-.5.2239-.5.5s.22386.5.5.5h1.75c.2761 0 .5-.2239.5-.5s-.2239-.5-.5-.5zm-4-1.5c0-.2761-.22386-.5-.5-.5s-.5.2239-.5.5v.5c0 1.1046.89543 2 2 2h.5c.27614 0 .5-.2239.5-.5s-.22386-.5-.5-.5H6c-.55228 0-1-.4477-1-1zm0-4.25c0-.2761-.22386-.5-.5-.5s-.5.2239-.5.5V15c0 .2761.22386.5.5.5s.5-.2239.5-.5zM5 9c0-.27614-.22386-.5-.5-.5S4 8.72386 4 9v1.75c0 .2761.22386.5.5.5s.5-.2239.5-.5zm4.14645 3.7322L8.41421 12l.73224-.7322.73223.7322zm2.49995-1.7929L10.2071 9.5c-.1953-.19526-.1953-.51184 0-.70711l1.4393-1.43934c.1953-.19526.5119-.19526.7072 0l1.4393 1.43934c.1953.19527.1953.51185 0 .70711l-1.4393 1.4393c-.1953.1953-.5119.1953-.7072 0M10.2071 14.5l1.4393-1.4393c.1953-.1953.5119-.1953.7072 0L13.7929 14.5c.1953.1953.1953.5118 0 .7071l-1.4393 1.4393c-.1953.1953-.5119.1953-.7072 0l-1.4393-1.4393c-.1953-.1953-.1953-.5118 0-.7071M9.5 10.2071l1.4393 1.4393c.1953.1953.1953.5119 0 .7072L9.5 13.7929c-.19526.1953-.51184.1953-.70711 0l-1.43934-1.4393c-.19526-.1953-.19526-.5119 0-.7072l1.43934-1.4393c.19527-.1953.51185-.1953.70711 0m3.2322-1.06065L12 9.87868l-.7322-.73223L12 8.41421zm.3285 2.49995L14.5 10.2071c.1953-.1953.5118-.1953.7071 0l1.4393 1.4393c.1953.1953.1953.5119 0 .7072l-1.4393 1.4393c-.1953.1953-.5118.1953-.7071 0l-1.4393-1.4393c-.1953-.1953-.1953-.5119 0-.7072m1.7929 1.0858L14.1213 12l.7323-.7322.7322.7322zm-3.5858 2.1214L12 14.1213l.7322.7323-.7322.7322z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-component-set-24.js.map