UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 688 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 ChevronDown = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M16.66 7.903l-6.07 6.617c-.019.028-.012.064-.037.089a.522.522 0 0 1-.398.15.523.523 0 0 1-.394-.15c-.024-.025-.018-.06-.036-.087l-6.07-6.618a.53.53 0 0 1 .748-.748l5.753 6.274 5.755-6.275a.528.528 0 1 1 .748.748z", fill: "#000", fillRule: "evenodd" })); exports.default = ChevronDown;