UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 600 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 PlaylistRemove = createIcon("PlaylistRemove", [ [ "path", { d: "M14 8H3V10H14V8ZM14 4H3V6H14V4ZM3 14H10V12H3V14ZM14.41 20L17 17.41L19.59 20L21 18.59L18.41 16L21 13.41L19.59 12L17 14.59L14.41 12L13 13.41L15.59 16L13 18.59L14.41 20Z", key: "14e66k" } ] ]); export { PlaylistRemove as default }; //# sourceMappingURL=playlist_remove.js.map