UNPKG

vuepress-theme-hope

Version:

A light vuepress theme with tons of features

10 lines 750 B
import { h } from "vue"; import { IconBase } from "vuepress-shared/client"; const I18nIcon = () => h(IconBase, { name: "i18n" }, () => [ h("path", { d: "M379.392 460.8 494.08 575.488l-42.496 102.4L307.2 532.48 138.24 701.44l-71.68-72.704L234.496 460.8l-45.056-45.056c-27.136-27.136-51.2-66.56-66.56-108.544h112.64c7.68 14.336 16.896 27.136 26.112 35.84l45.568 46.08 45.056-45.056C382.976 312.32 409.6 247.808 409.6 204.8H0V102.4h256V0h102.4v102.4h256v102.4H512c0 70.144-37.888 161.28-87.04 210.944L378.88 460.8zM576 870.4 512 1024H409.6l256-614.4H768l256 614.4H921.6l-64-153.6H576zM618.496 768h196.608L716.8 532.48 618.496 768z", }), ]); I18nIcon.displayName = "I18nIcon"; export default I18nIcon; //# sourceMappingURL=I18nIcon.js.map