@ozen-ui/icons
Version:
A collection of icons
7 lines (6 loc) • 1.68 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var DownloadFileMIcon = 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", { 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" }),
React.createElement("path", { d: "M12.75 8.44232C12.75 8.02811 12.4142 7.69232 12 7.69232C11.5858 7.69232 11.25 8.02811 11.25 8.44232V14.4586L9.68417 12.8928C9.39128 12.5999 8.9164 12.5999 8.62351 12.8928C8.33062 13.1857 8.33062 13.6605 8.62351 13.9534L11.4697 16.7996C11.7626 17.0925 12.2374 17.0925 12.5303 16.7996L15.3765 13.9534C15.6694 13.6605 15.6694 13.1857 15.3765 12.8928C15.0836 12.5999 14.6087 12.5999 14.3158 12.8928L12.75 14.4586V8.44232Z", fill: "currentColor" }))); });
DownloadFileMIcon.displayName = 'DownloadFileMIcon';