UNPKG

@fe6/icon-img

Version:

Water Icon 的纯 HTML 图标

7 lines (6 loc) 2.55 kB
import { IconWrapper } from '../runtime'; export var getIconAntdVideoCameraSvgHtml = function getIconAntdVideoCameraSvgHtml(props) { var _props$colors, _props$colors2, _props$colors3; return "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg width=\"".concat(props.size, "\" height=\"").concat(props.size, "\" viewBox=\"0 0 48 48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <rect width=\"48\" height=\"48\" fill=\"white\" fill-opacity=\"0.01\"/>\n <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=\"").concat((_props$colors = props.colors) === null || _props$colors === void 0 ? void 0 : _props$colors[1], "\"/>\n <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=\"").concat((_props$colors2 = props.colors) === null || _props$colors2 === void 0 ? void 0 : _props$colors2[0], "\"/>\n <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=\"").concat((_props$colors3 = props.colors) === null || _props$colors3 === void 0 ? void 0 : _props$colors3[2], "\"/>\n</svg>"); }; export default IconWrapper('antd-video-camera', false, getIconAntdVideoCameraSvgHtml);