@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.26 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconActionChangeSmall24 = 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: "M15.8619 8.82383c-1.754-2.13285-4.9049-2.43998-7.03774-.686-1.06653.87707-1.67634 2.10247-1.80056 3.37677-.02679.2748-.27131.4759-.54615.4491s-.47592-.2713-.44913-.5461c.14889-1.52753.88107-2.99985 2.16067-4.05214 2.55941-2.10478 6.34051-1.73622 8.44521.82319.1315.1599.2534.32468.3658.49361V6.49987c0-.27615.2239-.5.5-.5s.5.22385.5.5v3c0 .27614-.2239.5-.5.5h-3c-.2761 0-.5-.22386-.5-.5 0-.27615.2239-.5.5-.5h1.5003a5.2 5.2 0 0 0-.1384-.17604m1.6607 3.21177c.2748.0268.4759.2713.4491.5462-.1489 1.5275-.8811 2.9998-2.1607 4.0521-2.5594 2.1048-6.34044 1.7362-8.44521-.8232A6.07 6.07 0 0 1 7 15.3171v2.1828c0 .2761-.22386.5-.5.5s-.5-.2239-.5-.5v-3c0-.2762.22386-.5.5-.5h3c.27614 0 .5.2238.5.5 0 .2761-.22386.5-.5.5H8.00003c.04452.0592.09056.1178.13813.1756 1.75398 2.1329 4.90484 2.44 7.03774.686 1.0665-.877 1.6763-2.1024 1.8005-3.3767.0268-.2749.2713-.476.5462-.4492", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-action-change-small-24.js.map