google-material-icons
Version:
A google material icon library package for React applications
24 lines (20 loc) • 745 B
JavaScript
/**
* @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",
{
fillRule: "evenodd",
clipRule: "evenodd",
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 1ZM10.59 9.17L5.41 4L4 5.41L9.17 10.58L10.59 9.17ZM14.5 4L16.54 6.04L4 18.59L5.41 20L17.96 7.46L20 9.5V4H14.5ZM14.83 13.41L13.42 14.82L16.55 17.95L14.5 20H20V14.5L17.96 16.54L14.83 13.41Z",
key: "1m9tm3"
}
]
]);
export { ShuffleOn as default };
//# sourceMappingURL=shuffle_on.js.map