google-material-icons
Version:
A google material icon library package for React applications
26 lines (22 loc) • 715 B
JavaScript
/**
* @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: "M17.1655 12.915L19.7155 11.295L8.71547 4.29498V4.46498L17.1655 12.915Z", key: "1rmcrx" }
],
[
"path",
{
d: "M3.52547 2.10498L2.10547 3.51498L8.71547 10.125V18.295L13.7055 15.115L20.4855 21.895L21.8955 20.485L3.52547 2.10498ZM10.7155 14.655V12.125L12.2655 13.675L10.7155 14.655Z",
key: "1hkx93"
}
]
]);
export { PlayDisabled as default };
//# sourceMappingURL=play_disabled.js.map