@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 2.11 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialModeFanW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "ModeFanW100",
short_name: "ModeFan",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M430-142q-35.31 0-53.65-20.82Q358-183.63 358-210.25q0-17.75 7.5-35.25T390-274q23-16 38.5-43.5T452-379q-11-4-21.5-9.5T410-403l-94 34q-14 5-26.29 8-12.28 3-25.33 3Q216-358 179-401.8q-37-43.79-37-128.2 0-35.31 20.64-53.65Q183.28-602 209-602q19 0 36.5 7.5T274-570q16 23 43.5 38.5T379-508q4-11 9.5-21.5T403-550l-34-94q-5-13-8-26t-3-25q0-60 52.5-91.5T530-818q35.31 0 53.65 20.5Q602-777.01 602-751.47q0 17.47-7.5 35.47T570-687q-23 16-38.5 44T508-581q12 5 22.59 10.7 10.59 5.7 19.41 13.3l94-35q14-5 25.9-7.5 11.89-2.5 24.94-2.5 62.16 0 92.66 53T818-430q0 35.31-22 53.65Q774-358 747.19-358q-17.19 0-33.69-7.5Q697-373 686-390q-16-23-43.5-38.5T581-452q-4 11-9.5 21T557-410l34 94q4.71 13.16 7.86 25.08Q602-279 602-268q-1 48-44.34 87T430-142Zm50.24-262Q512-404 534-426.24q22-22.23 22-54Q556-512 533.76-534q-22.23-22-54-22Q448-556 426-533.76q-22 22.23-22 54Q404-448 426.24-426q22.23 22 54 22ZM426-569q13-8 26.5-11.5T480-584q8-41 26.5-74t47.5-52q10-7 15-17t5-24q0-16.42-10.5-27.71T530-790q-40.24 0-91.06 19.43-50.82 19.44-52.94 75.97 0 10.6 3 19.6 3 9 5 16l32 90ZM264-386q13 0 37-8l91-32q-8-11-12-24.5t-4-29.5q-41-8-74-26.5T250-554q-7-10-18.5-15t-22.5-5q-19 0-29 10.5T170-530q0 57.18 24.09 100.59Q218.18-386 264-386Zm166 216q49.04 0 96.52-22.5T574-268q0-9.82-3-18.41T566-301l-32-91q-13 9-28 12.5t-26 3.5q-8 41-26.5 74T406-250q-9 6-14.5 17.5T386-210q0 16 10.5 28t33.5 12Zm318.33-216q16.67 0 29.17-9.5T790-430q0-40.24-18.84-91.59-18.85-51.35-76.56-52.41-10.6 0-19.1 2-8.5 2-16.5 5l-90 33q7 12 11 26t4 28q41 8 74 26.5t52 47.5q5 8 16.11 14t22.22 6ZM584-480ZM480-584ZM376-480Zm104 104Z"
}));
});
IconMaterialModeFanW100.displayName = 'OnesyIconMaterialModeFanW100';
export default IconMaterialModeFanW100;