@fe6/icon-vue
Version:
Water Icon 的 VUE3 图标
14 lines • 1.01 kB
JavaScript
import { createVNode as _createVNode } from "vue";
import { IconWrapper } from '../runtime';
export var AntdEnter = IconWrapper('antd-enter', 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": "M47.4666441,0 L43.4664745,0 C43.1731287,0 42.9331186,0.240010173 42.9331186,0.53335594 L42.9331186,35.068153 L10.5317452,35.068153 L10.5317452,30.2012801 C10.5317452,29.7545945 10.0117232,29.5012504 9.66504184,29.7812623 L0.204640859,37.2482454 C0.0754714615,37.3493362 0,37.5042386 0,37.6682632 C0,37.8322879 0.0754714615,37.9871903 0.204640859,38.088281 L9.66504184,45.5552642 C10.0183901,45.8352761 10.5317452,45.581932 10.5317452,45.1352464 L10.5317452,40.1350345 L43.7331525,40.1350345 C46.0865856,40.1350345 48,38.22162 48,35.8681869 L48,0.53335594 C48,0.240010173 47.7599898,0 47.4666441,0 Z"
}, null)]);
});
export default AntdEnter;