adwaita-web
Version:
A GTK inspired toolkit designed to build awesome web apps
154 lines (153 loc) • 8.71 kB
JavaScript
import * as React from "react";
import { memo } from "react";
import cx from "clsx";
const SvgNightLightSymbolic = (passedProps, ...restArgs) => {
const {
colored,
containerProps = {},
...rest
} = passedProps;
if (colored && typeof colored === "string") {
if (!containerProps.style) {
containerProps.style = {};
}
Object.assign(containerProps.style, {
"--custom-icon-color": colored
});
}
const render = (props) => /* @__PURE__ */ React.createElement("span", {
...containerProps,
className: cx("Icon", containerProps.className, {
colored
})
}, /* @__PURE__ */ React.createElement("svg", {
id: "svg7384",
style: {
enableBackground: "new"
},
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 16.002937 16.005859",
...props
}, /* @__PURE__ */ React.createElement("title", {
id: "title8473"
}, "Gnome Symbolic Icons"), /* @__PURE__ */ React.createElement("defs", {
id: "defs7386"
}), /* @__PURE__ */ React.createElement("g", {
id: "layer10",
transform: "translate(-171.99974,-171.99414)"
}), /* @__PURE__ */ React.createElement("g", {
id: "layer1",
transform: "translate(-171.99974,-107.99414)"
}, /* @__PURE__ */ React.createElement("path", {
d: "m 180,111 c -2.74958,0 -5,2.25042 -5,5 0,2.74958 2.25042,5 5,5 2.74958,0 5,-2.25042 5,-5 0,-2.74958 -2.25042,-5 -5,-5 z m 0,2 c 0.18647,0 0.36631,0.0228 0.54297,0.0547 A 2,2 0 0 0 179,115 a 2,2 0 0 0 2,2 2,2 0 0 0 1.94531,-1.54688 C 182.97762,115.63096 183,115.8122 183,116 c 0,0.1965 -0.0213,0.38674 -0.0566,0.57227 a 3,3 0 0 1 -0.0215,0.0918 c -0.0342,0.15351 -0.0802,0.30197 -0.13672,0.44532 a 3,3 0 0 1 -0.0566,0.13281 c -0.0546,0.12079 -0.11806,0.23623 -0.1875,0.34765 a 3,3 0 0 1 -0.10937,0.16211 c -0.0731,0.10167 -0.15326,0.19763 -0.23829,0.28907 a 3,3 0 0 1 -0.10351,0.11132 3,3 0 0 1 -0.0293,0.0254 c -0.0914,0.0864 -0.18918,0.16588 -0.29102,0.24024 a 3,3 0 0 1 -0.14648,0.10351 3,3 0 0 1 -0.002,0.002 c -0.1198,0.0767 -0.24607,0.14385 -0.37695,0.20312 a 3,3 0 0 1 -0.11915,0.0527 c -0.14805,0.0593 -0.30193,0.1071 -0.46093,0.14258 a 3,3 0 0 1 -0.0918,0.0215 C 180.38674,118.97866 180.1965,119 180,119 c -0.1965,0 -0.38675,-0.0213 -0.57227,-0.0566 a 3,3 0 0 1 -0.0918,-0.0215 c -0.15351,-0.0343 -0.30197,-0.0802 -0.44531,-0.13672 a 3,3 0 0 1 -0.13281,-0.0566 c -0.1208,-0.0546 -0.23623,-0.11807 -0.34766,-0.1875 a 3,3 0 0 1 -0.16211,-0.10938 c -0.10167,-0.0731 -0.19763,-0.15326 -0.28906,-0.23828 a 3,3 0 0 1 -0.11133,-0.10352 3,3 0 0 1 -0.0254,-0.0293 c -0.0864,-0.0914 -0.16587,-0.18918 -0.24023,-0.29102 a 3,3 0 0 1 -0.10352,-0.14648 3,3 0 0 1 -0.002,-0.002 c -0.0767,-0.1198 -0.14385,-0.24607 -0.20312,-0.37695 a 3,3 0 0 1 -0.0527,-0.11914 c -0.0593,-0.14806 -0.1071,-0.30194 -0.14258,-0.46094 a 3,3 0 0 1 -0.0215,-0.0918 C 177.02134,116.38674 177,116.1965 177,116 c 0,-0.1965 0.0213,-0.38674 0.0566,-0.57227 a 3,3 0 0 1 0.0215,-0.0918 c 0.0342,-0.15351 0.0802,-0.30197 0.13672,-0.44532 a 3,3 0 0 1 0.0566,-0.13281 c 0.0546,-0.12079 0.11806,-0.23623 0.1875,-0.34765 a 3,3 0 0 1 0.10937,-0.16211 c 0.0731,-0.10167 0.15326,-0.19763 0.23829,-0.28907 a 3,3 0 0 1 0.10351,-0.11132 3,3 0 0 1 0.0293,-0.0254 c 0.0914,-0.0864 0.18918,-0.16588 0.29102,-0.24024 a 3,3 0 0 1 0.14648,-0.10351 3,3 0 0 1 0.002,-0.002 c 0.1198,-0.0767 0.24607,-0.14385 0.37695,-0.20312 a 3,3 0 0 1 0.11914,-0.0527 c 0.14806,-0.0593 0.30194,-0.1071 0.46094,-0.14258 a 3,3 0 0 1 0.0918,-0.0215 C 179.61325,113.02134 179.8035,113 180,113 Z",
id: "circle5503",
style: {
color: "#000000",
fontStyle: "normal",
fontVariant: "normal",
fontWeight: "normal",
fontStretch: "normal",
fontSize: "medium",
lineHeight: "normal",
fontFamily: "sans-serif",
fontVariantLigatures: "normal",
fontVariantPosition: "normal",
fontVariantCaps: "normal",
fontVariantNumeric: "normal",
fontVariantAlternates: "normal",
fontFeatureSettings: "normal",
textIndent: 0,
textAlign: "start",
textDecoration: "none",
textDecorationLine: "none",
textDecorationStyle: "solid",
textDecorationColor: "#000000",
letterSpacing: "normal",
wordSpacing: "normal",
textTransform: "none",
writingMode: "lr-tb",
direction: "ltr",
textOrientation: "mixed",
dominantBaseline: "auto",
baselineShift: "baseline",
textAnchor: "start",
whiteSpace: "normal",
shapePadding: 0,
clipRule: "nonzero",
display: "inline",
overflow: "visible",
visibility: "visible",
isolation: "auto",
mixBlendMode: "normal",
colorInterpolation: "sRGB",
colorInterpolationFilters: "linearRGB",
solidColor: "#000000",
solidOpacity: 1,
vectorEffect: "none",
fill: "#2e3436",
fillOpacity: 1,
fillRule: "nonzero",
stroke: "none",
strokeWidth: 2,
strokeLinecap: "butt",
strokeLinejoin: "miter",
strokeMiterlimit: 4,
strokeDasharray: "none",
strokeDashoffset: 56,
strokeOpacity: 1,
colorRendering: "auto",
imageRendering: "auto",
shapeRendering: "auto",
textRendering: "auto",
enableBackground: "accumulate"
}
}), /* @__PURE__ */ React.createElement("path", {
d: "M 179.49974,121.99414 H 180.5 c 0.277,0 0.5,0.223 0.5,0.5 V 123.5 c 0,0.277 -0.223,0.5 -0.5,0.5 h -1.00026 c -0.277,0 -0.5,-0.223 -0.5,-0.5 v -1.00586 c 0,-0.277 0.223,-0.5 0.5,-0.5 z m 6.50268,-5.50122 v -0.99414 c 0,-0.277 0.223,-0.5 0.5,-0.5 h 1.00026 c 0.277,0 0.5,0.223 0.5,0.5 v 0.99414 c 0,0.277 -0.223,0.5 -0.5,0.5 h -1.00026 c -0.277,0 -0.5,-0.223 -0.5,-0.5 z m -13.99974,0.006 v -1.00586 c 0,-0.277 0.223,-0.5 0.5,-0.5 h 0.99974 c 0.277,0 0.5,0.223 0.5,0.5 v 1.00586 c 0,0.277 -0.223,0.5 -0.5,0.5 h -0.99974 c -0.277,0 -0.5,-0.223 -0.5,-0.5 z m 11.89012,4.09309 0.70296,-0.70296 c 0.19587,-0.19587 0.51124,-0.19587 0.70711,0 l 0.70729,0.70729 c 0.19587,0.19586 0.19587,0.51123 0,0.7071 l -0.70296,0.70297 c -0.19587,0.19586 -0.51124,0.19586 -0.70711,0 l -0.70729,-0.70729 c -0.19587,-0.19587 -0.19587,-0.51124 0,-0.70711 z m -9.90346,-9.89517 0.71125,-0.71125 c 0.19587,-0.19587 0.51124,-0.19587 0.70711,0 l 0.70692,0.70692 c 0.19587,0.19587 0.19587,0.51124 0,0.70711 l -0.71125,0.71125 c -0.19586,0.19587 -0.51123,0.19587 -0.7071,0 l -0.70693,-0.70692 c -0.19587,-0.19587 -0.19587,-0.51124 0,-0.70711 z m 1.41646,9.19135 0.70296,0.70296 c 0.19587,0.19587 0.19587,0.51124 0,0.70711 l -0.70729,0.70729 c -0.19587,0.19587 -0.51124,0.19587 -0.7071,0 l -0.70297,-0.70296 c -0.19587,-0.19587 -0.19587,-0.51124 0,-0.70711 l 0.70729,-0.70729 c 0.19587,-0.19587 0.51124,-0.19587 0.70711,0 z m 9.89517,-9.90345 0.71125,0.71125 c 0.19587,0.19586 0.19587,0.51123 0,0.7071 l -0.70693,0.70693 c -0.19586,0.19586 -0.51123,0.19586 -0.7071,0 l -0.71125,-0.71126 c -0.19587,-0.19586 -0.19587,-0.51123 0,-0.7071 l 0.70692,-0.70692 c 0.19587,-0.19587 0.51124,-0.19587 0.70711,0 z m -5.80123,-1.99046 H 180.5 c 0.277,0 0.5,0.223 0.5,0.5 V 109.5 c 0,0.277 -0.223,0.5 -0.5,0.5 h -1.00026 c -0.277,0 -0.5,-0.223 -0.5,-0.5 v -1.00586 c 0,-0.277 0.223,-0.5 0.5,-0.5 z",
id: "rect5521",
style: {
fill: "#2e3436",
fillOpacity: 0.35,
stroke: "none",
strokeWidth: 2,
strokeLinecap: "butt",
strokeLinejoin: "miter",
strokeMiterlimit: 4,
strokeDasharray: "none",
strokeDashoffset: 56,
strokeOpacity: 1
}
})), /* @__PURE__ */ React.createElement("g", {
id: "layer11",
transform: "translate(-171.99974,-171.99414)"
}), /* @__PURE__ */ React.createElement("g", {
id: "layer7",
transform: "translate(-171.99974,-107.99414)"
}), /* @__PURE__ */ React.createElement("g", {
id: "layer6",
transform: "translate(-171.99974,-107.99414)"
}), /* @__PURE__ */ React.createElement("g", {
id: "layer5",
transform: "translate(-171.99974,-107.99414)"
}), /* @__PURE__ */ React.createElement("g", {
id: "layer9",
transform: "translate(-171.99974,-107.99414)"
}), /* @__PURE__ */ React.createElement("g", {
id: "layer2",
transform: "translate(-171.99974,-107.99414)"
}), /* @__PURE__ */ React.createElement("g", {
id: "layer8",
transform: "translate(-171.99974,-107.99414)"
}), /* @__PURE__ */ React.createElement("g", {
id: "layer3",
transform: "translate(-171.99974,-107.99414)"
}), /* @__PURE__ */ React.createElement("g", {
id: "layer4",
transform: "translate(-171.99974,-107.99414)"
})));
return render(rest, ...restArgs);
};
const Memo = memo(SvgNightLightSymbolic);
var night_light_symbolic_default = Memo;
export {
night_light_symbolic_default as default
};