google-material-icons
Version:
A google material icon library package for React applications
16 lines (12 loc) • 426 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 VolumeMute = createIcon("VolumeMute", [
["path", { d: "M7.5 9V15H11.5L16.5 20V4L11.5 9H7.5Z", key: "z12lkt" }]
]);
export { VolumeMute as default };
//# sourceMappingURL=volume_mute.js.map