UNPKG

infinity-forge

Version:
9 lines 657 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IconLeftChevron = IconLeftChevron; var jsx_runtime_1 = require("react/jsx-runtime"); function IconLeftChevron(_a) { var _b = _a.color, color = _b === void 0 ? 'currentColor' : _b; return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', viewBox: '0 0 320 512', fill: color, children: (0, jsx_runtime_1.jsx)("path", { d: 'M9.4 278.6c-12.5-12.5-12.5-32.8 0-45.3l192-192c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3L77.3 256l169.3 169.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0l-192-192z' }) })); } //# sourceMappingURL=icon-left-chevron.js.map