UNPKG

@icongo/li

Version:
19 lines 592 B
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; var LIChartArea = props => /*#__PURE__*/_jsxs("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-hidden": "true", viewBox: "0 0 14 14" }, props, { children: [/*#__PURE__*/_jsx("path", { fill: "#3f51b5", d: "M4.333 2.333 9 4.667 13 1v10.333H1v-4z" }), /*#__PURE__*/_jsx("path", { fill: "#00bcd4", d: "M4.333 7 9 7.667l4-3V13H1V9.667z" })] })); export { LIChartArea };