UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 423 B
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconLayoutGridRows24 = 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: "M5 5h14v3H5zm0 6h14v3H5zm14 6H5v3h14z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-layout-grid-rows-24.js.map