UNPKG

@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.

35 lines (34 loc) 2.43 kB
import { svg } from "@opentiny/vue-common"; import { createElementBlock, openBlock, createElementVNode } from "vue"; var _hoisted_1 = { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }; var _hoisted_2 = /* @__PURE__ */ createElementVNode( "g", { "clip-path": "url(#ofd_svg__clip131_1909)" }, [/* @__PURE__ */ createElementVNode("path", { d: "M2 19.273V4.727A2.727 2.727 0 0 1 4.727 2h14.546A2.727 2.727 0 0 1 22 4.727v14.546A2.727 2.727 0 0 1 19.273 22H4.727A2.727 2.727 0 0 1 2 19.273ZM13.466 5.2l-1.39 5a.743.743 0 0 1-.924.522.743.743 0 0 1-.521-.924l1.39-5a.743.743 0 0 1 .923-.522.743.743 0 0 1 .521.924Zm-3.356.346L8.08 7.504l2.03 1.956c.302.292.31.758.019 1.06a.743.743 0 0 1-1.06.02l-2.59-2.496a.785.785 0 0 1-.229-.554.723.723 0 0 1 .23-.526l2.589-2.497a.743.743 0 0 1 1.06.02.743.743 0 0 1-.02 1.06Zm4.821-1.08a.743.743 0 0 0-1.06.02.743.743 0 0 0 .02 1.06l2.028 1.957L13.89 9.46a.743.743 0 0 0-.019 1.06.743.743 0 0 0 1.06.02l2.59-2.496a.785.785 0 0 0 .229-.554.722.722 0 0 0-.23-.526l-2.589-2.497ZM3.885 16.25c0-1.795 1.231-3.25 2.75-3.25s2.75 1.455 2.75 3.25-1.231 3.25-2.75 3.25-2.75-1.455-2.75-3.25Zm13.726-3.183a3.053 3.053 0 0 0-.64-.067h-1.106c-.103 0-.2.018-.288.055a.746.746 0 0 0-.242.165.744.744 0 0 0-.165.242.744.744 0 0 0-.055.288v5c0 .104.018.2.055.288.037.088.092.17.165.242a.745.745 0 0 0 .242.165.746.746 0 0 0 .288.055h1.106a3.047 3.047 0 0 0 1.667-.493 3.245 3.245 0 0 0 1.396-2.017 3.358 3.358 0 0 0-.484-2.6 3.25 3.25 0 0 0-.912-.897 3.13 3.13 0 0 0-1.027-.426Zm-3.846 1.448h-2.013v1.1h1.83c.42 0 .75.33.75.75s-.33.75-.75.75h-1.83v1.85c0 .42-.33.75-.75.75s-.75-.33-.75-.75v-5.2c0-.104.019-.2.055-.288a.745.745 0 0 1 .165-.242.743.743 0 0 1 .243-.165.743.743 0 0 1 .287-.055h2.763c.42 0 .75.33.75.75s-.33.75-.75.75Zm-8.38 1.735c0-.967.56-1.75 1.25-1.75s1.25.783 1.25 1.75c0 .966-.56 1.75-1.25 1.75s-1.25-.784-1.25-1.75Zm11.23-1.75h.356a1.55 1.55 0 0 1 .805.224 1.66 1.66 0 0 1 .513.48 1.788 1.788 0 0 1 .271.595 1.848 1.848 0 0 1-.438 1.7 1.657 1.657 0 0 1-.522.368 1.548 1.548 0 0 1-.63.133h-.355v-3.5Z", "fill-rule": "evenodd" })], -1 /* HOISTED */ ); var _hoisted_3 = [_hoisted_2]; function render(_ctx, _cache) { return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3)); } var Ofd = { render }; var index = function index2() { return svg({ name: "IconOfd", component: Ofd })(); }; export { index as default };