UNPKG

@ozen-ui/icons

Version:

A collection of icons

7 lines (6 loc) 1.71 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var UploadFileMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("path", { d: "M12 7.69232C12.1989 7.69232 12.3897 7.77134 12.5303 7.91199L15.3765 10.7581C15.6694 11.051 15.6694 11.5259 15.3765 11.8188C15.0836 12.1117 14.6087 12.1117 14.3158 11.8188L12.75 10.253V16.2692C12.75 16.6835 12.4142 17.0192 12 17.0192C11.5858 17.0192 11.25 16.6835 11.25 16.2692V10.253L9.68417 11.8188C9.39128 12.1117 8.9164 12.1117 8.62351 11.8188C8.33062 11.5259 8.33062 11.051 8.62351 10.7581L11.4697 7.91199C11.6103 7.77134 11.8011 7.69232 12 7.69232Z", fill: "currentColor" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.06818 2C5.50032 2 4.96851 2.24405 4.58587 2.65714C4.20503 3.06829 4 3.61447 4 4.17308V19.8269C4 20.3855 4.20501 20.9317 4.58592 21.3429C4.96849 21.7558 5.50025 22 6.06818 22H17.9318C18.4997 22 19.0315 21.7559 19.4141 21.3428C19.7949 20.9318 20 20.3855 20 19.8269V7.73077C20 7.54178 19.9286 7.35975 19.8002 7.22111L15.1866 2.24034C15.0446 2.0871 14.8452 2 14.6364 2H6.06818ZM14.3088 3.5C14.3088 3.5 6.13636 3.5 6.06818 3.5C6 3.5 5.8 3.56 5.69 3.68C5.57 3.8 5.5 4 5.5 4.17308C5.5 4.34615 5.5 19.8269 5.5 19.8269C5.5 20.0232 5.57277 20.201 5.68626 20.3235C5.79811 20.4442 5.93691 20.5 6.06818 20.5H17.9318C18.0631 20.5 18.2019 20.4442 18.3137 20.3235C18.4272 20.201 18.5 20.0231 18.5 19.8269V8.02476L14.3088 3.5Z", fill: "currentColor" }))); }); UploadFileMIcon.displayName = 'UploadFileMIcon';