@ohu-mobile/icons
Version:
10 lines (9 loc) • 408 B
JavaScript
const ProfileOutlined = {
name: 'profile',
theme: 'outlined',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M2 3.993A1 1 0 0 1 2.992 3h18.016c.548 0 .992.445.992.993v16.014a1 1 0 0 1-.992.993H2.992A.993.993 0 0 1 2 20.007zM4 5v14h16V5zm2 2h6v6H6zm2 2v2h2V9zm-2 6h12v2H6zm8-8h4v2h-4zm0 4h4v2h-4z"/>',
};
export default ProfileOutlined;