@fe6/icon-img
Version:
Water Icon 的纯 HTML 图标
7 lines (6 loc) • 982 B
JavaScript
import { IconWrapper } from '../runtime';
export var getIconBytedPerspectiveSvgHtml = function getIconBytedPerspectiveSvgHtml(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=\"M44 28V36L31 38.6M44 28L4 32M44 28V20M4 32V44L17 41.4M4 32V16M44 20V12L31 9.4M44 20L4 16M4 16V4L17 6.6M31 9.4V38.6M31 9.4L17 6.6M31 38.6L17 41.4M17 6.6V41.4\" 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</svg>");
};
export default IconWrapper('byted-perspective', false, getIconBytedPerspectiveSvgHtml);