@skyra/discord-components-core
Version:
Web components to easily build and display fake Discord messages on your webpages.
5 lines (4 loc) • 388 B
JavaScript
import { h } from '@stencil/core';
const VerifiedTick = () => (h("svg", { class: "discord-application-tag-verified", "aria-label": "Verified Bot", "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 VerifiedTick;
//# sourceMappingURL=verified-tick.js.map