UNPKG

@icongo/li

Version:
30 lines (29 loc) 1.23 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LICameraNightLandscape = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LICameraNightLandscape = function LICameraNightLandscape(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: "#673ab7", d: "m5.125 5.463-4.125 6h8.25z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#9575cd", d: "m9.4 6.963-3.6 4.5H13z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#40c4ff", d: "M11.725 2.538a1.74 1.74 0 0 1-1.475 2.675c-.175 0-.325-.025-.475-.075.3.5.85.825 1.475.825A1.74 1.74 0 0 0 13 4.213c0-.8-.525-1.475-1.275-1.675z" })] })); }; exports.LICameraNightLandscape = LICameraNightLandscape;