UNPKG

@fe6/icon-img

Version:

Water Icon 的纯 HTML 图标

7 lines (6 loc) 1.45 kB
import { IconWrapper } from '../runtime'; export var getIconAntdRiseSvgHtml = function getIconAntdRiseSvgHtml(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 d=\"M47.4797948,7.00426367 L35.9319341,8.3955722 C35.5493242,8.44194915 35.3870049,8.91151577 35.6594695,9.18398036 L39.097161,12.6216718 L25.9956724,25.7231604 L20.0942054,19.8274906 C19.7289869,19.4622721 19.1434779,19.4680692 18.7840565,19.8274906 L0.134725225,38.482619 C-0.0449084083,38.664033 -0.0449084083,38.9562794 0.134725225,39.1376934 L2.7434287,41.7579911 C2.92313939,41.9377018 3.21879245,41.9377018 3.39850313,41.7579911 L19.439131,25.7231604 L25.3348008,31.6188303 C25.7000193,31.9782516 26.2855283,31.9782516 26.6449497,31.6188303 L42.3783302,15.897044 L45.8160217,19.3347354 C45.9417069,19.4598013 46.1276428,19.5023759 46.295226,19.4444611 C46.4628091,19.3865464 46.5827832,19.2382528 46.6044299,19.0622709 L47.9957384,7.51441013 C48.0363182,7.21875707 47.781245,6.96368384 47.4797948,7.00426367 Z\" fill=\"").concat((_props$colors = props.colors) === null || _props$colors === void 0 ? void 0 : _props$colors[0], "\"/>\n</svg>"); }; export default IconWrapper('antd-rise', false, getIconAntdRiseSvgHtml);