UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.15 kB
/** * @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 Whatshot = createIcon("Whatshot", [ [ "path", { d: "M11.57 13.8259C10.21 14.1059 9.4 14.9859 9.4 16.2359C9.4 17.5759 10.51 18.6559 11.89 18.6559C13.94 18.6559 15.6 16.9959 15.6 14.9459C15.6 13.8759 15.45 12.8259 15.14 11.8259C14.35 12.8959 12.94 13.5459 11.57 13.8259ZM13.5 1.33594C13.5 1.33594 14.24 3.98594 14.24 6.13594C14.24 8.19594 12.89 9.86594 10.83 9.86594C8.76 9.86594 7.2 8.19594 7.2 6.13594L7.23 5.77594C5.21 8.17594 4 11.2859 4 14.6659C4 19.0859 7.58 22.6659 12 22.6659C16.42 22.6659 20 19.0859 20 14.6659C20 9.27594 17.41 4.46594 13.5 1.33594ZM12 20.6659C8.69 20.6659 6 17.9759 6 14.6659C6 13.1359 6.3 11.6259 6.86 10.2359C7.87 11.2459 9.27 11.8659 10.83 11.8659C13.49 11.8659 15.58 10.0359 16.11 7.43594C17.34 9.63594 18 12.1059 18 14.6659C18 17.9759 15.31 20.6659 12 20.6659Z", key: "1ymu6c" } ] ]); export { Whatshot as default }; //# sourceMappingURL=whatshot.js.map