iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 862 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Download1 = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12.424 16.75a.748.748 0 01-.548-.237l-4.61-4.607a.75.75 0 011.061-1.061l3.347 3.345V4a.75.75 0 111.5 0v10.185l3.343-3.34a.75.75 0 111.06 1.06l-4.575 4.573a.748.748 0 01-.578.272z", fill: "#323544" }),
React.createElement("path", { d: "M5.172 16a.75.75 0 00-1.5 0v2.5a2.25 2.25 0 002.25 2.25h13a2.25 2.25 0 002.25-2.25V16a.75.75 0 10-1.5 0v2.5a.75.75 0 01-.75.75h-13a.75.75 0 01-.75-.75V16z", fill: "#323544" }));
exports.default = Download1;