UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 590 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 Shuffle = createIcon("Shuffle", [ [ "path", { d: "M10.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: "173fgf" } ] ]); export { Shuffle as default }; //# sourceMappingURL=shuffle.js.map