UNPKG

@gf-ui/components

Version:
28 lines (22 loc) 1.21 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","viewBox":"0 0 1024 1024","version":"1.1","xmlns":"http://www.w3.org/2000/svg"},"children":[{"name":"path","type":"element","value":"","attributes":{"fill":"currentColor","d":"M500.8 461.909333L267.306667 695.296l-45.226667-45.269333 278.741333-278.613334L779.306667 650.026667l-45.248 45.226666z"},"children":[]}],"_name":"arrow-up","_isColor":false}; const GfIconarrowUp = 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_arrow_up = GfIconarrowUp;