UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.27 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconUiKit16 = 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: "M10.5 3h2c.2761 0 .5.22386.5.5v2c0 .27614-.2239.5-.5.5h-2c-.2761 0-.5-.22386-.5-.5v-2c0-.27614.2239-.5.5-.5M9 3.5c0-.82843.67157-1.5 1.5-1.5h2c.8284 0 1.5.67157 1.5 1.5v2c0 .82843-.6716 1.5-1.5 1.5h-2C9.67157 7 9 6.32843 9 5.5zM4.5 5h2c.27614 0 .5.22386.5.5v2c0 .27614-.22386.5-.5.5h-2c-.27614 0-.5-.22386-.5-.5v-2c0-.27614.22386-.5.5-.5M3.38194 8.5C3.14442 8.23462 3 7.88419 3 7.5v-2C3 4.67157 3.67157 4 4.5 4h2C7.32843 4 8 4.67157 8 5.5v2c0 .23119-.05229.45016-.14571.64572C8.04985 8.05231 8.26883 8 8.5 8h2c.8284 0 1.5.67157 1.5 1.5v2c0 .8284-.6716 1.5-1.5 1.5h-2c-.38419 0-.73462-.1444-1-.3819-.26538.2375-.61581.3819-1 .3819h-2c-.82843 0-1.5-.6716-1.5-1.5v-2c0-.38419.14442-.73462.38194-1M6.5 9c.27614 0 .5.22386.5.5v2c0 .2761-.22386.5-.5.5h-2c-.27614 0-.5-.2239-.5-.5v-2c0-.27614.22386-.5.5-.5zm2 3c-.27614 0-.5-.2239-.5-.5v-2c0-.27614.22386-.5.5-.5h2c.2761 0 .5.22386.5.5v2c0 .2761-.2239.5-.5.5z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-ui-kit-16.js.map