iep-ui
Version:
An enterprise-class UI design language and Vue-based implementation
35 lines (33 loc) • 1.21 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = {
render: function render() {
var h = arguments[0];
return h(
"div",
{ "class": "iep-business-icon" },
[h(
"svg",
{
attrs: { xmlns: "http://www.w3.org/2000/svg", width: "88", height: "88", viewBox: "0 0 88 88" }
},
[h(
"g",
{
attrs: { id: "tongjizp", transform: "translate(-0.003 -0.003)" }
},
[h("path", {
attrs: {
id: "paiming",
d: "M57.418,9.766H52.533a1.084,1.084,0,0,0-1.085,1.085V29.3a1.084,1.084,0,0,0,1.085,1.085h4.885A1.084,1.084,0,0,0,58.5,29.3V10.852a1.084,1.084,0,0,0-1.085-1.085ZM67.866,0H62.981A1.084,1.084,0,0,0,61.9,1.085V29.3a1.084,1.084,0,0,0,1.085,1.085h4.885A1.084,1.084,0,0,0,68.951,29.3V1.085A1.084,1.084,0,0,0,67.866,0ZM46.97,19.533H42.085A1.084,1.084,0,0,0,41,20.618V29.3a1.084,1.084,0,0,0,1.085,1.085H46.97A1.084,1.084,0,0,0,48.056,29.3V20.618A1.084,1.084,0,0,0,46.97,19.533Z",
transform: "translate(-12.162 26.885)",
fill: "#00ebff"
}
})]
)]
)]
);
}
};