@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.13 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialRainyW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "RainyW100",
short_name: "Rainy",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M551-99q-5 3-10.5 1t-8.5-7l-70-140q-3-5-1-10.5t7-8.5q5-3 11-.5t9 7.5l70 139q3 5 .5 10.5T551-99Zm241 0q-5 3-10.5 1t-8.5-7l-70-140q-3-5-1-10.5t7-8.5q5-3 11-.5t9 7.5l70 139q3 5 .5 10.5T792-99Zm-481 0q-5 3-11 1t-9-7l-70-140q-3-5-.5-10.5t7.5-8.5q5-3 10.5-.5t8.5 7.5l70 139q3 5 1 10.5t-7 8.5Zm-11-247q-81 0-137.5-56.5T106-540q0-76 51.5-131T287-734q29-56 79.5-88T480-854q85 0 145.5 57T695-655q75 4 117 49.5T854-500q0 64-45 109t-109 45H300Zm0-28h400q52 0 89-37t37-89q0-52-37-89t-89-37h-34v-14q0-77-54.5-131.5T480-826q-56 0-102 30.5T309-714l-3 8h-8q-68 2-116 50t-48 116q0 69 48.5 117.5T300-374Zm180-226Z"
}));
});
IconMaterialRainyW100.displayName = 'OnesyIconMaterialRainyW100';
export default IconMaterialRainyW100;