UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.22 kB
/** * @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 VolumeOff = createIcon("VolumeOff", [ [ "path", { d: "M4.33969 2.93506L2.92969 4.34506L7.28969 8.70506L6.99969 9.00506H2.99969V15.0051H6.99969L11.9997 20.0051V13.4151L16.1797 17.5951C15.5297 18.0851 14.7997 18.4751 13.9997 18.7051V20.7651C15.3397 20.4651 16.5697 19.8451 17.6097 19.0151L19.6597 21.0651L21.0697 19.6551L4.33969 2.93506ZM9.99969 15.1751L7.82969 13.0051H4.99969V11.0051H7.82969L8.70969 10.1251L9.99969 11.4151V15.1751ZM18.9997 12.0051C18.9997 12.8251 18.8497 13.6151 18.5897 14.3451L20.1197 15.8751C20.6797 14.7051 20.9997 13.3951 20.9997 12.0051C20.9997 7.72506 18.0097 4.14506 13.9997 3.23506V5.29506C16.8897 6.15506 18.9997 8.83506 18.9997 12.0051ZM11.9997 4.00506L10.1197 5.88506L11.9997 7.76506V4.00506ZM16.4997 12.0051C16.4997 10.2351 15.4797 8.71506 13.9997 7.97506V9.76506L16.4797 12.2451C16.4897 12.1651 16.4997 12.0851 16.4997 12.0051Z", key: "16p8x3" } ] ]); export { VolumeOff as default }; //# sourceMappingURL=volume_off.js.map