@easy-eva-icons/react
Version:
Easy to use eva icons.
25 lines (24 loc) • 1.5 kB
JavaScript
var __assign = (this && this.__assign) || function () {
__assign = Object.assign || function(t) {
for (var s, i = 1, n = arguments.length; i < n; i++) {
s = arguments[i];
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
t[p] = s[p];
}
return t;
};
return __assign.apply(this, arguments);
};
import * as React from "react";
function Download(props) {
return React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", width: "1em", height: "1em" }, props),
React.createElement("g", { "data-name": "Layer 2" },
React.createElement("g", { "data-name": "download" },
React.createElement("rect", { width: 24, height: 24, opacity: 0 }),
React.createElement("rect", { width: 16, height: 2, x: 4, y: 18, rx: 1, ry: 1 }),
React.createElement("rect", { width: 4, height: 2, x: 3, y: 17, rx: 1, ry: 1, transform: "rotate(-90 5 18)" }),
React.createElement("rect", { width: 4, height: 2, x: 17, y: 17, rx: 1, ry: 1, transform: "rotate(-90 19 18)" }),
React.createElement("path", { d: "M12 15a1 1 0 0 1-.58-.18l-4-2.82a1 1 0 0 1-.24-1.39 1 1 0 0 1 1.4-.24L12 12.76l3.4-2.56a1 1 0 0 1 1.2 1.6l-4 3a1 1 0 0 1-.6.2z" }),
React.createElement("path", { d: "M12 13a1 1 0 0 1-1-1V4a1 1 0 0 1 2 0v8a1 1 0 0 1-1 1z" }))));
}
export default Download;