UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 726 B
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconAutoLayoutWrapRight16 = 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: "M10 4h2v2h-2zm2-1c.5523 0 1 .44771 1 1v2c0 .55229-.4477 1-1 1h-2c-.55229 0-1-.44771-1-1V4c0-.55229.44771-1 1-1zM4 4h2v2H4zm2-1c.55229 0 1 .44771 1 1v2c0 .55229-.44771 1-1 1H4c-.55229 0-1-.44771-1-1V4c0-.55229.44771-1 1-1zm6 7h-2v2h2zm1 0c0-.55229-.4477-1-1-1h-2c-.55229 0-1 .44771-1 1v2c0 .5523.44771 1 1 1h2c.5523 0 1-.4477 1-1z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-auto-layout-wrap-right-16.js.map