You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
549 B
19 lines
549 B
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
var CaretLeftFill = {
|
|
name: 'caret-left',
|
|
theme: 'fill',
|
|
icon: {
|
|
tag: 'svg',
|
|
attrs: { viewBox: '0 0 1024 1024', focusable: false },
|
|
children: [
|
|
{
|
|
tag: 'path',
|
|
attrs: {
|
|
d: 'M689 165.1L308.2 493.5c-10.9 9.4-10.9 27.5 0 37L689 858.9c14.2 12.2 35 1.2 35-18.5V183.6c0-19.7-20.8-30.7-35-18.5z'
|
|
}
|
|
}
|
|
]
|
|
}
|
|
};
|
|
exports.default = CaretLeftFill;
|
|
|