UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 656 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 CameraRear = createIcon("CameraRear", [ [ "path", { d: "M10 20H5V22H10V24L13 21L10 18V20ZM14 20V22H19V20H14ZM17 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 0ZM12 6C10.89 6 10 5.1 10 4C10 2.9 10.89 2 11.99 2C13.09 2 13.99 2.9 13.99 4C14 5.1 13.1 6 12 6Z", key: "8gan6a" } ] ]); export { CameraRear as default }; //# sourceMappingURL=camera_rear.js.map