UNPKG

@ozen-ui/icons

Version:

A collection of icons

7 lines (6 loc) 1.12 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var DownloadFileMIcon = 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: "M6.068 2c-.568 0-1.1.244-1.482.657C4.205 3.068 4 3.614 4 4.173v15.654c0 .558.205 1.105.586 1.516.382.413.914.657 1.482.657h11.864c.568 0 1.1-.244 1.482-.657.38-.411.586-.957.586-1.516V7.73a.75.75 0 0 0-.2-.51l-4.613-4.98a.75.75 0 0 0-.55-.241zm8.24 1.5h-8.24a.65.65 0 0 0-.378.18c-.12.12-.19.32-.19.493v15.654c0 .196.073.374.186.496.112.121.25.177.382.177h11.864c.131 0 .27-.056.382-.177a.73.73 0 0 0 .186-.496V8.025z", clipRule: "evenodd" }), React.createElement("path", { fill: "currentColor", d: "M12.75 8.442a.75.75 0 0 0-1.5 0v6.017l-1.566-1.566a.75.75 0 0 0-1.06 1.06L11.47 16.8a.75.75 0 0 0 1.06 0l2.847-2.847a.75.75 0 1 0-1.061-1.06l-1.566 1.566z" }))); }); DownloadFileMIcon.displayName = 'DownloadFileMIcon';