UNPKG

google-material-icons

Version:

A google material icon library package for React applications

23 lines (19 loc) 668 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 SwitchCamera = createIcon("SwitchCamera", [ [ "path", { d: "M20 5H16.83L15 3H9L7.17 5H4C2.9 5 2 5.9 2 7V19C2 20.1 2.9 21 4 21H20C21.1 21 22 20.1 22 19V7C22 5.9 21.1 5 20 5ZM9.88 5H14.12L15.95 7H20V19H4V7H8.05", key: "sdl0li" } ], ["path", { d: "M15 12H9V9.5L5.5 13L9 16.5V14H15V16.5L18.5 13L15 9.5V12Z", key: "1rotqo" }] ]); export { SwitchCamera as default }; //# sourceMappingURL=switch_camera.js.map