iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.1 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 Freelancermap = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12 0C5.372 0 0 5.372 0 12s5.372 12 12 12l-.011-1.396H12c5.857 0 10.604-4.747 10.604-10.604H24c0-6.628-5.372-12-12-12m0 21.205c-5.084 0-9.205-4.121-9.205-9.205S6.916 2.792 12 2.792a9.205 9.205 0 010 18.411zm6.325-4.597c3.577-5.049.173-10.211-2.863-11.614-3.61.575-6.861 3.925-7.233 7.91 2.818 4.817 8.504 4.224 10.099 3.705m-9.912-1.45c.265 1.636.725 3.247 1.703 4.438 3.425.884 6.45-.782 7.943-2.642-3.15 1.463-6.662.623-9.644-1.796M4.705 9.071c-1.897 4.994 1.325 9.144 4.676 10.304-1.076-1.31-1.853-3.164-2.052-4.998-1.43-1.43-2.411-3.25-2.626-5.306M14.31 4.53c-3.09-1.006-6.05.192-7.742 1.795.043 2.075.376 3.695.909 5.07.731-3.48 3.551-6.341 6.833-6.863" }));
exports.default = Freelancermap;