@rocket.chat/onboarding-ui
Version:
Set of components and functions for the onboarding experience on Rocket.Chat
9 lines • 522 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var jsx_runtime_1 = require("react/jsx-runtime");
var PlanFeatureIcon = function (_a) {
var color = _a.color;
return ((0, jsx_runtime_1.jsx)("svg", { width: '13', height: 'auto', viewBox: '0 0 16 13', fill: 'none', xmlns: 'http://www.w3.org/2000/svg', children: (0, jsx_runtime_1.jsx)("path", { d: 'M1 7L5 11L15 1', stroke: color, strokeWidth: '2' }) }));
};
exports.default = PlanFeatureIcon;
//# sourceMappingURL=PlanFeatureIcon.js.map