UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 406 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgShareForwardFill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M13 14h-2a9 9 0 0 0-7.968 4.81A10 10 0 0 1 3 18C3 12.477 7.477 8 13 8V3l10 8-10 8z" }) })); const Memo = memo(SvgShareForwardFill); export default Memo;