@ftdata/icons
Version:
Fulltime Styleguide Icons
37 lines (36 loc) • 3 kB
JavaScript
"use strict";
var __assign = (this && this.__assign) || function () {
__assign = Object.assign || function(t) {
for (var s, i = 1, n = arguments.length; i < n; i++) {
s = arguments[i];
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
t[p] = s[p];
}
return t;
};
return __assign.apply(this, arguments);
};
var __rest = (this && this.__rest) || function (s, e) {
var t = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
t[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function")
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
t[p[i]] = s[p[i]];
}
return t;
};
Object.defineProperty(exports, "__esModule", { value: true });
var jsx_runtime_1 = require("react/jsx-runtime");
function CompassMap(_a) {
var color = _a.color, size = _a.size, weight = _a.weight, rest = __rest(_a, ["color", "size", "weight"]);
return (jsx_runtime_1.jsxs("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", fill: "none" }, rest, { children: [jsx_runtime_1.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 21C16.95 21 21 16.95 21 12C21 7.05 16.95 3 12 3C7.05 3 3 7.05 3 12C3 16.95 7.05 21 12 21Z", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0),
jsx_runtime_1.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.2359 9.55295L15.1639 8.22595C15.5359 8.12595 15.8759 8.46595 15.7769 8.83795L14.4699 13.7399C14.3779 14.0849 14.1089 14.3549 13.7639 14.4479L8.83595 15.7749C8.46395 15.8749 8.12395 15.5349 8.22295 15.1629L9.52995 10.2609C9.62195 9.91595 9.89095 9.64595 10.2359 9.55295V9.55295Z", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0),
jsx_runtime_1.jsx("path", { d: "M11.999 11.75C11.861 11.75 11.749 11.862 11.75 12C11.75 12.138 11.862 12.25 12 12.25C12.138 12.25 12.25 12.138 12.25 12C12.25 11.862 12.138 11.75 11.999 11.75", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0),
jsx_runtime_1.jsx("path", { d: "M12 3V4.5", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0),
jsx_runtime_1.jsx("path", { d: "M12 21V19.5", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0),
jsx_runtime_1.jsx("path", { d: "M21 12H19.5", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0),
jsx_runtime_1.jsx("path", { d: "M3 12H4.5", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0)] }), void 0));
}
exports.default = CompassMap;