UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 658 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 Favorite = createIcon("Favorite", [ [ "path", { d: "M12 21.175L10.55 19.855C5.4 15.185 2 12.105 2 8.32495C2 5.24495 4.42 2.82495 7.5 2.82495C9.24 2.82495 10.91 3.63495 12 4.91495C13.09 3.63495 14.76 2.82495 16.5 2.82495C19.58 2.82495 22 5.24495 22 8.32495C22 12.105 18.6 15.185 13.45 19.865L12 21.175Z", key: "1hbla3" } ] ]); export { Favorite as default }; //# sourceMappingURL=favorite.js.map