UNPKG

infinity-forge

Version:
9 lines 1.55 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IconPrev = IconPrev; var jsx_runtime_1 = require("react/jsx-runtime"); function IconPrev(_a) { var color = _a.color; return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '26', height: '25', viewBox: '0 0 26 25', fill: 'none', children: [(0, jsx_runtime_1.jsx)("g", { clipPath: 'url(#clip0_368_1512)', children: (0, jsx_runtime_1.jsx)("path", { d: 'M12.7483 12.9408C12.7483 13.2799 12.9294 13.5937 13.223 13.7632L23.076 21.9848C23.3697 22.1545 23.7317 22.1545 24.0254 21.9848C24.319 21.8149 24.5 21.5017 24.5 21.1624V4.71899C24.5 4.38009 24.3193 4.06646 24.0254 3.89667C23.8785 3.81194 23.7146 3.76965 23.5506 3.76965C23.3863 3.76965 23.223 3.81214 23.0758 3.89667L13.2226 12.1184C12.9294 12.2881 12.7483 12.6017 12.7483 12.9408ZM0.974131 12.1187L10.8277 3.89691C10.9742 3.81214 11.1381 3.7699 11.3023 3.7699C11.4665 3.7699 11.6295 3.81238 11.777 3.89691C12.0707 4.06671 12.2517 4.38004 12.2517 4.71924V21.1627C12.2517 21.5017 12.0707 21.8153 11.777 21.985C11.4832 22.1545 11.1216 22.1545 10.8277 21.985L0.97472 13.7631C0.680862 13.5939 0.500002 13.2804 0.500002 12.9411C0.499559 12.6019 0.680912 12.2881 0.974131 12.1187Z', fill: color }) }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: 'clip0_368_1512', children: (0, jsx_runtime_1.jsx)("rect", { width: '25', height: '24', fill: 'white', transform: 'matrix(-1 0 0 1 25.5 0.940918)' }) }) })] })); } //# sourceMappingURL=icon-prev.js.map