UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 438 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgDownloadCloudFill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M7 20.981a6.5 6.5 0 0 1-2.936-12 8.001 8.001 0 0 1 15.872 0 6.5 6.5 0 0 1-2.936 12V21H7zM13 12V8h-2v4H8l4 5 4-5z" }) })); const Memo = memo(SvgDownloadCloudFill); export default Memo;