google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 720 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 CameraFront = createIcon("CameraFront", [
[
"path",
{
d: "M10 20H5V22H10V24L13 21L10 18V20ZM14 20V22H19V20H14ZM12 8C13.1 8 14 7.1 14 6C14 4.9 13.1 4 12 4C10.9 4 10.01 4.9 10.01 6C10.01 7.1 10.9 8 12 8ZM17 0H7C5.9 0 5 0.9 5 2V16C5 17.1 5.9 18 7 18H17C18.1 18 19 17.1 19 16V2C19 0.9 18.1 0 17 0ZM7 2H17V12.5C17 10.83 13.67 10 12 10C10.33 10 7 10.83 7 12.5V2Z",
key: "179s9y"
}
]
]);
export { CameraFront as default };
//# sourceMappingURL=camera_front.js.map