@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.41 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconShuffleSmall24 = 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.2914 16.0003-.1453.1453-1 1c-.1954.1954-.1954.5123 0 .7077.1955.1955.5123.1955.7078 0l1-1 1-1c.1954-.1954.1954-.5123 0-.7077l-2-2c-.1955-.1954-.5123-.1954-.7078 0-.1954.1954-.1954.5123 0 .7077l1.1462 1.1462h-1.3481c-1.0738 0-2.0882-.4931-2.7517-1.3374l-.0354-.0451-.6322.8091c.8529.9967 2.1013 1.5742 3.4193 1.5742zM9.9753 9.57393c-.85285-.99684-2.10133-1.57447-3.41946-1.57447H5.49995c-.27638 0-.50044.22406-.50044.50044 0 .27639.22406.50044.50044.50044h1.05589c1.07386 0 2.08827.49303 2.75174 1.33746l.03558.0452zm7.3165-1.57491-.1457-.14569-1-1c-.1954-.19544-.1954-.5123 0-.70773.1955-.19544.5123-.19544.7078 0l1 1 1 1c.1954.19543.1954.51229 0 .70773l-2 1.99997c-.1955.1955-.5123.1955-.7078 0-.1954-.1954-.1954-.5123 0-.7077l1.1457-1.1457h-1.3477c-1.0738 0-2.0883.49305-2.7517 1.3375l-3.0978 3.9425c-.85318 1.0859-2.15773 1.72-3.53874 1.72H5.5c-.27639 0-.50044-.2241-.50044-.5004 0-.2764.22405-.5005.50044-.5005h1.05586c1.07388 0 2.0883-.493 2.75177-1.3374l3.09777-3.94261c.8532-1.08591 2.1577-1.71997 3.5387-1.71997z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-shuffle-small-24.js.map