@fe6/icon-img
Version:
Water Icon 的纯 HTML 图标
7 lines (6 loc) • 1.61 kB
JavaScript
import { IconWrapper } from '../runtime';
export var getIconAntdVerticalAlignTopSvgHtml = function getIconAntdVerticalAlignTopSvgHtml(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 fill=\"").concat((_props$colors = props.colors) === null || _props$colors === void 0 ? void 0 : _props$colors[0], "\" d=\"M47.4539326,0 L0.546067416,0 C0.242696629,0 0,0.242696629 0,0.539325843 L0,4.58426966 C0,4.88089888 0.242696629,5.12359551 0.546067416,5.12359551 L47.4539326,5.12359551 C47.7573034,5.12359551 48,4.88089888 48,4.58426966 L48,0.539325843 C48,0.242696629 47.7573034,0 47.4539326,0 Z M24.4247191,12.6067416 C24.3224968,12.4761264 24.1658606,12.3998101 24,12.3998101 C23.8341394,12.3998101 23.6775032,12.4761264 23.5752809,12.6067416 L16.0247191,22.1595506 C15.8977104,22.3217395 15.8744703,22.5422149 15.9648708,22.7273207 C16.0552714,22.9124266 16.2434376,23.029657 16.4494382,23.0292135 L21.4314607,23.0292135 L21.4314607,45.8426966 C21.4314607,46.1393258 21.6741573,46.3820225 21.9707865,46.3820225 L26.0157303,46.3820225 C26.3123596,46.3820225 26.5550562,46.1393258 26.5550562,45.8426966 L26.5550562,23.0359551 L31.5505618,23.0359551 C32.0022472,23.0359551 32.2516854,22.5168539 31.9752809,22.1662921 L24.4247191,12.6067416 Z\"/>\n</svg>");
};
export default IconWrapper('antd-vertical-align-top', false, getIconAntdVerticalAlignTopSvgHtml);