UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 850 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialWindowClosedW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "WindowClosedW100", short_name: "WindowClosed", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M240-200h480v-266H240v266Zm32 28q-25 0-42.5-17.5T212-232v-496q0-25 17.5-42.5T272-788h416q25 0 42.5 17.5T748-728v496q0 25-17.5 42.5T688-172H272Zm-32-322h212v-13q0-6 4.5-10.5T467-522h26q6 0 10.5 4.5T508-507v13h212v-234q0-14-9-23t-23-9H272q-14 0-23 9t-9 23v234Zm32 294h448-480 32Z" })); }); IconMaterialWindowClosedW100.displayName = 'OnesyIconMaterialWindowClosedW100'; export default IconMaterialWindowClosedW100;