UNPKG

iep-ui

Version:

An enterprise-class UI design language and Vue-based implementation

28 lines (26 loc) 1.16 kB
"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: "24", height: "24", viewBox: "0 0 24 24" } }, [h("path", { attrs: { id: "jinri", d: "M12,24A12,12,0,0,1,3.516,3.515,12,12,0,0,1,20.486,20.486,11.925,11.925,0,0,1,12,24Zm4.141-9.949A18.212,18.212,0,0,1,13.4,16.77a22.793,22.793,0,0,1-4.014,2.142l1.262,1.69a23.433,23.433,0,0,0,4.754-3.059,17.557,17.557,0,0,0,2.914-3.548v-1.62H5.521v1.676ZM11.23,8.362,9.8,9.279a28.16,28.16,0,0,1,3.311,2.738l1.7-1.117A41.754,41.754,0,0,0,11.23,8.362ZM12,5.969h0A21.2,21.2,0,0,0,16.664,9.73,16.92,16.92,0,0,0,19.652,11.1l1.131-1.746a22.92,22.92,0,0,1-4.371-2.016A16.391,16.391,0,0,1,12.9,4.418H11.086A18.872,18.872,0,0,1,8.24,7.011,22.508,22.508,0,0,1,3.488,9.353L4.4,11.1a27.1,27.1,0,0,0,4.414-2.36A23.94,23.94,0,0,0,12,5.969Z", fill: "#00ebff" } })] )] ); } };