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.

35 lines (34 loc) 1.2 kB
import { svg } from "@opentiny/vue-common"; import { createElementBlock, openBlock, createElementVNode } from "vue"; var _hoisted_1 = { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }; var _hoisted_2 = /* @__PURE__ */ createElementVNode( "g", { "clip-path": "url(#to-be-uploaded_svg__clip131_1898)" }, [/* @__PURE__ */ createElementVNode("path", { d: "M.5 13.167c0 2.945 2.423 5.333 5.412 5.333h4.548a7 7 0 0 1 12.99-5.225c.033-.254.05-.512.05-.775 0-3.314-2.726-6-6.088-6l-.18.003-.163.007c-.833-2.336-3.091-4.01-5.745-4.01-3.147 0-5.736 2.353-6.056 5.37C2.583 8.185.5 10.437.5 13.168ZM11.5 16a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Zm5.75-2v1.934l1.74 1.498c.318.274.352.739.078 1.057a.743.743 0 0 1-1.058.08l-2-1.723a.744.744 0 0 1-.26-.568V14c0-.42.33-.75.75-.75s.75.33.75.75Z", "fill-rule": "evenodd" })], -1 /* HOISTED */ ); var _hoisted_3 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3)); } var ToBeUploaded = { render }; var index = function index2() { return svg({ name: "IconToBeUploaded", component: ToBeUploaded })(); }; export { index as default };