UNPKG

adwaita-web

Version:

A GTK inspired toolkit designed to build awesome web apps

107 lines (106 loc) 4.2 kB
import * as React from "react"; import { memo } from "react"; import cx from "clsx"; const SvgPowerProfilePerformanceSymbolic = (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 16", ...props }, /* @__PURE__ */ React.createElement("title", { id: "title8473" }, "Gnome Symbolic Icons"), /* @__PURE__ */ React.createElement("defs", { id: "defs7386" }), /* @__PURE__ */ React.createElement("g", { id: "layer10", transform: "translate(-252,-72)" }), /* @__PURE__ */ React.createElement("g", { id: "layer1", transform: "translate(-252,-8)" }, /* @__PURE__ */ React.createElement("path", { d: "m 260,9.005859 c -1.86785,0 -3.73066,0.656334 -5.22656,1.951172 -0.14508,0.12558 -0.29195,0.248976 -0.42969,0.386719 -3.116,3.116 -3.116,8.1965 0,11.3125 a 1,1 0 0 0 1.67969,-0.972656 l 0.79492,-0.794922 -0.70703,-0.707031 -0.69336,0.693359 A 5.984,5.984 0 0 1 254.01562,17.5 H 255 v -1 h -0.98438 a 5.984,5.984 0 0 1 1.40235,-3.375 l 0.69336,0.693359 0.70703,-0.707031 -0.69141,-0.691406 A 5.984,5.984 0 0 1 259.5,11.015625 V 12 h 1 v -0.984375 a 5.984,5.984 0 0 1 3.375,1.402344 l -0.69141,0.693359 0.70703,0.707031 0.69141,-0.693359 a 5.984,5.984 0 0 1 1.40235,3.375 H 265 v 1 h 0.98438 a 5.984,5.984 0 0 1 -1.19532,3.117188 c -0.042,-0.09189 -0.0959,-0.180515 -0.18164,-0.25586 l -2.78711,-2.533203 A 2,2 0 0 0 262,17 a 2,2 0 0 0 -2,-2 2,2 0 0 0 -2,2 2,2 0 0 0 2,2 2,2 0 0 0 0.72266,-0.136719 l 2.87304,2.611328 c 0.096,0.08935 0.21456,0.138289 0.33985,0.167969 l 0.043,0.04297 a 1,1 0 0 0 1.67773,0.970703 c 3.116,-3.116 3.116,-8.1965 0,-11.3125 A 7.975,7.975 0 0 0 260,9.005859 Z", id: "path2-35", style: { lineHeight: "normal", fontVariantLigatures: "normal", fontVariantPosition: "normal", fontVariantCaps: "normal", fontVariantNumeric: "normal", fontVariantAlternates: "normal", fontFeatureSettings: "normal", textIndent: 0, textAlign: "start", textDecoration: "none", textDecorationLine: "none", textDecorationStyle: "solid", textDecorationColor: "#000000", textTransform: "none", textOrientation: "mixed", whiteSpace: "normal", shapePadding: 0, display: "inline", isolation: "auto", mixBlendMode: "normal", solidColor: "#000000", solidOpacity: 1, fill: "#2e3436", fillOpacity: 1, stroke: "none", marker: "none" } })), /* @__PURE__ */ React.createElement("g", { id: "layer11", transform: "translate(-252,-72)" }), /* @__PURE__ */ React.createElement("g", { id: "layer7", transform: "translate(-252,-8)" }), /* @__PURE__ */ React.createElement("g", { id: "layer6", transform: "translate(-252,-8)" }), /* @__PURE__ */ React.createElement("g", { id: "layer5", transform: "translate(-252,-8)" }), /* @__PURE__ */ React.createElement("g", { id: "layer9", transform: "translate(-252,-8)" }), /* @__PURE__ */ React.createElement("g", { id: "layer2", transform: "translate(-252,-8)" }), /* @__PURE__ */ React.createElement("g", { id: "layer8", transform: "translate(-252,-8)" }), /* @__PURE__ */ React.createElement("g", { id: "layer3", transform: "translate(-252,-8)" }), /* @__PURE__ */ React.createElement("g", { id: "layer4", transform: "translate(-252,-8)" }))); return render(rest, ...restArgs); }; const Memo = memo(SvgPowerProfilePerformanceSymbolic); var power_profile_performance_symbolic_default = Memo; export { power_profile_performance_symbolic_default as default };