UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 548 B
/** * @license google-material-icons v2.1.3 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ import createIcon from '../../createIcon.js'; const PlayDisabled = createIcon("PlayDisabled", [ [ "path", { d: "M8.5 4.69V4.5L19.5 11.5L16.95 13.13L8.5 4.69ZM20.5 19.23L4.77 3.5L3.5 4.77L8.5 9.77V18.5L13.83 15.1L19.23 20.5L20.5 19.23Z", key: "lni8ow" } ] ]); export { PlayDisabled as default }; //# sourceMappingURL=play_disabled.js.map