UNPKG

@rocket.chat/onboarding-ui

Version:

Set of components and functions for the onboarding experience on Rocket.Chat

6 lines 485 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); const PlanFeatureIcon = ({ color }) => ((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