google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 597 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 VideoCall = createIcon("VideoCall", [
[
"path",
{
d: "M17 10.5V7C17 6.45 16.55 6 16 6H4C3.45 6 3 6.45 3 7V17C3 17.55 3.45 18 4 18H16C16.55 18 17 17.55 17 17V13.5L21 17.5V6.5L17 10.5ZM15 16H5V8H15V16ZM9 15H11V13H13V11H11V9H9V11H7V13H9V15Z",
key: "14mhb8"
}
]
]);
export { VideoCall as default };
//# sourceMappingURL=video_call.js.map