NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/@ant-design/icons/lib/outline/FastForwardOutline.js
2023-09-14 14:47:11 +08:00

20 lines
819 B
Java

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var FastForwardOutline = {
name: 'fast-forward',
theme: 'outline',
icon: {
tag: 'svg',
attrs: { viewBox: '0 0 1024 1024', focusable: false },
children: [
{
tag: 'path',
attrs: {
d: 'M793.8 499.3L506.4 273.5c-10.7-8.4-26.4-.8-26.4 12.7v451.6c0 13.5 15.7 21.1 26.4 12.7l287.4-225.8a16.14 16.14 0 0 0 0-25.4zm-320 0L186.4 273.5c-10.7-8.4-26.4-.8-26.4 12.7v451.5c0 13.5 15.7 21.1 26.4 12.7l287.4-225.8c4.1-3.2 6.2-8 6.2-12.7 0-4.6-2.1-9.4-6.2-12.6zM857.6 248h-51.2c-3.5 0-6.4 2.7-6.4 6v516c0 3.3 2.9 6 6.4 6h51.2c3.5 0 6.4-2.7 6.4-6V254c0-3.3-2.9-6-6.4-6z'
}
}
]
}
};
exports.default = FastForwardOutline;