@fe6/icon-img
Version:
Water Icon 的纯 HTML 图标
7 lines (6 loc) • 2.5 kB
JavaScript
import { IconWrapper } from '../runtime';
export var getIconAntdExpandSvgHtml = function getIconAntdExpandSvgHtml(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=\"M15.1898585,0.8125 L2.62382075,0.8125 C1.62193396,0.8125 0.8125,1.62193396 0.8125,2.62382075 L0.8125,15.303066 C0.8125,15.8011792 1.22004717,16.2087264 1.71816038,16.2087264 L4.43514151,16.2087264 C4.93325472,16.2087264 5.34080189,15.8011792 5.34080189,15.303066 L5.34080189,5.34080189 L15.1898585,5.34080189 C15.6879717,5.34080189 16.0955189,4.93325472 16.0955189,4.43514151 L16.0955189,1.71816038 C16.0955189,1.22004717 15.6879717,0.8125 15.1898585,0.8125 Z M47.9068396,33.4162736 L45.1898585,33.4162736 C44.6917453,33.4162736 44.2841981,33.8238208 44.2841981,34.321934 L44.2841981,44.2841981 L34.4351415,44.2841981 C33.9370283,44.2841981 33.5294811,44.6917453 33.5294811,45.1898585 L33.5294811,47.9068396 C33.5294811,48.4049528 33.9370283,48.8125 34.4351415,48.8125 L47.0011792,48.8125 C48.003066,48.8125 48.8125,48.003066 48.8125,47.0011792 L48.8125,34.321934 C48.8125,33.8238208 48.4049528,33.4162736 47.9068396,33.4162736 Z M15.1898585,44.2841981 L5.34080189,44.2841981 L5.34080189,34.321934 C5.34080189,33.8238208 4.93325472,33.4162736 4.43514151,33.4162736 L1.71816038,33.4162736 C1.22004717,33.4162736 0.8125,33.8238208 0.8125,34.321934 L0.8125,47.0011792 C0.8125,48.003066 1.62193396,48.8125 2.62382075,48.8125 L15.1898585,48.8125 C15.6879717,48.8125 16.0955189,48.4049528 16.0955189,47.9068396 L16.0955189,45.1898585 C16.0955189,44.6917453 15.6879717,44.2841981 15.1898585,44.2841981 Z M47.0011792,0.8125 L34.4351415,0.8125 C33.9370283,0.8125 33.5294811,1.22004717 33.5294811,1.71816038 L33.5294811,4.43514151 C33.5294811,4.93325472 33.9370283,5.34080189 34.4351415,5.34080189 L44.2841981,5.34080189 L44.2841981,15.303066 C44.2841981,15.8011792 44.6917453,16.2087264 45.1898585,16.2087264 L47.9068396,16.2087264 C48.4049528,16.2087264 48.8125,15.8011792 48.8125,15.303066 L48.8125,2.62382075 C48.8125,1.62193396 48.003066,0.8125 47.0011792,0.8125 Z\" fill=\"").concat((_props$colors = props.colors) === null || _props$colors === void 0 ? void 0 : _props$colors[0], "\"/>\n</svg>");
};
export default IconWrapper('antd-expand', false, getIconAntdExpandSvgHtml);