UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 789 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 BaseballHelmetThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M88 132a24 24 0 1024 24 24 24 0 00-24-24zm0 40a16 16 0 1116-16 16 16 0 01-16 16zm160-48h-28.08A100 100 0 0020 128v24a68.07 68.07 0 0068 68h40a68.07 68.07 0 0068-68v-20h52a4 4 0 000-8zm-60 28a60.07 60.07 0 01-60 60h-8a68.07 68.07 0 0036-60v-20h32zm-36-28a4 4 0 00-4 4v24a60 60 0 01-120 0v-24a92 92 0 01183.91-4z" })); exports.default = BaseballHelmetThin;