@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 812 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialBentoW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "BentoW100Filled",
short_name: "Bento",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M552-494v-220h222q26 0 43 17t17 43v160H552ZM186-246q-26 0-43-17t-17-43v-348q0-26 17-43t43-17h338v468H186Zm139-198q15 0 25.5-10.5T361-480q0-15-10.5-25.5T325-516q-15 0-25.5 10.5T289-480q0 15 10.5 25.5T325-444Zm227 198v-220h282v160q0 26-17 43t-43 17H552Z"
}));
});
IconMaterialBentoW100Filled.displayName = 'OnesyIconMaterialBentoW100Filled';
export default IconMaterialBentoW100Filled;