google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 573 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 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 3Z",
key: "137xre"
}
]
]);
export { Headphones as default };
//# sourceMappingURL=headphones.js.map