@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 944 B
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconAutoLayoutSpacingHorizontal24 = 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: "M7 15.5c0-.2761.22386-.5.5-.5h.25c.13807 0 .25-.1119.25-.25v-6.5C8 8.11193 7.88807 8 7.75 8H7.5c-.27614 0-.5-.22386-.5-.5s.22386-.5.5-.5h.25C8.44036 7 9 7.55964 9 8.25v6.5C9 15.4404 8.44036 16 7.75 16H7.5c-.27614 0-.5-.2239-.5-.5m8-.7498c0 .1381.1119.25.25.25h.25c.2761 0 .5.2239.5.5 0 .2762-.2239.5-.5.5h-.25c-.6904 0-1.25-.5596-1.25-1.25V8.25012c0-.69035.5596-1.25 1.25-1.25h.25c.2761 0 .5.22386.5.5s-.2239.5-.5.5h-.25c-.1381 0-.25.11193-.25.25zM11 13.5c0 .2761.2239.5.5.5s.5-.2239.5-.5v-4c0-.27614-.2239-.5-.5-.5s-.5.22386-.5.5z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-auto-layout-spacing-horizontal-24.js.map