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