@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 980 B
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconLoadingSmall24 = 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.3334 7.01114a6 6 0 0 0-2.834-.99037C12.2242 5.99779 12 5.7761 12 5.49995s.2241-.50185.4995-.48215a7 7 0 0 1 3.3894 1.16187 6.9996 6.9996 0 0 1 2.5782 3.1415 7.001 7.001 0 0 1 .3984 4.04443 7 7 0 0 1-1.9158 3.5841 7 7 0 0 1-3.5841 1.9158 7.001 7.001 0 0 1-4.04443-.3984 6.9996 6.9996 0 0 1-3.1415-2.5782 7 7 0 0 1-1.16187-3.3894c-.0197-.2754.20601-.4995.48215-.4995s.49784.2242.52082.4994a6 6 0 0 0 .99037 2.834 5.9997 5.9997 0 0 0 2.69271 2.2098 5.9995 5.9995 0 0 0 3.46665.3415 6 6 0 0 0 3.0721-1.6421 6 6 0 0 0 1.6421-3.0721 5.9995 5.9995 0 0 0-.3415-3.46665 5.9997 5.9997 0 0 0-2.2098-2.69271", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-loading-small-24.js.map