@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 971 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialElevationW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "ElevationW100",
short_name: "Elevation",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M712-214H226q-18 0-27-16t2-31l131-184q8-12 21.5-18.5T381-470h154q7 0 13-3t11-8l160-187q14-16 33.5-8.5T772-648v374q0 25-17.5 42.5T712-214ZM289-570 156-384q-3 5-8.5 5.5T137-381q-5-3-5.5-8.5T134-400l123-173q8-12 21.5-18.5T306-598h170l169-198q4-5 9.5-5t10.5 4q5 4 5.5 9t-3.5 10L506-591q-8 10-19.5 15.5T461-570H289Zm-67 328h490q14 0 23-9t9-23v-380L580-463q-8 10-19.5 15.5T535-442H381q-8 0-14.5 3.5T355-429L222-242Zm522 0Z"
}));
});
IconMaterialElevationW100.displayName = 'OnesyIconMaterialElevationW100';
export default IconMaterialElevationW100;