@fe6/icon-img
Version:
Water Icon 的纯 HTML 图标
7 lines (6 loc) • 2.61 kB
JavaScript
import { IconWrapper } from '../runtime';
export var getIconAntdBellSvgHtml = function getIconAntdBellSvgHtml(props) {
var _props$colors, _props$colors2;
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=\"M24.5,8 C21.4259616,8 18.5399038,9.18248175 16.3670673,11.3339416 C14.1942308,13.4854014 13,16.3430656 13,19.3868613 L13,38 L36,38 L36,19.3868613 C36,16.3430656 34.8057693,13.4854014 32.6329327,11.3339416 C30.4600961,9.18248175 27.5740384,8 24.5,8 Z M40,19 C40,11.3647186 34.3504167,5.04978355 27,4 L27,4.00541125 C34.3504167,5.0551948 40,11.3647186 40,19 Z M22,4.00541125 L22,4 C14.6495834,5.04978355 9,11.3647186 9,19 C9,11.3647186 14.6495834,5.0551948 22,4.00541125 Z\" fill=\"").concat((_props$colors = props.colors) === null || _props$colors === void 0 ? void 0 : _props$colors[1], "\"/>\n <path d=\"M40.9090909,37.9636364 L39.6,37.9636364 L39.6,19.4181818 C39.6,11.7218182 33.9109091,5.36181818 26.5090909,4.30363636 L26.5090909,2.18181818 C26.5090909,0.976363636 25.5327273,0 24.3272727,0 C23.1218182,0 22.1454545,0.976363636 22.1454545,2.18181818 L22.1454545,4.30363636 C14.7436364,5.36181818 9.05454545,11.7218182 9.05454545,19.4181818 L9.05454545,37.9636364 L7.74545455,37.9636364 C6.78,37.9636364 6,38.7436364 6,39.7090909 L6,41.4545455 C6,41.6945455 6.19636364,41.8909091 6.43636364,41.8909091 L18.2181818,41.8909091 C18.2181818,45.2618182 20.9563636,48 24.3272727,48 C27.6981818,48 30.4363636,45.2618182 30.4363636,41.8909091 L42.2181818,41.8909091 C42.4581818,41.8909091 42.6545455,41.6945455 42.6545455,41.4545455 L42.6545455,39.7090909 C42.6545455,38.7436364 41.8745455,37.9636364 40.9090909,37.9636364 Z M24.3272727,44.5090909 C22.8818182,44.5090909 21.7090909,43.3363636 21.7090909,41.8909091 L26.9454545,41.8909091 C26.9454545,43.3363636 25.7727273,44.5090909 24.3272727,44.5090909 Z M35.6727273,37.9636364 L12.9818182,37.9636364 L12.9818182,19.4181818 C12.9818182,16.3854545 14.16,13.5381818 16.3036364,11.3945455 C18.4472727,9.25090909 21.2945455,8.07272727 24.3272727,8.07272727 C27.36,8.07272727 30.2072727,9.25090909 32.3509091,11.3945455 C34.4945455,13.5381818 35.6727273,16.3854545 35.6727273,19.4181818 L35.6727273,37.9636364 Z\" fill=\"").concat((_props$colors2 = props.colors) === null || _props$colors2 === void 0 ? void 0 : _props$colors2[0], "\"/>\n</svg>");
};
export default IconWrapper('antd-bell', false, getIconAntdBellSvgHtml);