UNPKG

@gf-ui/components

Version:
28 lines (22 loc) 2.37 kB
'use strict'; 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":"#FCA77E","fill-opacity":".2"},"children":[]},{"name":"path","type":"element","value":"","attributes":{"d":"M512 348.16m-81.92 0a81.92 81.92 0 1 0 163.84 0 81.92 81.92 0 1 0-163.84 0Z","fill":"#FCA77E"},"children":[]},{"name":"path","type":"element","value":"","attributes":{"d":"M609.28 220.16m-46.08 0a46.08 46.08 0 1 0 92.16 0 46.08 46.08 0 1 0-92.16 0Z","fill":"#FCA77E"},"children":[]},{"name":"path","type":"element","value":"","attributes":{"d":"M424.96 332.8m-46.08 0a46.08 46.08 0 1 0 92.16 0 46.08 46.08 0 1 0-92.16 0Z","fill":"#FCA77E","fill-opacity":".6"},"children":[]},{"name":"path","type":"element","value":"","attributes":{"d":"M491.52 665.6m-153.6 0a153.6 153.6 0 1 0 307.2 0 153.6 153.6 0 1 0-307.2 0Z","fill":"#FCA77E"},"children":[]},{"name":"path","type":"element","value":"","attributes":{"d":"M337.92 450.56m-102.4 0a102.4 102.4 0 1 0 204.8 0 102.4 102.4 0 1 0-204.8 0Z","fill":"#FCA77E"},"children":[]},{"name":"path","type":"element","value":"","attributes":{"d":"M645.12 501.76m-112.64 0a112.64 112.64 0 1 0 225.28 0 112.64 112.64 0 1 0-225.28 0Z","fill":"#FCA77E","fill-opacity":".6"},"children":[]}],"_name":"jinriredian-c","_isColor":true}; const GfIconjinriredianC = 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_jinriredian_c = GfIconjinriredianC;