google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 594 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 VolumeDown = createIcon("VolumeDown", [
[
"path",
{
d: "M16.25 7.97V16.02C17.73 15.29 18.75 13.77 18.75 12C18.75 10.23 17.73 8.71 16.25 7.97ZM5.25 9V15H9.25L14.25 20V4L9.25 9H5.25ZM12.25 8.83V15.17L10.08 13H7.25V11H10.08L12.25 8.83Z",
key: "1wh1kb"
}
]
]);
export { VolumeDown as default };
//# sourceMappingURL=volume_down.js.map