UNPKG

infinity-forge

Version:
9 lines 1.24 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IconNext = IconNext; var jsx_runtime_1 = require("react/jsx-runtime"); function IconNext(_a) { var color = _a.color; return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '25', height: '20', viewBox: '0 0 25 20', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M12.2517 9.94084C12.2517 10.2799 12.0706 10.5937 11.777 10.7632L1.92396 18.9848C1.63034 19.1545 1.26833 19.1545 0.974619 18.9848C0.680957 18.8149 0.5 18.5017 0.5 18.1624V1.71899C0.5 1.38009 0.680711 1.06646 0.974619 0.896668C1.12155 0.811942 1.28544 0.769653 1.44939 0.769653C1.61367 0.769653 1.77703 0.812139 1.92415 0.896668L11.7774 9.11842C12.0706 9.28807 12.2517 9.6017 12.2517 9.94084ZM24.0259 9.11867L14.1723 0.896913C14.0258 0.812139 13.8619 0.769899 13.6977 0.769899C13.5335 0.769899 13.3705 0.812385 13.223 0.896913C12.9293 1.06671 12.7483 1.38004 12.7483 1.71924V18.1627C12.7483 18.5017 12.9293 18.8153 13.223 18.985C13.5168 19.1545 13.8784 19.1545 14.1723 18.985L24.0253 10.7631C24.3191 10.5939 24.5 10.2804 24.5 9.94109C24.5004 9.60194 24.3191 9.28807 24.0259 9.11867Z', fill: color }) })); } //# sourceMappingURL=icon-next.js.map