@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.
38 lines (37 loc) • 3.11 kB
JavaScript
import { svg } from "@opentiny/vue-common";
import { createElementBlock, openBlock, createElementVNode } from "vue";
var _hoisted_1 = {
width: "22.998",
height: "23",
viewBox: "0 0 22.998 23",
fill: "none",
xmlns: "http://www.w3.org/2000/svg"
};
var _hoisted_2 = /* @__PURE__ */ createElementVNode(
"path",
{
d: "M16.081 6.238q.003-.103.003-.207c0-.822-.089-1.57-.265-2.245-.197-.753-.5-1.4-.91-1.942a4.415 4.415 0 0 0-.727-.757 4.427 4.427 0 0 0-.978-.605C12.496.161 11.678 0 10.75 0 9.82 0 9.003.16 8.296.482a4.432 4.432 0 0 0-.978.605l-.008.006q-.399.328-.72.751c-.409.542-.712 1.19-.91 1.942a8.869 8.869 0 0 0-.264 2.245l.002.207a1.96 1.96 0 0 0-.16.257 2.239 2.239 0 0 0-.218.65 2.667 2.667 0 0 0-.038.319c-.02.36.033.723.16 1.09a2.881 2.881 0 0 0 .614 1.03c.199.213.416.378.65.496.144.252.3.49.47.713.18.255.37.564.449.766a.948.948 0 0 1 .082.39.313.313 0 0 1-.025.107c-.06.078-.197.215-.339.287-.136.07-.326.152-.57.25-.156.062-.419.162-.788.3-.76.284-1.34.514-1.745.69-.709.31-1.31.624-1.802.944-1.146.747-1.834 1.602-2.062 2.566a3.193 3.193 0 0 0-.085.749c0 .13-.002.32-.006.57-.007.439-.006.758.003.957.017.367.065.675.144.922.097.303.246.552.448.745.042.04.085.077.131.112.275.193.664.336 1.063.352h8.418A8.022 8.022 0 0 1 9.18 20l-7.339.001q-.15-.008-.198-.044c-.02-.015-.041-.056-.062-.123a2.205 2.205 0 0 1-.075-.534 16.047 16.047 0 0 1-.002-.864c.005-.258.007-.457.007-.594 0-.088.006-.174.019-.26.043-.284.16-.557.35-.82.244-.334.61-.66 1.097-.978.422-.275.95-.55 1.582-.825.38-.166.937-.386 1.672-.66.379-.143.652-.247.818-.313.286-.114.517-.216.694-.306.346-.176.618-.394.816-.654.106-.14.19-.288.25-.446.065-.168.103-.347.115-.536.038-.606-.21-1.285-.747-2.039L8.1 9.9a5.052 5.052 0 0 1-.473-.753.739.739 0 0 0-.445-.374.742.742 0 0 1-.312-.214 1.354 1.354 0 0 1-.29-.493c-.08-.23-.101-.45-.064-.657.028-.154.079-.263.154-.328a.74.74 0 0 0 .259-.612 7.444 7.444 0 0 1-.013-.424c0-.694.072-1.328.216-1.878.147-.561.365-1.033.655-1.417.127-.168.269-.319.425-.453Q9.14 1.5 10.75 1.5q1.61 0 2.538.796c.156.134.297.285.425.453.29.384.508.856.655 1.417.144.55.216 1.172.216 1.865 0 .146-.005.292-.013.437a.739.739 0 0 0 .26.613c.075.065.126.174.153.327.037.207.016.426-.064.657a1.455 1.455 0 0 1-.156.322 8.04 8.04 0 0 1 1.662-.135 2.735 2.735 0 0 0 .035-1.108q-.064-.352-.22-.65a1.994 1.994 0 0 0-.16-.256ZM9.498 16.25a6.75 6.75 0 1 1 13.5 0 6.75 6.75 0 0 1-13.5 0Zm1.5 0a5.25 5.25 0 1 1 10.5 0 5.25 5.25 0 0 1-10.5 0Zm4.474-3.9c.42 0 .75.33.75.75v3.065l2.462 1.397c.366.207.49.657.283 1.023a.743.743 0 0 1-1.023.282l-2.843-1.613q-.088-.05-.157-.119-.07-.068-.12-.156-.051-.087-.077-.182-.025-.094-.025-.195V13.1c0-.42.33-.75.75-.75Z",
"clip-rule": "evenodd",
fill: "#191919",
"fill-rule": "evenodd"
},
null,
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var PersonHistory = {
render
};
var index = function index2() {
return svg({
name: "IconPersonHistory",
component: PersonHistory
})();
};
export {
index as default
};