UNPKG

infinity-forge

Version:
9 lines 968 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IconSendArrow = IconSendArrow; var jsx_runtime_1 = require("react/jsx-runtime"); function IconSendArrow(_a) { var color = _a.color; return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '18', height: '18', viewBox: '0 0 18 18', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M2.38936 9.92973H6.91596C7.42957 9.92973 7.84592 9.51332 7.84592 8.99977C7.84592 8.48616 7.42957 8.06982 6.91596 8.06982H2.38936L0.978516 3.63572C0.511344 2.16745 1.32286 0.598514 2.79114 0.131341C3.54003 -0.106969 4.3547 -0.0182896 5.03486 0.375457L15.761 6.58536C17.0945 7.35735 17.5496 9.06418 16.7777 10.3976C16.5334 10.8195 16.183 11.17 15.761 11.4142L5.03486 17.6241C3.7014 18.3961 1.99462 17.941 1.22263 16.6075C0.828885 15.9274 0.740206 15.1127 0.978516 14.3638L2.38936 9.92973Z', fill: 'white' }) })); } //# sourceMappingURL=icon-send-arrow.js.map