UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 421 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgLineChartLine = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M5 3v16h16v2H3V3zm15.293 3.293 1.414 1.414L16 13.414l-3-2.999-4.293 4.292-1.414-1.414L13 7.586l3 2.999z" }) })); const Memo = memo(SvgLineChartLine); export default Memo;