UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 430 B
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconLayoutGridColumns24 = 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 5h3v14H5zm6 0h3v14h-3zm9 0h-3v14h3z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-layout-grid-columns-24.js.map