UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 853 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialBoxW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "BoxW100Filled", short_name: "Box", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M232-172q-25 0-42.5-17.5T172-232v-417q0-11 3.5-20.5T186-687l66-79q8-11 20-16.5t26-5.5h362q14 0 26.5 5.5T707-766l67 81q7 8 10.5 18t3.5 21v414q0 25-17.5 42.5T728-172H232Zm-17-506h529l-59-71q-5-5-11.5-8t-13.5-3H299q-7 0-13.5 3t-11.5 8l-59 71Zm373 28H372v208q0 17 14 26t29 1l65-32 65 32q15 8 29-1t14-26v-208Z" })); }); IconMaterialBoxW100Filled.displayName = 'OnesyIconMaterialBoxW100Filled'; export default IconMaterialBoxW100Filled;