UNPKG

@fe6/icon-img

Version:

Water Icon 的纯 HTML 图标

7 lines (6 loc) 954 B
import { IconWrapper } from '../runtime'; export var getIconAntdCaretLeftSvgHtml = function getIconAntdCaretLeftSvgHtml(props) { var _props$colors; 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=\"M36.5199429,0.34869034 L10.5573637,22.7386877 C9.81421211,23.3795707 9.81421211,24.6136114 10.5573637,25.2613123 L36.5199429,47.6513097 C37.4880852,48.483094 38.9062093,47.7331245 38.9062093,46.3899974 L38.9062093,1.61000262 C38.9062093,0.26687549 37.4880852,-0.483093972 36.5199429,0.34869034 Z\" fill=\"").concat((_props$colors = props.colors) === null || _props$colors === void 0 ? void 0 : _props$colors[0], "\"/>\n</svg>"); }; export default IconWrapper('antd-caret-left', false, getIconAntdCaretLeftSvgHtml);