@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 (24 loc) • 2.1 kB
JavaScript
import { svg } from '@opentiny/vue-common';
import { openBlock, createElementBlock, 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-line_svg__a"><path fill="#fff" fill-opacity="0" d="M0 0h24v24H0z"></path></clipPath></defs><g clip-path="url(#lightning-line_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="m11.17 14.18-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.05.12.07.24.05.37l-.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-7.82 9.75c-.13.17-.3.26-.51.28a.734.734 0 0 1-.77-.46c-.05-.12-.07-.24-.05-.37l.74-6.73Zm.91-1.41-5.64-.61 5.35-6.68-.54 4.91c-.02.21.03.39.16.55.13.17.3.26.5.28l5.64.61-5.35 6.68.54-4.91a.722.722 0 0 0-.16-.55.694.694 0 0 0-.5-.28Z" 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 LightningLine = {
render
};
var index = function index2() {
return svg({
name: "IconLightning",
component: LightningLine
})();
};
export { index as default };