UNPKG

@fe6/icon-vue

Version:

Water Icon 的 VUE3 图标

29 lines 990 B
import { createVNode as _createVNode } from "vue"; import { IconWrapper } from '../runtime'; export var BytedActivitySource = IconWrapper('byted-activity-source', false, function (props) { return _createVNode("svg", { "width": props.size, "height": props.size, "viewBox": "0 0 48 48", "fill": "none" }, [_createVNode("path", { "d": "M42 5H6V13H42V5Z", "fill": props.colors[1], "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linejoin": props.strokeLinejoin }, null), _createVNode("path", { "d": "M42 20H6V28H42V20Z", "fill": props.colors[1], "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linejoin": props.strokeLinejoin }, null), _createVNode("path", { "d": "M42 35H6V43H42V35Z", "fill": props.colors[1], "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linejoin": props.strokeLinejoin }, null)]); }); export default BytedActivitySource;