@fe6/icon-vue
Version:
Water Icon 的 VUE3 图标
20 lines • 1.95 kB
JavaScript
import { createVNode as _createVNode } from "vue";
import { IconWrapper } from '../runtime';
export var AntdFolderAdd = IconWrapper('antd-folder-add', false, function (props) {
return _createVNode("svg", {
"width": props.size,
"height": props.size,
"viewBox": "0 0 48 48",
"fill": "none"
}, [_createVNode("path", {
"d": "M15.63,8.32 L4.32,8.32 L4.32,39.04 L43.68,39.04 L43.68,15.184 L22.806,15.184 L15.63,8.32 Z M25.68,19.546 L25.68,24.64 L30.75,24.64 C30.996,24.64 31.2,24.826 31.2,25.06 L31.2,27.58 C31.2,27.808 30.996,28 30.75,28 L25.68,28 L25.68,33.094 C25.68,33.328 25.494,33.52 25.26,33.52 L22.74,33.52 C22.512,33.52 22.32,33.328 22.32,33.094 L22.32,28 L17.25,28 C17.004,28 16.8,27.808 16.8,27.58 L16.8,25.06 C16.8,24.826 17.004,24.64 17.25,24.64 L22.32,24.64 L22.32,19.546 C22.32,19.312 22.512,19.12 22.74,19.12 L25.26,19.12 C25.494,19.12 25.68,19.312 25.68,19.546 Z",
"fill": props.colors[1]
}, null), _createVNode("path", {
"d": "M46.08,10.864 L24.54,10.864 L17.502,4.132 C17.4124499,4.04816668 17.2946627,4.00105178 17.172,4 L1.92,4 C0.858,4 0,4.858 0,5.92 L0,41.44 C0,42.502 0.858,43.36 1.92,43.36 L46.08,43.36 C47.142,43.36 48,42.502 48,41.44 L48,12.784 C48,11.722 47.142,10.864 46.08,10.864 Z M43.68,39.04 L4.32,39.04 L4.32,8.32 L15.63,8.32 L22.806,15.184 L43.68,15.184 L43.68,39.04 Z",
"fill": props.colors[0]
}, null), _createVNode("path", {
"d": "M22.32,19.546 L22.32,24.64 L17.25,24.64 C17.004,24.64 16.8,24.826 16.8,25.06 L16.8,27.58 C16.8,27.808 17.004,28 17.25,28 L22.32,28 L22.32,33.094 C22.32,33.328 22.512,33.52 22.74,33.52 L25.26,33.52 C25.494,33.52 25.68,33.328 25.68,33.094 L25.68,28 L30.75,28 C30.996,28 31.2,27.808 31.2,27.58 L31.2,25.06 C31.2,24.826 30.996,24.64 30.75,24.64 L25.68,24.64 L25.68,19.546 C25.68,19.312 25.494,19.12 25.26,19.12 L22.74,19.12 C22.512,19.12 22.32,19.312 22.32,19.546 Z",
"fill": props.colors[2]
}, null)]);
});
export default AntdFolderAdd;