UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 430 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgDiscFill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M13 9.17A3 3 0 1 0 15 12V2.458c4.057 1.274 7 5.064 7 9.542 0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2q.507 0 1 .05z" }) })); const Memo = memo(SvgDiscFill); export default Memo;