UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 990 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialShadowAddFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "ShadowAddFilled", short_name: "ShadowAdd", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M520-520h-80q-17 0-28.5-11.5T400-560q0-17 11.5-28.5T440-600h80v-80q0-17 11.5-28.5T560-720q17 0 28.5 11.5T600-680v80h80q17 0 28.5 11.5T720-560q0 17-11.5 28.5T680-520h-80v80q0 17-11.5 28.5T560-400q-17 0-28.5-11.5T520-440v-80ZM160-80q-33 0-56.5-23.5T80-160v-480q0-33 23.5-56.5T160-720h80v-80q0-33 23.5-56.5T320-880h480q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240h-80v80q0 33-23.5 56.5T640-80H160Zm160-240h480v-480H320v480Z" })); }); IconMaterialShadowAddFilled.displayName = 'OnesyIconMaterialShadowAddFilled'; export default IconMaterialShadowAddFilled;