google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 603 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 VideoCameraBack = createIcon("VideoCameraBack", [
[
"path",
{
d: "M18 10.48V6C18 4.9 17.1 4 16 4H4C2.9 4 2 4.9 2 6V18C2 19.1 2.9 20 4 20H16C17.1 20 18 19.1 18 18V13.52L22 17.5V6.5L18 10.48ZM5 16L7.38 12.83L9 15L11.62 11.5L15 16H5Z",
key: "8995k6"
}
]
]);
export { VideoCameraBack as default };
//# sourceMappingURL=video_camera_back.js.map