UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 482 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgOpenArmFill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M12 12a5 5 0 1 1 0-10 5 5 0 0 1 0 10m6 5v5h-2v-5c0-4.451 2.644-8.285 6.448-10.016l.827 1.82A9 9 0 0 0 18 17M8 17v5H6v-5A9 9 0 0 0 .726 8.805l.827-1.821A11 11 0 0 1 8 17" }) })); const Memo = memo(SvgOpenArmFill); export default Memo;