@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 662 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialPlayPauseW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "PlayPauseW100Filled",
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"
}));
});
IconMaterialPlayPauseW100Filled.displayName = 'OnesyIconMaterialPlayPauseW100Filled';
export default IconMaterialPlayPauseW100Filled;