@chayns-components/core
Version:
A set of beautiful React components for developing your own applications with chayns.
8 lines • 501 B
JavaScript
import React from 'react';
import { StyledVerificationBadge } from './VerificationBadge.styles';
const VerificationBadge = () => /*#__PURE__*/React.createElement(StyledVerificationBadge, {
className: "vcid-check--blue"
}, /*#__PURE__*/React.createElement("span", null), /*#__PURE__*/React.createElement("span", null), /*#__PURE__*/React.createElement("span", null));
VerificationBadge.displayName = 'VerificationBadge';
export default VerificationBadge;
//# sourceMappingURL=VerificationBadge.js.map