google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 504 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: "M14.5 8.83V15.17L12.33 13H9.5V11H12.33L14.5 8.83ZM16.5 4L11.5 9H7.5V15H11.5L16.5 20V4Z",
key: "jfjz0b"
}
]
]);
export { VolumeMute as default };
//# sourceMappingURL=volume_mute.js.map