@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 654 B
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconAutoLayoutGridVerticalLeft16 = 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: "M4 3c-.55228 0-1 .44772-1 1s.44772 1 1 1h5c.55228 0 1-.44771 1-1s-.44772-1-1-1zm0 4c-.55228 0-1 .44772-1 1s.44772 1 1 1h8c.5523 0 1-.44771 1-1s-.4477-1-1-1zm-1 5c0-.5523.44771-1 1-1h3c.55228 0 1 .4477 1 1s-.44772 1-1 1H4c-.55229 0-1-.4477-1-1", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-auto-layout-grid-vertical-left-16.js.map