google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 581 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.5ZM14 13H11V16H9V13H6V11H9V8H11V11H14V13Z",
key: "1dswou"
}
]
]);
export { VideoCall as default };
//# sourceMappingURL=video_call.js.map