@woosmap/ui 3.171.0 → 3.172.0

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@woosmap/ui",
3
- "version": "3.171.0",
3
+ "version": "3.172.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -151,6 +151,7 @@ import { ReactComponent as Clock } from '../../icons/clock.svg';
151
151
  import { ReactComponent as ClockReversed } from '../../icons/clock-reversed.svg';
152
152
  import { ReactComponent as Close } from '../../icons/close.svg';
153
153
  import { ReactComponent as CloseThick } from '../../icons/close-thick.svg';
154
+ import { ReactComponent as Code } from '../../icons/code.svg';
154
155
  import { ReactComponent as Company } from '../../icons/company.svg';
155
156
  import { ReactComponent as Copy } from '../../icons/copy.svg';
156
157
  import { ReactComponent as CreditCard } from '../../icons/credit-card.svg';
@@ -497,6 +498,7 @@ const ConsoleIcons = {
497
498
  clock: Clock,
498
499
  'close-thick': CloseThick,
499
500
  close: Close,
501
+ code: Code,
500
502
  company: Company,
501
503
  copy: Copy,
502
504
  'credit-card': CreditCard,
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.582 15.366a13.565 13.565 0 0 1-2.812-2.702.99.99 0 0 1 0-1.219A13.56 13.56 0 0 1 7.592 8.74l.312-.224a.559.559 0 1 0-.652-.91l-.312.223a14.674 14.674 0 0 0-3.054 2.928 2.11 2.11 0 0 0 .005 2.604 14.714 14.714 0 0 0 3.038 2.916l.336.24a.558.558 0 0 0 .781-.129.559.559 0 0 0-.129-.781l-.336-.24ZM20.441 10.755a14.643 14.643 0 0 0-3.053-2.928l-.312-.224a.56.56 0 0 0-.652.91l.313.225a13.524 13.524 0 0 1 2.821 2.704.996.996 0 0 1-.006 1.227 13.508 13.508 0 0 1-2.808 2.694l-.335.24a.558.558 0 0 0 .326 1.014.554.554 0 0 0 .326-.104l.334-.239a14.655 14.655 0 0 0 3.045-2.925 2.107 2.107 0 0 0 0-2.595ZM13.68 5.144a.56.56 0 0 0-.675.415l-3.1 13.002a.561.561 0 0 0 1.09.26l3.1-13.002a.561.561 0 0 0-.415-.675Z"/></svg>