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.

37 lines (36 loc) 1.27 kB
import { svg } from "@opentiny/vue-common"; import { createElementBlock, openBlock, createElementVNode } from "vue"; var _hoisted_1 = { viewBox: "0 0 30 30", xmlns: "http://www.w3.org/2000/svg" }; var _hoisted_2 = /* @__PURE__ */ createElementVNode( "g", null, [/* @__PURE__ */ createElementVNode("rect", { width: "30", height: "30", rx: "2" }), /* @__PURE__ */ createElementVNode("path", { d: "M23.257 10.647a1.519 1.519 0 0 0-1.507-.042l-2.035 1.079v-.668a2.516 2.516 0 0 0-2.51-2.516H8.51A2.516 2.516 0 0 0 6 11.016v7.968A2.516 2.516 0 0 0 8.51 21.5h8.695a2.516 2.516 0 0 0 2.51-2.516v-.65l2.035 1.06c.479.255 1.041.24 1.507-.041.465-.281.743-.773.743-1.318v-6.07c0-.545-.278-1.037-.743-1.318m-7.66 4.986-3.388 1.769a.87.87 0 0 1-.806 0A.711.711 0 0 1 11 16.77v-3.54c0-.263.15-.499.403-.63a.863.863 0 0 1 .806 0l3.388 1.769A.713.713 0 0 1 16 15c0 .264-.15.5-.403.633", fill: "#FFF" })], -1 /* HOISTED */ ); var _hoisted_3 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3)); } var VideoType = { render }; var index = function index2() { return svg({ name: "IconVideoType", component: VideoType })(); }; export { index as default };