google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 540 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: "M18.75 12C18.75 10.23 17.73 8.71 16.25 7.97V16.02C17.73 15.29 18.75 13.77 18.75 12ZM5.25 9V15H9.25L14.25 20V4L9.25 9H5.25Z",
key: "5220el"
}
]
]);
export { VolumeDown as default };
//# sourceMappingURL=volume_down.js.map