Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9b963dbf authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

search and notification

parent 2f913651
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" viewBox="0 0 16 16">
 <path d="m8 2c-0.5523 0-1 0.4477-1 1 0 0.0472 0.021 0.0873 0.0273 0.1328-1.7366 0.4362-3.0273 1.9953-3.0273 3.8672v2l-1 1v1h10v-1l-1-1v-2c0-1.8719-1.291-3.431-3.0273-3.8672 0.0063-0.0455 0.0273-0.0856 0.0273-0.1328 0-0.5523-0.4477-1-1-1zm-2 10c0 1.1046 0.8954 2 2 2s2-0.8954 2-2z" fill="#fff"/>
</svg>
 No newline at end of file
+5 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@ const variables = {}
*/
const icons = {
	'search': path.join(__dirname, '../img', 'actions', 'search.svg'),
	'notifications': path.join(__dirname, '../img', 'notifications', 'notifications.svg'),
}

/*
@@ -43,6 +44,10 @@ const iconsColor = {
	'search': {
		path: path.join(__dirname, '../img', 'actions', 'search.svg'),
		color: 'lightgrey'
	},
	'notifications': {
		path: path.join(__dirname, '../img', 'notifications', 'notifications.svg'),
		color: 'lightgrey'
	}
}