@ant-design/icons
Version:
20 lines (19 loc) • 558 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var CaretDownFill = {
name: 'caret-down',
theme: 'fill',
icon: {
tag: 'svg',
attrs: { viewBox: '0 0 1024 1024' },
children: [
{
tag: 'path',
attrs: {
d: 'M76.3 392.3l403.1 489.1a42.53 42.53 0 0 0 63.4 0l405.1-489.1c24.4-27.4 5-70.8-31.7-70.8H108.1c-36.8 0-56.3 43.4-31.8 70.8z'
}
}
]
}
};
exports.default = CaretDownFill;
;