UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 926 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 SwitchAccessShortcutAdd = createIcon("SwitchAccessShortcutAdd", [ [ "path", { d: "M5.56 8.94L3.5 8L5.56 7.06L6.5 5L7.44 7.06L9.5 8L7.44 8.94L6.5 11L5.56 8.94ZM6.5 21L7.44 18.94L9.5 18L7.44 17.06L6.5 15L5.56 17.06L3.5 18L5.56 18.94L6.5 21ZM2.87 12.37L1.5 13L2.87 13.63L3.5 15L4.13 13.63L5.5 13L4.13 12.37L3.5 11L2.87 12.37ZM10.5 12C10.5 8.91 11.88 6.06 13.94 4H10.5V2H17.5V9H15.5V5.28C13.7 7.02 12.5 9.48 12.5 12C12.5 15.32 14.6 18.36 17.5 19.82V22C13.41 20.41 10.5 16.35 10.5 12ZM22.5 14H20.5V12H18.5V14H16.5V16H18.5V18H20.5V16H22.5V14Z", key: "wg1c4e" } ] ]); export { SwitchAccessShortcutAdd as default }; //# sourceMappingURL=switch_access_shortcut_add.js.map