UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 660 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 ShuffleOn = createIcon("ShuffleOn", [ [ "path", { d: "M21 1H3C1.9 1 1 1.9 1 3V21C1 22.1 1.9 23 3 23H21C22.1 23 23 22.1 23 21V3C23 1.9 22.1 1 21 1ZM5.41 4L10.59 9.17L9.18 10.59L4 5.42L5.41 4ZM20 20H14V18H16.61L13.41 14.8L14.83 13.38L18 16.55V14H20V20ZM20 10H18V7.42L5.41 20L4 18.59L16.58 6H14V4H20V10Z", key: "1ntue1" } ] ]); export { ShuffleOn as default }; //# sourceMappingURL=shuffle_on.js.map