google-material-icons
Version:
A google material icon library package for React applications
23 lines (19 loc) • 673 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 5H16.83L15 3H9L7.17 5H4C2.9 5 2 5.9 2 7V19C2 20.1 2.9 21 4 21H20C21.1 21 22 20.1 22 19V7C22 5.9 21.1 5 20 5ZM20 19H4V7H8.05L9.88 5H14.12L15.95 7H20V19Z",
key: "1pxqb4"
}
],
["path", { d: "M11.25 16L9 13L6 17H18L14.25 12L11.25 16Z", key: "c5qcom" }]
]);
export { PhotoCameraBack as default };
//# sourceMappingURL=photo_camera_back.js.map