google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 915 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 Whatshot = createIcon("Whatshot", [
[
"path",
{
d: "M13.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.33594ZM11.71 19.6659C9.93 19.6659 8.49 18.2659 8.49 16.5259C8.49 14.9059 9.54 13.7659 11.3 13.4059C13.07 13.0459 14.9 12.1959 15.92 10.8259C16.31 12.1159 16.51 13.4759 16.51 14.8659C16.51 17.5159 14.36 19.6659 11.71 19.6659Z",
key: "b5jrml"
}
]
]);
export { Whatshot as default };
//# sourceMappingURL=whatshot.js.map