@ant-design/icons
Version:
20 lines (19 loc) • 626 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var StepBackwardFill = {
name: 'step-backward',
theme: 'fill',
icon: {
tag: 'svg',
attrs: { viewBox: '0 0 1024 1024' },
children: [
{
tag: 'path',
attrs: {
d: 'M759.3 76.3L327.9 431.6V132c0-19.9-16.1-36-36-36s-36 16.1-36 36v760c0 19.9 16.1 36 36 36s36-16.1 36-36V590.6l431.3 357.2c27.4 24.4 70.8 5 70.8-31.7V107.9c0-36.6-43.4-56.1-70.7-31.6z'
}
}
]
}
};
exports.default = StepBackwardFill;
;