UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 804 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialPlayDisabledFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "PlayDisabledFilled", short_name: "PlayDisabled", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M658-416 334-740q10-8 23-9.5t25 6.5l325 229q19 12 18.5 34T706-446l-48 30ZM762-84 520-328l-138 89q-20 13-41 1.5T320-273v-255L84-764q-11-11-11-28t11-28q11-11 28-11t28 11l679 679q12 12 12 28.5T819-84q-12 11-28.5 11.5T762-84Z" })); }); IconMaterialPlayDisabledFilled.displayName = 'OnesyIconMaterialPlayDisabledFilled'; export default IconMaterialPlayDisabledFilled;