@woosmap/ui 4.184.1002 → 4.184.1003
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -224,6 +224,12 @@ import { ReactComponent as Geolocation } from '../../icons/geolocation.svg';
|
|
|
224
224
|
import { ReactComponent as Localities } from '../../icons/localities.svg';
|
|
225
225
|
import { ReactComponent as Map } from '../../icons/map.svg';
|
|
226
226
|
|
|
227
|
+
import { ReactComponent as SocialFacebook } from '../../icons/social-facebook.svg';
|
|
228
|
+
import { ReactComponent as SocialGithub } from '../../icons/social-github.svg';
|
|
229
|
+
import { ReactComponent as SocialGoogle } from '../../icons/social-google.svg';
|
|
230
|
+
import { ReactComponent as SocialLinkedin } from '../../icons/social-linkedin.svg';
|
|
231
|
+
import { ReactComponent as SocialTwitter } from '../../icons/social-twitter.svg';
|
|
232
|
+
|
|
227
233
|
const WebsiteIcons = {
|
|
228
234
|
autocomplete: Autocomplete,
|
|
229
235
|
'autocomplete-check': AutocompleteCheck,
|
|
@@ -454,6 +460,11 @@ const Icons = {
|
|
|
454
460
|
...WebsiteIcons,
|
|
455
461
|
...ProductsIcons,
|
|
456
462
|
...MapDemo,
|
|
463
|
+
'social-facebook': SocialFacebook,
|
|
464
|
+
'social-github': SocialGithub,
|
|
465
|
+
'social-google': SocialGoogle,
|
|
466
|
+
'social-linkedin': SocialLinkedin,
|
|
467
|
+
'social-twitter': SocialTwitter,
|
|
457
468
|
};
|
|
458
469
|
|
|
459
470
|
class Icon extends Component {
|