UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 404 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgNumber6 = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "m14.886 2-4.438 7.686A6.5 6.5 0 1 1 6.4 12.7L12.576 2zM12 11.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9" }) })); const Memo = memo(SvgNumber6); export default Memo;