UNPKG

@fe6/icon-img

Version:

Water Icon 的纯 HTML 图标

7 lines (6 loc) 1.72 kB
import { IconWrapper } from '../runtime'; export var getIconAntdLinkedinSvgHtml = function getIconAntdLinkedinSvgHtml(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=\"M44.142,0 L3.858,0 C1.728,0 -1.42108547e-14,1.728 -1.42108547e-14,3.858 L-1.42108547e-14,44.142 C-1.42108547e-14,46.272 1.728,48 3.858,48 L44.142,48 C46.272,48 48,46.272 48,44.142 L48,3.858 C48,1.728 46.272,0 44.142,0 Z M44.142,44.16 C17.274,44.154 3.84,44.148 3.84,44.142 C3.846,17.274 3.852,3.84 3.858,3.84 C30.726,3.846 44.16,3.852 44.16,3.858 C44.154,30.726 44.148,44.16 44.142,44.16 Z M7.116,17.994 L14.238,17.994 L14.238,40.902 L7.116,40.902 L7.116,17.994 Z M10.68,14.862 C12.954,14.862 14.808,13.014 14.808,10.734 C14.808,9.25920762 14.0212077,7.89644326 12.744,7.15904706 C11.4667924,6.42165086 9.89320763,6.42165086 8.61599997,7.15904706 C7.33879232,7.89644326 6.55198543,9.25920762 6.55198543,10.734 C6.546,13.014 8.394,14.862 10.68,14.862 Z M25.818,29.568 C25.818,26.58 26.388,23.688 30.09,23.688 C33.738,23.688 33.792,27.102 33.792,29.76 L33.792,40.902 L40.908,40.902 L40.908,28.338 C40.908,22.17 39.576,17.424 32.37,17.424 C28.908,17.424 26.586,19.326 25.632,21.126 L25.536,21.126 L25.536,17.994 L18.702,17.994 L18.702,40.902 L25.818,40.902 L25.818,29.568 Z\"/>\n</svg>"); }; export default IconWrapper('antd-linkedin', false, getIconAntdLinkedinSvgHtml);