UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 826 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialBottomPanelOpenFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "BottomPanelOpenFilled", short_name: "BottomPanelOpen", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M368-500h224q14 0 19-12t-5-22l-98-98q-12-12-28-12t-28 12l-98 98q-10 10-5 22t19 12ZM200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Zm0-280h560v-360H200v360Z" })); }); IconMaterialBottomPanelOpenFilled.displayName = 'OnesyIconMaterialBottomPanelOpenFilled'; export default IconMaterialBottomPanelOpenFilled;