UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 492 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgProhibitedFill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M19.743 18.329A9.96 9.96 0 0 0 22 12c0-5.523-4.477-10-10-10a9.96 9.96 0 0 0-6.329 2.257zM4.257 5.67A9.96 9.96 0 0 0 2 12c0 5.523 4.477 10 10 10a9.96 9.96 0 0 0 6.329-2.257z" }) })); const Memo = memo(SvgProhibitedFill); export default Memo;