UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 817 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 SwitchAccessShortcut = createIcon("SwitchAccessShortcut", [ [ "path", { d: "M8.06 8.94L6 8L8.06 7.06L9 5L9.94 7.06L12 8L9.94 8.94L9 11L8.06 8.94ZM9 21L9.94 18.94L12 18L9.94 17.06L9 15L8.06 17.06L6 18L8.06 18.94L9 21ZM5.37 12.37L4 13L5.37 13.63L6 15L6.63 13.63L8 13L6.63 12.37L6 11L5.37 12.37ZM13 12C13 9.27 14.08 6.73 15.75 4.75L13 2H20V9L17.18 6.18C15.84 7.82 15 9.88 15 12C15 15.32 17.1 18.36 20 19.82V22C15.91 20.41 13 16.35 13 12Z", key: "3t5a3s" } ] ]); export { SwitchAccessShortcut as default }; //# sourceMappingURL=switch_access_shortcut.js.map