UNPKG

@icongo/li

Version:
55 lines (54 loc) 2.17 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LICameraNightPortrait = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LICameraNightPortrait = function LICameraNightPortrait(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: "#40c4ff", d: "M11.543 1.943A1.988 1.988 0 0 1 9.857 5c-.2 0-.371-.029-.543-.086.343.572.972.943 1.686.943 1.114 0 2-.886 2-2 0-.914-.6-1.686-1.457-1.914z" }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#b39ddb", transform: "translate(-.714 .143) scale(.28571)", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 31, cy: 19, r: 2 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 13, cy: 19, r: 2 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "m27 31-5 6-5-6v-6h10z" })] }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#d1c4e9", d: "M8.143 3.857C8.143 1.686 3 2.43 3 3.857v2C3 7.286 4.143 8.43 5.571 8.43s2.572-1.143 2.572-2.572v-2z" }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#673ab7", transform: "translate(-.714 .143) scale(.28571)", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 26, cy: 19, r: 1 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 18, cy: 19, r: 1 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M22 4c-6.1 0-10 4.9-10 11v2.3l2 1.7v-5l12-4 4 4v5l2-1.7V15c0-4-1-8-6-9l-1-2h-3zm5 27s-2 1-5 1-5-1-5-1S6 33 6 44h32c0-11-11-13-11-13z" })] })] })); }; exports.LICameraNightPortrait = LICameraNightPortrait;