iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.25 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const EmojiTear = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-emoji-tear", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M8 15A7 7 0 118 1a7 7 0 010 14m0 1A8 8 0 108 0a8 8 0 000 16" }),
React.createElement("path", { d: "M6.831 11.43A3.1 3.1 0 018 11.196c.916 0 1.607.408 2.25.826.212.138.424-.069.282-.277-.564-.83-1.558-2.049-2.532-2.049-.53 0-1.066.361-1.536.824q.126.27.232.535.069.174.135.373zM6 11.333C6 12.253 5.328 13 4.5 13S3 12.254 3 11.333c0-.706.882-2.29 1.294-2.99a.238.238 0 01.412 0c.412.7 1.294 2.284 1.294 2.99M7 6.5C7 7.328 6.552 8 6 8s-1-.672-1-1.5S5.448 5 6 5s1 .672 1 1.5m4 0c0 .828-.448 1.5-1 1.5s-1-.672-1-1.5S9.448 5 10 5s1 .672 1 1.5m-1.5-3A.5.5 0 0110 3c1.162 0 2.35.584 2.947 1.776a.5.5 0 11-.894.448C11.649 4.416 10.838 4 10 4a.5.5 0 01-.5-.5M7 3.5a.5.5 0 00-.5-.5c-1.162 0-2.35.584-2.947 1.776a.5.5 0 10.894.448C4.851 4.416 5.662 4 6.5 4a.5.5 0 00.5-.5" }));
exports.default = EmojiTear;