UNPKG

@icongo/gr

Version:
50 lines (49 loc) 1.65 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.GRWebcam = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var GRWebcam = function GRWebcam(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { stroke: "#000", strokeLinecap: "round", strokeWidth: 2, d: "M20 22H4" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { stroke: "#000", strokeWidth: 2, d: "M15.5 18v3m-7.5.5V18" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { stroke: "#000", strokeWidth: 2, d: "M12 19a9 9 0 1 0 0-18 9 9 0 0 0 0 18Z", clipRule: "evenodd" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { stroke: "#000", strokeWidth: 2, d: "M12 16a6 6 0 1 0 0-12 6 6 0 0 0 0 12Z", clipRule: "evenodd" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { stroke: "#000", strokeWidth: 2, d: "M12 14a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z", clipRule: "evenodd" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { stroke: "#000", strokeWidth: 2, d: "M12 11a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z", clipRule: "evenodd" })] })); }; exports.GRWebcam = GRWebcam;