@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 828 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialBottomPanelOpen = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "BottomPanelOpen",
short_name: "BottomPanelOpen",
viewBox: "0 96 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M368 556h224q14 0 19-12t-5-22l-98-98q-12-12-28-12t-28 12l-98 98q-10 10-5 22t19 12ZM200 936q-33 0-56.5-23.5T120 856V296q0-33 23.5-56.5T200 216h560q33 0 56.5 23.5T840 296v560q0 33-23.5 56.5T760 936H200Zm0-200v120h560V736H200Zm0-80h560V296H200v360Zm0 80v120-120Z"
}));
});
IconMaterialBottomPanelOpen.displayName = 'AmauiIconMaterialBottomPanelOpen';
export default IconMaterialBottomPanelOpen;