UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 470 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgMicrosoftLoopFill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M22 12c0 5.523-4.477 10-10 10H6.665A7.99 7.99 0 0 0 10 15.5h2A3.5 3.5 0 1 0 8.5 12v3.5A6.5 6.5 0 0 1 2 22V12C2 6.477 6.477 2 12 2s10 4.477 10 10" }) })); const Memo = memo(SvgMicrosoftLoopFill); export default Memo;