infinity-forge
Version:
9 lines • 1.53 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IconSend = IconSend;
var jsx_runtime_1 = require("react/jsx-runtime");
function IconSend(_a) {
var color = _a.color;
return ((0, jsx_runtime_1.jsxs)("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)("g", { clipPath: 'url(#clip0_160_1261)', children: (0, jsx_runtime_1.jsx)("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M0.0376394 2.09925C-0.0222538 1.86028 -0.012307 1.60914 0.0662985 1.37565C0.144904 1.14217 0.288865 0.936153 0.481085 0.78207C0.673306 0.627986 0.905708 0.53231 1.15069 0.506404C1.39568 0.480498 1.64295 0.525451 1.86314 0.635925L14.2876 6.84924C14.5015 6.95611 14.6813 7.12043 14.807 7.32378C14.9327 7.52713 14.9993 7.76147 14.9993 8.00054C14.9993 8.23961 14.9327 8.47396 14.807 8.67731C14.6813 8.88066 14.5015 9.04498 14.2876 9.15185L1.86314 15.3644C1.64301 15.4748 1.39584 15.5197 1.15095 15.4938C0.906057 15.4679 0.673735 15.3723 0.481551 15.2184C0.289367 15.0644 0.14539 14.8585 0.0667056 14.6251C-0.0119787 14.3918 -0.0220665 14.1408 0.0376394 13.9018L1.33964 8.69808L8.89514 8.00054L1.33964 7.30301L0.0376394 2.09925Z', fill: color }) }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: 'clip0_160_1261', children: (0, jsx_runtime_1.jsx)("rect", { width: '15', height: '15', fill: 'white', transform: 'translate(0 0.5)' }) }) })] }));
}
//# sourceMappingURL=icon-send.js.map