@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.34 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialCloudySnowingW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "CloudySnowingW100Filled",
short_name: "CloudySnowing",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M240-220q-8.5 0-14.25-5.75T220-240q0-8.5 5.75-14.25T240-260q8.5 0 14.25 5.75T260-240q0 8.5-5.75 14.25T240-220Zm480 0q-8.5 0-14.25-5.75T700-240q0-8.5 5.75-14.25T720-260q8.5 0 14.25 5.75T740-240q0 8.5-5.75 14.25T720-220ZM360-60q-8.5 0-14.25-5.75T340-80q0-8.5 5.75-14.25T360-100q8.5 0 14.25 5.75T380-80q0 8.5-5.75 14.25T360-60Zm120-160q-8.5 0-14.25-5.75T460-240q0-8.5 5.75-14.25T480-260q8.5 0 14.25 5.75T500-240q0 8.5-5.75 14.25T480-220ZM600-60q-8.5 0-14.25-5.75T580-80q0-8.5 5.75-14.25T600-100q8.5 0 14.25 5.75T620-80q0 8.5-5.75 14.25T600-60ZM300-346q-81 0-137.5-56.5T106-540q0-76 51.5-131T287-734q29.09-56.07 79.55-88.03Q417-854 479.62-854q85.38 0 145.88 57T695-655q75 4 117 49.5t42 105.8q0 63.7-44.92 108.7-44.91 45-109.08 45H300Z"
}));
});
IconMaterialCloudySnowingW100Filled.displayName = 'OnesyIconMaterialCloudySnowingW100Filled';
export default IconMaterialCloudySnowingW100Filled;