@ohu-mobile/icons
Version:
10 lines (9 loc) • 322 B
JavaScript
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"/>',
};
export default FlagOutlined;