@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
6 lines • 1.32 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconLayoutAlignHorizontalCenterGroup24 = 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: "M12.5 18c.2761 0 .5-.2239.5-.5V15h2.25c.4142 0 .75-.3358.75-.75v-.5c0-.4142-.3358-.75-.75-.75H13v-3h4.25c.4142 0 .75-.33579.75-.75v-.5c0-.41421-.3358-.75-.75-.75H13V5.5c0-.27614-.2239-.5-.5-.5s-.5.22386-.5.5V8H7.75c-.41421 0-.75.33579-.75.75v.5c0 .41421.33579.75.75.75H12v3H9.75c-.41421 0-.75.3358-.75.75v.5c0 .4142.33579.75.75.75H12v2.5c0 .2761.2239.5.5.5", fill: "currentColor", "fill-rule": "evenodd" }),
h("path", { "clip-rule": "evenodd", d: "M9.5 18c.27614 0 .5-.2239.5-.5s-.22386-.5-.5-.5H6.25c-.13807 0-.25-.1119-.25-.25V6.25c0-.13807.11193-.25.25-.25H9.5c.27614 0 .5-.22386.5-.5S9.77614 5 9.5 5H6.25C5.55964 5 5 5.55964 5 6.25v10.5c0 .6904.55964 1.25 1.25 1.25zm6-13c-.2761 0-.5.22386-.5.5s.2239.5.5.5h3.25c.1381 0 .25.11193.25.25v10.5c0 .1381-.1119.25-.25.25H15.5c-.2761 0-.5.2239-.5.5s.2239.5.5.5h3.25c.6904 0 1.25-.5596 1.25-1.25V6.25C20 5.55964 19.4404 5 18.75 5z", fill: "currentColor", "fill-rule": "evenodd", fillOpacity: "0.3" })));
//# sourceMappingURL=icon-layout-align-horizontal-center-group-24.js.map