@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 805 B
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconAutoLayoutGridWrapLeft16 = 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 1v2c0 .55228.44772 1 1 1s1-.44772 1-1V4c0-.55228-.44772-1-1-1m3 1c0-.55228.44772-1 1-1s1 .44772 1 1v2c0 .55228-.44772 1-1 1s-1-.44772-1-1zm4 0c0-.55228.4477-1 1-1s1 .44772 1 1v2c0 .55228-.4477 1-1 1s-1-.44772-1-1zm-8 6c0-.55228.44772-1 1-1s1 .44772 1 1v2c0 .5523-.44772 1-1 1s-1-.4477-1-1zm5-1c-.55228 0-1 .44772-1 1v2c0 .5523.44772 1 1 1s1-.4477 1-1v-2c0-.55228-.44772-1-1-1", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-auto-layout-grid-wrap-left-16.js.map