@ftdata/icons
Version:
Fulltime Styleguide Icons
33 lines (32 loc) • 2.55 kB
JavaScript
;
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 Pin(_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", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, rest, { children: [jsx_runtime_1.jsx("path", { d: "M12.0002 21.0042V15.502", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0),
jsx_runtime_1.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.9011 10.499H9.09871C7.71535 10.4993 6.51136 11.445 6.1835 12.789L6.05044 13.3352C5.92301 13.8573 6.04239 14.4089 6.37427 14.8316C6.70615 15.2543 7.21376 15.5011 7.75115 15.5011H16.2547C16.7921 15.5011 17.2997 15.2543 17.6316 14.8316C17.9635 14.4089 18.0828 13.8573 17.9554 13.3352L17.8223 12.789C17.494 11.4429 16.2867 10.4965 14.9011 10.499V10.499Z", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0),
jsx_runtime_1.jsx("path", { d: "M14.7514 10.4992L14.1011 6.59759C14.0394 6.22892 14.1883 5.85657 14.4873 5.63219L15.6018 4.79684C15.9463 4.53848 16.0868 4.08866 15.9506 3.68015C15.8144 3.27164 15.4321 2.99609 15.0015 2.99609H8.99902C8.56841 2.99609 8.18611 3.27164 8.04994 3.68015C7.91377 4.08866 8.05428 4.53848 8.39877 4.79684L9.51323 5.63219C9.8122 5.85657 9.96114 6.22892 9.89939 6.59759L9.24912 10.4992", stroke: color, strokeWidth: weight, strokeLinecap: "round", strokeLinejoin: "round" }, void 0)] }), void 0));
}
exports.default = Pin;