UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 691 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 BaseballHelmetFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M248 120h-24.3A104 104 0 0016 128v24a72.08 72.08 0 0072 72h40a72.08 72.08 0 0072-72v-16h48a8 8 0 000-16zM88 180a24 24 0 1124-24 24 24 0 01-24 24zm96-28a56.06 56.06 0 01-50.46 55.72A71.87 71.87 0 00160 152v-16h24z" })); exports.default = BaseballHelmetFill;