UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 927 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialBottomPanelCloseW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "BottomPanelCloseW100", short_name: "BottomPanelClose", viewBox: "0 96 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "m501 540 71-71q7-7 3-16.5t-14-9.5H399q-10 0-14 9.5t3 16.5l71 71q9 9 21 9t21-9Zm227-272q25 0 42.5 17.5T788 328v496q0 25-17.5 42.5T728 884H232q-25 0-42.5-17.5T172 824V328q0-25 17.5-42.5T232 268h496ZM200 736v88q0 12 10 22t22 10h496q12 0 22-10t10-22v-88H200Zm560-28V328q0-12-10-22t-22-10H232q-12 0-22 10t-10 22v380h560Zm-560 28v120-120Z" })); }); IconMaterialBottomPanelCloseW100.displayName = 'AmauiIconMaterialBottomPanelCloseW100'; export default IconMaterialBottomPanelCloseW100;