UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 2.67 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconComponentSet16 = createIcon(h("svg", { fill: "none", height: "16", viewBox: "0 0 16 16", width: "16", xmlns: "http://www.w3.org/2000/svg" }, h("path", { "clip-rule": "evenodd", d: "M3.00001.5c0 .27614-.22386.5-.5.5H2c-.55228 0-1 .44772-1 1v.5c0 .27614-.22386.5-.5.5S0 2.77614 0 2.5V2C0 .89543.89543 0 2 0h.50001c.27614 0 .5.22386.5.5m3.75.5c.27614 0 .5-.22386.5-.5s-.22386-.5-.5-.5h-1.75c-.27614 0-.5.22386-.5.5s.22386.5.5.5zM11 1c.2761 0 .5-.22386.5-.5S11.2761 0 11 0H9.25001c-.27614 0-.5.22386-.5.5s.22386.5.5.5zm4 1.5c0 .27614.2239.5.5.5s.5-.22386.5-.5V2c0-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 .27614.2239.5.5.5s.5-.22386.5-.5V5c0-.27614-.2239-.5-.5-.5s-.5.22386-.5.5zM15 11c0 .2761.2239.5.5.5s.5-.2239.5-.5V9.25c0-.27614-.2239-.5-.5-.5s-.5.22386-.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.24999 0c-.27614 0-.5.2239-.5.5s.22386.5.5.5H11c.2761 0 .5-.2239.5-.5s-.2239-.5-.5-.5zm-4.25 0c-.27614 0-.5.2239-.5.5s.22386.5.5.5h1.75c.27614 0 .5-.2239.5-.5s-.22386-.5-.5-.5zM1 13.5c0-.2761-.22386-.5-.5-.5s-.5.2239-.5.5v.5c0 1.1046.89543 2 2 2h.50001c.27614 0 .5-.2239.5-.5s-.22386-.5-.5-.5H2c-.55228 0-1-.4477-1-1zm0-4.25c0-.27614-.22386-.5-.5-.5s-.5.22386-.5.5V11c0 .2761.22386.5.5.5s.5-.2239.5-.5zM1 5c0-.27614-.22386-.5-.5-.5S0 4.72386 0 5v1.75c0 .27614.22386.5.5.5s.5-.22386.5-.5zm4.14645 3.73223L4.41421 8l.73224-.73223L5.87868 8zm2.5-1.79289L6.20711 5.5c-.19527-.19526-.19527-.51184 0-.70711l1.43934-1.43934c.19526-.19526.51184-.19526.7071 0l1.43934 1.43934c.19527.19527.19527.51185 0 .70711L8.35355 6.93934c-.19526.19526-.51184.19526-.7071 0M6.20711 10.5l1.43934-1.43934c.19526-.19526.51184-.19526.7071 0L9.79289 10.5c.19527.1953.19527.5118 0 .7071l-1.43934 1.4393c-.19526.1953-.51184.1953-.7071 0l-1.43934-1.4393c-.19527-.1953-.19527-.5118 0-.7071M5.5 6.20711l1.43934 1.43934c.19526.19526.19526.51184 0 .7071L5.5 9.79289c-.19526.19527-.51184.19527-.70711 0L3.35355 8.35355c-.19526-.19526-.19526-.51184 0-.7071l1.43934-1.43934c.19527-.19527.51185-.19527.70711 0m3.23223-1.06066L8 5.87868l-.73223-.73223L8 4.41421zm.32843 2.5L10.5 6.20711c.1953-.19527.5118-.19527.7071 0l1.4393 1.43934c.1953.19526.1953.51184 0 .7071l-1.4393 1.43934c-.1953.19527-.5118.19527-.7071 0L9.06066 8.35355c-.19526-.19526-.19526-.51184 0-.7071m1.79294 1.08578L10.1213 8l.7323-.73223L11.5858 8zM7.26777 10.8536 8 10.1213l.73223.7323L8 11.5858z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-component-set-16.js.map