UNPKG

infinity-forge

Version:
9 lines 650 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IconBottomChevron = IconBottomChevron; var jsx_runtime_1 = require("react/jsx-runtime"); function IconBottomChevron(_a) { var color = _a.color; return ((0, jsx_runtime_1.jsx)("svg", { fill: color, xmlns: 'http://www.w3.org/2000/svg', viewBox: '0 0 24 24', version: '1.1', xmlnsXlink: 'http://www.w3.org/1999/xlink', transform: 'matrix(-1.8369701987210297e-16,-1,-1,1.8369701987210297e-16,0,0)', children: (0, jsx_runtime_1.jsx)("path", { d: 'M15.41 16.59L10.83 12l4.58-4.59L14 6l-6 6 6 6 1.41-1.41z' }) })); } //# sourceMappingURL=icon-bottom-chevron.js.map