UNPKG

@fe6/icon-img

Version:

Water Icon 的纯 HTML 图标

7 lines (6 loc) 1.84 kB
import { IconWrapper } from '../runtime'; export var getIconBytedOceanengineSvgHtml = function getIconBytedOceanengineSvgHtml(props) { var _props$colors, _props$colors2, _props$colors3, _props$colors4, _props$colors5, _props$colors6; 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=\"M21.4824 8.47412L23.8802 16.6267H4.75757L7.21533 8.47412H21.4824Z\" fill=\"").concat((_props$colors = props.colors) === null || _props$colors === void 0 ? void 0 : _props$colors[0], "\"/>\n <path d=\"M9.1335 18.1253L17.3461 20.1035L7.81473 36.6485L2 30.4741L9.1335 18.1253Z\" fill=\"").concat((_props$colors2 = props.colors) === null || _props$colors2 === void 0 ? void 0 : _props$colors2[0], "\"/>\n <path d=\"M11.2915 33.6512L17.1062 27.4768L26.6975 44.0218L18.425 46L11.2915 33.6512Z\" fill=\"").concat((_props$colors3 = props.colors) === null || _props$colors3 === void 0 ? void 0 : _props$colors3[0], "\"/>\n <path d=\"M40.0655 39.4659H25.7985L23.4006 31.3733H42.5233\" fill=\"").concat((_props$colors4 = props.colors) === null || _props$colors4 === void 0 ? void 0 : _props$colors4[0], "\"/>\n <path d=\"M45.2806 17.466L38.1471 29.8747L29.9346 27.8965L39.4659 11.3515\" fill=\"").concat((_props$colors5 = props.colors) === null || _props$colors5 === void 0 ? void 0 : _props$colors5[0], "\"/>\n <path d=\"M35.989 14.3488L30.1743 20.5232L20.583 3.91825L28.8555 2L35.989 14.3488Z\" fill=\"").concat((_props$colors6 = props.colors) === null || _props$colors6 === void 0 ? void 0 : _props$colors6[0], "\"/>\n</svg>"); }; export default IconWrapper('byted-oceanengine', false, getIconBytedOceanengineSvgHtml);