@fe6/icon-vue
Version:
Water Icon 的 VUE3 图标
20 lines • 2.15 kB
JavaScript
import { createVNode as _createVNode } from "vue";
import { IconWrapper } from '../runtime';
export var AntdVideoCamera = IconWrapper('antd-video-camera', false, function (props) {
return _createVNode("svg", {
"width": props.size,
"height": props.size,
"viewBox": "0 0 48 48",
"fill": "none"
}, [_createVNode("path", {
"d": "M3.85714286,33.8571429 L34.7142857,33.8571429 L34.7142857,3.85714286 L3.85714286,3.85714286 L3.85714286,33.8571429 Z M7.28571429,7.71428571 C7.28571429,7.47857143 7.47857143,7.28571429 7.71428571,7.28571429 L13.7142857,7.28571429 C13.95,7.28571429 14.1428571,7.47857143 14.1428571,7.71428571 L14.1428571,10.2857143 C14.1428571,10.5214286 13.95,10.7142857 13.7142857,10.7142857 L7.71428571,10.7142857 C7.47857143,10.7142857 7.28571429,10.5214286 7.28571429,10.2857143 L7.28571429,7.71428571 Z",
"fill": props.colors[1]
}, null), _createVNode("path", {
"d": "M45.4285714,7.62321429 L38.5714286,11.5714286 L38.5714286,3.42857143 C38.5714286,1.5375 37.0339286,0 35.1428571,0 L3.42857143,0 C1.5375,0 0,1.5375 0,3.42857143 L0,34.2857143 C0,36.1767857 1.5375,37.7142857 3.42857143,37.7142857 L35.1428571,37.7142857 C37.0339286,37.7142857 38.5714286,36.1767857 38.5714286,34.2857143 L38.5714286,26.1428571 L45.4285714,30.0910714 C46.5696429,30.75 48,29.925 48,28.6125 L48,9.10714286 C48,7.78928571 46.5696429,6.96428571 45.4285714,7.62321429 Z M34.7142857,33.8571429 L3.85714286,33.8571429 L3.85714286,3.85714286 L34.7142857,3.85714286 L34.7142857,33.8571429 Z M44.1428571,24.9107143 L38.5714286,21.7071429 L38.5714286,16.0125 L44.1428571,12.8035714 L44.1428571,24.9107143 Z",
"fill": props.colors[0]
}, null), _createVNode("path", {
"d": "M7.71428571,10.7142857 L13.7142857,10.7142857 C13.95,10.7142857 14.1428571,10.5214286 14.1428571,10.2857143 L14.1428571,7.71428571 C14.1428571,7.47857143 13.95,7.28571429 13.7142857,7.28571429 L7.71428571,7.28571429 C7.47857143,7.28571429 7.28571429,7.47857143 7.28571429,7.71428571 L7.28571429,10.2857143 C7.28571429,10.5214286 7.47857143,10.7142857 7.71428571,10.7142857 Z",
"fill": props.colors[2]
}, null)]);
});
export default AntdVideoCamera;