UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 425 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgGenderlessLine = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M13 7.066A7.501 7.501 0 0 1 12 22a7.5 7.5 0 0 1-1-14.934V1h2zM12 20a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11" }) })); const Memo = memo(SvgGenderlessLine); export default Memo;