UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.51 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconSunSmall24 = 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: "M12 5c.2761 0 .5.22386.5.5v1c0 .27614-.2239.5-.5.5s-.5-.22386-.5-.5v-1c0-.27614.2239-.5.5-.5m4 7c0 2.2091-1.7909 4-4 4-2.20914 0-4-1.7909-4-4 0-2.20914 1.79086-4 4-4 2.2091 0 4 1.79086 4 4m-4 3c1.6569 0 3-1.3431 3-3s-1.3431-3-3-3-3 1.3431-3 3 1.3431 3 3 3M7.75687 7.05026c-.19526-.19527-.51184-.19527-.7071 0-.19527.19526-.19527.51184 0 .7071l.7071.70711c.19527.19526.51185.19526.70711 0s.19526-.51185 0-.70711zM19 12c0 .2761-.2239.5-.5.5h-1c-.2761 0-.5-.2239-.5-.5s.2239-.5.5-.5h1c.2761 0 .5.2239.5.5m-2.0498-4.24264c.1953-.19526.1953-.51184 0-.7071-.1952-.19527-.5118-.19527-.7071 0l-.7071.7071c-.1952.19526-.1952.51185 0 .70711.1953.19526.5119.19526.7071 0zM12 17c.2761 0 .5.2239.5.5v1c0 .2761-.2239.5-.5.5s-.5-.2239-.5-.5v-1c0-.2761.2239-.5.5-.5m4.2422-1.4644c-.1952-.1953-.5118-.1953-.7071 0-.1952.1953-.1952.5119 0 .7071l.7071.7071c.1953.1953.5119.1953.7071 0 .1953-.1952.1953-.5118 0-.7071zM7 12c0 .2761-.22386.5-.5.5h-1c-.27614 0-.5-.2239-.5-.5s.22386-.5.5-.5h1c.27614 0 .5.2239.5.5m1.46488 4.2427c.19526-.1952.19526-.5118 0-.7071s-.51184-.1953-.70711 0l-.7071.7071c-.19526.1953-.19526.5119 0 .7071.19526.1953.51184.1953.7071 0z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-sun-small-24.js.map