@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.37 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 IconMaterialDownhillSkiingW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'DownhillSkiingW100Filled', short_name: 'DownhillSkiing', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M743-66q-23 0-45.5-3.5T653-81L121-275q-5-2-8-7.5t-1-10.5q2-5 7.5-7.5t10.5-.5l267 97 74-181-167-157q-20-17-16-43.5t28-40.5l169-101q11-7 23-8t23 4q11 4 19.5 13t13.5 21l13 43q18 59 49 95t89 54l18-53q2-5 7-7.5t10-.5q5 2 8 7t1 10l-27 77q-76-19-116.5-56.5T551-643l-165 98 110 133q5 7 6 15t-2 16l-76 187 163 59 89-261q6 4 12 5.5l14 3.5-89 262 44 16q23 8 43 11.5t43 3.5q20 0 38.5-2.5T818-104q6-2 11.5 0t7.5 8q2 6-1 11.5t-9 7.5q-20 6-40.5 8.5T743-66ZM643-716q-26 0-45-19t-19-45q0-26 19-45t45-19q26 0 45 19t19 45q0 26-19 45t-45 19Z" }) })));
});
IconMaterialDownhillSkiingW100Filled.displayName = 'OnesyIconMaterialDownhillSkiingW100Filled';
exports.default = IconMaterialDownhillSkiingW100Filled;
;