UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 608 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 Headphones = createIcon("Headphones", [ [ "path", { d: "M12 3C7.03 3 3 7.03 3 12V19C3 20.1 3.9 21 5 21H9V13H5V12C5 8.13 8.13 5 12 5C15.87 5 19 8.13 19 12V13H15V21H19C20.1 21 21 20.1 21 19V12C21 7.03 16.97 3 12 3ZM7 15V19H5V15H7ZM19 19H17V15H19V19Z", key: "542lz3" } ] ]); export { Headphones as default }; //# sourceMappingURL=headphones.js.map