UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 738 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialChromeMinimizeW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "ChromeMinimizeW100", short_name: "ChromeMinimize", viewBox: "0 96 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M226 844q-5.95 0-9.975-4.035-4.025-4.035-4.025-10t4.025-9.965q4.025-4 9.975-4h508q5.95 0 9.975 4.035 4.025 4.035 4.025 10T743.975 840q-4.025 4-9.975 4H226Z" })); }); IconMaterialChromeMinimizeW100.displayName = 'OnesyIconMaterialChromeMinimizeW100'; export default IconMaterialChromeMinimizeW100;