UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 464 B
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconAutoLayoutGridAutoHorizontalLargeRight16 = createIcon(h("svg", { fill: "none", height: "16", viewBox: "0 0 16 16", width: "16", xmlns: "http://www.w3.org/2000/svg" }, h("path", { d: "M11 4c0-.55228.4477-1 1-1s1 .44772 1 1v8c0 .5523-.4477 1-1 1s-1-.4477-1-1z", fill: "currentColor" }))); //# sourceMappingURL=icon-auto-layout-grid-auto-horizontal-large-right-16.js.map