@fe6/icon-img
Version:
Water Icon 的纯 HTML 图标
7 lines (6 loc) • 2.28 kB
JavaScript
import { IconWrapper } from '../runtime';
export var getIconAntdRetweetSvgHtml = function getIconAntdRetweetSvgHtml(props) {
var _props$colors;
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 fill=\"").concat((_props$colors = props.colors) === null || _props$colors === void 0 ? void 0 : _props$colors[0], "\" d=\"M0.499869826,26.4931336 L4.47383494,26.4931336 C4.74876334,26.4931336 4.97370476,26.2681921 4.97370476,25.9932637 L4.97370476,10.0411679 L38.0026035,10.0411679 L38.0026035,14.5774866 C38.0026035,14.6962057 38.0400937,14.8086764 38.1150742,14.902402 C38.2000978,15.0114073 38.3251233,15.0819554 38.4623873,15.0983801 C38.5996513,15.1148049 38.7377921,15.0757468 38.8461338,14.9898792 L47.8000521,7.96045978 C48.0687321,7.64804114 48.0249935,7.31687738 47.8000521,7.13567457 L38.8461338,0.112503522 C38.7539662,0.0387986437 38.6392285,-0.000918280574 38.5212184,1.6118491e-05 C38.2337933,1.6118491e-05 37.9963551,0.237470979 37.9963551,0.524896128 L37.9963551,5.0612148 L4.48008331,5.0612148 C2.01197605,5.0612148 0,7.07319084 0,9.54754648 L0,25.9932637 C0,26.2681921 0.224941422,26.4931336 0.499869826,26.4931336 Z M47.4876334,21.4944353 L43.5136683,21.4944353 C43.2387399,21.4944353 43.0137985,21.7193767 43.0137985,21.9943051 L43.0137985,37.9464009 L9.98489977,37.9464009 L9.98489977,33.4100823 C9.98489977,33.2913632 9.94740953,33.1788925 9.87242905,33.0851669 C9.78740543,32.9761616 9.66237995,32.9056135 9.52511594,32.8891888 C9.38785193,32.872764 9.24971119,32.9118221 9.14136944,32.9976897 L0.187451185,40.0271091 C-0.0812288467,40.3395277 -0.0374902369,40.6706915 0.187451185,40.8518943 L9.14136944,47.8750654 C9.23509503,47.9500458 9.34756574,47.9875361 9.46628482,47.9875361 C9.75370997,47.9875361 9.99114814,47.7500979 9.99114814,47.4626727 L9.99114814,42.9263541 L43.5199167,42.9263541 C45.988024,42.9263541 48,40.914378 48,38.4400224 L48,21.9943051 C47.9875033,21.7193767 47.7625618,21.4944353 47.4876334,21.4944353 Z\"/>\n</svg>");
};
export default IconWrapper('antd-retweet', false, getIconAntdRetweetSvgHtml);