UNPKG

@pluralsight/icons

Version:
8 lines (7 loc) 892 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); function SunIcon(props) { return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", "aria-label": "sun icon", ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M12 6.975c-2.757 0-5 2.243-5 5s2.243 5 5 5 5-2.243 5-5-2.243-5-5-5Zm0 8c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3ZM13 1.975h-2v3h2v-3ZM19.778 5.61l-1.414-1.413-2.123 2.122 1.415 1.415 2.122-2.123ZM22 10.975h-3v2h3v-2ZM16.242 17.63l2.123 2.122 1.414-1.415-2.123-2.122-1.414 1.414ZM13 18.975h-2v3h2v-3ZM4.222 18.338l1.414 1.415 2.122-2.122-1.415-1.414-2.12 2.121ZM5 10.975H2v2h3v-2ZM7.757 6.32l-2.12-2.123-1.415 1.414 2.12 2.122L7.758 6.32Z" }) }); } exports.default = SunIcon;