UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 364 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgNumbersFill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M9 18H4v-8h5zm6 0h-5V6h5zm6 0h-5V2h5zm1 4H3v-2h19z" }) })); const Memo = memo(SvgNumbersFill); export default Memo;