"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const AddFilled = {
name: 'add',
theme: 'filled',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z"/>',
};
exports.default = AddFilled;