UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.15 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 BaseballCapThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M128 28A100.12 100.12 0 0028 128v56a20 20 0 0031.84 16.12C72.46 191 94.53 180 128 180s55.54 10.94 68.16 20.12a20 20 0 0021 1.67A19.87 19.87 0 00228 184v-56A100.12 100.12 0 00128 28zm92 100v16.23a162.31 162.31 0 00-48.67-22.47 162.56 162.56 0 00-34.15-85.31A92.12 92.12 0 01220 128zm-56.9-8.26a166.58 166.58 0 00-70.2 0C97.64 76.93 120 47.31 128 38c8 9.32 30.36 38.93 35.1 81.75zm-44.28-83.28a162.56 162.56 0 00-34.15 85.31A162.31 162.31 0 0036 144.24V128a92.12 92.12 0 0182.82-91.54zm94.66 158.21a11.88 11.88 0 01-12.61-1C187.29 183.78 163.62 172 128 172s-59.29 11.77-72.87 21.65a11.88 11.88 0 01-12.61 1A11.75 11.75 0 0136 184v-30a156 156 0 01184 0v30a11.75 11.75 0 01-6.52 10.67z" })); exports.default = BaseballCapThin;