@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.07 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var UploadCloudMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12.65 3.922a4 4 0 0 0-3.806 1.41L8.18 4.79l.664.542a4 4 0 0 0-.853 1.922.86.86 0 0 1-.847.727 3.306 3.306 0 0 0 0 6.612.857.857 0 1 1 0 1.714 5 5 0 0 1-1.921-.382l.328-.792-.328.792a5.02 5.02 0 0 1 1.22-9.609 5.714 5.714 0 0 1 11-.015 5.02 5.02 0 0 1-.586 10.006.857.857 0 0 1 0-1.714 3.306 3.306 0 0 0 2.337-5.643l.606-.606-.606.606a3.3 3.3 0 0 0-2.337-.969h-.111a.86.86 0 0 1-.848-.727 4 4 0 0 0-3.248-3.332m-.76 8.59c.226 0 .444.09.605.25l1.87 1.87a.857.857 0 0 1-1.213 1.212l-.406-.406V21a.857.857 0 0 1-1.714 0v-5.562l-.45.449a.857.857 0 1 1-1.212-1.212l1.913-1.913a.86.86 0 0 1 .606-.25", clipRule: "evenodd" }))); });
UploadCloudMIcon.displayName = 'UploadCloudMIcon';