UNPKG

@icongo/li

Version:
52 lines (51 loc) 1.95 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LICamera = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LICamera = function LICamera(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: "matrix(.3 0 0 .3 -.2 -.215)", 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.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.LICamera = LICamera;