@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 720 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialPlayArrowFilled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "PlayArrowFilled",
short_name: "PlayArrow",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M320-273v-414q0-17 12-28.5t28-11.5q5 0 10.5 1.5T381-721l326 207q9 6 13.5 15t4.5 19q0 10-4.5 19T707-446L381-239q-5 3-10.5 4.5T360-233q-16 0-28-11.5T320-273Z"
}));
});
IconMaterialPlayArrowFilled.displayName = 'OnesyIconMaterialPlayArrowFilled';
export default IconMaterialPlayArrowFilled;