google-material-icons
Version:
A google material icon library package for React applications
29 lines (25 loc) • 829 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 MicExternalOn = createIcon("MicExternalOn", [
[
"path",
{
d: "M9.22 7C9.7 6.47 10 5.77 10 5C10 3.34 8.66 2 7 2C5.34 2 4 3.34 4 5C4 5.77 4.3 6.47 4.78 7H9.22Z",
key: "1x3te2"
}
],
[
"path",
{
d: "M16 2C13.79 2 12 3.79 12 6V18C12 19.1 11.1 20 10 20C8.9 20 8 19.1 8 18H9L10 8H4L5 18H6C6 20.21 7.79 22 10 22C12.21 22 14 20.21 14 18V6C14 4.9 14.9 4 16 4C17.1 4 18 4.9 18 6V22H20V6C20 3.79 18.21 2 16 2ZM7.19 16H6.81L6.21 10H7.79L7.19 16Z",
key: "9a3gy2"
}
]
]);
export { MicExternalOn as default };
//# sourceMappingURL=mic_external_on.js.map