@ohu-mobile/icons
Version:
10 lines (9 loc) • 360 B
JavaScript
const ContrastDropFilled = {
name: 'contrast-drop',
theme: 'filled',
attrs: {
viewBox: '0 0 24 24',
},
children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M5.636 6.636 12 .272l6.364 6.364a9 9 0 1 1-12.728 0M12 3.101 7.05 8.05A6.98 6.98 0 0 0 5 13h14a6.98 6.98 0 0 0-2.05-4.95L12 3.1z"/>',
};
export default ContrastDropFilled;