UNPKG

google-material-icons

Version:

A google material icon library package for React applications

27 lines (23 loc) 880 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 MonitorHeart = createIcon("MonitorHeart", [ ["path", { d: "M20 4H4C2.9 4 2 4.9 2 6V9H4V6H20V9H22V6C22 4.9 21.1 4 20 4Z", key: "1knpb2" }], [ "path", { d: "M20 18H4V15H2V18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V15H20V18Z", key: "19ftkb" } ], [ "path", { d: "M14.89 7.55C14.55 6.87 13.44 6.87 13.1 7.55L10 13.76L8.89 11.55C8.72 11.21 8.38 11 8 11H2V13H7.38L9.1 16.45C9.28 16.79 9.62 17 10 17C10.38 17 10.72 16.79 10.89 16.45L14 10.24L15.11 12.45C15.28 12.79 15.62 13 16 13H22V11H16.62L14.89 7.55Z", key: "jzyi1p" } ] ]); export { MonitorHeart as default }; //# sourceMappingURL=monitor_heart.js.map