@fe6/icon-vue
Version:
Water Icon 的 VUE3 图标
20 lines • 1.6 kB
JavaScript
import { createVNode as _createVNode } from "vue";
import { IconWrapper } from '../runtime';
export var AntdMobile = IconWrapper('antd-mobile', false, function (props) {
return _createVNode("svg", {
"width": props.size,
"height": props.size,
"viewBox": "0 0 48 48",
"fill": "none"
}, [_createVNode("path", {
"d": "M36.2857143,0 L11.4285714,0 C9.5375,0 8,1.5375 8,3.42857143 L8,44.5714286 C8,46.4625 9.5375,48 11.4285714,48 L36.2857143,48 C38.1767857,48 39.7142857,46.4625 39.7142857,44.5714286 L39.7142857,3.42857143 C39.7142857,1.5375 38.1767857,0 36.2857143,0 Z M35.8571429,44.1428571 L11.8571429,44.1428571 L11.8571429,3.85714286 L35.8571429,3.85714286 L35.8571429,44.1428571 Z",
"fill": props.colors[0]
}, null), _createVNode("path", {
"d": "M11.8571429,44.1428571 L35.8571429,44.1428571 L35.8571429,3.85714286 L11.8571429,3.85714286 L11.8571429,44.1428571 Z M23.8571429,36.5357143 C25.0410714,36.5357143 26,37.4946429 26,38.6785714 C26,39.8625 25.0410714,40.8214286 23.8571429,40.8214286 C22.6732143,40.8214286 21.7142857,39.8625 21.7142857,38.6785714 C21.7142857,37.4946429 22.6732143,36.5357143 23.8571429,36.5357143 Z",
"fill": props.colors[1]
}, null), _createVNode("path", {
"d": "M21.7142857,38.6785714 C21.7142857,39.8620387 22.6736755,40.8214286 23.8571429,40.8214286 C25.0406102,40.8214286 26,39.8620387 26,38.6785714 C26,37.4951041 25.0406102,36.5357143 23.8571429,36.5357143 C22.6736755,36.5357143 21.7142857,37.4951041 21.7142857,38.6785714 L21.7142857,38.6785714 Z",
"fill": props.colors[2]
}, null)]);
});
export default AntdMobile;