@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 966 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialWarningOffW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "WarningOffW100Filled",
short_name: "WarningOff",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M480-260q8 0 14-6t6-14q0-8-6-14t-14-6q-8 0-14 6t-6 14q0 8 6 14t14 6Zm-14-94q0 6 4 10t10 4q6 0 10-4t4-10v-112l-28-28v140Zm-37-290q-8-8-8.5-17.5T425-680l29-51q5-8 11.5-11.5T480-746q8 0 14.5 3.5T506-731l169 291q7 11-4 19t-20-1L429-644Zm370 523-51-51H182q-17 0-26-15t0-30l216-371 217 216h-40L120-800q-4-4-4.5-9.5T120-820q5-5 10-5t10 5l679 679q4 4 4.5 9.5T819-121q-5 5-10 5t-10-5Z"
}));
});
IconMaterialWarningOffW100Filled.displayName = 'OnesyIconMaterialWarningOffW100Filled';
export default IconMaterialWarningOffW100Filled;