@icongo/gy
Version:
Glyph Iconset Icons
40 lines (39 loc) • 1.86 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphWebcam = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphWebcam = function GYSiGlyphWebcam(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-webcam",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
transform: "translate(2 1)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
cx: 5.967,
cy: 5.979,
className: "prefix__si-glyph-fill",
rx: 1.967,
ry: 1.979
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M7.598.001c.002.035.014.068.014.105C7.61.788 6.887 1.34 5.994 1.34c-.892 0-1.615-.555-1.615-1.238 0-.035.01-.067.014-.102C1.864.714.003 3.072.001 5.88-.003 9.259 2.678 11.999 5.985 12c3.31.003 5.994-2.732 5.996-6.108.001-2.81-1.856-5.172-4.383-5.891ZM2 5.997a4 4 0 1 1 8 .008 4 4 0 1 1-8-.008Z",
className: "prefix__si-glyph-fill"
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M7.958 14.25a7.281 7.281 0 0 1-3.917-1.142l-1.824 1.811a.73.73 0 0 0 0 1.039l11.531-.052a.733.733 0 0 0 .002-1.039l-1.807-1.8a7.297 7.297 0 0 1-3.985 1.183Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphWebcam = GYSiGlyphWebcam;