@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.
41 lines (40 loc) • 1.65 kB
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
viewBox: "0 0 18 16",
xmlns: "http://www.w3.org/2000/svg"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M11.176 10.176H5.824L4.288 14.04c-.08.192-.12.352-.12.48 0 .336.488.576 1.464.72.112.016.188.06.228.132a.51.51 0 0 1 .06.252c0 .096-.016.224-.048.384-.432-.032-.888-.06-1.368-.084-.48-.024-.952-.036-1.416-.036-.32 0-.648.008-.984.024-.336.016-.688.048-1.056.096A1.578 1.578 0 0 1 1 15.624c0-.112.02-.208.06-.288.04-.08.124-.128.252-.144.496-.08.868-.18 1.116-.3.248-.12.428-.308.54-.564L8.752.408C8.864.136 9.016 0 9.208 0c.064 0 .16.016.288.048L15.304 14.4c.096.224.312.4.648.528s.664.216.984.264a.572.572 0 0 1 .228.132c.056.056.084.156.084.3 0 .096-.016.224-.048.384-.512-.032-1.016-.06-1.512-.084a28.904 28.904 0 0 0-2.928 0c-.576.024-1.096.052-1.56.084a2.065 2.065 0 0 1-.048-.384c0-.144.028-.244.084-.3.056-.056.108-.084.156-.084.416-.08.752-.172 1.008-.276.256-.104.384-.26.384-.468a.93.93 0 0 0-.096-.36l-1.512-3.96Zm-.384-.984L8.56 3.312l-2.328 5.88h4.56Z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M0 9h18v2H0z"
},
null,
-1
/* HOISTED */
);
var _hoisted_4 = [_hoisted_2, _hoisted_3];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4));
}
var TextDecoration = {
render
};
var index = function index2() {
return svg({
name: "IconTextDecoration",
component: TextDecoration
})();
};
export {
index as default
};