@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.44 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialNoCrashW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "NoCrashW100Filled",
short_name: "NoCrash",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "m480-781 133-133q3.67-4 9.33-4 5.67 0 9.67 4t4 9.67q0 5.66-4 9.33L501-764q-9 9-21 9t-21-9l-45-45q-4-4-4.5-9.5t3.5-9.5q4-5 10-4.5t10 4.5l47 47ZM172-66v-276q0-5 .5-10t2.27-10.23L241-548q5.89-17.78 21.37-28.89Q277.84-588 297-588h366q19.16 0 34.63 11.11Q713.11-565.78 719-548l66.23 185.77Q787-357 787.5-352t.5 10v276q0 5.83-4.12 9.92-4.12 4.08-10 4.08T764-56.08q-4-4.09-4-9.92v-66H200v66q0 5.83-4.12 9.92-4.12 4.08-10 4.08T176-56.08q-4-4.09-4-9.92Zm40-314h536l-56-159q-4-10-12-15.5t-19-5.5H299q-11 0-19 5.5T268-539l-56 159Zm84.24 164q16.76 0 28.26-11.74 11.5-11.73 11.5-28.5 0-16.76-11.74-28.26-11.73-11.5-28.5-11.5-16.76 0-28.26 11.74-11.5 11.73-11.5 28.5 0 16.76 11.74 28.26 11.73 11.5 28.5 11.5Zm368 0q16.76 0 28.26-11.74 11.5-11.73 11.5-28.5 0-16.76-11.74-28.26-11.73-11.5-28.5-11.5-16.76 0-28.26 11.74-11.5 11.73-11.5 28.5 0 16.76 11.74 28.26 11.73 11.5 28.5 11.5Z"
}));
});
IconMaterialNoCrashW100Filled.displayName = 'OnesyIconMaterialNoCrashW100Filled';
export default IconMaterialNoCrashW100Filled;