Unverified Commit 77e163ae authored by Kevin Di Lallo's avatar Kevin Di Lallo Committed by GitHub
Browse files

Merge pull request #116 from nikhildoifode/na-384

Added IDCC icon to browser tab
parents 01b832f5 78992e81
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
	 viewBox="0 0 500 500" style="enable-background:new 0 0 500 500;" xml:space="preserve">
<style type="text/css">
	.st0{fill:#00AEEF;}
</style>
<path class="st0" d="M454.13,222.35L249.63,67.49c-8.19-6.2-18.36-9.61-28.63-9.61c-7.29,0-14.59,1.72-21.12,4.96
	c-16.23,8.07-26.32,24.35-26.32,42.47c-0.01,10.88-0.36,266.5-0.36,267.03c0,19.17-15.6,34.77-34.77,34.77
	c-19.17,0-34.77-15.6-34.77-34.77c0-0.45,0.02-160.75,0.03-204.46c21.69-8.25,36.5-29.42,36.5-52.89
	c0-31.19-25.38-56.57-56.57-56.57S27.07,83.8,27.07,114.99c0,23.68,14.36,44.38,36.14,52.76c-0.01,43.54-0.03,204.13-0.03,204.59
	c0,41.5,33.77,75.27,75.27,75.27c41.5,0,75.27-33.77,75.27-75.27c0-0.74,0.36-267.02,0.36-267.02c0-2.65,1.47-5.03,3.85-6.21
	c0.96-0.47,2.02-0.72,3.09-0.72c1.5,0,2.99,0.5,4.19,1.41l204.5,154.85c1.72,1.3,2.75,3.37,2.75,5.53c0,2.16-1.03,4.23-2.75,5.53
	l-102.14,77.34c-8.89-5.48-19.04-8.36-29.59-8.36c-31.19,0-56.57,25.38-56.57,56.57c0,31.19,25.38,56.57,56.57,56.57
	c31.19,0,56.57-25.38,56.57-56.57c0-5.48-0.78-10.86-2.33-16.07l101.95-77.2c11.77-8.91,18.79-23.05,18.79-37.81
	C472.93,245.41,465.91,231.27,454.13,222.35 M83.63,135.59c-11.36,0-20.6-9.24-20.6-20.6s9.24-20.6,20.6-20.6s20.6,9.24,20.6,20.6
	S94.99,135.59,83.63,135.59 M297.96,411.84c-11.36,0-20.6-9.24-20.6-20.6s9.24-20.6,20.6-20.6c11.36,0,20.6,9.24,20.6,20.6
	S309.31,411.84,297.96,411.84"/>
</svg>
+2 −0
Original line number Diff line number Diff line
@@ -26,6 +26,8 @@ limitations under the License.

    <title>MEEP Controller</title>

    <link rel="icon" type="image/svg+xml" href="img/ID-Icon-01-idcc-blue.svg" />

    <link
      rel="stylesheet"
      href="https://fonts.googleapis.com/css?family=Roboto+Mono"
+2 −0
Original line number Diff line number Diff line
@@ -22,6 +22,8 @@ import '@geoman-io/leaflet-geoman-free/dist/leaflet-geoman.css';
import 'vis/dist/vis.min.css';
import '../css/meep-controller.scss';

import '../img/ID-Icon-01-idcc-blue.svg';

// Import module dependencies
// import 'material-design-icons';
import React from 'react';