@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.14 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialDownhillSkiingW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "DownhillSkiingW100Filled",
short_name: "DownhillSkiing",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("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';
export default IconMaterialDownhillSkiingW100Filled;