UNPKG

@fe6/icon-img

Version:

Water Icon 的纯 HTML 图标

7 lines (6 loc) 1.83 kB
import { IconWrapper } from '../runtime'; export var getIconBytedMagicSvgHtml = function getIconBytedMagicSvgHtml(props) { var _props$colors, _props$colors2; return "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg width=\"".concat(props.size, "\" height=\"").concat(props.size, "\" viewBox=\"0 0 48 48\" xmlns=\"http://www.w3.org/2000/svg\">\n <g>\n <rect width=\"48\" height=\"48\" fill=\"white\" fill-opacity=\"0.01\" stroke-linecap=\"").concat(props.strokeLinecap, "\" stroke-linejoin=\"").concat(props.strokeLinejoin, "\" stroke-width=\"").concat(props.strokeWidth, "\" stroke=\"none\" fill-rule=\"evenodd\"/>\n <g transform=\"translate(5.000000, 4.000000)\">\n <path d=\"M25,0 L25,6 M34.8994949,4.10050506 L30.6568542,8.34314575 M39,14 L33,14 M34.8994949,23.8994949 L30.6568542,19.6568542 M25,28 L25,22 M15.1005051,23.8994949 L19.3431458,19.6568542 M11,14 L17,14 M15.1005051,4.10050506 L19.3431458,8.34314575\" stroke-linecap=\"").concat(props.strokeLinecap, "\" stroke-linejoin=\"").concat(props.strokeLinejoin, "\" stroke-width=\"").concat(props.strokeWidth, "\" stroke=\"").concat((_props$colors = props.colors) === null || _props$colors === void 0 ? void 0 : _props$colors[0], "\" fill=\"none\" fill-rule=\"evenodd\"/>\n <path d=\"M24.5857864,14.4142136 L0.544155877,38.4558441\" transform=\"translate(12.564971, 26.435029) rotate(-0.000000) translate(-12.564971, -26.435029) \" stroke-linecap=\"").concat(props.strokeLinecap, "\" stroke-linejoin=\"").concat(props.strokeLinejoin, "\" stroke-width=\"").concat(props.strokeWidth, "\" stroke=\"").concat((_props$colors2 = props.colors) === null || _props$colors2 === void 0 ? void 0 : _props$colors2[0], "\" fill=\"none\" fill-rule=\"evenodd\"/>\n </g>;\n </g>;\n</svg>"); }; export default IconWrapper('byted-magic', false, getIconBytedMagicSvgHtml);