UNPKG

@icongo/li

Version:
27 lines (26 loc) 964 B
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIChartArea = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIChartArea = function LIChartArea(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: "#3f51b5", d: "M4.333 2.333 9 4.667 13 1v10.333H1v-4z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#00bcd4", d: "M4.333 7 9 7.667l4-3V13H1V9.667z" })] })); }; exports.LIChartArea = LIChartArea;