@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.
32 lines (31 loc) • 2.67 kB
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
viewBox: "0 0 25 17",
xmlns: "http://www.w3.org/2000/svg"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M5.194 7.474v7.476c0 .215.089.366.266.455.177.089.476.156.896.203.103 0 .154.075.154.224 0 .065-.01.145-.028.238a46.96 46.96 0 0 0-.945-.049 23.71 23.71 0 0 0-2.002 0c-.34.014-.66.03-.959.049a1.246 1.246 0 0 1-.028-.238c0-.13.047-.205.14-.224.42-.056.723-.126.91-.21.187-.084.28-.233.28-.448V7.474H2.436c-.28 0-.516.028-.707.084-.191.056-.357.14-.497.252-.14.112-.261.257-.364.434-.103.177-.21.383-.322.616a.172.172 0 0 1-.091.098.294.294 0 0 1-.119.028.43.43 0 0 1-.266-.084 9.9 9.9 0 0 0 .21-.896c.047-.261.089-.478.126-.651.037-.173.077-.306.119-.399.042-.093.11-.14.203-.14.065 0 .159.005.28.014a48.875 48.875 0 0 0 .798.056c.14.01.27.014.392.014h4.676c.112 0 .238-.005.378-.014l.42-.028.385-.028c.117-.01.212-.014.287-.014.093 0 .161.049.203.147.042.098.082.236.119.413.037.177.077.397.119.658.042.261.114.55.217.868a3.832 3.832 0 0 0-.133.056.344.344 0 0 1-.273 0 .17.17 0 0 1-.098-.098 6.3 6.3 0 0 0-.308-.616 1.588 1.588 0 0 0-.357-.434 1.355 1.355 0 0 0-.49-.252 2.551 2.551 0 0 0-.707-.084H5.194Zm12.768-6.09V14.2c0 .368.152.628.456.78.304.152.816.268 1.536.348.176 0 .264.128.264.384 0 .112-.016.248-.048.408a80.502 80.502 0 0 0-1.62-.084 40.645 40.645 0 0 0-3.432 0c-.584.024-1.132.052-1.644.084a2.135 2.135 0 0 1-.048-.408c0-.224.08-.352.24-.384.72-.096 1.24-.216 1.56-.36.32-.144.48-.4.48-.768V1.384h-2.472c-.48 0-.884.048-1.212.144-.328.096-.612.24-.852.432s-.448.44-.624.744-.36.656-.552 1.056a.294.294 0 0 1-.156.168.503.503 0 0 1-.204.048.739.739 0 0 1-.456-.144c.16-.576.28-1.088.36-1.536.08-.448.152-.82.216-1.116.064-.296.132-.524.204-.684.072-.16.188-.24.348-.24.112 0 .272.008.48.024a83.786 83.786 0 0 0 1.368.096c.24.016.464.024.672.024h8.016c.192 0 .408-.008.648-.024l.72-.048c.24-.016.46-.032.66-.048s.364-.024.492-.024c.16 0 .276.084.348.252.072.168.14.404.204.708.064.304.132.68.204 1.128.072.448.196.944.372 1.488-.08.032-.156.064-.228.096a.59.59 0 0 1-.468 0 .29.29 0 0 1-.168-.168c-.176-.4-.352-.752-.528-1.056a2.721 2.721 0 0 0-.612-.744 2.322 2.322 0 0 0-.84-.432c-.328-.096-.732-.144-1.212-.144h-2.472Z"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var FontSize = {
render
};
var index = function index2() {
return svg({
name: "IconFontSize",
component: FontSize
})();
};
export {
index as default
};