UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 584 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: "M12 3L4 9V21H20V9L12 3ZM16 16.06L14 15V16C14 16.55 13.55 17 13 17H9C8.45 17 8 16.55 8 16V12C8 11.45 8.45 11 9 11H13C13.55 11 14 11.45 14 12V13L16 11.94V16.06Z", key: "1qbggc" } ] ]); export { CameraIndoor as default }; //# sourceMappingURL=camera_indoor.js.map