UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.18 kB
"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 Forward5 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", ...props }, React.createElement("path", { d: "M26 18A10 10 0 1 1 16 8h4v5l6-6-6-6v5h-4a12 12 0 1 0 12 12z" }), React.createElement("path", { d: "M18.17 16.26h-3.46l-.17 2.57h.07a3.35 3.35 0 0 1 .27-.45 1.23 1.23 0 0 1 .33-.35 1.47 1.47 0 0 1 .43-.23 2.13 2.13 0 0 1 .6-.08 2.51 2.51 0 0 1 .92.17 2.08 2.08 0 0 1 .75.47 2.26 2.26 0 0 1 .49.77 2.73 2.73 0 0 1 .18 1 3 3 0 0 1-.18 1.07 2.5 2.5 0 0 1-.55.84 2.7 2.7 0 0 1-.89.56 3.53 3.53 0 0 1-1.21.19 3.87 3.87 0 0 1-.95-.11 2.63 2.63 0 0 1-.74-.32 2.7 2.7 0 0 1-.55-.45 4.36 4.36 0 0 1-.41-.55l1.06-.81a4.21 4.21 0 0 0 .28.41 1.52 1.52 0 0 0 .33.34 1.59 1.59 0 0 0 1 .3 1.27 1.27 0 0 0 1-.36 1.41 1.41 0 0 0 .34-1v-.09a1.26 1.26 0 0 0-.35-.93 1.25 1.25 0 0 0-.94-.34 1.46 1.46 0 0 0-.77.18 1.71 1.71 0 0 0-.47.39l-1.19-.17.25-4.28h4.53z" })); exports.default = Forward5;