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.

28 lines (27 loc) 2.02 kB
import { svg } from "@opentiny/vue-common"; import { createElementBlock, openBlock, createStaticVNode } from "vue"; var _hoisted_1 = { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }; var _hoisted_2 = /* @__PURE__ */ createStaticVNode('<defs><clipPath id="lightning_svg__a"><path fill="#fff" fill-opacity="0" d="M0 0h24v24H0z"></path></clipPath></defs><g clip-path="url(#lightning_svg__a)"><path d="M0 11.99c0-1.88-.01-3.75 0-5.63-.01-.91.11-1.81.33-2.69C.82 1.81 2.03.71 3.89.28c.93-.2 1.89-.3 2.84-.28h10.79c.9-.01 1.81.09 2.69.31 1.92.46 3.07 1.68 3.5 3.59.2.9.29 1.82.28 2.74v10.9c.01.9-.09 1.8-.3 2.68-.47 1.91-1.69 3.05-3.6 3.49-.93.2-1.88.3-2.84.28H6.51c-.91.01-1.82-.09-2.71-.3C1.87 23.22.72 22 .28 20.08.06 19.11 0 18.13 0 17.15v-5.16Z" fill="none"></path><path d="M0 6.36c-.01-.91.11-1.81.33-2.69C.82 1.81 2.03.71 3.89.28c.93-.2 1.89-.3 2.84-.28h10.79c.9-.01 1.81.09 2.69.31 1.92.46 3.07 1.68 3.5 3.59.2.9.29 1.82.28 2.74v10.9c.01.9-.09 1.8-.3 2.68-.47 1.91-1.69 3.05-3.6 3.49-.93.2-1.88.3-2.84.28H6.51c-.91.01-1.82-.09-2.71-.3C1.87 23.22.72 22 .28 20.08.06 19.11 0 18.13 0 17.15v-5.16c0-1.88-.01-3.75 0-5.63Z"></path><path d="m13.56 3.08-.74 6.73 6.26.68c.2.02.37.12.5.28.13.16.18.34.16.55-.01.07-.02.14-.05.2-.03.07-.07.13-.11.19l-1.23 1.53-1.72 2.15-4.87 6.07c-.13.17-.3.26-.51.28a.734.734 0 0 1-.77-.46c-.05-.12-.07-.24-.05-.37l.74-6.73-6.26-.68a.717.717 0 0 1-.5-.27.758.758 0 0 1-.16-.56c.01-.07.02-.14.05-.2.03-.07.07-.13.11-.18l7.82-9.76c.13-.17.3-.26.51-.28a.734.734 0 0 1 .77.46c.03.06.04.12.05.18.01.06.01.12 0 .19Z" fill="#191919" fill-rule="evenodd"></path></g>', 2); var _hoisted_4 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4)); } var Lightning = { render }; var lightning = function lightning2() { return svg({ name: "IconLightning", component: Lightning, filledComponent: Lightning })(); }; export { lightning as default };