UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 478 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgPieChartBoxFill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1m13.9 10H11V7.1a5.002 5.002 0 0 0 1 9.9 5 5 0 0 0 4.9-4m0-2A5.01 5.01 0 0 0 13 7.1V11z" }) })); const Memo = memo(SvgPieChartBoxFill); export default Memo;