@frontify/fondue-icons
Version:
Frontify's icon SVGs
7 lines (6 loc) • 772 B
JavaScript
import { createFondueIcon as e } from "./fondue-icons2.js";
const r = e("MapPointer", [["path", { fill: "currentColor", "fill-rule": "evenodd", d: "M18.173 9.692c0 2.227-1.157 5.007-2.706 7.307-.76 1.129-1.566 2.069-2.279 2.707-.357.32-.662.538-.9.668-.143.08-.23.11-.269.12a1.4 1.4 0 01-.272-.12 5 5 0 01-.905-.67c-.717-.64-1.527-1.58-2.292-2.709-1.559-2.3-2.723-5.079-2.723-7.303A6.19 6.19 0 0112.019 3.5c3.41 0 6.154 2.763 6.154 6.192m1.5 0C19.673 15 14.327 22 12.019 22S4.327 15 4.327 9.692A7.69 7.69 0 0112.019 2c4.249 0 7.654 3.444 7.654 7.692m-6.077 0a1.577 1.577 0 11-3.154 0 1.577 1.577 0 013.154 0m1.5 0a3.077 3.077 0 11-6.154 0 3.077 3.077 0 016.154 0", "clip-rule": "evenodd" }]]);
export {
r as IconMapPointer
};
//# sourceMappingURL=fondue-icons228.js.map