UNPKG

google-material-icons

Version:

A google material icon library package for React applications

24 lines (20 loc) 757 B
/** * @license google-material-icons v2.1.4 - 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 Bloodtype = createIcon("Bloodtype", [ ["path", { d: "M15 16H9V18H15V16Z", key: "yiluv7" }], ["path", { d: "M13 9H11V11H9V13H11V15H13V13H15V11H13V9Z", key: "ykutvs" }], [ "path", { d: "M12 2C6.67 6.55 4 10.48 4 13.8C4 18.78 7.8 22 12 22C16.2 22 20 18.78 20 13.8C20 10.48 17.33 6.55 12 2ZM12 20C8.65 20 6 17.43 6 13.8C6 11.46 7.95 8.36 12 4.66C16.05 8.36 18 11.45 18 13.8C18 17.43 15.35 20 12 20Z", key: "6l95un" } ] ]); export { Bloodtype as default }; //# sourceMappingURL=bloodtype.js.map