UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

6 lines 804 B
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconLayoutDistributeHorizontalSpacing24 = createIcon(h("svg", { fill: "none", height: "24", viewBox: "0 0 24 24", width: "24", xmlns: "http://www.w3.org/2000/svg" }, h("path", { d: "M12.25 15c.4142 0 .75-.3358.75-.75v-5.5c0-.41421-.3358-.75-.75-.75h-.5c-.4142 0-.75.33579-.75.75v5.5c0 .4142.3358.75.75.75z", fill: "currentColor" }), h("path", { "clip-rule": "evenodd", d: "M6.5 5c-.27614 0-.5.22386-.5.5v12c0 .2761.22386.5.5.5s.5-.2239.5-.5v-12c0-.27614-.22386-.5-.5-.5m11 0c-.2761 0-.5.22386-.5.5v12c0 .2761.2239.5.5.5s.5-.2239.5-.5v-12c0-.27614-.2239-.5-.5-.5", fill: "currentColor", "fill-rule": "evenodd", fillOpacity: "0.3" }))); //# sourceMappingURL=icon-layout-distribute-horizontal-spacing-24.js.map