@fe6/icon-img
Version:
Water Icon 的纯 HTML 图标
7 lines (6 loc) • 1.97 kB
JavaScript
import { IconWrapper } from '../runtime';
export var getIconBytedBaseballCapSvgHtml = function getIconBytedBaseballCapSvgHtml(props) {
var _props$colors, _props$colors2, _props$colors3, _props$colors4, _props$colors5, _props$colors6;
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 <path d=\"M12 30C12 21.1634 19.1634 14 28 14V14C36.8366 14 44 21.1634 44 30V36H12V30Z\" stroke=\"").concat((_props$colors = props.colors) === null || _props$colors === void 0 ? void 0 : _props$colors[0], "\" stroke-width=\"").concat(props.strokeWidth, "\" stroke-linecap=\"").concat(props.strokeLinecap, "\" stroke-linejoin=\"").concat(props.strokeLinejoin, "\"/>\n <path d=\"M22.0002 36C21.0002 32.5 21.0002 14 28.0002 14C35.0002 14 34.5002 32 34.0002 36\" stroke=\"").concat((_props$colors2 = props.colors) === null || _props$colors2 === void 0 ? void 0 : _props$colors2[0], "\" stroke-width=\"").concat(props.strokeWidth, "\"/>\n <rect x=\"4\" y=\"36\" width=\"30\" height=\"6\" rx=\"3\" 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-linecap=\"").concat(props.strokeLinecap, "\" stroke-linejoin=\"").concat(props.strokeLinejoin, "\"/>\n <circle cx=\"28\" cy=\"10\" r=\"4\" fill=\"").concat((_props$colors5 = props.colors) === null || _props$colors5 === void 0 ? void 0 : _props$colors5[1], "\" stroke=\"").concat((_props$colors6 = props.colors) === null || _props$colors6 === void 0 ? void 0 : _props$colors6[0], "\" stroke-width=\"").concat(props.strokeWidth, "\"/>\n</svg>");
};
export default IconWrapper('byted-baseball-cap', false, getIconBytedBaseballCapSvgHtml);