@botonic/react
Version:
Build Chatbots using React
10 lines • 787 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CaretUpSvg = void 0;
const jsx_runtime_1 = require("react/jsx-runtime");
const constants_1 = require("../../../constants");
const CaretUpSvg = ({ color = constants_1.COLORS.N500 }) => {
return ((0, jsx_runtime_1.jsx)("svg", Object.assign({ xmlns: 'http://www.w3.org/2000/svg', viewBox: '0 0 640 640', color: color }, { children: (0, jsx_runtime_1.jsx)("path", { d: 'M300.3 199.2C312.9 188.9 331.4 189.7 343.1 201.4L471.1 329.4C480.3 338.6 483 352.3 478 364.3C473 376.3 461.4 384 448.5 384L192.5 384C179.6 384 167.9 376.2 162.9 364.2C157.9 352.2 160.7 338.5 169.9 329.4L297.9 201.4L300.3 199.2z', fill: 'currentColor' }) })));
};
exports.CaretUpSvg = CaretUpSvg;
//# sourceMappingURL=caret-up.js.map