20 lines
688 B
Java
20 lines
688 B
Java
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
var BackwardOutline = {
|
|
name: 'backward',
|
|
theme: 'outline',
|
|
icon: {
|
|
tag: 'svg',
|
|
attrs: { viewBox: '0 0 1024 1024', focusable: false },
|
|
children: [
|
|
{
|
|
tag: 'path',
|
|
attrs: {
|
|
d: 'M485.6 249.9L198.2 498c-8.3 7.1-8.3 20.8 0 27.9l287.4 248.2c10.7 9.2 26.4.9 26.4-14V263.8c0-14.8-15.7-23.2-26.4-13.9zm320 0L518.2 498a18.6 18.6 0 0 0-6.2 14c0 5.2 2.1 10.4 6.2 14l287.4 248.2c10.7 9.2 26.4.9 26.4-14V263.8c0-14.8-15.7-23.2-26.4-13.9z'
|
|
}
|
|
}
|
|
]
|
|
}
|
|
};
|
|
exports.default = BackwardOutline;
|