UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 610 B
/** * @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 CameraIndoor = createIcon("CameraIndoor", [ [ "path", { d: "M14 13V12C14 11.45 13.55 11 13 11H9C8.45 11 8 11.45 8 12V16C8 16.55 8.45 17 9 17H13C13.55 17 14 16.55 14 16V15L16 16.06V11.94L14 13ZM12 5.5L18 10V19H6V10L12 5.5ZM12 3L4 9V21H20V9L12 3Z", key: "1x7ehl" } ] ]); export { CameraIndoor as default }; //# sourceMappingURL=camera_indoor.js.map