UNPKG

@fe6/icon-vue

Version:

Water Icon 的 VUE3 图标

22 lines 798 B
import { createVNode as _createVNode } from "vue"; import { IconWrapper } from '../runtime'; export var BytedIcecream = IconWrapper('byted-icecream', false, function (props) { return _createVNode("svg", { "width": props.size, "height": props.size, "viewBox": "0 0 48 48", "fill": "none" }, [_createVNode("path", { "d": "M33 18H15L21 40C21 40 22 43 24 43C26 43 27 40 27 40L33 18Z", "stroke": props.colors[0], "stroke-width": props.strokeWidth }, null), _createVNode("path", { "d": "M36 18H12C12 10 17 4 24 4C31 4 36 10 36 18Z", "fill": props.colors[1], "stroke": props.colors[0], "stroke-width": props.strokeWidth, "stroke-linecap": props.strokeLinecap, "stroke-linejoin": props.strokeLinejoin }, null)]); }); export default BytedIcecream;