UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.32 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconLayoutTidyUpGrid24 = 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: "M6 6.5c0-.27614.22386-.5.5-.5h1c.27614 0 .5.22386.5.5v1c0 .27614-.22386.5-.5.5h-1c-.27614 0-.5-.22386-.5-.5zm10 0c0-.27614.2239-.5.5-.5h1c.2761 0 .5.22386.5.5v1c0 .27614-.2239.5-.5.5h-1c-.2761 0-.5-.22386-.5-.5zM6.5 11c-.27614 0-.5.2239-.5.5v1c0 .2761.22386.5.5.5h1c.27614 0 .5-.2239.5-.5v-1c0-.2761-.22386-.5-.5-.5zm9.5.5c0-.2761.2239-.5.5-.5h1c.2761 0 .5.2239.5.5v1c0 .2761-.2239.5-.5.5h-1c-.2761 0-.5-.2239-.5-.5zM6.5 16c-.27614 0-.5.2239-.5.5v1c0 .2761.22386.5.5.5h1c.27614 0 .5-.2239.5-.5v-1c0-.2761-.22386-.5-.5-.5zm9.5.5c0-.2761.2239-.5.5-.5h1c.2761 0 .5.2239.5.5v1c0 .2761-.2239.5-.5.5h-1c-.2761 0-.5-.2239-.5-.5zM11.5 6c-.2761 0-.5.22386-.5.5v1c0 .27614.2239.5.5.5h1c.2761 0 .5-.22386.5-.5v-1c0-.27614-.2239-.5-.5-.5zm-.5 5.5c0-.2761.2239-.5.5-.5h1c.2761 0 .5.2239.5.5v1c0 .2761-.2239.5-.5.5h-1c-.2761 0-.5-.2239-.5-.5zm.5 4.5c-.2761 0-.5.2239-.5.5v1c0 .2761.2239.5.5.5h1c.2761 0 .5-.2239.5-.5v-1c0-.2761-.2239-.5-.5-.5z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-layout-tidy-up-grid-24.js.map