UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 632 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialPlayPauseW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "PlayPauseW100", short_name: "PlayPause", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M226-362v-236l169 118-169 118Zm320 16v-268h28v268h-28Zm160 0v-268h28v268h-28Z" })); }); IconMaterialPlayPauseW100.displayName = 'OnesyIconMaterialPlayPauseW100'; export default IconMaterialPlayPauseW100;