@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.15 kB
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@onesy/ui-react");
const IconMaterialSportsHockeyW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'SportsHockeyW100', short_name: 'SportsHockey', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M120-234v-12q0-11 8.5-19.5T148-274h32v68h-32q-11 0-19.5-8.5T120-234Zm100 28v-68h170l42-94 16 34-48 106q-5 11-15 16.5t-21 5.5H220Zm620-28q0 11-8.5 19.5T812-206h-32v-68h32q11 0 19.5 8.5T840-246v12Zm-100 28H596q-11 0-21-5.5T560-228L335-735q-3-7 .5-13t11.5-6q4 0 7.5 2t5.5 6l120 270 120-270q2-4 5.5-6t7.5-2q8 0 11.5 6t.5 13L496-442l74 168h170v68Z" }) })));
});
IconMaterialSportsHockeyW100.displayName = 'OnesyIconMaterialSportsHockeyW100';
exports.default = IconMaterialSportsHockeyW100;
;