@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.52 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialEvShadowAddW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "EvShadowAddW100Filled",
short_name: "EvShadowAdd",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M680-276H574q-5.95 0-9.975-4.035-4.025-4.035-4.025-10t4.025-9.965q4.025-4 9.975-4h106v-106q0-5.95 4.035-9.975 4.035-4.025 10-4.025t9.965 4.025q4 4.025 4 9.975v106h106q5.95 0 9.975 4.035 4.025 4.035 4.025 10T823.975-280q-4.025 4-9.975 4H708v106q0 5.95-4.035 9.975-4.035 4.025-10 4.025T684-160.025q-4-4.025-4-9.975v-106ZM480-132q-72.21 0-135.72-27.391-63.51-27.392-110.49-74.348-46.98-46.957-74.385-110.435Q132-407.652 132-479.826q0-72.174 27.391-135.732 27.392-63.559 74.348-110.574 46.957-47.016 110.435-74.442Q407.652-828 479.826-828q72.174 0 135.732 27.405 63.559 27.405 110.574 74.385 47.016 46.98 74.442 110.49Q828-552.21 828-480q0 5.93-.5 11.465T827-458q-15-12-31.5-21T760-494l35-40q-5-29-15-57t-25-53L405-294q19 26 41.5 47t49.5 38q8 20 20.5 38t27.5 33q-16 3-31.5 4.5T480-132Zm-90-186 349-350q-16-22-34.5-40.5T664-742L349-427q5 29 15.5 56.5T390-318Zm-45-145 294-294q-15-9-31-16.5T575-786q-107 32-171.5 121.5T345-463Z"
}));
});
IconMaterialEvShadowAddW100Filled.displayName = 'AmauiIconMaterialEvShadowAddW100Filled';
export default IconMaterialEvShadowAddW100Filled;