UNPKG

@fe6/icon-img

Version:

Water Icon 的纯 HTML 图标

7 lines (6 loc) 1.77 kB
import { IconWrapper } from '../runtime'; export var getIconAntdAliyunSvgHtml = function getIconAntdAliyunSvgHtml(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=\"M48,7.97406372 C47.9839016,3.56847401 44.4100615,0 39.9991056,0 L27.4316378,0 L28.5907211,4.57193963 L39.376635,6.91693684 C40.3770453,7.149542 41.099306,8.02108465 41.1420906,9.04728899 C41.1474567,9.07411962 41.1474567,20.643488 41.1420906,20.6703186 C41.099306,21.696523 40.3770453,22.5680656 39.376635,22.8006708 L28.5907211,25.145668 L27.4316378,29.7229737 L39.9991056,29.7229737 C44.4046954,29.7229737 47.9839016,26.1544997 48,21.74891 L48,7.97406372 L48,7.97406372 Z M8.62873113,22.811403 C7.62832087,22.5787979 6.90606008,21.7072552 6.86327557,20.6810509 C6.85790945,20.6488541 6.85790945,9.08485187 6.86327557,9.05802124 C6.90620458,8.01699273 7.64673002,7.15304639 8.62873113,6.92766909 L19.4146451,4.58267188 L20.5737283,0.0107322527 L8.00089435,0.0107322527 C3.59530464,0.0107322527 0.016098379,3.57384013 0,7.98479598 L0,21.7703745 C0.016098379,26.1759642 3.59530464,29.7444382 8.00089435,29.7444382 L20.5683622,29.7444382 L19.4092789,25.1671325 L8.62873113,22.811403 L8.62873113,22.811403 Z M19.4092789,14.2899944 L28.5853549,14.2899944 L28.5853549,15.4329793 L19.4092789,15.4329793 L19.4092789,14.2899944 Z\"/>\n</svg>"); }; export default IconWrapper('antd-aliyun', false, getIconAntdAliyunSvgHtml);