UNPKG

@icongo/li

Version:
45 lines (44 loc) 2.16 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LICameraMacro = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LICameraMacro = function LICameraMacro(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("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.jsx)("path", { fill: "#2e7d32", d: "M1 7c0 5.968 4.674 6 5.368 6h1.264S7.032 7.79 1 7z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#388e3c", d: "M6.368 7.632h1.264V13H6.368z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#c62828", d: "M10.158 4.474c0 1.61-1.642 2.59-2.526 2.59-.885 0-.632-.98-.632-2.59s1.579-2.906 1.579-2.906 1.579 1.295 1.579 2.906z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#c62828", d: "M3.842 4.474c0 1.61 1.642 2.59 2.526 2.59.885 0 .632-.98.632-2.59S5.421 1.568 5.421 1.568 3.842 2.863 3.842 4.474z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#e53935", d: "M7 7.947c-.695-.505-.6-1.42.758-2.779 1.39-1.39 1.768-3.536 1.768-3.536s1.58 1.073 1.58 2.842c0 1.863-1.8 3.473-4.106 3.473z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#e53935", d: "M7 7.947c.695-.505.6-1.42-.758-2.779-1.39-1.39-1.768-3.536-1.768-3.536s-1.58 1.073-1.58 2.842c0 1.863 1.8 3.473 4.106 3.473z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#f44336", d: "M8.895 4.474C8.895 6.4 8.042 7.947 7 7.947S5.105 6.4 5.105 4.474C5.105 2.547 7 1 7 1s1.895 1.547 1.895 3.474z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#4caf50", d: "M6.368 13h1.264C8.326 13 13 12.968 13 7c-6.032.79-6.632 6-6.632 6z" })] })); }; exports.LICameraMacro = LICameraMacro;