UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 613 B
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconAutoLayoutPaddingAll24 = 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: "M16 8v8H8V8zm0-1c.5523 0 1 .44771 1 1v8c0 .5523-.4477 1-1 1H8c-.55228 0-1-.4477-1-1V8c0-.55229.44771-1 1-1zm-3 4v2h-2v-2zm0-1c.5523 0 1 .4477 1 1v2c0 .5523-.4477 1-1 1h-2c-.5523 0-1-.4477-1-1v-2c0-.5523.4477-1 1-1z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-auto-layout-padding-all-24.js.map