UNPKG

@fe6/icon-vue

Version:

Water Icon 的 VUE3 图标

26 lines 1.17 kB
import { createVNode as _createVNode } from "vue"; import { IconWrapper } from '../runtime'; export var BytedMagic = IconWrapper('byted-magic', false, function (props) { return _createVNode("svg", { "width": props.size, "height": props.size, "viewBox": "0 0 48 48" }, [_createVNode("g", { "stroke": "none", "stroke-width": props.strokeWidth, "fill": "none", "fill-rule": "evenodd", "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, [_createVNode("g", { "transform": "translate(5.000000, 4.000000)", "stroke": props.colors[0], "stroke-width": props.strokeWidth }, [_createVNode("path", { "d": "M25,0 L25,6 M34.8994949,4.10050506 L30.6568542,8.34314575 M39,14 L33,14 M34.8994949,23.8994949 L30.6568542,19.6568542 M25,28 L25,22 M15.1005051,23.8994949 L19.3431458,19.6568542 M11,14 L17,14 M15.1005051,4.10050506 L19.3431458,8.34314575" }, null), _createVNode("path", { "d": "M24.5857864,14.4142136 L0.544155877,38.4558441", "transform": "translate(12.564971, 26.435029) rotate(-0.000000) translate(-12.564971, -26.435029) " }, null)])])]); }); export default BytedMagic;