UNPKG

@fe6/icon-img

Version:

Water Icon 的纯 HTML 图标

7 lines (6 loc) 2.08 kB
import { IconWrapper } from '../runtime'; export var getIconBytedRemoteControlOneSvgHtml = function getIconBytedRemoteControlOneSvgHtml(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=\"M11 5.44578C11 4.6473 11.6473 4 12.4458 4H35.5542C36.3527 4 37 4.6473 37 5.44578V31C37 38.1797 31.1797 44 24 44V44C16.8203 44 11 38.1797 11 31V5.44578Z\" stroke=\"").concat((_props$colors = props.colors) === null || _props$colors === void 0 ? void 0 : _props$colors[0], "\" stroke-width=\"").concat(props.strokeWidth, "\"/>\n <path d=\"M17 16H20\" 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, "\" stroke-linejoin=\"").concat(props.strokeLinejoin, "\"/>\n <path d=\"M28 16H31\" 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 <circle cx=\"17\" cy=\"10\" r=\"2\" fill=\"").concat((_props$colors4 = props.colors) === null || _props$colors4 === void 0 ? void 0 : _props$colors4[0], "\"/>\n <circle cx=\"24\" cy=\"31\" r=\"7\" fill=\"").concat((_props$colors5 = props.colors) === null || _props$colors5 === void 0 ? void 0 : _props$colors5[1], "\" stroke=\"").concat((_props$colors6 = props.colors) === null || _props$colors6 === void 0 ? void 0 : _props$colors6[0], "\" stroke-width=\"").concat(props.strokeWidth, "\"/>\n</svg>"); }; export default IconWrapper('byted-remote-control-one', false, getIconBytedRemoteControlOneSvgHtml);