@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
6 lines • 1.24 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconSwapSmall24 = createIcon(h("svg", { fill: "none", height: "24", viewBox: "0 0 24 24", width: "24", xmlns: "http://www.w3.org/2000/svg" },
h("path", { d: "M15.8619 8.82407c-1.754-2.13284-4.9049-2.43998-7.03774-.686-1.06653.87708-1.67634 2.10243-1.80056 3.37673-.02679.2749-.27131.476-.54615.4492s-.47592-.2713-.44913-.5462c.14889-1.52749.88107-2.9998 2.16067-4.0521 2.55941-2.10477 6.34051-1.73621 8.44521.8232.1315.1599.2534.32467.3658.49361v-2.1824c0-.27614.2239-.5.5-.5s.5.22386.5.5v3c0 .27614-.2239.49999-.5.49999h-3c-.2761 0-.5-.22385-.5-.49999s.2239-.5.5-.5h1.5003a5.2 5.2 0 0 0-.1384-.17604", fill: "currentColor" }),
h("path", { d: "M17.5226 12.0359c.2748.0268.4759.2713.4491.5461-.1489 1.5275-.8811 2.9999-2.1607 4.0522-2.5594 2.1047-6.34044 1.7362-8.44521-.8232A6.07 6.07 0 0 1 7 15.3173v2.1828c0 .2762-.22386.5-.5.5s-.5-.2238-.5-.5v-3c0-.2761.22386-.5.5-.5h3c.27614 0 .5.2239.5.5 0 .2762-.22386.5-.5.5H8.00003c.04452.0593.09056.1178.13813.1757 1.75398 2.1328 4.90484 2.44 7.03774.686 1.0665-.8771 1.6763-2.1025 1.8005-3.3768.0268-.2748.2713-.4759.5462-.4491", fill: "currentColor" })));
//# sourceMappingURL=icon-swap-small-24.js.map