@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
6 lines • 889 B
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconLayoutAlignHorizontalCenter24 = 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: "M17.25 10c.4142 0 .75-.33579.75-.75v-.5c0-.41421-.3358-.75-.75-.75h-9.5c-.41421 0-.75.33579-.75.75v.5c0 .41421.33579.75.75.75zm-2 5c.4142 0 .75-.3358.75-.75v-.5c0-.4142-.3358-.75-.75-.75h-5.5c-.41421 0-.75.3358-.75.75v.5c0 .4142.33579.75.75.75z", fill: "currentColor", "fill-rule": "evenodd" }),
h("path", { "clip-rule": "evenodd", d: "M13 17.5c0 .2761-.2239.5-.5.5s-.5-.2239-.5-.5V15h1zm0-4.5v-3h-1v3zm0-7.5V8h-1V5.5c0-.27614.2239-.5.5-.5s.5.22386.5.5", fill: "currentColor", "fill-rule": "evenodd", fillOpacity: "0.3" })));
//# sourceMappingURL=icon-layout-align-horizontal-center-24.js.map