UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 683 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 ChevronRight = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M13.76 9.959a.524.524 0 0 1-.152.394c-.024.024-.06.017-.087.035L6.903 16.46a.53.53 0 0 1-.747-.749l6.273-5.754-6.274-5.755a.528.528 0 1 1 .748-.747l6.616 6.068c.028.02.065.013.09.038.11.109.156.254.15.398z", fill: "#000", fillRule: "evenodd" })); exports.default = ChevronRight;