UNPKG

@fe6/icon-img

Version:

Water Icon 的纯 HTML 图标

7 lines (6 loc) 1.86 kB
import { IconWrapper } from '../runtime'; export var getIconBytedRectangularCircularConnectionSvgHtml = function getIconBytedRectangularCircularConnectionSvgHtml(props) { var _props$colors, _props$colors2, _props$colors3, _props$colors4, _props$colors5; 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=\"M12 19C15.3137 19 18 16.3137 18 13C18 9.68629 15.3137 7 12 7C8.68629 7 6 9.68629 6 13C6 16.3137 8.68629 19 12 19Z\" fill=\"").concat((_props$colors = props.colors) === null || _props$colors === void 0 ? void 0 : _props$colors[1], "\" stroke=\"").concat((_props$colors2 = props.colors) === null || _props$colors2 === void 0 ? void 0 : _props$colors2[0], "\" stroke-width=\"").concat(props.strokeWidth, "\" stroke-linejoin=\"").concat(props.strokeLinejoin, "\"/>\n <rect x=\"7\" y=\"31\" width=\"10\" height=\"10\" fill=\"").concat((_props$colors3 = props.colors) === null || _props$colors3 === void 0 ? void 0 : _props$colors3[1], "\" stroke=\"").concat((_props$colors4 = props.colors) === null || _props$colors4 === void 0 ? void 0 : _props$colors4[0], "\" stroke-width=\"").concat(props.strokeWidth, "\" stroke-linejoin=\"").concat(props.strokeLinejoin, "\"/>\n <path d=\"M25.68 13H42V36H25\" stroke=\"").concat((_props$colors5 = props.colors) === null || _props$colors5 === void 0 ? void 0 : _props$colors5[0], "\" stroke-width=\"").concat(props.strokeWidth, "\" stroke-linecap=\"").concat(props.strokeLinecap, "\" stroke-linejoin=\"").concat(props.strokeLinejoin, "\"/>\n</svg>"); }; export default IconWrapper('byted-rectangular-circular-connection', false, getIconBytedRectangularCircularConnectionSvgHtml);