@ant-design/icons
Version:
20 lines (19 loc) • 562 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var CaretRightFill = {
name: 'caret-right',
theme: 'fill',
icon: {
tag: 'svg',
attrs: { viewBox: '0 0 1024 1024' },
children: [
{
tag: 'path',
attrs: {
d: 'M392.7 76.3l489.1 403.1a42.53 42.53 0 0 1 0 63.4L392.7 947.7c-27.4 24.4-70.8 5-70.8-31.7V107.9c.1-36.6 43.4-56.1 70.8-31.6z'
}
}
]
}
};
exports.default = CaretRightFill;
;