UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 613 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 HeartBroken = createIcon("HeartBroken", [ [ "path", { d: "M16.5 3C15.54 3 14.6 3.25 13.77 3.69L12 9H15L12 19L13 10H10L11.54 4.61C10.47 3.61 9.01 3 7.5 3C4.42 3 2 5.42 2 8.5C2 12.63 6.16 15.68 12 21C17.47 16.06 22 12.74 22 8.5C22 5.42 19.58 3 16.5 3Z", key: "1yojce" } ] ]); export { HeartBroken as default }; //# sourceMappingURL=heart_broken.js.map