@fe6/icon-img
Version:
Water Icon 的纯 HTML 图标
7 lines (6 loc) • 2.43 kB
JavaScript
import { IconWrapper } from '../runtime';
export var getIconBytedModifySvgHtml = function getIconBytedModifySvgHtml(props) {
var _props$colors, _props$colors2, _props$colors3, _props$colors4, _props$colors5, _props$colors6, _props$colors7;
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 <path d=\"M20.0708 9.58579L15.8282 5.34315C15.0472 4.5621 13.7808 4.5621 12.9998 5.34315L7.34292 11C6.56188 11.7811 6.56188 13.0474 7.34292 13.8284L11.5856 18.0711\" stroke=\"").concat((_props$colors = props.colors) === null || _props$colors === void 0 ? void 0 : _props$colors[0], "\" stroke-width=\"").concat(props.strokeWidth, "\" stroke-linecap=\"").concat(props.strokeLinecap, "\" stroke-linejoin=\"").concat(props.strokeLinejoin, "\"/>\n <path d=\"M28.9287 37.4142L33.1714 41.6569C33.9524 42.4379 35.2187 42.4379 35.9998 41.6569L41.6566 36C42.4377 35.219 42.4377 33.9526 41.6566 33.1716L37.414 28.9289\" stroke=\"").concat((_props$colors2 = props.colors) === null || _props$colors2 === void 0 ? void 0 : _props$colors2[0], "\" stroke-width=\"").concat(props.strokeWidth, "\" stroke-linecap=\"").concat(props.strokeLinecap, "\" stroke-linejoin=\"").concat(props.strokeLinejoin, "\"/>\n <rect x=\"34.6064\" y=\"4.90812\" width=\"12\" height=\"42\" rx=\"2\" transform=\"rotate(45 34.6064 4.90812)\" fill=\"").concat((_props$colors3 = props.colors) === null || _props$colors3 === void 0 ? void 0 : _props$colors3[1], "\" stroke=\"").concat((_props$colors4 = props.colors) === null || _props$colors4 === void 0 ? void 0 : _props$colors4[0], "\" stroke-width=\"").concat(props.strokeWidth, "\" stroke-linecap=\"").concat(props.strokeLinecap, "\" stroke-linejoin=\"").concat(props.strokeLinejoin, "\"/>\n <circle cx=\"24\" cy=\"24\" r=\"2\" fill=\"").concat((_props$colors5 = props.colors) === null || _props$colors5 === void 0 ? void 0 : _props$colors5[2], "\"/>\n <circle cx=\"20\" cy=\"28\" r=\"2\" fill=\"").concat((_props$colors6 = props.colors) === null || _props$colors6 === void 0 ? void 0 : _props$colors6[2], "\"/>\n <circle cx=\"28\" cy=\"20\" r=\"2\" fill=\"").concat((_props$colors7 = props.colors) === null || _props$colors7 === void 0 ? void 0 : _props$colors7[2], "\"/>\n</svg>");
};
export default IconWrapper('byted-modify', false, getIconBytedModifySvgHtml);