"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var MoreOutline = {
name: 'more',
theme: 'outline',
icon: {
tag: 'svg',
attrs: { viewBox: '64 64 896 896' },
children: [
{
tag: 'path',
attrs: {
d: 'M456 231a56 56 0 1 0 112 0 56 56 0 1 0-112 0zm0 280a56 56 0 1 0 112 0 56 56 0 1 0-112 0zm0 280a56 56 0 1 0 112 0 56 56 0 1 0-112 0z'
}
}
]
}
};
exports.default = MoreOutline;