@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) • 1.58 kB
JavaScript
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(#substitute-material_svg__clip131_1906)"
},
[/* @__PURE__ */ createElementVNode("path", {
d: "M16.4 2H7.6C6.716 2 6 2.895 6 4h12c0-1.105-.716-2-1.6-2ZM20 7.318c0-1.004-.753-1.818-1.684-1.818H5.685C4.755 5.5 4 6.314 4 7.318V8h6c-.25 1.047.5 2.5 2 2.5s2.246-1.47 2-2.5h6v-.682Zm.049 2.182c1.078 0 1.951.865 1.951 1.933V19.1C22 20.7 20.69 22 19.073 22H4.927C3.31 22 2 20.702 2 19.1v-7.667C2 10.365 2.874 9.5 3.951 9.5h5.026c0 1.601 1.511 2.5 3.011 2.5 1.5 0 2.989-.899 2.989-2.5h5.072Zm-4.218 4.451a.743.743 0 0 0-.037 1.06l.481.517H6a.748.748 0 0 0-.502.192.744.744 0 0 0-.177.234.745.745 0 0 0-.07.284c-.005.104.008.2.04.29.032.091.082.175.151.252l2 2.222a.743.743 0 0 0 1.06.056.743.743 0 0 0 .055-1.06l-.873-.97H18c.104 0 .2-.018.288-.055a.744.744 0 0 0 .242-.165.746.746 0 0 0 .165-.242.745.745 0 0 0 .042-.428.752.752 0 0 0-.188-.372L16.89 13.99a.743.743 0 0 0-1.06-.038Z",
"fill-rule": "evenodd"
})],
-1
/* HOISTED */
);
var _hoisted_3 = [_hoisted_2];
function render(_ctx, _cache) {
return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
}
var SubstituteMaterial = {
render
};
var index = function index2() {
return svg({
name: "IconSubstituteMaterial",
component: SubstituteMaterial
})();
};
export {
index as default
};