UNPKG

google-material-icons

Version:

A google material icon library package for React applications

16 lines (12 loc) 444 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 PlayArrow = createIcon("PlayArrow", [ ["path", { d: "M8.5 8.64L13.77 12L8.5 15.36V8.64ZM6.5 5V19L17.5 12L6.5 5Z", key: "xvjq4y" }] ]); export { PlayArrow as default }; //# sourceMappingURL=play_arrow.js.map