UNPKG

@derockdev/discord-components-core

Version:

Web components to easily build and display fake Discord messages on your webpages.

5 lines (4 loc) 340 B
import { h } from '@stencil/core'; const VerifiedBadgeOverlay = () => (h("svg", { "aria-hidden": "false", width: "16", height: "16", viewBox: "0 0 16 15.2" }, h("path", { d: "M7.4,11.17,4,8.62,5,7.26l2,1.53L10.64,4l1.36,1Z", fill: "currentColor" }))); export default VerifiedBadgeOverlay; //# sourceMappingURL=verified-badge-overlay.js.map