@gf-ui/components
Version:
28 lines (22 loc) • 2.08 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
const index = require('./index-d66348cc.js');
const index$1 = require('./index-00c86599.js');
const svgData = {"name":"svg","type":"element","value":"","attributes":{"class":"icon","width":"32px","height":"32.00px","viewBox":"0 0 1024 1024","version":"1.1","xmlns":"http://www.w3.org/2000/svg"},"children":[{"name":"path","type":"element","value":"","attributes":{"d":"M102.4 102.4m307.2 0l204.8 0q307.2 0 307.2 307.2l0 204.8q0 307.2-307.2 307.2l-204.8 0q-307.2 0-307.2-307.2l0-204.8q0-307.2 307.2-307.2Z","fill":"#3281FC","fill-opacity":".2"},"children":[]},{"name":"path","type":"element","value":"","attributes":{"d":"M359.13728 277.72928l120.15616-33.1776a122.88 122.88 0 0 1 65.41312 0l120.15616 33.1776A112.64 112.64 0 0 1 747.52 386.304v132.17792a242.7904 242.7904 0 0 1-115.12832 206.52032l-94.06464 58.15296a40.96 40.96 0 0 1-42.38336 0.4096l-99.072-58.56256A245.1456 245.1456 0 0 1 276.48 513.97632V386.304a112.64 112.64 0 0 1 82.65728-108.57472z","fill":"#3281FC"},"children":[]},{"name":"path","type":"element","value":"","attributes":{"d":"M579.09248 409.31328a40.96 40.96 0 0 1 71.66976 39.6288l-1.05472 1.90464-102.4 174.08c-15.4624 26.29632-52.98176 26.91072-69.46816 1.8432l-1.14688-1.8432-102.4-174.08a40.96 40.96 0 0 1 69.45792-43.37664l1.15712 1.8432L512 523.3664l67.09248-114.05312z","fill":"#FFFFFF","fill-opacity":".5"},"children":[]}],"_name":"jingxuan-c","_isColor":true};
const GfIconjingxuanC = class {
constructor(hostRef) {
index.registerInstance(this, hostRef);
this.size = 30;
this.styles = {};
this.color = "#606266";
this.rotate = 0;
this.spin = false;
this.opacity = 1;
}
render() {
const { size, styles, color, rotate, spin, opacity } = this;
const hostStyles = { width: size + 'px', height: size + 'px' };
return (index.h(index.Host, { style: hostStyles }, index.h(index$1.Icons, Object.assign({}, { svgData, size, styles, color, rotate, spin, opacity }))));
}
};
exports.gf_icon_jingxuan_c = GfIconjingxuanC;