@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 907 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialRightPanelCloseW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "RightPanelCloseW100",
short_name: "RightPanelClose",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M347-399q0 10 9.5 14t16.5-3l71-71q9-9 9-21t-9-21l-71-71q-7-7-16.5-3t-9.5 14v162ZM232-172q-25 0-42.5-17.5T172-232v-496q0-25 17.5-42.5T232-788h496q25 0 42.5 17.5T788-728v496q0 25-17.5 42.5T728-172H232Zm408-28h120v-528q0-12-10-22t-22-10h-88v560Zm-28 0v-560H232q-12 0-22 10t-10 22v496q0 12 10 22t22 10h380Zm28 0h120-120Z"
}));
});
IconMaterialRightPanelCloseW100.displayName = 'OnesyIconMaterialRightPanelCloseW100';
export default IconMaterialRightPanelCloseW100;