UNPKG

@fe6/icon-img

Version:

Water Icon 的纯 HTML 图标

7 lines (6 loc) 1.59 kB
import { IconWrapper } from '../runtime'; export var getIconBytedCategoryManagementSvgHtml = function getIconBytedCategoryManagementSvgHtml(props) { var _props$colors, _props$colors2, _props$colors3, _props$colors4, _props$colors5; 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 x=\"6\" y=\"28\" width=\"36\" height=\"14\" rx=\"4\" stroke=\"").concat((_props$colors = props.colors) === null || _props$colors === void 0 ? void 0 : _props$colors[0], "\" stroke-width=\"").concat(props.strokeWidth, "\"/>\n <path d=\"M20 7H10C7.79086 7 6 8.79086 6 11V17C6 19.2091 7.79086 21 10 21H20\" 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, "\"/>\n <circle cx=\"34\" cy=\"14\" r=\"8\" 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, "\"/>\n <circle cx=\"34\" cy=\"14\" r=\"3\" fill=\"").concat((_props$colors5 = props.colors) === null || _props$colors5 === void 0 ? void 0 : _props$colors5[2], "\"/>\n</svg>"); }; export default IconWrapper('byted-category-management', false, getIconBytedCategoryManagementSvgHtml);