@fe6/icon-img
Version:
Water Icon 的纯 HTML 图标
7 lines (6 loc) • 1.6 kB
JavaScript
import { IconWrapper } from '../runtime';
export var getIconBytedThumbsDownSvgHtml = function getIconBytedThumbsDownSvgHtml(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 <rect width=\"48\" height=\"48\" fill=\"white\" fill-opacity=\"0.01\"/>\n <path d=\"M20.3795 29.4V36.6C20.3795 39.5823 22.7972 42 25.7795 42L32.9795 25.8V6H12.0635C10.2684 5.97971 8.73268 7.28507 8.46351 9.06L5.97951 25.26C5.82101 26.3043 6.1291 27.3654 6.82217 28.1625C7.51524 28.9595 8.52336 29.412 9.57951 29.4H20.3795Z\" stroke=\"").concat((_props$colors = props.colors) === null || _props$colors === void 0 ? void 0 : _props$colors[0], "\" stroke-width=\"").concat(props.strokeWidth, "\" stroke-linejoin=\"").concat(props.strokeLinejoin, "\"/>\n <path d=\"M32.9795 6H37.7855C39.8942 5.96271 41.6968 7.51003 41.9795 9.6V22.2C41.6968 24.29 39.8942 26.0373 37.7855 26H32.9795V6Z\" fill=\"").concat((_props$colors2 = props.colors) === null || _props$colors2 === void 0 ? void 0 : _props$colors2[1], "\" stroke=\"").concat((_props$colors3 = props.colors) === null || _props$colors3 === void 0 ? void 0 : _props$colors3[0], "\" stroke-width=\"").concat(props.strokeWidth, "\" stroke-linejoin=\"").concat(props.strokeLinejoin, "\"/>\n</svg>");
};
export default IconWrapper('byted-thumbs-down', false, getIconBytedThumbsDownSvgHtml);