google-material-icons
Version:
A google material icon library package for React applications
29 lines (25 loc) • 779 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 CameraEnhance = createIcon("CameraEnhance", [
[
"path",
{
d: "M9 3L7.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 5H16.83L15 3H9ZM12 18C9.24 18 7 15.76 7 13C7 10.24 9.24 8 12 8C14.76 8 17 10.24 17 13C17 15.76 14.76 18 12 18Z",
key: "12qgg3"
}
],
[
"path",
{
d: "M12 17L13.25 14.25L16 13L13.25 11.75L12 9L10.75 11.75L8 13L10.75 14.25L12 17Z",
key: "1a37or"
}
]
]);
export { CameraEnhance as default };
//# sourceMappingURL=camera_enhance.js.map