google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 619 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 CameraOutdoor = createIcon("CameraOutdoor", [
[
"path",
{
d: "M18 13C18 12.45 17.55 12 17 12H13C12.45 12 12 12.45 12 13V17C12 17.55 12.45 18 13 18H17C17.55 18 18 17.55 18 17V16L20 17.06V12.94L18 14V13ZM12 3L4 9V21H20V19H6V10L12 5.5L18 10V11H20V9L12 3Z",
key: "kfkuor"
}
]
]);
export { CameraOutdoor as default };
//# sourceMappingURL=camera_outdoor.js.map