infinity-forge
Version:
19 lines • 2.71 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PinIcon = PinIcon;
exports.PinInverseIcon = PinInverseIcon;
exports.PinNoBgIcon = PinNoBgIcon;
var jsx_runtime_1 = require("react/jsx-runtime");
function PinIcon(_a) {
var color = _a.color;
return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 15 20', children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("path", { fill: color, d: 'M4.375 7.5a3.125 3.125 0 1 1 6.25 0 3.125 3.125 0 0 1-6.25 0zm3.896 12.096C13.946 11.368 15 10.524 15 7.5a7.5 7.5 0 1 0-15 0c0 3.024 1.054 3.868 6.73 12.096a.938.938 0 0 0 1.54 0z' }) }) }) }) }));
}
function PinInverseIcon(_a) {
var color = _a.color;
return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 20 20', children: (0, jsx_runtime_1.jsxs)("g", { children: [(0, jsx_runtime_1.jsx)("g", { clipPath: 'url(#clip-38e6025e-f10e-495c-9a2e-60f5e0088ea0)', children: (0, jsx_runtime_1.jsx)("path", { fill: color, d: 'M10.085 7.438c-.954 0-1.73.777-1.73 1.73 0 .955.776 1.73 1.73 1.73s1.73-.775 1.73-1.73c0-.953-.776-1.73-1.73-1.73' }) }), (0, jsx_runtime_1.jsx)("g", { clipPath: 'url(#clip-38e6025e-f10e-495c-9a2e-60f5e0088ea0)', children: (0, jsx_runtime_1.jsx)("path", { fill: color, d: 'M12.364 14.194c-1.016 1.172-2.023 1.837-2.066 1.864a.39.39 0 0 1-.426 0c-.044-.027-1.05-.692-2.067-1.864-1.36-1.57-2.08-3.307-2.08-5.025a4.365 4.365 0 0 1 4.36-4.36 4.365 4.365 0 0 1 4.359 4.36c0 1.718-.72 3.455-2.08 5.025M10 0C4.477 0 0 4.477 0 10s4.477 10 10 10 10-4.477 10-10S15.523 0 10 0' }) })] }) }));
}
function PinNoBgIcon(_a) {
var _b = _a.color, color = _b === void 0 ? '#fff' : _b;
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '20', height: '20', viewBox: '0 0 20 20', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M10 17.4163L14.1247 13.2914C16.4028 11.0134 16.4028 7.31995 14.1247 5.0419C11.8467 2.76384 8.15327 2.76384 5.87521 5.0419C3.59715 7.31995 3.59715 11.0134 5.87521 13.2914L10 17.4163ZM10 19.7733L4.6967 14.47C1.76777 11.541 1.76777 6.79232 4.6967 3.86339C7.62563 0.934454 12.3743 0.934454 15.3033 3.86339C18.2322 6.79232 18.2322 11.541 15.3033 14.47L10 19.7733ZM10 10.8334C10.9205 10.8334 11.6667 10.0872 11.6667 9.16669C11.6667 8.24621 10.9205 7.50002 10 7.50002C9.0795 7.50002 8.33333 8.24621 8.33333 9.16669C8.33333 10.0872 9.0795 10.8334 10 10.8334ZM10 12.5C8.15905 12.5 6.66667 11.0076 6.66667 9.16669C6.66667 7.32574 8.15905 5.83335 10 5.83335C11.8409 5.83335 13.3333 7.32574 13.3333 9.16669C13.3333 11.0076 11.8409 12.5 10 12.5Z', fill: color }) }));
}
//# sourceMappingURL=icon-Pin.js.map