UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 880 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 ArrowRight = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M17.383 9.77c.063.08.107.172.116.28 0 .012.008.02.008.032l.002.007-.002.009c0 .007-.003.012-.004.019a.548.548 0 0 1-.141.34c-.007.008-.004.02-.011.028-.008.007-.02.004-.028.01-.007.007-.018.006-.026.012L11.23 16.02a.54.54 0 1 1-.765-.764l5.075-4.614H2.553a.553.553 0 0 1 0-1.106h12.988l-5.075-4.613a.54.54 0 1 1 .765-.765l6.035 5.486c.01.006.014.017.022.024.019.014.045.009.062.026.022.021.015.052.033.076z", fill: "#000", fillRule: "evenodd" })); exports.default = ArrowRight;