UNPKG

@fe6/icon-vue

Version:

Water Icon 的 VUE3 图标

14 lines 550 B
import { createVNode as _createVNode } from "vue"; import { IconWrapper } from '../runtime'; export var AntdDash = IconWrapper('antd-dash', false, function (props) { return _createVNode("svg", { "width": props.size, "height": props.size, "viewBox": "0 0 48 48", "fill": "none" }, [_createVNode("path", { "fill": props.colors[0], "d": "M0,22 L9.6,22 L9.6,26.32 L0,26.32 L0,22 Z M19.2,22 L28.8,22 L28.8,26.32 L19.2,26.32 L19.2,22 Z M38.4,22 L48,22 L48,26.32 L38.4,26.32 L38.4,22 Z" }, null)]); }); export default AntdDash;