UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 814 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialWidthWideW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "WidthWideW100Filled", short_name: "WidthWide", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M192-212q-25 0-42.5-17.5T132-272v-416q0-25 17.5-42.5T192-748h576q25 0 42.5 17.5T828-688v416q0 25-17.5 42.5T768-212H192Zm0-28h100v-480H192q-14 0-23 9t-9 23v416q0 14 9 23t23 9Zm476 0h100q14 0 23-9t9-23v-416q0-14-9-23t-23-9H668v480Z" })); }); IconMaterialWidthWideW100Filled.displayName = 'OnesyIconMaterialWidthWideW100Filled'; export default IconMaterialWidthWideW100Filled;