@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 695 B
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconAutoLayoutPaddingHorizontal24 = 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: "M8 7.5c0-.27614-.22386-.5-.5-.5s-.5.22386-.5.5v9c0 .2761.22386.5.5.5s.5-.2239.5-.5zm8.5-.5c.2761 0 .5.22386.5.5v9c0 .2761-.2239.5-.5.5s-.5-.2239-.5-.5v-9c0-.27614.2239-.5.5-.5M13 13v-2h-2v2zm1-2c0-.5523-.4477-1-1-1h-2c-.5523 0-1 .4477-1 1v2c0 .5523.4477 1 1 1h2c.5523 0 1-.4477 1-1z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-auto-layout-padding-horizontal-24.js.map