@fe6/icon-img
Version:
Water Icon 的纯 HTML 图标
7 lines (6 loc) • 923 B
JavaScript
import { IconWrapper } from '../runtime';
export var getIconBytedDiamondThreeSvgHtml = function getIconBytedDiamondThreeSvgHtml(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 <path d=\"M5.41421 22.5858L22.5858 5.41421C23.3668 4.63317 24.6332 4.63316 25.4142 5.41421L42.5858 22.5858C43.3668 23.3668 43.3668 24.6332 42.5858 25.4142L25.4142 42.5858C24.6332 43.3668 23.3668 43.3668 22.5858 42.5858L5.41421 25.4142C4.63317 24.6332 4.63316 23.3668 5.41421 22.5858Z\" stroke=\"").concat((_props$colors = props.colors) === null || _props$colors === void 0 ? void 0 : _props$colors[0], "\" stroke-width=\"").concat(props.strokeWidth, "\"/>\n</svg>");
};
export default IconWrapper('byted-diamond-three', false, getIconBytedDiamondThreeSvgHtml);