@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.
53 lines (52 loc) • 1.65 kB
JavaScript
import { svg } from "@opentiny/vue-common";
import { openBlock, createElementBlock, createElementVNode } 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__ */ createElementVNode(
"defs",
null,
[/* @__PURE__ */ createElementVNode("clipPath", {
id: "up-and-down-arrow-outer_svg__a"
}, [/* @__PURE__ */ createElementVNode("path", {
fill: "#fff",
"fill-opacity": "0",
d: "M0 0h24v24H0z"
})])],
-1
/* HOISTED */
);
var _hoisted_3 = /* @__PURE__ */ createElementVNode(
"g",
{
"clip-path": "url(#up-and-down-arrow-outer_svg__a)",
fill: "#191919",
"fill-rule": "evenodd"
},
[/* @__PURE__ */ createElementVNode("path", {
d: "M2.96 10.28c.27.26.69.29.98.07l7.52-7.51c.27-.27.69-.29.98-.08l7.52 7.52c.3.29.77.29 1.07 0a.76.76 0 0 0 .07-.98l-7.51-7.52c-.84-.84-2.17-.88-3.06-.12l-.13.12-7.44 7.43c-.29.3-.29.77 0 1.07ZM2.96 13.71a.76.76 0 0 1 .98-.07l7.52 7.51c.27.27.69.29.98.08l7.52-7.52c.3-.29.77-.29 1.07 0 .26.27.29.69.07.98l-7.51 7.52c-.84.84-2.17.88-3.06.12l-.13-.12-7.44-7.43a.767.767 0 0 1 0-1.07Z"
})],
-1
/* HOISTED */
);
var _hoisted_4 = [_hoisted_2, _hoisted_3];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4));
}
var UpAndDownArrowOuter = {
render
};
var upAndDownArrowOuter = function upAndDownArrowOuter2() {
return svg({
name: "IconUpAndDownArrowOuter",
component: UpAndDownArrowOuter,
filledComponent: UpAndDownArrowOuter
})();
};
export {
upAndDownArrowOuter as default
};