UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 472 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgShare2Line = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "m12 2.586 6.207 6.207-1.414 1.414L13 6.414V16h-2V6.414l-3.793 3.793-1.414-1.414zM3 18v-4h2v4a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-4h2v4a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3" }) })); const Memo = memo(SvgShare2Line); export default Memo;