@ant-design/icons
Version:
20 lines (19 loc) • 556 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var CaretLeftFill = {
name: 'caret-left',
theme: 'fill',
icon: {
tag: 'svg',
attrs: { viewBox: '0 0 1024 1024' },
children: [
{
tag: 'path',
attrs: {
d: 'M631.3 76.3l-489.2 403a42.53 42.53 0 0 0 0 63.4l489.1 405.1c27.4 24.4 70.8 5 70.8-31.7V107.9c0-36.6-43.4-56.1-70.7-31.6z'
}
}
]
}
};
exports.default = CaretLeftFill;
;