@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 890 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialElevation = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "Elevation",
short_name: "Elevation",
viewBox: "0 96 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M760 936H160q-25 0-35.5-21.5T128 873l188-264q11-16 28-24.5t37-8.5h161l228-266q18-21 44-11.5t26 37.5v520q0 33-23.5 56.5T760 936ZM300 496 176 671q-10 14-26 16.5t-30-7.5q-14-10-16.5-26t7.5-30l125-174q11-16 28-25t37-9h161l162-189q11-13 27-14t29 10q13 11 14 27t-10 29L522 468q-11 14-27 21t-33 7H300Zm-62 360h522V444L602 628q-11 14-27 21t-33 7H380L238 856Zm522 0Z"
}));
});
IconMaterialElevation.displayName = 'AmauiIconMaterialElevation';
export default IconMaterialElevation;