@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 859 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialCloudOffW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "CloudOffW100Filled",
short_name: "CloudOff",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M260-212q-71 0-119.5-48.5T92-380q0-72 49.5-120T254-548q0-17 9-43.5t21-44.5L142-778q-4-4-4.5-9.5T142-798q5-5 10-5t10 5l674 674q4 4 4.5 9.5T836-104q-5 5-10 5t-10-5L710-212H260Zm568-34L360-714q35-20 61.5-27t58.5-7q95 0 161.5 66.5T708-520v52h32q54 0 91 37t37 91q0 24-8.5 47.5T828-246Z"
}));
});
IconMaterialCloudOffW100Filled.displayName = 'OnesyIconMaterialCloudOffW100Filled';
export default IconMaterialCloudOffW100Filled;