UNPKG

@fe6/icon-img

Version:

Water Icon 的纯 HTML 图标

7 lines (6 loc) 1.6 kB
import { IconWrapper } from '../runtime'; export var getIconBytedElectrocardiogramSvgHtml = function getIconBytedElectrocardiogramSvgHtml(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\" xmlns=\"http://www.w3.org/2000/svg\">\n <g>\n <g>\n <rect fill-opacity=\"0.01\" fill=\"#FFFFFF\" x=\"0\" y=\"0\" width=\"48\" height=\"48\" stroke-width=\"").concat(props.strokeWidth, "\" stroke=\"none\" fill-rule=\"evenodd\"/>\n <circle stroke=\"").concat((_props$colors = props.colors) === null || _props$colors === void 0 ? void 0 : _props$colors[0], "\" stroke-width=\"").concat(props.strokeWidth, "\" fill=\"").concat((_props$colors2 = props.colors) === null || _props$colors2 === void 0 ? void 0 : _props$colors2[1], "\" fill-rule=\"nonzero\" stroke-linejoin=\"").concat(props.strokeLinejoin, "\" cx=\"24\" cy=\"24\" r=\"20\"/>\n <polyline stroke=\"").concat((_props$colors3 = props.colors) === null || _props$colors3 === void 0 ? void 0 : _props$colors3[2], "\" stroke-width=\"").concat(props.strokeWidth, "\" stroke-linecap=\"").concat(props.strokeLinecap, "\" stroke-linejoin=\"").concat(props.strokeLinejoin, "\" points=\"11 28.1320956 16.6844708 28.1320956 21.2233858 13 24.8952638 35 29.4483373 24.6175277 32.9127137 28.1320956 37 28.1320956\" fill=\"none\" fill-rule=\"evenodd\"/>\n </g>;\n </g>;\n</svg>"); }; export default IconWrapper('byted-electrocardiogram', false, getIconBytedElectrocardiogramSvgHtml);