@ohu-mobile/icons
Version:
10 lines (9 loc) • 468 B
JavaScript
const PushPinOutlined = {
name: 'push-pin',
theme: 'outlined',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="m13.828 1.686 8.486 8.486-1.415 1.414-.707-.707-4.242 4.242-.707 3.536-1.415 1.414-4.242-4.243-4.95 4.95-1.414-1.414 4.95-4.95-4.243-4.242 1.414-1.415L8.88 8.05l4.242-4.242-.707-.707zm.708 3.536-4.671 4.67-2.822.565 6.5 6.5.564-2.822 4.671-4.67z"/>',
};
export default PushPinOutlined;