"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const SubtractOutlined = {
name: 'subtract',
theme: 'outlined',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M5 11h14v2H5z"/>',
};
exports.default = SubtractOutlined;