@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.19 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconShapesSmall24 = 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: "M13.7617 8.63606a.63.63 0 0 0 .0144.0331.56.56 0 0 0 .0222.04282c.0974.17117.2735.28802.4736.28802.3246 0 .5688-.29866.4646-.60605-.4556-1.34393-1.4671-2.43133-2.7607-2.98839C11.3698 5.14458 10.7018 5 10 5c-2.76143 0-5 2.23857-5 5 0 .7018.14458 1.3698.40556 1.9758.55706 1.2936 1.64446 2.3051 2.98839 2.7607.30739.1042.60605-.14.60605-.4646 0-.2001-.11685-.3762-.28802-.4736a.56.56 0 0 0-.04282-.0222.55.55 0 0 0-.02464-.0109l-.00846-.0035-.01594-.0061c-.95456-.3508-1.73833-1.0552-2.1926-1.9544C6.15405 11.2599 6 10.6479 6 10c0-2.20914 1.79086-4 4-4 1.7242 0 3.1936 1.09088 3.7556 2.62012zM11.5 11h6c.2761 0 .5.2239.5.5v6c0 .2761-.2239.5-.5.5h-6c-.2761 0-.5-.2239-.5-.5v-6c0-.2761.2239-.5.5-.5m-1.5.5c0-.8284.6716-1.5 1.5-1.5h6c.8284 0 1.5.6716 1.5 1.5v6c0 .8284-.6716 1.5-1.5 1.5h-6c-.8284 0-1.5-.6716-1.5-1.5z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-shapes-small-24.js.map