UNPKG

@opentiny/vue-icon

Version:

An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.

32 lines (31 loc) 3.27 kB
import { svg } from "@opentiny/vue-common"; import { createElementBlock, openBlock, createElementVNode } from "vue"; var _hoisted_1 = { viewBox: "0 0 1024 1024", xmlns: "http://www.w3.org/2000/svg" }; var _hoisted_2 = /* @__PURE__ */ createElementVNode( "path", { d: "M616.448 692.907a933.419 933.419 0 0 1-74.539 92.8c71.339 69.248 137.728 101.674 174.507 80.384 36.864-21.248 41.941-94.934 17.664-191.318-36.395 8.107-75.947 14.251-117.632 18.134zm-55.893 3.712a1173.845 1173.845 0 0 1-97.11 0c16.086 20.992 32.342 40.448 48.555 58.197 16.213-17.75 32.427-37.205 48.555-58.197zm215.04-336.811C889.3 392.405 963.54 446.592 963.54 512s-74.24 119.595-187.946 152.192c28.586 114.773 18.816 206.165-37.803 238.848-56.661 32.725-140.715-4.48-225.792-86.613-85.077 82.133-169.13 119.338-225.792 86.613-56.619-32.683-66.432-124.075-37.803-238.848C134.7 631.595 60.46 577.408 60.46 512s74.24-119.595 187.946-152.192C219.82 245.035 229.59 153.643 286.208 120.96c56.661-32.725 140.715 4.48 225.792 86.613 85.077-82.133 169.13-119.338 225.792-86.613 56.619 32.683 66.432 124.075 37.803 238.848zm-41.515-10.581c24.32-96.427 19.2-170.07-17.621-191.318-36.822-21.29-103.211 11.136-174.507 80.384a940.757 940.757 0 0 1 74.496 92.8c41.728 3.84 81.237 9.984 117.632 18.134zM289.92 674.773c-24.32 96.427-19.2 170.07 17.621 191.318 36.822 21.29 103.211-11.136 174.507-80.384a933.419 933.419 0 0 1-74.496-92.8 933.419 933.419 0 0 1-117.632-18.134zm173.525-347.392a1173.845 1173.845 0 0 1 97.11 0A875.648 875.648 0 0 0 512 269.227c-16.213 17.749-32.427 37.205-48.555 58.197zm-55.893 3.712a933.419 933.419 0 0 1 74.581-92.8C410.752 169.045 344.32 136.62 307.584 157.91c-36.864 21.248-41.941 94.934-17.664 191.318 36.395-8.107 75.947-14.251 117.632-18.134zm185.259 320.854A1082.368 1082.368 0 0 0 673.579 512a1082.368 1082.368 0 0 0-80.768-139.947 1082.368 1082.368 0 0 0-161.622 0A1082.368 1082.368 0 0 0 350.421 512a1082.368 1082.368 0 0 0 80.768 139.947 1082.368 1082.368 0 0 0 161.622 0zm54.784-5.59c26.24-3.413 51.2-7.808 74.666-12.97a875.648 875.648 0 0 0-26.112-71.126 1173.845 1173.845 0 0 1-48.554 84.054zM376.405 377.6c-26.24 3.413-51.2 7.808-74.666 12.97 7.253 22.87 15.957 46.678 26.112 71.126a1173.845 1173.845 0 0 1 48.554-84.053zM301.74 633.344c23.466 5.163 48.426 9.515 74.666 12.97a1173.845 1173.845 0 0 1-48.554-84.053 871.253 871.253 0 0 0-26.112 71.083zm-41.728-10.453c11.136-35.584 25.6-72.875 43.093-110.934a938.752 938.752 0 0 1-43.093-110.933c-95.659 27.179-156.886 68.437-156.886 110.933s61.227 83.755 156.886 110.934zm462.25-232.32a887.808 887.808 0 0 0-74.666-12.971 1173.803 1173.803 0 0 1 48.554 84.053c10.155-24.405 18.859-48.213 26.112-71.082zm41.728 10.453c-11.136 35.584-25.6 72.875-43.093 110.933 17.493 38.059 31.957 75.35 43.093 110.934 95.659-27.179 156.886-68.438 156.886-110.934s-61.227-83.754-156.886-110.933zM512 592.214a80.213 80.213 0 1 1 0-160.427 80.213 80.213 0 0 1 0 160.426z" }, null, -1 /* HOISTED */ ); var _hoisted_3 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3)); } var Reactjs = { render }; var index = function index2() { return svg({ name: "IconReactjs", component: Reactjs })(); }; export { index as default };