UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.54 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 RingVolume = createIcon("RingVolume", [ [ "path", { d: "M23.71 17.2403C20.66 14.3503 16.54 12.5703 12 12.5703C7.46 12.5703 3.34 14.3503 0.29 17.2403C0.11 17.4203 0 17.6703 0 17.9503C0 18.2303 0.11 18.4803 0.29 18.6603L2.77 21.1403C2.95 21.3203 3.2 21.4303 3.48 21.4303C3.75 21.4303 4 21.3203 4.18 21.1503C4.97 20.4103 5.87 19.7903 6.84 19.3003C7.17 19.1403 7.4 18.8003 7.4 18.4003V15.3003C8.85 14.8203 10.4 14.5703 12 14.5703C13.6 14.5703 15.15 14.8203 16.6 15.2903V18.3903C16.6 18.7803 16.83 19.1303 17.16 19.2903C18.14 19.7803 19.03 20.4103 19.82 21.1403C20 21.3203 20.25 21.4203 20.52 21.4203C20.8 21.4203 21.05 21.3103 21.23 21.1303L23.71 18.6503C23.89 18.4703 24 18.2203 24 17.9403C24 17.6703 23.89 17.4203 23.71 17.2403ZM5.4 17.8003C4.74 18.1703 4.11 18.6003 3.53 19.0703L2.46 18.0003C3.37 17.2503 4.36 16.6103 5.41 16.1003V17.8003H5.4ZM20.47 19.0603C19.88 18.5803 19.26 18.1603 18.6 17.7903V16.0903C19.64 16.6003 20.63 17.2403 21.54 17.9903L20.47 19.0603ZM21.16 6.83031L19.75 5.42031L16.19 8.97031L17.6 10.3803C17.6 10.3803 21.05 6.86031 21.16 6.83031ZM11 2.57031H13V7.57031H11V2.57031ZM6.4 10.3803L7.81 8.97031L4.26 5.41031L2.84 6.83031C2.95 6.86031 6.4 10.3803 6.4 10.3803Z", key: "vk26my" } ] ]); export { RingVolume as default }; //# sourceMappingURL=ring_volume.js.map