UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 909 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 ArrowDown = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M10.074 17.717a.512.512 0 0 1-.28.117c-.012 0-.021.008-.032.008l-.007.002-.009-.002c-.007 0-.012-.004-.019-.004a.548.548 0 0 1-.341-.141c-.008-.007-.02-.004-.027-.011-.008-.008-.004-.02-.011-.028-.006-.007-.005-.019-.011-.026l-5.513-6.066a.54.54 0 1 1 .764-.765L9.2 15.876V2.888a.553.553 0 0 1 1.107 0v12.988l4.613-5.075a.54.54 0 1 1 .765.765L10.2 17.601c-.007.009-.017.013-.024.022-.015.019-.009.045-.026.062-.021.022-.053.015-.076.032z", fill: "#000", fillRule: "evenodd" })); exports.default = ArrowDown;