UNPKG

@chayns-components/core

Version:

A set of beautiful React components for developing your own applications with chayns.

8 lines 545 B
import React from 'react'; import { StyledVerificationBadge } from './VerificationBadge.styles'; const VerificationBadge = () => /*#__PURE__*/React.createElement(StyledVerificationBadge, { className: "beta-chayns-verification-badge" }, /*#__PURE__*/React.createElement("span", null, '\ue903'), /*#__PURE__*/React.createElement("span", null, '\ue904'), /*#__PURE__*/React.createElement("span", null, '\ue905')); VerificationBadge.displayName = 'VerificationBadge'; export default VerificationBadge; //# sourceMappingURL=VerificationBadge.js.map