@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.46 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphBluetooth = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphBluetooth = function GYSiGlyphBluetooth(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-bluetooth",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m8 11.967.969-.943L8 10v1.967Zm.03-5.985.939-.945-.939-1.028v1.973Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M7.506 0C5.033 0 3.027 1.546 3.027 3.453v9.095C3.027 14.454 5.033 16 7.506 16c2.472 0 4.477-1.546 4.477-3.452V3.453C11.982 1.546 9.978 0 7.506 0Zm2.946 11.011L6.94 14V8.815l-2.22 2.066-.674-.748 2.09-2.07L4 6.1l.72-.666 2.22 1.912V2l3.56 3.117-2.862 2.978 2.814 2.916Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphBluetooth = GYSiGlyphBluetooth;