@fe6/icon-img
Version:
Water Icon 的纯 HTML 图标
7 lines (6 loc) • 1.87 kB
JavaScript
import { IconWrapper } from '../runtime';
export var getIconBytedElectronicPenSvgHtml = function getIconBytedElectronicPenSvgHtml(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 <g clip-path=\"", "url(#".concat(props.id, "img0)"), "\">\n <rect x=\"35.1924\" y=\"5.32239\" width=\"12\" height=\"38\" rx=\"6\" transform=\"rotate(45 35.1924 5.32239)\" fill=\"").concat((_props$colors = props.colors) === null || _props$colors === void 0 ? void 0 : _props$colors[1], "\" stroke=\"").concat((_props$colors2 = props.colors) === null || _props$colors2 === void 0 ? void 0 : _props$colors2[0], "\" stroke-width=\"").concat(props.strokeWidth, "\"/>\n <path d=\"M18 23L26 31\" stroke=\"").concat((_props$colors3 = props.colors) === null || _props$colors3 === void 0 ? void 0 : _props$colors3[0], "\" stroke-width=\"").concat(props.strokeWidth, "\" stroke-linecap=\"").concat(props.strokeLinecap, "\" stroke-linejoin=\"").concat(props.strokeLinejoin, "\"/>\n <path d=\"M6 43L12 37\" 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 <rect x=\"33.2679\" y=\"12.3397\" width=\"4\" height=\"4\" rx=\"2\" transform=\"rotate(30 33.2679 12.3397)\" fill=\"").concat((_props$colors5 = props.colors) === null || _props$colors5 === void 0 ? void 0 : _props$colors5[2], "\"/>\n </g>;\n <defs/>\n</svg>");
};
export default IconWrapper('byted-electronic-pen', false, getIconBytedElectronicPenSvgHtml);