google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 754 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 PermCameraMic = createIcon("PermCameraMic", [
[
"path",
{
d: "M20 5H16.83L15 3H9L7.17 5H4C2.9 5 2 5.9 2 7V19C2 20.1 2.9 21 4 21H11V18.91C8.17 18.43 6 15.97 6 13H8C8 15.21 9.79 17 12 17C14.21 17 16 15.21 16 13H18C18 15.97 15.83 18.43 13 18.91V21H20C21.1 21 22 20.1 22 19V7C22 5.9 21.1 5 20 5ZM14 13C14 14.1 13.1 15 12 15C10.9 15 10 14.1 10 13V9C10 7.9 10.9 7 12 7C13.1 7 14 7.9 14 9V13Z",
key: "2x0nn1"
}
]
]);
export { PermCameraMic as default };
//# sourceMappingURL=perm_camera_mic.js.map