@fe6/icon-img
Version:
Water Icon 的纯 HTML 图标
7 lines (6 loc) • 3.29 kB
JavaScript
import { IconWrapper } from '../runtime';
export var getIconBytedPullRequestsSvgHtml = function getIconBytedPullRequestsSvgHtml(props) {
var _props$colors, _props$colors2, _props$colors3, _props$colors4, _props$colors5, _props$colors6, _props$colors7, _props$colors8, _props$colors9;
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 <rect width=\"48\" height=\"48\" fill=\"white\" fill-opacity=\"0.01\" stroke-linejoin=\"").concat(props.strokeLinejoin, "\" stroke-width=\"").concat(props.strokeWidth, "\" stroke=\"none\" fill-rule=\"evenodd\"/>\n <g transform=\"translate(7.000000, 4.000000)\">\n <circle fill=\"").concat((_props$colors = props.colors) === null || _props$colors === void 0 ? void 0 : _props$colors[1], "\" fill-rule=\"nonzero\" cx=\"30\" cy=\"36\" r=\"4\" stroke-linejoin=\"").concat(props.strokeLinejoin, "\" stroke-width=\"").concat(props.strokeWidth, "\" stroke=\"").concat((_props$colors2 = props.colors) === null || _props$colors2 === void 0 ? void 0 : _props$colors2[0], "\"/>\n <circle fill=\"").concat((_props$colors3 = props.colors) === null || _props$colors3 === void 0 ? void 0 : _props$colors3[1], "\" fill-rule=\"nonzero\" cx=\"4\" cy=\"4\" r=\"4\" stroke-linejoin=\"").concat(props.strokeLinejoin, "\" stroke-width=\"").concat(props.strokeWidth, "\" stroke=\"").concat((_props$colors4 = props.colors) === null || _props$colors4 === void 0 ? void 0 : _props$colors4[0], "\"/>\n <circle fill=\"").concat((_props$colors5 = props.colors) === null || _props$colors5 === void 0 ? void 0 : _props$colors5[1], "\" fill-rule=\"nonzero\" cx=\"4\" cy=\"36\" r=\"4\" stroke-linejoin=\"").concat(props.strokeLinejoin, "\" stroke-width=\"").concat(props.strokeWidth, "\" stroke=\"").concat((_props$colors6 = props.colors) === null || _props$colors6 === void 0 ? void 0 : _props$colors6[0], "\"/>\n <path d=\"M4,8 L4,32\" stroke-linecap=\"").concat(props.strokeLinecap, "\" stroke-linejoin=\"").concat(props.strokeLinejoin, "\" stroke-width=\"").concat(props.strokeWidth, "\" stroke=\"").concat((_props$colors7 = props.colors) === null || _props$colors7 === void 0 ? void 0 : _props$colors7[0], "\" fill=\"none\" fill-rule=\"evenodd\"/>\n <path d=\"M17,6 L26,6 C28.209139,6 30,7.790861 30,10 L30,32\" stroke-linecap=\"").concat(props.strokeLinecap, "\" stroke-linejoin=\"").concat(props.strokeLinejoin, "\" stroke-width=\"").concat(props.strokeWidth, "\" stroke=\"").concat((_props$colors8 = props.colors) === null || _props$colors8 === void 0 ? void 0 : _props$colors8[0], "\" fill=\"none\" fill-rule=\"evenodd\"/>\n <polyline stroke-linecap=\"").concat(props.strokeLinecap, "\" transform=\"translate(20.000000, 6.000000) rotate(180.000000) translate(-20.000000, -6.000000) \" points=\"17 0 23 6 17 12\" stroke-linejoin=\"").concat(props.strokeLinejoin, "\" stroke-width=\"").concat(props.strokeWidth, "\" stroke=\"").concat((_props$colors9 = props.colors) === null || _props$colors9 === void 0 ? void 0 : _props$colors9[0], "\" fill=\"none\" fill-rule=\"evenodd\"/>\n </g>;\n </g>;\n</svg>");
};
export default IconWrapper('byted-pull-requests', false, getIconBytedPullRequestsSvgHtml);