UNPKG

@icongo/li

Version:
72 lines (71 loc) 2.87 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LICameraIdentification = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LICameraIdentification = function LICameraIdentification(props) { return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-hidden": "true", viewBox: "0 0 14 14" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { transform: "translate(-.092 -.393) scale(.27297)", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#512da8", d: "M33.9 12.1H14.2L17.6 7c.4-.6 1-.9 1.7-.9h9.6c.7 0 1.3.3 1.7.9l3.3 5.1z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#8667c4", d: "M14 11H8V9.2C8 8.5 8.5 8 9.2 8h3.6c.7 0 1.2.5 1.2 1.2V11z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#5e35b1", d: "M40 42H8c-2.2 0-4-1.8-4-4V14c0-2.2 1.8-4 4-4h32c2.2 0 4 1.8 4 4v24c0 2.2-1.8 4-4 4z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 24, cy: 26, r: 12, fill: "#512da8" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 24, cy: 26, r: 9, fill: "#b388ff" }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#616161", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "m38.911 40.703 1.697-1.697 7.353 7.353-1.697 1.696z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 35, cy: 35, r: 10 })] }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#37474f", d: "m42.305 44.106 1.697-1.696 3.96 3.959-1.698 1.697z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 35, cy: 35, r: 8, fill: "#64b5f6" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#bbdefb", d: "M39.3 31.4c-1.1-1.3-2.6-2-4.2-2s-3.2.7-4.2 2c-.2.3-.2.6.1.9.3.2.6.2.9-.1.8-1 2-1.5 3.3-1.5 1.3 0 2.5.6 3.3 1.5.1.1.3.2.5.2.1 0 .3 0 .4-.1.1-.2.1-.6-.1-.9z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#c7a7ff", d: "M29 23c-1.2-1.4-3-2.2-4.8-2.2-1.8 0-3.6.8-4.8 2.2-.5.5-.4 1.3.1 1.8s1.3.4 1.8-.1c1.5-1.7 4.3-1.7 5.8 0 .3.3.6.4 1 .4.3 0 .6-.1.9-.3.4-.4.5-1.3 0-1.8z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", { cx: 11, cy: 13.5, fill: "#8667c4", rx: 2, ry: 1.5 })] }) })); }; exports.LICameraIdentification = LICameraIdentification;