@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.
60 lines (59 loc) • 2.21 kB
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
viewBox: "0 0 24 20",
xmlns: "http://www.w3.org/2000/svg"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M.003 9.99c0-1.874-.007-3.75 0-5.624a10.71 10.71 0 0 1 .332-2.69c.49-1.86 1.703-2.965 3.562-3.393A12.532 12.532 0 0 1 6.734-2H17.52c.908-.005 1.814.099 2.697.31 1.915.468 3.064 1.681 3.502 3.59.197.902.29 1.823.28 2.746V15.55c.005.899-.098 1.796-.308 2.67-.469 1.916-1.687 3.06-3.596 3.497-.932.201-1.884.295-2.837.282H6.518a11.447 11.447 0 0 1-2.718-.305C1.877 21.225.722 20.007.285 18.089c-.223-.975-.282-1.953-.282-2.939V9.99Z",
fill: "none"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M8.25 14v3.365c0 1.327 1.12 2.385 2.482 2.385a2.52 2.52 0 0 0 1.955-.916l1.895-2.328a.75.75 0 0 0-.3-1.168l-5-2.033A.75.75 0 0 0 8.25 14Zm1.5 1.114 3.028 1.231-1.254 1.543a1.02 1.02 0 0 1-.792.362c-.552 0-.982-.406-.982-.885v-2.251Z"
},
null,
-1
/* HOISTED */
);
var _hoisted_4 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M22.533.473a.75.75 0 0 1-.006 1.06L9.55 14.364a.75.75 0 0 1-1.128-.983l.073-.084L21.473.467a.75.75 0 0 1 1.06.006Z"
},
null,
-1
/* HOISTED */
);
var _hoisted_5 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M21.275.35a1.872 1.872 0 0 1 2.471 1.901l-.02.182L21.402 16.7a2.437 2.437 0 0 1-3.183 1.922l-.186-.071-9.31-4.031a.75.75 0 0 1 .5-1.41l.096.033 9.31 4.031a.936.936 0 0 0 1.268-.607l.024-.108 2.323-14.266a.386.386 0 0 0-.015-.184.374.374 0 0 0-.399-.255l-.073.017-19.37 6.576a.95.95 0 0 0-.171 1.713l.106.054 3.807 1.684a.75.75 0 0 1-.51 1.407l-.096-.035-3.802-1.682a2.449 2.449 0 0 1 .008-4.494l.176-.067L21.276.35Z"
},
null,
-1
/* HOISTED */
);
var _hoisted_6 = [_hoisted_2, _hoisted_3, _hoisted_4, _hoisted_5];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_6));
}
var Publish = {
render
};
var index = function index2() {
return svg({
name: "IconPublish",
component: Publish
})();
};
export {
index as default
};