@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.06 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialPerformanceMaxW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "PerformanceMaxW100",
short_name: "PerformanceMax",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M192-212q-26 0-43-17t-17-43v-416q0-26 17-43t43-17h576q26 0 43 17t17 43v416q0 26-17 43t-43 17H192Zm0-28h576q12 0 22-10t10-22v-416q0-12-10-22t-22-10H192q-12 0-22 10t-10 22v416q0 12 10 22t22 10Zm-32 0v-480 480Zm240-223 125 125q9 9 21 9t21-9l146-146q4-4 4-9.5t-4-10.5q-4-5-9.5-4.5T694-504L546-356 421-481q-9-9-21-9t-21 9L247-349q-4 4-4 10t4 10q4 4 9.5 4t9.5-4l134-134Zm124-74 16 33q2 5 7 5t7-5l14-33 34-16q5-2 4.5-7t-5.5-7l-33-15-14-33q-2-5-7-5t-7 5l-16 33-33 15q-5 2-5 7t5 7l33 16Z"
}));
});
IconMaterialPerformanceMaxW100.displayName = 'OnesyIconMaterialPerformanceMaxW100';
export default IconMaterialPerformanceMaxW100;