UNPKG

adwaita-web

Version:

A GTK inspired toolkit designed to build awesome web apps

160 lines (159 loc) 5.66 kB
import * as React from "react"; import { memo } from "react"; import cx from "clsx"; const SvgBluetoothDisconnectedSymbolic = (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.000107", ...props }, /* @__PURE__ */ React.createElement("title", { id: "title8473" }, "Gnome Symbolic Icons"), /* @__PURE__ */ React.createElement("defs", { id: "defs7386" }), /* @__PURE__ */ React.createElement("g", { id: "layer10", transform: "translate(-212,-271.99989)" }), /* @__PURE__ */ React.createElement("g", { id: "layer1", transform: "translate(-212,-207.99989)" }, /* @__PURE__ */ React.createElement("path", { d: "m 218,208 v 0.99805 0.002 3.58594 l -1.29297,-1.29297 A 1,1 0 0 0 216,211 h -1 V 211.9707 212 a 1,1 0 0 0 0.29297,0.70703 L 218,215.41406 v 1.17188 l -2.70703,2.70703 A 1,1 0 0 0 215,220 v 1 h 0.9707 a 1,1 0 0 0 0.0293,0 1,1 0 0 0 0.70703,-0.29297 L 218,219.41406 V 223 v 1 h 1 a 1.0001,1.0001 0 0 0 0.70703,-0.29297 l 2.56641,-2.56641 a 0.98884003,0.98884003 0 0 1 -0.26172,-0.67187 V 219 A 0.98884003,0.98884003 0 0 1 223,218.01172 h 0.42578 L 221.41406,216 l 2.29297,-2.29297 a 1.0001,1.0001 0 0 0 0,-1.41406 l -4,-4 A 1.0001,1.0001 0 0 0 219.0293,208 1.0001,1.0001 0 0 0 219,208 Z m 2,3.41406 L 221.58594,213 220,214.58594 Z m 0,6 L 221.58594,219 220,220.58594 Z", id: "path3359", 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", fontVariantEastAsian: "normal", fontFeatureSettings: "normal", fontVariationSettings: "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, shapeMargin: 0, inlineSize: 0, clipRule: "nonzero", display: "inline", overflow: "visible", visibility: "visible", opacity: 0.35, 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: 0, strokeOpacity: 1, colorRendering: "auto", imageRendering: "auto", shapeRendering: "auto", textRendering: "auto", enableBackground: "accumulate", stopColor: "#000000" } }), /* @__PURE__ */ React.createElement("path", { d: "m 222.99975,219 h 1.375 l 1.125,1.09375 L 226.5935,219 h 1.40625 v 1.46875 l -1.09375,1.0625 1.09375,1.0625 V 224 h -1.4375 l -1.0625,-1.0625 -1.0625,1.0625 h -1.4375 v -1.40625 l 1.0625,-1.0625 -1.0625,-1.0625 z", id: "path3761-2-3-5-4-8-9-8-0-1-6-3", style: { color: "#bebebe", display: "inline", overflow: "visible", visibility: "visible", fill: "#2e3436", fillOpacity: 1, stroke: "none", strokeWidth: 2, marker: "none", enableBackground: "new" } })), /* @__PURE__ */ React.createElement("g", { id: "layer11", transform: "translate(-212,-271.99989)" }), /* @__PURE__ */ React.createElement("g", { id: "layer7", transform: "translate(-212,-207.99989)" }), /* @__PURE__ */ React.createElement("g", { id: "layer6", transform: "translate(-212,-207.99989)" }), /* @__PURE__ */ React.createElement("g", { id: "layer5", transform: "translate(-212,-207.99989)" }), /* @__PURE__ */ React.createElement("g", { id: "layer9", transform: "translate(-212,-207.99989)" }), /* @__PURE__ */ React.createElement("g", { id: "layer2", transform: "translate(-212,-207.99989)" }), /* @__PURE__ */ React.createElement("g", { id: "layer8", transform: "translate(-212,-207.99989)" }), /* @__PURE__ */ React.createElement("g", { id: "layer3", transform: "translate(-212,-207.99989)" }), /* @__PURE__ */ React.createElement("g", { id: "layer4", transform: "translate(-212,-207.99989)" }))); return render(rest, ...restArgs); }; const Memo = memo(SvgBluetoothDisconnectedSymbolic); var bluetooth_disconnected_symbolic_default = Memo; export { bluetooth_disconnected_symbolic_default as default };