@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 IconMaterialSportsHockey = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'SportsHockey', short_name: 'SportsHockey', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M80-200v-80q0-17 11.5-28.5T120-320h40v160h-40q-17 0-28.5-11.5T80-200Zm120 40v-160h160l34-78 64 140-34 76q-5 11-15 16.5t-21 5.5H200Zm680-40q0 17-11.5 28.5T840-160h-40v-160h40q17 0 28.5 11.5T880-280v80Zm-120 40H572q-11 0-21-5.5T536-182L293-714q-14-30 4-58t51-28q18 0 33 9.5t23 26.5l76 172 76-172q8-17 22.5-26.5T611-800q33 0 51.5 28t4.5 58L544-446l56 126h160v160Z" }) })));
});
IconMaterialSportsHockey.displayName = 'OnesyIconMaterialSportsHockey';
exports.default = IconMaterialSportsHockey;
;