UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.15 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialPreviewW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "PreviewW100", short_name: "Preview", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M232-172q-24.75 0-42.37-17.63Q172-207.25 172-232v-496q0-24.75 17.63-42.38Q207.25-788 232-788h496q24.75 0 42.38 17.62Q788-752.75 788-728v496q0 24.75-17.62 42.37Q752.75-172 728-172H232Zm0-28h496q14 0 23-9t9-23v-448H200v448q0 14 9 23t23 9Zm248-132q-60 0-108.5-30T297-440q26-48 74.5-78T480-548q60 0 108.5 30t74.5 78q-26 48-74.5 78T480-332Zm0-28q45 0 84.5-21t68.5-59q-29-38-68.5-59T480-520q-45 0-84.5 21T327-440q29 38 68.5 59t84.5 21Zm0-80Zm.24 40q16.76 0 28.26-11.74 11.5-11.73 11.5-28.5 0-16.76-11.74-28.26-11.73-11.5-28.5-11.5-16.76 0-28.26 11.74-11.5 11.73-11.5 28.5 0 16.76 11.74 28.26 11.73 11.5 28.5 11.5Z" })); }); IconMaterialPreviewW100.displayName = 'OnesyIconMaterialPreviewW100'; export default IconMaterialPreviewW100;