UNPKG

google-material-icons

Version:

A google material icon library package for React applications

23 lines (19 loc) 611 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 Airplay = createIcon("Airplay", [ ["path", { d: "M6 21.5H18L12 15.5L6 21.5Z", key: "1nnji" }], [ "path", { d: "M21 2.5H3C1.9 2.5 1 3.4 1 4.5V16.5C1 17.6 1.9 18.5 3 18.5H7V16.5H3V4.5H21V16.5H17V18.5H21C22.1 18.5 23 17.6 23 16.5V4.5C23 3.4 22.1 2.5 21 2.5Z", key: "by6jpq" } ] ]); export { Airplay as default }; //# sourceMappingURL=airplay.js.map