UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.1 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 BaseballCapLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M128 26A102.12 102.12 0 0026 128v56a22 22 0 0035 17.74c12.38-9 34.06-19.74 67-19.74s54.61 10.73 67 19.73A22 22 0 00230 184v-56A102.12 102.12 0 00128 26zm90 102v12.5a164.29 164.29 0 00-44.8-20.3A165.07 165.07 0 00141.69 39 90.15 90.15 0 01218 128zm-57.21-10.78a168.56 168.56 0 00-65.58 0c5-38.38 24.16-65.59 32.79-76.14 8.63 10.57 27.8 37.77 32.79 76.15zM114.31 39a165.07 165.07 0 00-31.51 81.21 164.29 164.29 0 00-44.8 20.3V128a90.15 90.15 0 0176.31-89zm98.26 153.85A9.94 9.94 0 01202 192c-13.82-10-37.88-22-74-22s-60.22 12-74 22a9.92 9.92 0 01-10.53.85A9.79 9.79 0 0138 184v-29a154 154 0 01180 0v29a9.79 9.79 0 01-5.43 8.89z" })); exports.default = BaseballCapLight;