UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 596 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 5ZM15 16.5V14H9V16.5L5.5 13L9 9.5V12H15V9.5L18.5 13L15 16.5Z", key: "nfrq37" } ] ]); export { SwitchCamera as default }; //# sourceMappingURL=switch_camera.js.map