UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 547 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgAccountCircleFill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2M6.023 15.416C7.491 17.606 9.695 19 12.16 19s4.669-1.393 6.136-3.584A8.97 8.97 0 0 0 12.16 13a8.97 8.97 0 0 0-6.137 2.416M12 11a3 3 0 1 0 0-6 3 3 0 0 0 0 6" }) })); const Memo = memo(SvgAccountCircleFill); export default Memo;