@ohu-mobile/icons
Version:
12 lines (11 loc) • 402 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const FlagOutlined = {
name: 'flag',
theme: 'outlined',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M4 17v5H2V3h19.138a.5.5 0 0 1 .435.748L18 10l3.573 6.252a.5.5 0 0 1-.435.748zM4 5v10h14.554l-2.858-5 2.858-5z"/>',
};
exports.default = FlagOutlined;