UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 616 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgOpenSourceLine = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M12.001 2c5.523 0 10 4.477 10 10 0 4.4-2.841 8.136-6.789 9.473l-.226.074-2.904-7.55A2.016 2.016 0 0 0 14.001 12a2 2 0 1 0-2.083 1.998l-2.903 7.549-.225-.074C4.842 20.136 2 16.4 2 12c0-5.523 4.477-10 10-10m0 2a8 8 0 0 0-4.099 14.872l1.48-3.849a4 4 0 1 1 5.239 0q.848 2.21 1.479 3.85A8 8 0 0 0 12 4" }) })); const Memo = memo(SvgOpenSourceLine); export default Memo;