UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 772 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialTabletW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "TabletW100Filled", short_name: "Tablet", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M152-212q-24.75 0-42.37-17.63Q92-247.25 92-272v-416q0-24.75 17.63-42.38Q127.25-748 152-748h656q24.75 0 42.38 17.62Q868-712.75 868-688v416q0 24.75-17.62 42.37Q832.75-212 808-212H152Zm62-28h532v-480H214v480Z" })); }); IconMaterialTabletW100Filled.displayName = 'OnesyIconMaterialTabletW100Filled'; export default IconMaterialTabletW100Filled;