google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 728 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 PhotoCameraFront = createIcon("PhotoCameraFront", [
[
"path",
{
d: "M18 10.48L22 6.5V17.5L18 13.52V18C18 19.1 17.1 20 16 20H4C2.9 20 2 19.1 2 18V6C2 4.9 2.9 4 4 4H16C17.1 4 18 4.9 18 6V10.48ZM16 6H4V18H16V6ZM10 12C8.9 12 8 11.1 8 10C8 8.9 8.9 8 10 8C11.1 8 12 8.9 12 10C12 11.1 11.1 12 10 12ZM10 13C11.34 13 14 13.67 14 15V16H6V15C6 13.67 8.66 13 10 13Z",
key: "1f169j"
}
]
]);
export { PhotoCameraFront as default };
//# sourceMappingURL=photo_camera_front.js.map