google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 550 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 Videocam = createIcon("Videocam", [
[
"path",
{
d: "M15 8V16H5V8H15ZM16 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.5V7C17 6.45 16.55 6 16 6Z",
key: "m0dzyz"
}
]
]);
export { Videocam as default };
//# sourceMappingURL=videocam.js.map