UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 836 B
"use strict"; 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 Download = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M18.098 17.433H2.555A.555.555 0 0 1 2 16.878v-4.441a.555.555 0 0 1 1.11 0v3.886h14.433v-3.886a.555.555 0 0 1 1.11 0v4.44a.555.555 0 0 1-.555.556zm-7.374-3.492c-.005.006-.014.004-.02.009a.549.549 0 0 1-.36.149h-.003a.55.55 0 0 1-.412-.158L6.602 10.06a.56.56 0 0 1 .792-.792l2.378 2.775V3.555a.555.555 0 0 1 1.11 0v8.487l2.378-2.775a.56.56 0 0 1 .792.792l-3.328 3.882z", fill: "#000", fillRule: "evenodd" })); exports.default = Download;