google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 871 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 Camera = createIcon("Camera", [
[
"path",
{
d: "M9.4 10.5L14.17 2.24C13.47 2.09 12.75 2 12 2C9.6 2 7.4 2.85 5.68 4.25L9.34 10.6L9.4 10.5ZM21.54 9C20.62 6.08 18.39 3.74 15.54 2.66L11.88 9H21.54ZM21.8 10H14.31L14.6 10.5L19.36 18.75C21 16.97 22 14.61 22 12C22 11.31 21.93 10.65 21.8 10ZM8.54 12L4.64 5.25C3.01 7.03 2 9.39 2 12C2 12.69 2.07 13.35 2.2 14H9.69L8.54 12ZM2.46 15C3.38 17.92 5.61 20.26 8.46 21.34L12.12 15H2.46ZM13.73 15L9.83 21.76C10.53 21.91 11.25 22 12 22C14.4 22 16.6 21.15 18.32 19.75L14.66 13.4L13.73 15Z",
key: "1otlt1"
}
]
]);
export { Camera as default };
//# sourceMappingURL=camera.js.map