@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.06 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconMoonSmall24 = 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 14.9999c.3647 0 .7224-.0327 1.0703-.0954-.9079 1.2698-2.3933 2.0952-4.0703 2.0952-2.76142 0-5-2.2386-5-5 0-1.6771.82546-3.1626 2.09542-4.07047C9.03267 8.27722 9 8.63509 9 8.99986c0 3.31374 2.6863 6.00004 6 6.00004m2.3039-.1924c.3154-.5946-.4106-1.1295-1.0627-.9629-.3969.1014-.8127.1553-1.2412.1553-2.7614 0-5-2.2386-5-5.00004 0-.42854.0539-.84449.1553-1.24144.1666-.65211-.36819-1.3781-.96278-1.06272C7.29348 7.70298 6 9.70029 6 11.9997c0 3.3137 2.68629 6 6 6 2.2993 0 4.2965-1.2933 5.3039-3.1922M16 7.49993c0-.27614-.2239-.5-.5-.5s-.5.22386-.5.5v.5h-.5c-.2761 0-.5.22386-.5.5s.2239.5.5.5h.5v.5c0 .27614.2239.5.5.5s.5-.22386.5-.5v-.5h.5c.2761 0 .5-.22386.5-.5s-.2239-.5-.5-.5H16z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-moon-small-24.js.map