UNPKG

@fe6/icon-vue

Version:

Water Icon 的 VUE3 图标

22 lines 863 B
import { createVNode as _createVNode } from "vue"; import { IconWrapper } from '../runtime'; export var BytedTextUnderline = IconWrapper('byted-text-underline', false, function (props) { return _createVNode("svg", { "width": props.size, "height": props.size, "viewBox": "0 0 48 48", "fill": "none" }, [_createVNode("path", { "d": "M8 44H40", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null), _createVNode("path", { "d": "M37 6.09698C37 12.7636 37 15.3333 37 22C37 29.1797 31.1797 35 24 35C16.8203 35 11 29.1797 11 22C11 15.3333 11 12.7636 11 6.09698", "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap }, null)]); }); export default BytedTextUnderline;