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 PhotoCameraBack = createIcon("PhotoCameraBack", [
[
"path",
{
d: "M20 5C21.1 5 22 5.9 22 7V19C22 20.1 21.1 21 20 21H4C2.9 21 2 20.1 2 19V7C2 5.9 2.9 5 4 5H7.17L9 3H15L16.83 5H20ZM20 19V7H4V19H20ZM14 12L11 15.72L9 13L6 17H18L14 12Z",
key: "vg3ayo"
}
]
]);
export { PhotoCameraBack as default };
//# sourceMappingURL=photo_camera_back.js.map