infinity-forge
Version:
9 lines • 1.83 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IconShareV2 = IconShareV2;
var jsx_runtime_1 = require("react/jsx-runtime");
function IconShareV2(_a) {
var color = _a.color;
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '15', height: '16', viewBox: '0 0 15 16', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M13.5537 14.3202C13.6516 14.5166 13.8511 14.6347 14.0625 14.6347C14.1059 14.6347 14.1495 14.6297 14.1924 14.6198L14.1933 14.6197C14.4496 14.5586 14.6313 14.3298 14.6313 14.0659C14.6313 11.9385 14.4986 9.95877 13.5338 8.49245C12.5722 7.03081 10.8018 6.10243 7.6 6.00541V2.81593C7.6 2.58984 7.46619 2.38555 7.25952 2.29487L7.25932 2.29478L13.5537 14.3202ZM13.5537 14.3202C13.5537 14.3203 13.5538 14.3203 13.5538 14.3203L13.6432 14.2756L13.5537 14.3202C13.1187 13.4503 12.7055 12.6273 11.8569 12.0025C11.0223 11.3879 9.75351 10.9567 7.6 10.8929V14.0659C7.6 14.292 7.46619 14.4963 7.25946 14.5869C7.05283 14.6774 6.81144 14.6374 6.64526 14.4836L13.5537 14.3202ZM0.551698 8.85877L6.64513 14.4835L0.55165 8.02302L0.619336 8.09663L0.551508 8.02315L0.551578 8.02309C0.434753 8.13055 0.36875 8.28233 0.36875 8.44093C0.36875 8.59952 0.434755 8.75135 0.551649 8.85872C0.551666 8.85874 0.551682 8.85875 0.551698 8.85877ZM6.64513 2.39827L6.71309 2.47163L6.64526 2.39815L6.64513 2.39827ZM6.4625 4.11507V6.56593C6.4625 6.88026 6.71692 7.13468 7.03125 7.13468C9.61124 7.13468 11.1528 7.6343 12.0785 8.5086C12.9393 9.32163 13.286 10.4759 13.418 11.9159C12.9454 11.3535 12.3216 10.8441 11.4202 10.4606C10.3831 10.0195 8.98338 9.74718 7.03125 9.74718C6.71692 9.74718 6.4625 10.0016 6.4625 10.3159V12.7668L1.7761 8.44093L6.4625 4.11507Z', fill: color, stroke: color, "stroke-width": '0.2' }) }));
}
//# sourceMappingURL=icon-share-v2.js.map