@nswds/tokens 2.31.0 → 2.32.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/README.md +59 -63
- package/package.json +15 -30
- package/src/brand/black/logo.png +0 -0
- package/src/brand/black/logo.svg +0 -30
- package/src/brand/icon-dark.ico +0 -0
- package/src/brand/icon-dark.png +0 -0
- package/src/brand/icon-dark.svg +0 -17
- package/src/brand/icon-light.ico +0 -0
- package/src/brand/icon-light.png +0 -0
- package/src/brand/icon-light.svg +0 -30
- package/src/brand/icon.svg +0 -30
- package/src/brand/logo.png +0 -0
- package/src/brand/logo.svg +0 -34
- package/src/brand/placeholder.svg +0 -1
- package/src/brand/profile.jpg +0 -0
- package/src/brand/profile.png +0 -0
- package/src/brand/profile_matildas.jpg +0 -0
- package/src/brand/profile_pride.jpg +0 -0
- package/src/brand/reversed/logo.png +0 -0
- package/src/brand/reversed/logo.svg +0 -34
- package/src/brand/white/logo.png +0 -0
- package/src/brand/white/logo.svg +0 -21
- package/src/css/colors/global/hex.css +0 -344
- package/src/css/colors/global/hsl.css +0 -344
- package/src/css/colors/global/oklch.css +0 -344
- package/src/css/colors/global/rgb.css +0 -344
- package/src/css/colors/semantic/hex.css +0 -78
- package/src/css/colors/semantic/hsl.css +0 -78
- package/src/css/colors/semantic/oklch.css +0 -78
- package/src/css/colors/semantic/rgb.css +0 -78
- package/src/css/colors/themes/masterbrand/hex.css +0 -59
- package/src/css/colors/themes/masterbrand/hsl.css +0 -59
- package/src/css/colors/themes/masterbrand/oklch.css +0 -59
- package/src/css/colors/themes/masterbrand/rgb.css +0 -59
- package/src/css/prism/prism.css +0 -719
- package/src/figma/color/global/hex.json +0 -1406
- package/src/figma/color/global/hsl.json +0 -4142
- package/src/figma/color/global/oklch.json +0 -4142
- package/src/figma/color/global/rgb.json +0 -4142
- package/src/figma/color/semantic/hex.json +0 -314
- package/src/figma/color/semantic/hsl.json +0 -618
- package/src/figma/color/semantic/oklch.json +0 -618
- package/src/figma/color/semantic/rgb.json +0 -618
- package/src/figma/color/themes/masterbrand/color/hex.json +0 -236
- package/src/figma/color/themes/masterbrand/color/hsl.json +0 -464
- package/src/figma/color/themes/masterbrand/color/oklch.json +0 -464
- package/src/figma/color/themes/masterbrand/color/rgb.json +0 -464
- package/src/index.ts +0 -417
- package/src/js/colors/global/hex.js +0 -378
- package/src/js/colors/global/hsl.js +0 -378
- package/src/js/colors/global/oklch.js +0 -378
- package/src/js/colors/global/rgb.js +0 -378
- package/src/js/colors/semantic/hex.js +0 -87
- package/src/js/colors/semantic/hsl.js +0 -87
- package/src/js/colors/semantic/oklch.js +0 -87
- package/src/js/colors/semantic/rgb.js +0 -87
- package/src/js/colors/themes/masterbrand/hex.js +0 -63
- package/src/js/colors/themes/masterbrand/hsl.js +0 -63
- package/src/js/colors/themes/masterbrand/oklch.js +0 -63
- package/src/js/colors/themes/masterbrand/rgb.js +0 -63
- package/src/json/colors/global/hex.json +0 -380
- package/src/json/colors/global/hsl.json +0 -380
- package/src/json/colors/global/oklch.json +0 -380
- package/src/json/colors/global/rgb.json +0 -380
- package/src/json/colors/semantic/hex.json +0 -86
- package/src/json/colors/semantic/hsl.json +0 -86
- package/src/json/colors/semantic/oklch.json +0 -86
- package/src/json/colors/semantic/rgb.json +0 -86
- package/src/json/colors/themes/masterbrand/hex.json +0 -65
- package/src/json/colors/themes/masterbrand/hsl.json +0 -65
- package/src/json/colors/themes/masterbrand/oklch.json +0 -65
- package/src/json/colors/themes/masterbrand/rgb.json +0 -65
- package/src/less/colors/global/hex.less +0 -342
- package/src/less/colors/global/hsl.less +0 -342
- package/src/less/colors/global/oklch.less +0 -342
- package/src/less/colors/global/rgb.less +0 -342
- package/src/less/colors/semantic/hex.less +0 -76
- package/src/less/colors/semantic/hsl.less +0 -76
- package/src/less/colors/semantic/oklch.less +0 -76
- package/src/less/colors/semantic/rgb.less +0 -76
- package/src/less/colors/themes/masterbrand/hex.less +0 -57
- package/src/less/colors/themes/masterbrand/hsl.less +0 -57
- package/src/less/colors/themes/masterbrand/oklch.less +0 -57
- package/src/less/colors/themes/masterbrand/rgb.less +0 -57
- package/src/scss/colors/global/hex.scss +0 -342
- package/src/scss/colors/global/hsl.scss +0 -342
- package/src/scss/colors/global/oklch.scss +0 -342
- package/src/scss/colors/global/rgb.scss +0 -342
- package/src/scss/colors/semantic/hex.scss +0 -76
- package/src/scss/colors/semantic/hsl.scss +0 -76
- package/src/scss/colors/semantic/oklch.scss +0 -76
- package/src/scss/colors/semantic/rgb.scss +0 -76
- package/src/scss/colors/themes/masterbrand/hex.scss +0 -57
- package/src/scss/colors/themes/masterbrand/hsl.scss +0 -57
- package/src/scss/colors/themes/masterbrand/oklch.scss +0 -57
- package/src/scss/colors/themes/masterbrand/rgb.scss +0 -57
- package/src/tailwind/colors/global/hex.css +0 -689
- package/src/tailwind/colors/global/hsl.css +0 -689
- package/src/tailwind/colors/global/oklch.css +0 -689
- package/src/tailwind/colors/global/rgb.css +0 -689
- package/src/tailwind/colors/semantic/hex.css +0 -157
- package/src/tailwind/colors/semantic/hsl.css +0 -157
- package/src/tailwind/colors/semantic/oklch.css +0 -157
- package/src/tailwind/colors/semantic/rgb.css +0 -157
- package/src/tailwind/colors/themes/data-visualisation/hex.css +0 -417
- package/src/tailwind/colors/themes/data-visualisation/hsl.css +0 -417
- package/src/tailwind/colors/themes/data-visualisation/oklch.css +0 -417
- package/src/tailwind/colors/themes/data-visualisation/rgb.css +0 -417
- package/src/tailwind/colors/themes/fuchsia-blue/hex.css +0 -59
- package/src/tailwind/colors/themes/fuchsia-blue/hsl.css +0 -59
- package/src/tailwind/colors/themes/fuchsia-blue/oklch.css +0 -59
- package/src/tailwind/colors/themes/fuchsia-blue/rgb.css +0 -59
- package/src/tailwind/colors/themes/fuchsia-orange/hex.css +0 -59
- package/src/tailwind/colors/themes/fuchsia-orange/hsl.css +0 -59
- package/src/tailwind/colors/themes/fuchsia-orange/oklch.css +0 -59
- package/src/tailwind/colors/themes/fuchsia-orange/rgb.css +0 -59
- package/src/tailwind/colors/themes/masterbrand/hex.css +0 -59
- package/src/tailwind/colors/themes/masterbrand/hsl.css +0 -59
- package/src/tailwind/colors/themes/masterbrand/oklch.css +0 -59
- package/src/tailwind/colors/themes/masterbrand/rgb.css +0 -59
- package/src/ts/colors/global/hex.ts +0 -378
- package/src/ts/colors/global/hsl.ts +0 -378
- package/src/ts/colors/global/oklch.ts +0 -378
- package/src/ts/colors/global/rgb.ts +0 -378
- package/src/ts/colors/semantic/hex.ts +0 -84
- package/src/ts/colors/semantic/hsl.ts +0 -84
- package/src/ts/colors/semantic/oklch.ts +0 -84
- package/src/ts/colors/semantic/rgb.ts +0 -84
- package/src/ts/colors/themes/masterbrand/hex.ts +0 -63
- package/src/ts/colors/themes/masterbrand/hsl.ts +0 -63
- package/src/ts/colors/themes/masterbrand/oklch.ts +0 -63
- package/src/ts/colors/themes/masterbrand/rgb.ts +0 -63
- package/src/types.d.ts +0 -27
package/README.md
CHANGED
|
@@ -1,34 +1,35 @@
|
|
|
1
|
-
# nswds
|
|
1
|
+
# @nswds/tokens
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Colour tokens and related assets for the NSW Design System.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
The published package currently ships:
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
- the root JavaScript and CommonJS entrypoints at `@nswds/tokens`
|
|
8
|
+
- raw colour token files under `css/`, `scss/`, `less/`, `js/`, `json/`, `tailwind/`, `tokens/`, `ts/`, and `figma/`
|
|
9
|
+
- Prism styles at `@nswds/tokens/prism.css`
|
|
10
|
+
- brand assets under `@nswds/tokens/brand/*`
|
|
8
11
|
|
|
9
12
|
---
|
|
10
13
|
|
|
11
14
|
## Features
|
|
12
15
|
|
|
13
|
-
-
|
|
14
|
-
-
|
|
15
|
-
-
|
|
16
|
-
-
|
|
17
|
-
- 🌗 Theme-aware tokens for different NSW themes
|
|
18
|
-
- 🧩 Ready to consume from CSS, Sass, JavaScript/TypeScript or build tools
|
|
16
|
+
- Global, semantic, and themed NSW colour tokens
|
|
17
|
+
- Published outputs for CSS, Sass/SCSS, Less, JavaScript, JSON, Tailwind, DTCG JSON, and Figma
|
|
18
|
+
- Root JS API for consuming token collections directly
|
|
19
|
+
- Prism stylesheet and brand asset files alongside the token exports
|
|
19
20
|
|
|
20
21
|
---
|
|
21
22
|
|
|
22
23
|
## Installation
|
|
23
24
|
|
|
24
|
-
Install via your package manager
|
|
25
|
+
Install via your package manager:
|
|
25
26
|
|
|
26
27
|
```bash
|
|
27
|
-
npm install @
|
|
28
|
+
npm install @nswds/tokens
|
|
28
29
|
# or
|
|
29
|
-
yarn add @
|
|
30
|
+
yarn add @nswds/tokens
|
|
30
31
|
# or
|
|
31
|
-
pnpm add @
|
|
32
|
+
pnpm add @nswds/tokens
|
|
32
33
|
```
|
|
33
34
|
|
|
34
35
|
If you are using this repo locally (e.g. via workspace):
|
|
@@ -42,94 +43,88 @@ npm install
|
|
|
42
43
|
|
|
43
44
|
## Using the tokens
|
|
44
45
|
|
|
45
|
-
|
|
46
|
+
Use the package export paths directly. Do not import from `dist/`.
|
|
46
47
|
|
|
47
|
-
### 1.
|
|
48
|
+
### 1. JavaScript / TypeScript
|
|
49
|
+
|
|
50
|
+
```ts
|
|
51
|
+
import { tokens } from '@nswds/tokens'
|
|
52
|
+
|
|
53
|
+
console.log(tokens.colors.global.hex['nsw-blue'][500].$value)
|
|
54
|
+
```
|
|
55
|
+
|
|
56
|
+
### 2. CSS custom properties
|
|
48
57
|
|
|
49
58
|
```css
|
|
50
|
-
@import '@
|
|
59
|
+
@import '@nswds/tokens/css/colors/global/hex.css';
|
|
60
|
+
@import '@nswds/tokens/css/colors/themes/masterbrand/hex.css';
|
|
51
61
|
|
|
52
62
|
.my-button {
|
|
53
|
-
background-color: var(--nsw-
|
|
54
|
-
color: var(--nsw-color-text-on-primary);
|
|
55
|
-
padding: var(--nsw-space-3);
|
|
56
|
-
border-radius: var(--nsw-radius-md);
|
|
63
|
+
background-color: var(--nsw-blue-500);
|
|
57
64
|
}
|
|
58
65
|
```
|
|
59
66
|
|
|
60
|
-
###
|
|
67
|
+
### 3. Prism CSS
|
|
61
68
|
|
|
62
69
|
```css
|
|
63
70
|
@import '@nswds/tokens/prism.css';
|
|
64
71
|
```
|
|
65
72
|
|
|
66
|
-
Or via
|
|
67
|
-
|
|
68
|
-
```ts
|
|
69
|
-
import '@nswds/tokens/prism.css'
|
|
70
|
-
```
|
|
71
|
-
|
|
72
|
-
The full path is also available:
|
|
73
|
+
Or via the full exported subpath:
|
|
73
74
|
|
|
74
75
|
```css
|
|
75
76
|
@import '@nswds/tokens/css/prism/prism.css';
|
|
76
77
|
```
|
|
77
78
|
|
|
78
|
-
###
|
|
79
|
+
### 4. Sass / SCSS
|
|
79
80
|
|
|
80
81
|
```scss
|
|
81
|
-
@use '@
|
|
82
|
+
@use '@nswds/tokens/scss/colors/global/hex.scss' as *;
|
|
82
83
|
|
|
83
84
|
.page-heading {
|
|
84
|
-
|
|
85
|
-
font-size: nsw.$font-size-xxl;
|
|
86
|
-
margin-bottom: nsw.$space-4;
|
|
85
|
+
color: $nsw-blue-500;
|
|
87
86
|
}
|
|
88
87
|
```
|
|
89
88
|
|
|
90
|
-
###
|
|
89
|
+
### 5. Raw JSON and design-token files
|
|
91
90
|
|
|
92
91
|
```ts
|
|
93
|
-
import
|
|
92
|
+
import { createRequire } from 'node:module'
|
|
94
93
|
|
|
95
|
-
|
|
94
|
+
const require = createRequire(import.meta.url)
|
|
95
|
+
const globalHex = require('@nswds/tokens/json/colors/global/hex.json')
|
|
96
|
+
const rawHex = require('@nswds/tokens/tokens/global/color/hex.json')
|
|
97
|
+
const masterbrandFigma = require('@nswds/tokens/figma/color/themes/masterbrand/color/hex.json')
|
|
98
|
+
|
|
99
|
+
console.log(globalHex['nsw-blue'][500].$value)
|
|
100
|
+
console.log(rawHex['nsw-blue'][500].$value)
|
|
101
|
+
console.log(masterbrandFigma.primary[500].$value)
|
|
96
102
|
```
|
|
97
103
|
|
|
98
104
|
---
|
|
99
105
|
|
|
100
|
-
##
|
|
106
|
+
## Published Surface
|
|
101
107
|
|
|
102
|
-
|
|
108
|
+
The package exports these public subpath families:
|
|
103
109
|
|
|
104
|
-
- `
|
|
105
|
-
-
|
|
106
|
-
-
|
|
107
|
-
-
|
|
108
|
-
-
|
|
109
|
-
-
|
|
110
|
-
-
|
|
111
|
-
-
|
|
112
|
-
-
|
|
113
|
-
-
|
|
110
|
+
- `@nswds/tokens`
|
|
111
|
+
- `@nswds/tokens/brand/*`
|
|
112
|
+
- `@nswds/tokens/css/*`
|
|
113
|
+
- `@nswds/tokens/figma/*`
|
|
114
|
+
- `@nswds/tokens/js/*`
|
|
115
|
+
- `@nswds/tokens/json/*`
|
|
116
|
+
- `@nswds/tokens/less/*`
|
|
117
|
+
- `@nswds/tokens/scss/*`
|
|
118
|
+
- `@nswds/tokens/tailwind/*`
|
|
119
|
+
- `@nswds/tokens/tokens/*`
|
|
120
|
+
- `@nswds/tokens/ts/*`
|
|
121
|
+
- `@nswds/tokens/prism.css`
|
|
114
122
|
|
|
115
123
|
---
|
|
116
124
|
|
|
117
125
|
## Theming
|
|
118
126
|
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
Example:
|
|
122
|
-
|
|
123
|
-
```json
|
|
124
|
-
{
|
|
125
|
-
"theme": {
|
|
126
|
-
"light": {
|
|
127
|
-
"background": { "value": "{color.nsw-grey-050}" },
|
|
128
|
-
"text": { "value": "{color.nsw-grey-900}" }
|
|
129
|
-
}
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
```
|
|
127
|
+
Theme-specific colour files are published under the `.../colors/themes/` paths, including the masterbrand outputs used by the root package exports. Tailwind theme files are also available under `@nswds/tokens/tailwind/colors/themes/*`.
|
|
133
128
|
|
|
134
129
|
---
|
|
135
130
|
|
|
@@ -148,6 +143,7 @@ Build:
|
|
|
148
143
|
|
|
149
144
|
```bash
|
|
150
145
|
npm run build
|
|
146
|
+
npm run smoke:package-surface
|
|
151
147
|
npm run test:tokens
|
|
152
148
|
npm run lint
|
|
153
149
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nswds/tokens",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.32.0",
|
|
4
4
|
"description": "NSW Application Design System Design Tokens",
|
|
5
5
|
"homepage": "https://github.com/digitalnsw/nswds-tokens#readme",
|
|
6
6
|
"repository": {
|
|
@@ -8,16 +8,18 @@
|
|
|
8
8
|
"url": "git+https://github.com/digitalnsw/nswds-tokens.git"
|
|
9
9
|
},
|
|
10
10
|
"files": [
|
|
11
|
-
"dist"
|
|
12
|
-
"src"
|
|
11
|
+
"dist"
|
|
13
12
|
],
|
|
14
13
|
"scripts": {
|
|
15
14
|
"semantic-release": "semantic-release",
|
|
16
15
|
"lint": "npx eslint . ",
|
|
17
16
|
"format": "npx prettier --write .",
|
|
17
|
+
"postversion": "node scripts/sync-package-lock-version.mjs",
|
|
18
18
|
"copy-styles": "node scripts/copy-styles.mjs",
|
|
19
19
|
"build": "tsup src/index.ts --format esm,cjs --dts --target esnext --treeshake --clean",
|
|
20
20
|
"check:dist": "node scripts/check-dist.mjs",
|
|
21
|
+
"smoke:package-surface": "node scripts/smoke-package-surface.mjs",
|
|
22
|
+
"check:version-sync": "node scripts/check-release-metadata.mjs",
|
|
21
23
|
"test:tokens": "vitest run --globals",
|
|
22
24
|
"sync-tokens-to-figma": "tsx scripts/sync_tokens_to_figma.ts",
|
|
23
25
|
"sync-figma-to-tokens": "tsx scripts/sync_figma_to_tokens.ts"
|
|
@@ -46,7 +48,7 @@
|
|
|
46
48
|
"author": "NSW Design System",
|
|
47
49
|
"type": "module",
|
|
48
50
|
"main": "dist/index.cjs",
|
|
49
|
-
"module": "dist/index.
|
|
51
|
+
"module": "dist/index.js",
|
|
50
52
|
"types": "dist/index.d.ts",
|
|
51
53
|
"exports": {
|
|
52
54
|
".": {
|
|
@@ -54,33 +56,16 @@
|
|
|
54
56
|
"import": "./dist/index.js",
|
|
55
57
|
"require": "./dist/index.cjs"
|
|
56
58
|
},
|
|
57
|
-
"./
|
|
58
|
-
"./css
|
|
59
|
-
"./
|
|
60
|
-
"./
|
|
61
|
-
"./
|
|
62
|
-
"./
|
|
63
|
-
"./
|
|
64
|
-
"./
|
|
65
|
-
"./js/colors/themes/*": "./dist/js/colors/themes/*",
|
|
66
|
-
"./js/colors/semantic/*": "./dist/js/colors/semantic/*",
|
|
67
|
-
"./json/colors/global/*": "./dist/json/colors/global/*",
|
|
68
|
-
"./json/colors/themes/*": "./dist/json/colors/themes/*",
|
|
69
|
-
"./json/colors/semantic/*": "./dist/json/colors/semantic/*",
|
|
70
|
-
"./less/colors/global/*": "./dist/less/colors/global/*",
|
|
71
|
-
"./less/colors/themes/*": "./dist/less/colors/themes/*",
|
|
72
|
-
"./less/colors/semantic/*": "./dist/less/colors/semantic/*",
|
|
73
|
-
"./scss/colors/global/*": "./dist/scss/colors/global/*",
|
|
74
|
-
"./scss/colors/themes/*": "./dist/scss/colors/themes/*",
|
|
75
|
-
"./scss/colors/semantic/*": "./dist/scss/colors/semantic/*",
|
|
76
|
-
"./tailwind/colors/global/*": "./dist/tailwind/colors/global/*",
|
|
77
|
-
"./tailwind/colors/themes/*": "./dist/tailwind/colors/themes/*",
|
|
78
|
-
"./tailwind/colors/semantic/*": "./dist/tailwind/colors/semantic/*",
|
|
79
|
-
"./ts/colors/global/*": "./dist/ts/colors/global/*",
|
|
80
|
-
"./ts/colors/themes/*": "./dist/ts/colors/themes/*",
|
|
81
|
-
"./ts/colors/semantic/*": "./dist/ts/colors/semantic/*",
|
|
59
|
+
"./brand/*": "./dist/brand/*",
|
|
60
|
+
"./css/*": "./dist/css/*",
|
|
61
|
+
"./figma/*": "./dist/figma/*",
|
|
62
|
+
"./js/*": "./dist/js/*",
|
|
63
|
+
"./json/*": "./dist/json/*",
|
|
64
|
+
"./less/*": "./dist/less/*",
|
|
65
|
+
"./scss/*": "./dist/scss/*",
|
|
66
|
+
"./tailwind/*": "./dist/tailwind/*",
|
|
82
67
|
"./tokens/*": "./dist/tokens/*",
|
|
83
|
-
"./
|
|
68
|
+
"./ts/*": "./dist/ts/*",
|
|
84
69
|
"./prism.css": "./dist/css/prism/prism.css"
|
|
85
70
|
},
|
|
86
71
|
"publishConfig": {
|
package/src/brand/black/logo.png
DELETED
|
Binary file
|
package/src/brand/black/logo.svg
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 259 280" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<style>
|
|
3
|
-
.nsw-red,
|
|
4
|
-
.nsw-blue {
|
|
5
|
-
fill: #000000;
|
|
6
|
-
stroke-width: 0;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
@media (prefers-color-scheme: dark) {
|
|
10
|
-
|
|
11
|
-
.nsw-red,
|
|
12
|
-
.nsw-blue {
|
|
13
|
-
fill: #FFFFFF;
|
|
14
|
-
stroke-width: 0;
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
</style>
|
|
18
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
19
|
-
d="M24.208 270.207h-5.045v-4.277l11.15.054v13.676H26.08v-2.491c-.266.278-.553.556-.86.833-.673.585-1.49 1.07-2.433 1.434-.96.373-2.143.564-3.513.564-2.33 0-4.385-.539-6.109-1.6-1.727-1.065-3.073-2.594-4.007-4.538-.926-1.927-1.395-4.231-1.395-6.85 0-2.657.494-4.994 1.47-6.946.971-1.96 2.363-3.498 4.132-4.571 1.768-1.065 3.849-1.604 6.183-1.604 1.515 0 2.915.245 4.156.725 1.255.485 2.36 1.157 3.273 1.985a9.61 9.61 0 0 1 2.192 2.852 8.196 8.196 0 0 1 .872 3.319l.021.435h-6.038l-.062-.339a5.22 5.22 0 0 0-.814-1.981 4.562 4.562 0 0 0-1.537-1.43c-.614-.352-1.345-.531-2.175-.531-1.005 0-1.931.261-2.741.775-.806.51-1.458 1.351-1.935 2.495-.486 1.169-.731 2.74-.731 4.679 0 1.579.162 2.897.482 3.925.311 1.011.739 1.819 1.266 2.403.523.581 1.117.991 1.773 1.219a6.036 6.036 0 0 0 2.089.369c.669 0 1.27-.112 1.79-.328.523-.224.98-.514 1.354-.866.377-.356.676-.746.884-1.152.216-.41.349-.816.399-1.21l.14-1.028Zm20.878-16.312c2.354 0 4.435.534 6.179 1.587 1.752 1.061 3.13 2.59 4.086 4.546.947 1.935 1.428 4.281 1.428 6.967 0 2.648-.473 4.969-1.412 6.9-.946 1.948-2.317 3.469-4.073 4.521-1.744 1.053-3.837 1.583-6.212 1.583-2.396 0-4.502-.534-6.254-1.583-1.753-1.044-3.135-2.557-4.099-4.505-.947-1.927-1.428-4.252-1.428-6.912 0-2.673.486-5.015 1.449-6.954.968-1.956 2.355-3.486 4.12-4.551 1.764-1.061 3.853-1.599 6.216-1.599Zm0 21.185c1.117 0 2.093-.265 2.898-.787.802-.523 1.433-1.372 1.881-2.516.453-1.185.686-2.772.686-4.712 0-1.993-.237-3.618-.698-4.832-.444-1.181-1.08-2.056-1.885-2.603-.814-.543-1.782-.82-2.878-.82-1.1 0-2.072.277-2.886.82-.81.543-1.453 1.422-1.906 2.611-.47 1.223-.706 2.843-.706 4.82 0 1.944.237 3.531.702 4.712.452 1.148 1.092 1.997 1.902 2.515.81.527 1.781.792 2.89.792Zm23.764-2.93-6.162-17.829H57.09l8.654 25.251h6.195l8.73-25.251h-5.607L68.85 272.15Zm30.312-2.827H88.863v5.206l12.043.016v5.027H83.103v-25.251h17.632l-.016 4.99H88.892v5.089h10.27v4.923Zm22.482-1.529c.685-.613 1.246-1.401 1.678-2.341.419-.933.635-2.081.635-3.419 0-1.497-.311-2.835-.93-3.983-.619-1.169-1.599-2.093-2.919-2.756-1.3-.647-2.973-.974-4.975-.974h-10.738v25.243h5.759v-9.404h4.24l3.991 9.404h6.046l-4.651-10.456c.673-.357 1.3-.8 1.864-1.314Zm-3.513-5.64c0 .999-.336 1.79-1.025 2.428-.69.63-1.649.949-2.857.949h-4.095v-6.606h4.456c1.038 0 1.873.286 2.545.875.657.576.976 1.347.976 2.354Zm15.159-7.833 10.527 15.23v-15.23h5.776v25.251h-5.086l-10.98-15.86v15.86h-5.759v-25.251h5.522Zm33.949 16.461-5.29-16.461h-7.894v25.251h5.809v-16.266l5.124 16.266h4.485l5.162-16.357v16.357h5.826v-25.251h-7.878l-5.344 16.461Zm33.727-1.459h-10.298v5.206l12.046.016v5.027h-17.806v-25.251h17.636l-.021 4.99h-11.818v5.089h10.261v4.923Zm21.494.228-10.523-15.23h-5.527v25.251h5.756v-15.86l10.979 15.86h5.087v-25.251h-5.772v15.23Zm15.586-10.004h-7.388v-5.226h20.402v5.226h-7.217v20.025h-5.797v-20.025Z"
|
|
20
|
-
class="nsw-blue" />
|
|
21
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
22
|
-
d="M146.699 209.236c-1.482-2.395-3.717-4.571-6.64-6.465-2.919-1.894-6.897-3.34-11.81-4.297l-13.678-2.814c-4.132-.891-6.981-2.043-8.468-3.419-1.449-1.343-2.184-3.129-2.184-5.309 0-1.388.316-2.652.943-3.759.623-1.111 1.528-2.093 2.687-2.922 1.166-.828 2.616-1.483 4.306-1.943 1.711-.469 3.633-.705 5.714-.705 2.74 0 5.211.361 7.346 1.078 2.109.713 3.857 1.881 5.194 3.481 1.338 1.6 2.16 3.775 2.442 6.465l.038.373h16.971l-.008-.427c-.075-4.575-1.371-8.773-3.85-12.474-2.483-3.705-6.141-6.681-10.879-8.852-4.726-2.164-10.623-3.262-17.528-3.262-5.801 0-11.117 1.011-15.805 3.009-4.7 2.002-8.475 4.89-11.212 8.587-2.749 3.717-4.12 8.164-4.078 13.224.112 6.175 1.99 11.186 5.577 14.903 3.576 3.697 8.476 6.158 14.567 7.306l13.795 2.81c2.529.502 4.825 1.16 6.823 1.96 1.96.784 3.525 1.803 4.651 3.03 1.1 1.197 1.657 2.772 1.657 4.67 0 2.114-.694 3.9-2.06 5.301-1.4 1.434-3.301 2.515-5.643 3.224-2.388.721-5.058 1.086-7.936 1.086-2.807 0-5.394-.435-7.686-1.297-2.28-.85-4.194-2.093-5.689-3.693-1.491-1.591-2.513-3.585-3.04-5.918l-.075-.327H83.846l.045.46c.407 4.045 1.666 7.629 3.738 10.659 2.068 3.009 4.717 5.545 7.873 7.551 3.148 1.993 6.677 3.514 10.494 4.513a46.33 46.33 0 0 0 11.693 1.5c6.466 0 12.2-1.019 17.046-3.034 4.867-2.022 8.717-4.807 11.449-8.276 2.753-3.493 4.148-7.476 4.148-11.848 0-2.064-.232-4.36-.697-6.822-.478-2.482-1.466-4.948-2.936-7.327ZM25.937 191.763l36.916 53.312H77.87v-79.724H61.072v51.282L25.754 165.53l-.125-.179H9.19v79.724h16.748v-53.312Zm196.637 24.577 14.388-50.987h16.457l-23.587 79.724h-13.367l-14.554-50.469-14.659 50.469h-13.147l-23.533-79.724h16.511l14.384 50.979 14.389-50.979h12.167l14.551 50.987Z"
|
|
23
|
-
class="nsw-blue" />
|
|
24
|
-
<path
|
|
25
|
-
d="M122.291 145.572c-19.75-2.424-38.934 3.904-72.69-5.263-3.447-.937-4.718 2.694-2.854 5.736 9.07 14.803 54.881 3.203 75.635 1.065.906-.095.814-1.426-.091-1.538ZM208.735 140.309c-33.756 9.167-52.941 2.839-72.691 5.263-.905.112-1 1.447-.091 1.538 20.759 2.138 66.566 13.738 75.635-1.065 1.864-3.042.594-6.673-2.853-5.736ZM59.882 119.132c-6.864-10.058-12.474-21.31-16.818-33.69-13.101 3.826-26.51 9.346-40.16 16.57a5.388 5.388 0 0 0-2.902 4.67 5.38 5.38 0 0 0 2.653 4.812c26.431 15.802 52.273 24.841 76.93 26.933-7.34-4.475-14.072-11.044-19.703-19.295ZM23.059 85.513a201.529 201.529 0 0 1 17.976-6.233c-2.126-6.896-3.87-14.12-5.249-21.658-6.827-.85-13.89-1.4-21.199-1.641-.062 0-.128-.004-.19-.004a5.391 5.391 0 0 0-4.647 2.602 5.383 5.383 0 0 0-.12 5.483c4.243 7.659 8.724 14.808 13.429 21.45ZM88.005 135.572c4.099 1.807 8.293 2.818 12.358 3.029-9.953-7.12-17.773-19.192-22.278-34.58-5.805-19.81-7.745-41.666-5.83-65.247-7.832-4.936-16.32-9.557-25.46-13.85a5.428 5.428 0 0 0-5.402.43 5.396 5.396 0 0 0-2.388 4.841c2.126 34.215 10.95 62.915 26.223 85.298 6.404 9.391 14.281 16.332 22.777 20.079ZM107.488 23.577A253.323 253.323 0 0 0 92.235 6.735c-1.063-1.078-2.433-1.65-3.85-1.65-.506 0-1.017.075-1.523.224-1.923.568-3.314 2.106-3.733 4.115-1.072 5.164-3.11 15.69-4.012 26.101 7.014 4.613 13.492 9.49 19.426 14.621 2.3-8.757 5.29-17.63 8.945-26.569ZM255.42 102.007c-13.65-7.223-27.058-12.744-40.16-16.569-4.343 12.38-9.953 23.631-16.818 33.689-5.63 8.255-12.362 14.82-19.708 19.296 24.658-2.093 50.5-11.132 76.931-26.934 1.715-1.024 2.707-2.822 2.653-4.811-.045-1.99-1.133-3.734-2.898-4.671ZM235.273 85.513c4.705-6.643 9.186-13.796 13.43-21.455.963-1.74.922-3.788-.121-5.483a5.4 5.4 0 0 0-4.837-2.598c-7.309.24-14.377.796-21.199 1.641-1.375 7.539-3.123 14.762-5.249 21.658a203.803 203.803 0 0 1 17.976 6.237ZM180.247 104.025c-4.505 15.384-12.329 27.46-22.278 34.58 4.065-.211 8.263-1.227 12.358-3.034 8.496-3.746 16.373-10.688 22.777-20.075 15.273-22.383 24.097-51.082 26.223-85.297a5.394 5.394 0 0 0-2.388-4.84 5.428 5.428 0 0 0-5.402-.432c-9.14 4.29-17.628 8.91-25.46 13.85 1.915 23.582-.029 45.434-5.83 65.248ZM179.214 35.52c-.901-10.406-2.94-20.932-4.011-26.1-.416-2.01-1.811-3.547-3.733-4.115a5.39 5.39 0 0 0-1.524-.224c-1.416 0-2.787.572-3.85 1.65-5.485 5.549-10.568 11.164-15.252 16.842 3.654 8.939 6.644 17.812 8.949 26.565 5.934-5.127 12.407-10.005 19.421-14.617ZM129.144 87.229c6.64-13.092 17.246-24.829 25.21-32.243-4.372-17.779-11.104-34.55-20.397-52.097C132.998 1.078 131.195 0 129.148 0s-3.845 1.082-4.808 2.889c-9.389 17.604-16.237 35.122-20.377 52.093 8.313 7.688 19.28 20.224 25.181 32.247Z"
|
|
26
|
-
class="nsw-red" />
|
|
27
|
-
<path
|
|
28
|
-
d="M153.541 133.686c6.885-4.833 13.77-13.254 18.139-24.97 8.458-22.681 9.334-47.945 8.122-65.823-15.331 10.215-39.665 31.55-47.975 54.36-3.911 10.734-5.734 25.355-2.72 33.511 1.259 3.411 3.401 5.997 6.345 7.227 4.46 1.865 11.312.456 18.089-4.305ZM125.713 95.261c-2.027-4.724-4.261-9.18-7.728-14.186-9.809-14.16-23.026-26.933-39.475-38.185-.17 2.652-2.57 31.297 5.851 59.304 6.408 21.302 17.354 29.98 23.354 33.333 6.038 3.369 11.561 4.165 18.039 2.557-6.565-8.935-5.747-27.27-.041-42.823Z"
|
|
29
|
-
class="nsw-red" />
|
|
30
|
-
</svg>
|
package/src/brand/icon-dark.ico
DELETED
|
Binary file
|
package/src/brand/icon-dark.png
DELETED
|
Binary file
|
package/src/brand/icon-dark.svg
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
|
|
2
|
-
<style>
|
|
3
|
-
.nsw-red,
|
|
4
|
-
.nsw-blue {
|
|
5
|
-
fill: #FFFFFF;
|
|
6
|
-
stroke-width: 0;
|
|
7
|
-
}
|
|
8
|
-
</style>
|
|
9
|
-
<path class="nsw-blue"
|
|
10
|
-
d="M88.9,235.9l10-11.8c6.2,5.7,14.3,9,22.7,9.2,6.8,0,11-2.7,11-7.2v-.2c0-4.3-2.6-6.4-15.3-9.7-15.3-3.7-25.2-8.2-25.2-23.3v-.2c0-13.9,11.2-23,26.7-23,10.2-.2,20.2,3.2,28.3,9.6l-8.7,12.6c-5.7-4.4-12.6-7-19.8-7.5-6.4,0-9.8,2.9-9.8,6.6v.2c0,5,3.2,6.6,16.4,10,15.4,4.1,24.1,9.7,24.1,22.8v.2c0,15.2-11.5,23.6-27.9,23.6s-23.4-4.2-32.4-12.1h0v.2h0ZM67.5,219.3l-40.8-47.9H9.5v75.2h16.8v-48l40.6,48h17.4v-75.2h-16.8v47.9h0ZM217.9,219.4l11.2-48h17.2c0,.1-19.6,74.5-19.6,74.5v.6h-17l-11.6-47.5-11.4,47.5h-17.3l-19.5-75.2h17.5l10.9,47.5,11.9-47.5h16.1l11.7,48h0Z" />
|
|
11
|
-
<path class="nsw-red"
|
|
12
|
-
d="M176.5,50.9c2.6,12.6,3.9,25.5,4,38.3.2,11.8-1.4,23.5-4.7,34.8-2.7,8.4-7.9,15.8-14.9,21.2,13.5-.4,25.7-8.8,34.3-23.8,11.2-19.6,13.6-44.2,13.9-62.2.4-20.5-1.2-25.3-1.8-27.3s-1.4-2.8-3.2-2.8c-3.4,0-18,6.6-31.6,16.3,2.1,1.2,3.5,3.2,4,5.6h0Z" />
|
|
13
|
-
<path class="nsw-red"
|
|
14
|
-
d="M139.4,148c7.1-.7,13.9-3.5,19.5-8.1s9.6-10.7,11.7-17.5c3.1-10.8,4.6-21.9,4.4-33.1.2-11.9-.9-23.9-3.2-35.6-.3-1.3-.8-3.4-2.4-3.7-1.6-.4-3,1.3-4,2.2-1,.8-24.6,21.5-34.9,47.1-3.8,8.5-5.6,17.8-5.3,27.2,0,5.9.5,12.5,3.5,16.2,2.5,3.5,6.5,5.5,10.7,5.3h0ZM175.1,37.2c-2.7-12.2-5.2-20.6-5.2-20.6-.6-1.5-1.4-2.7-2.5-2.8-1.3-.2-2.5.2-3.4,1.1-1.6,1.2-13.4,10.5-17.3,13.7,3.8,7.7,7.1,15.7,9.7,23.8,6-5.4,12.2-10.5,18.8-15.2h-.1ZM243.3,67.8c.2-1.3,0-2.6-.6-3.7-.7-1.1-1.7-1.6-4.1-1.9-8.2,0-16.5.4-24.6,1.3-.1,8-.8,16-2,23.9,5.7,2.2,11.2,4.4,17.1,7.5,11.6-14.8,13.9-24.2,14.2-26.9v-.2h0ZM254.1,119c0-2-1-3.7-4.2-5.7-12.2-8.3-25.3-15.2-39.1-20.6-2,11-5.8,21.6-11.2,31.3-4.6,8.5-11.2,15.6-19.4,20.7,22.9-1.6,42.1-5.1,55.9-11.8,15.9-7.6,18-11.5,17.9-14h0ZM203.6,148.5c-4.4.3-8.8.9-13.1,1.8-4.5.8-9.1,1.1-13.7,1h-18.3c-7.9-.2-15.7.6-23.4,2.4-.4,0-.9.3-.8.7,0,.5.6.4,1.2.4s6.3-.4,9.1-.4c8,0,16,1.2,23.7,3.5,6.7,1.9,13.6,3,20.5,3.1,8.7,0,16.2-1.1,19.1-4.2,1.2-1.3,1.7-3,1.4-4.7-.6-2.5-2.2-3.5-5.6-3.5h0ZM60.9,121.4c8.6,14.9,20.7,23.4,34.3,23.8-7-5.4-12.2-12.7-14.9-21.2-3.3-11.3-4.9-23-4.7-34.8,0-12.9,1.4-25.7,4-38.3.4-2.4,1.8-4.4,4-5.6-13.8-10.2-28.2-16.2-31.6-16.3-1.8,0-2.6.7-3.2,2.8-.6,2-2.1,6.8-1.7,27.3.3,18,2.7,42.6,13.9,62.2h0Z" />
|
|
15
|
-
<path class="nsw-red"
|
|
16
|
-
d="M90.5,52.4c-1-.8-2.5-2.5-4-2.2s-2.1,2.4-2.4,3.7c-2.4,11.7-3.5,23.6-3.2,35.6,0,11.2,1.4,22.4,4.4,33.1,2.1,6.9,6.2,13,11.8,17.6,5.6,4.5,12.4,7.3,19.6,7.9,2.8,0,5.6-.8,7.9-2.4-.8-1-1.4-2.1-1.9-3.2-2-4.6-3-9.6-2.9-14.6,0-10,1.9-19.8,5.7-29-10.3-25.7-34.1-45.8-35-46.4h0ZM128,91c6.2-12.5,14.5-23.8,24.4-33.6-5.4-16.8-13-32.9-22.5-47.9-.6-.9-1.1-1.5-2-1.5s-1.3.6-1.9,1.5c-9.4,15-16.9,31.2-22.4,48.1,9.9,9.8,18.2,21.1,24.5,33.6v-.2h0ZM109.3,28.5c-3.7-3.2-15.6-12.5-17.3-13.7-.9-.9-2.2-1.3-3.4-1.1-1.2,0-2,1.3-2.5,2.8,0,0-2.6,8.4-5.2,20.6,6.5,4.6,12.7,9.6,18.6,14.9,2.7-8.1,6-16,9.8-23.6h0ZM27,94.7c6-3,11.4-5.2,17.1-7.5-1.2-7.8-1.9-15.7-2.1-23.7-8.2-.9-16.4-1.3-24.7-1.3-2.4.3-3.3.8-4.1,1.9-.6,1.2-.7,2.5-.6,3.7.3,2.5,2.6,12,14.3,26.7v.2h.1ZM56.3,124.1c-5.4-9.8-9.2-20.4-11.2-31.3-13.8,5.4-26.9,12.3-39.1,20.6-3.2,2.1-4.1,3.7-4.1,5.7s2,6.4,17.8,14c13.8,6.7,33.1,10.2,55.9,11.8-8.1-5.1-14.8-12.3-19.3-20.7h0ZM120.9,153.4c-7.6-1.8-15.5-2.6-23.3-2.4h-18.3c-4.6.1-9.2-.2-13.8-1-4.3-.9-8.7-1.5-13-1.8-3.4,0-5,1-5.6,3.2-.4,1.7.2,3.5,1.4,4.7,2.8,3.1,10.3,4.2,19.1,4.2,6.9-.1,13.8-1.1,20.5-3.1,7.7-2.2,15.6-3.2,23.6-3.2s8.5.4,9.1.4,1.2,0,1.2-.4-.3-.6-.7-.7h-.2Z" />
|
|
17
|
-
</svg>
|
package/src/brand/icon-light.ico
DELETED
|
Binary file
|
package/src/brand/icon-light.png
DELETED
|
Binary file
|
package/src/brand/icon-light.svg
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
|
|
2
|
-
<style>
|
|
3
|
-
.nsw-red {
|
|
4
|
-
fill: #d7153a;
|
|
5
|
-
stroke-width: 0;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
.nsw-blue {
|
|
9
|
-
fill: #002664;
|
|
10
|
-
stroke-width: 0;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
@media (prefers-color-scheme: dark) {
|
|
14
|
-
|
|
15
|
-
.nsw-red,
|
|
16
|
-
.nsw-blue {
|
|
17
|
-
fill: #FFFFFF;
|
|
18
|
-
stroke-width: 0;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
</style>
|
|
22
|
-
<path class="nsw-blue"
|
|
23
|
-
d="M88.9,235.9l10-11.8c6.2,5.7,14.3,9,22.7,9.2,6.8,0,11-2.7,11-7.2v-.2c0-4.3-2.6-6.4-15.3-9.7-15.3-3.7-25.2-8.2-25.2-23.3v-.2c0-13.9,11.2-23,26.7-23,10.2-.2,20.2,3.2,28.3,9.6l-8.7,12.6c-5.7-4.4-12.6-7-19.8-7.5-6.4,0-9.8,2.9-9.8,6.6v.2c0,5,3.2,6.6,16.4,10,15.4,4.1,24.1,9.7,24.1,22.8v.2c0,15.2-11.5,23.6-27.9,23.6s-23.4-4.2-32.4-12.1h0v.2h0ZM67.5,219.3l-40.8-47.9H9.5v75.2h16.8v-48l40.6,48h17.4v-75.2h-16.8v47.9h0ZM217.9,219.4l11.2-48h17.2c0,.1-19.6,74.5-19.6,74.5v.6h-17l-11.6-47.5-11.4,47.5h-17.3l-19.5-75.2h17.5l10.9,47.5,11.9-47.5h16.1l11.7,48h0Z" />
|
|
24
|
-
<path class="nsw-red"
|
|
25
|
-
d="M176.5,50.9c2.6,12.6,3.9,25.5,4,38.3.2,11.8-1.4,23.5-4.7,34.8-2.7,8.4-7.9,15.8-14.9,21.2,13.5-.4,25.7-8.8,34.3-23.8,11.2-19.6,13.6-44.2,13.9-62.2.4-20.5-1.2-25.3-1.8-27.3s-1.4-2.8-3.2-2.8c-3.4,0-18,6.6-31.6,16.3,2.1,1.2,3.5,3.2,4,5.6h0Z" />
|
|
26
|
-
<path class="nsw-red"
|
|
27
|
-
d="M139.4,148c7.1-.7,13.9-3.5,19.5-8.1s9.6-10.7,11.7-17.5c3.1-10.8,4.6-21.9,4.4-33.1.2-11.9-.9-23.9-3.2-35.6-.3-1.3-.8-3.4-2.4-3.7-1.6-.4-3,1.3-4,2.2-1,.8-24.6,21.5-34.9,47.1-3.8,8.5-5.6,17.8-5.3,27.2,0,5.9.5,12.5,3.5,16.2,2.5,3.5,6.5,5.5,10.7,5.3h0ZM175.1,37.2c-2.7-12.2-5.2-20.6-5.2-20.6-.6-1.5-1.4-2.7-2.5-2.8-1.3-.2-2.5.2-3.4,1.1-1.6,1.2-13.4,10.5-17.3,13.7,3.8,7.7,7.1,15.7,9.7,23.8,6-5.4,12.2-10.5,18.8-15.2h-.1ZM243.3,67.8c.2-1.3,0-2.6-.6-3.7-.7-1.1-1.7-1.6-4.1-1.9-8.2,0-16.5.4-24.6,1.3-.1,8-.8,16-2,23.9,5.7,2.2,11.2,4.4,17.1,7.5,11.6-14.8,13.9-24.2,14.2-26.9v-.2h0ZM254.1,119c0-2-1-3.7-4.2-5.7-12.2-8.3-25.3-15.2-39.1-20.6-2,11-5.8,21.6-11.2,31.3-4.6,8.5-11.2,15.6-19.4,20.7,22.9-1.6,42.1-5.1,55.9-11.8,15.9-7.6,18-11.5,17.9-14h0ZM203.6,148.5c-4.4.3-8.8.9-13.1,1.8-4.5.8-9.1,1.1-13.7,1h-18.3c-7.9-.2-15.7.6-23.4,2.4-.4,0-.9.3-.8.7,0,.5.6.4,1.2.4s6.3-.4,9.1-.4c8,0,16,1.2,23.7,3.5,6.7,1.9,13.6,3,20.5,3.1,8.7,0,16.2-1.1,19.1-4.2,1.2-1.3,1.7-3,1.4-4.7-.6-2.5-2.2-3.5-5.6-3.5h0ZM60.9,121.4c8.6,14.9,20.7,23.4,34.3,23.8-7-5.4-12.2-12.7-14.9-21.2-3.3-11.3-4.9-23-4.7-34.8,0-12.9,1.4-25.7,4-38.3.4-2.4,1.8-4.4,4-5.6-13.8-10.2-28.2-16.2-31.6-16.3-1.8,0-2.6.7-3.2,2.8-.6,2-2.1,6.8-1.7,27.3.3,18,2.7,42.6,13.9,62.2h0Z" />
|
|
28
|
-
<path class="nsw-red"
|
|
29
|
-
d="M90.5,52.4c-1-.8-2.5-2.5-4-2.2s-2.1,2.4-2.4,3.7c-2.4,11.7-3.5,23.6-3.2,35.6,0,11.2,1.4,22.4,4.4,33.1,2.1,6.9,6.2,13,11.8,17.6,5.6,4.5,12.4,7.3,19.6,7.9,2.8,0,5.6-.8,7.9-2.4-.8-1-1.4-2.1-1.9-3.2-2-4.6-3-9.6-2.9-14.6,0-10,1.9-19.8,5.7-29-10.3-25.7-34.1-45.8-35-46.4h0ZM128,91c6.2-12.5,14.5-23.8,24.4-33.6-5.4-16.8-13-32.9-22.5-47.9-.6-.9-1.1-1.5-2-1.5s-1.3.6-1.9,1.5c-9.4,15-16.9,31.2-22.4,48.1,9.9,9.8,18.2,21.1,24.5,33.6v-.2h0ZM109.3,28.5c-3.7-3.2-15.6-12.5-17.3-13.7-.9-.9-2.2-1.3-3.4-1.1-1.2,0-2,1.3-2.5,2.8,0,0-2.6,8.4-5.2,20.6,6.5,4.6,12.7,9.6,18.6,14.9,2.7-8.1,6-16,9.8-23.6h0ZM27,94.7c6-3,11.4-5.2,17.1-7.5-1.2-7.8-1.9-15.7-2.1-23.7-8.2-.9-16.4-1.3-24.7-1.3-2.4.3-3.3.8-4.1,1.9-.6,1.2-.7,2.5-.6,3.7.3,2.5,2.6,12,14.3,26.7v.2h.1ZM56.3,124.1c-5.4-9.8-9.2-20.4-11.2-31.3-13.8,5.4-26.9,12.3-39.1,20.6-3.2,2.1-4.1,3.7-4.1,5.7s2,6.4,17.8,14c13.8,6.7,33.1,10.2,55.9,11.8-8.1-5.1-14.8-12.3-19.3-20.7h0ZM120.9,153.4c-7.6-1.8-15.5-2.6-23.3-2.4h-18.3c-4.6.1-9.2-.2-13.8-1-4.3-.9-8.7-1.5-13-1.8-3.4,0-5,1-5.6,3.2-.4,1.7.2,3.5,1.4,4.7,2.8,3.1,10.3,4.2,19.1,4.2,6.9-.1,13.8-1.1,20.5-3.1,7.7-2.2,15.6-3.2,23.6-3.2s8.5.4,9.1.4,1.2,0,1.2-.4-.3-.6-.7-.7h-.2Z" />
|
|
30
|
-
</svg>
|
package/src/brand/icon.svg
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
|
|
2
|
-
<style>
|
|
3
|
-
.nsw-red {
|
|
4
|
-
fill: #d7153a;
|
|
5
|
-
stroke-width: 0;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
.nsw-blue {
|
|
9
|
-
fill: #002664;
|
|
10
|
-
stroke-width: 0;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
@media (prefers-color-scheme: dark) {
|
|
14
|
-
|
|
15
|
-
.nsw-red,
|
|
16
|
-
.nsw-blue {
|
|
17
|
-
fill: #FFFFFF;
|
|
18
|
-
stroke-width: 0;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
</style>
|
|
22
|
-
<path class="nsw-blue"
|
|
23
|
-
d="M88.9,235.9l10-11.8c6.2,5.7,14.3,9,22.7,9.2,6.8,0,11-2.7,11-7.2v-.2c0-4.3-2.6-6.4-15.3-9.7-15.3-3.7-25.2-8.2-25.2-23.3v-.2c0-13.9,11.2-23,26.7-23,10.2-.2,20.2,3.2,28.3,9.6l-8.7,12.6c-5.7-4.4-12.6-7-19.8-7.5-6.4,0-9.8,2.9-9.8,6.6v.2c0,5,3.2,6.6,16.4,10,15.4,4.1,24.1,9.7,24.1,22.8v.2c0,15.2-11.5,23.6-27.9,23.6s-23.4-4.2-32.4-12.1h0v.2h0ZM67.5,219.3l-40.8-47.9H9.5v75.2h16.8v-48l40.6,48h17.4v-75.2h-16.8v47.9h0ZM217.9,219.4l11.2-48h17.2c0,.1-19.6,74.5-19.6,74.5v.6h-17l-11.6-47.5-11.4,47.5h-17.3l-19.5-75.2h17.5l10.9,47.5,11.9-47.5h16.1l11.7,48h0Z" />
|
|
24
|
-
<path class="nsw-red"
|
|
25
|
-
d="M176.5,50.9c2.6,12.6,3.9,25.5,4,38.3.2,11.8-1.4,23.5-4.7,34.8-2.7,8.4-7.9,15.8-14.9,21.2,13.5-.4,25.7-8.8,34.3-23.8,11.2-19.6,13.6-44.2,13.9-62.2.4-20.5-1.2-25.3-1.8-27.3s-1.4-2.8-3.2-2.8c-3.4,0-18,6.6-31.6,16.3,2.1,1.2,3.5,3.2,4,5.6h0Z" />
|
|
26
|
-
<path class="nsw-red"
|
|
27
|
-
d="M139.4,148c7.1-.7,13.9-3.5,19.5-8.1s9.6-10.7,11.7-17.5c3.1-10.8,4.6-21.9,4.4-33.1.2-11.9-.9-23.9-3.2-35.6-.3-1.3-.8-3.4-2.4-3.7-1.6-.4-3,1.3-4,2.2-1,.8-24.6,21.5-34.9,47.1-3.8,8.5-5.6,17.8-5.3,27.2,0,5.9.5,12.5,3.5,16.2,2.5,3.5,6.5,5.5,10.7,5.3h0ZM175.1,37.2c-2.7-12.2-5.2-20.6-5.2-20.6-.6-1.5-1.4-2.7-2.5-2.8-1.3-.2-2.5.2-3.4,1.1-1.6,1.2-13.4,10.5-17.3,13.7,3.8,7.7,7.1,15.7,9.7,23.8,6-5.4,12.2-10.5,18.8-15.2h-.1ZM243.3,67.8c.2-1.3,0-2.6-.6-3.7-.7-1.1-1.7-1.6-4.1-1.9-8.2,0-16.5.4-24.6,1.3-.1,8-.8,16-2,23.9,5.7,2.2,11.2,4.4,17.1,7.5,11.6-14.8,13.9-24.2,14.2-26.9v-.2h0ZM254.1,119c0-2-1-3.7-4.2-5.7-12.2-8.3-25.3-15.2-39.1-20.6-2,11-5.8,21.6-11.2,31.3-4.6,8.5-11.2,15.6-19.4,20.7,22.9-1.6,42.1-5.1,55.9-11.8,15.9-7.6,18-11.5,17.9-14h0ZM203.6,148.5c-4.4.3-8.8.9-13.1,1.8-4.5.8-9.1,1.1-13.7,1h-18.3c-7.9-.2-15.7.6-23.4,2.4-.4,0-.9.3-.8.7,0,.5.6.4,1.2.4s6.3-.4,9.1-.4c8,0,16,1.2,23.7,3.5,6.7,1.9,13.6,3,20.5,3.1,8.7,0,16.2-1.1,19.1-4.2,1.2-1.3,1.7-3,1.4-4.7-.6-2.5-2.2-3.5-5.6-3.5h0ZM60.9,121.4c8.6,14.9,20.7,23.4,34.3,23.8-7-5.4-12.2-12.7-14.9-21.2-3.3-11.3-4.9-23-4.7-34.8,0-12.9,1.4-25.7,4-38.3.4-2.4,1.8-4.4,4-5.6-13.8-10.2-28.2-16.2-31.6-16.3-1.8,0-2.6.7-3.2,2.8-.6,2-2.1,6.8-1.7,27.3.3,18,2.7,42.6,13.9,62.2h0Z" />
|
|
28
|
-
<path class="nsw-red"
|
|
29
|
-
d="M90.5,52.4c-1-.8-2.5-2.5-4-2.2s-2.1,2.4-2.4,3.7c-2.4,11.7-3.5,23.6-3.2,35.6,0,11.2,1.4,22.4,4.4,33.1,2.1,6.9,6.2,13,11.8,17.6,5.6,4.5,12.4,7.3,19.6,7.9,2.8,0,5.6-.8,7.9-2.4-.8-1-1.4-2.1-1.9-3.2-2-4.6-3-9.6-2.9-14.6,0-10,1.9-19.8,5.7-29-10.3-25.7-34.1-45.8-35-46.4h0ZM128,91c6.2-12.5,14.5-23.8,24.4-33.6-5.4-16.8-13-32.9-22.5-47.9-.6-.9-1.1-1.5-2-1.5s-1.3.6-1.9,1.5c-9.4,15-16.9,31.2-22.4,48.1,9.9,9.8,18.2,21.1,24.5,33.6v-.2h0ZM109.3,28.5c-3.7-3.2-15.6-12.5-17.3-13.7-.9-.9-2.2-1.3-3.4-1.1-1.2,0-2,1.3-2.5,2.8,0,0-2.6,8.4-5.2,20.6,6.5,4.6,12.7,9.6,18.6,14.9,2.7-8.1,6-16,9.8-23.6h0ZM27,94.7c6-3,11.4-5.2,17.1-7.5-1.2-7.8-1.9-15.7-2.1-23.7-8.2-.9-16.4-1.3-24.7-1.3-2.4.3-3.3.8-4.1,1.9-.6,1.2-.7,2.5-.6,3.7.3,2.5,2.6,12,14.3,26.7v.2h.1ZM56.3,124.1c-5.4-9.8-9.2-20.4-11.2-31.3-13.8,5.4-26.9,12.3-39.1,20.6-3.2,2.1-4.1,3.7-4.1,5.7s2,6.4,17.8,14c13.8,6.7,33.1,10.2,55.9,11.8-8.1-5.1-14.8-12.3-19.3-20.7h0ZM120.9,153.4c-7.6-1.8-15.5-2.6-23.3-2.4h-18.3c-4.6.1-9.2-.2-13.8-1-4.3-.9-8.7-1.5-13-1.8-3.4,0-5,1-5.6,3.2-.4,1.7.2,3.5,1.4,4.7,2.8,3.1,10.3,4.2,19.1,4.2,6.9-.1,13.8-1.1,20.5-3.1,7.7-2.2,15.6-3.2,23.6-3.2s8.5.4,9.1.4,1.2,0,1.2-.4-.3-.6-.7-.7h-.2Z" />
|
|
30
|
-
</svg>
|
package/src/brand/logo.png
DELETED
|
Binary file
|
package/src/brand/logo.svg
DELETED
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 259 280" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<style>
|
|
3
|
-
.nsw-red {
|
|
4
|
-
fill: #d7153a;
|
|
5
|
-
stroke-width: 0;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
.nsw-blue {
|
|
9
|
-
fill: #002664;
|
|
10
|
-
stroke-width: 0;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
@media (prefers-color-scheme: dark) {
|
|
14
|
-
|
|
15
|
-
.nsw-red,
|
|
16
|
-
.nsw-blue {
|
|
17
|
-
fill: #FFFFFF;
|
|
18
|
-
stroke-width: 0;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
</style>
|
|
22
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
23
|
-
d="M24.208 270.207h-5.045v-4.277l11.15.054v13.676H26.08v-2.491c-.266.278-.553.556-.86.833-.673.585-1.49 1.07-2.433 1.434-.96.373-2.143.564-3.513.564-2.33 0-4.385-.539-6.109-1.6-1.727-1.065-3.073-2.594-4.007-4.538-.926-1.927-1.395-4.231-1.395-6.85 0-2.657.494-4.994 1.47-6.946.971-1.96 2.363-3.498 4.132-4.571 1.768-1.065 3.849-1.604 6.183-1.604 1.515 0 2.915.245 4.156.725 1.255.485 2.36 1.157 3.273 1.985a9.61 9.61 0 0 1 2.192 2.852 8.196 8.196 0 0 1 .872 3.319l.021.435h-6.038l-.062-.339a5.22 5.22 0 0 0-.814-1.981 4.562 4.562 0 0 0-1.537-1.43c-.614-.352-1.345-.531-2.175-.531-1.005 0-1.931.261-2.741.775-.806.51-1.458 1.351-1.935 2.495-.486 1.169-.731 2.74-.731 4.679 0 1.579.162 2.897.482 3.925.311 1.011.739 1.819 1.266 2.403.523.581 1.117.991 1.773 1.219a6.036 6.036 0 0 0 2.089.369c.669 0 1.27-.112 1.79-.328.523-.224.98-.514 1.354-.866.377-.356.676-.746.884-1.152.216-.41.349-.816.399-1.21l.14-1.028Zm20.878-16.312c2.354 0 4.435.534 6.179 1.587 1.752 1.061 3.13 2.59 4.086 4.546.947 1.935 1.428 4.281 1.428 6.967 0 2.648-.473 4.969-1.412 6.9-.946 1.948-2.317 3.469-4.073 4.521-1.744 1.053-3.837 1.583-6.212 1.583-2.396 0-4.502-.534-6.254-1.583-1.753-1.044-3.135-2.557-4.099-4.505-.947-1.927-1.428-4.252-1.428-6.912 0-2.673.486-5.015 1.449-6.954.968-1.956 2.355-3.486 4.12-4.551 1.764-1.061 3.853-1.599 6.216-1.599Zm0 21.185c1.117 0 2.093-.265 2.898-.787.802-.523 1.433-1.372 1.881-2.516.453-1.185.686-2.772.686-4.712 0-1.993-.237-3.618-.698-4.832-.444-1.181-1.08-2.056-1.885-2.603-.814-.543-1.782-.82-2.878-.82-1.1 0-2.072.277-2.886.82-.81.543-1.453 1.422-1.906 2.611-.47 1.223-.706 2.843-.706 4.82 0 1.944.237 3.531.702 4.712.452 1.148 1.092 1.997 1.902 2.515.81.527 1.781.792 2.89.792Zm23.764-2.93-6.162-17.829H57.09l8.654 25.251h6.195l8.73-25.251h-5.607L68.85 272.15Zm30.312-2.827H88.863v5.206l12.043.016v5.027H83.103v-25.251h17.632l-.016 4.99H88.892v5.089h10.27v4.923Zm22.482-1.529c.685-.613 1.246-1.401 1.678-2.341.419-.933.635-2.081.635-3.419 0-1.497-.311-2.835-.93-3.983-.619-1.169-1.599-2.093-2.919-2.756-1.3-.647-2.973-.974-4.975-.974h-10.738v25.243h5.759v-9.404h4.24l3.991 9.404h6.046l-4.651-10.456c.673-.357 1.3-.8 1.864-1.314Zm-3.513-5.64c0 .999-.336 1.79-1.025 2.428-.69.63-1.649.949-2.857.949h-4.095v-6.606h4.456c1.038 0 1.873.286 2.545.875.657.576.976 1.347.976 2.354Zm15.159-7.833 10.527 15.23v-15.23h5.776v25.251h-5.086l-10.98-15.86v15.86h-5.759v-25.251h5.522Zm33.949 16.461-5.29-16.461h-7.894v25.251h5.809v-16.266l5.124 16.266h4.485l5.162-16.357v16.357h5.826v-25.251h-7.878l-5.344 16.461Zm33.727-1.459h-10.298v5.206l12.046.016v5.027h-17.806v-25.251h17.636l-.021 4.99h-11.818v5.089h10.261v4.923Zm21.494.228-10.523-15.23h-5.527v25.251h5.756v-15.86l10.979 15.86h5.087v-25.251h-5.772v15.23Zm15.586-10.004h-7.388v-5.226h20.402v5.226h-7.217v20.025h-5.797v-20.025Z"
|
|
24
|
-
class="nsw-blue" />
|
|
25
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
26
|
-
d="M146.699 209.236c-1.482-2.395-3.717-4.571-6.64-6.465-2.919-1.894-6.897-3.34-11.81-4.297l-13.678-2.814c-4.132-.891-6.981-2.043-8.468-3.419-1.449-1.343-2.184-3.129-2.184-5.309 0-1.388.316-2.652.943-3.759.623-1.111 1.528-2.093 2.687-2.922 1.166-.828 2.616-1.483 4.306-1.943 1.711-.469 3.633-.705 5.714-.705 2.74 0 5.211.361 7.346 1.078 2.109.713 3.857 1.881 5.194 3.481 1.338 1.6 2.16 3.775 2.442 6.465l.038.373h16.971l-.008-.427c-.075-4.575-1.371-8.773-3.85-12.474-2.483-3.705-6.141-6.681-10.879-8.852-4.726-2.164-10.623-3.262-17.528-3.262-5.801 0-11.117 1.011-15.805 3.009-4.7 2.002-8.475 4.89-11.212 8.587-2.749 3.717-4.12 8.164-4.078 13.224.112 6.175 1.99 11.186 5.577 14.903 3.576 3.697 8.476 6.158 14.567 7.306l13.795 2.81c2.529.502 4.825 1.16 6.823 1.96 1.96.784 3.525 1.803 4.651 3.03 1.1 1.197 1.657 2.772 1.657 4.67 0 2.114-.694 3.9-2.06 5.301-1.4 1.434-3.301 2.515-5.643 3.224-2.388.721-5.058 1.086-7.936 1.086-2.807 0-5.394-.435-7.686-1.297-2.28-.85-4.194-2.093-5.689-3.693-1.491-1.591-2.513-3.585-3.04-5.918l-.075-.327H83.846l.045.46c.407 4.045 1.666 7.629 3.738 10.659 2.068 3.009 4.717 5.545 7.873 7.551 3.148 1.993 6.677 3.514 10.494 4.513a46.33 46.33 0 0 0 11.693 1.5c6.466 0 12.2-1.019 17.046-3.034 4.867-2.022 8.717-4.807 11.449-8.276 2.753-3.493 4.148-7.476 4.148-11.848 0-2.064-.232-4.36-.697-6.822-.478-2.482-1.466-4.948-2.936-7.327ZM25.937 191.763l36.916 53.312H77.87v-79.724H61.072v51.282L25.754 165.53l-.125-.179H9.19v79.724h16.748v-53.312Zm196.637 24.577 14.388-50.987h16.457l-23.587 79.724h-13.367l-14.554-50.469-14.659 50.469h-13.147l-23.533-79.724h16.511l14.384 50.979 14.389-50.979h12.167l14.551 50.987Z"
|
|
27
|
-
class="nsw-blue" />
|
|
28
|
-
<path
|
|
29
|
-
d="M122.291 145.572c-19.75-2.424-38.934 3.904-72.69-5.263-3.447-.937-4.718 2.694-2.854 5.736 9.07 14.803 54.881 3.203 75.635 1.065.906-.095.814-1.426-.091-1.538ZM208.735 140.309c-33.756 9.167-52.941 2.839-72.691 5.263-.905.112-1 1.447-.091 1.538 20.759 2.138 66.566 13.738 75.635-1.065 1.864-3.042.594-6.673-2.853-5.736ZM59.882 119.132c-6.864-10.058-12.474-21.31-16.818-33.69-13.101 3.826-26.51 9.346-40.16 16.57a5.388 5.388 0 0 0-2.902 4.67 5.38 5.38 0 0 0 2.653 4.812c26.431 15.802 52.273 24.841 76.93 26.933-7.34-4.475-14.072-11.044-19.703-19.295ZM23.059 85.513a201.529 201.529 0 0 1 17.976-6.233c-2.126-6.896-3.87-14.12-5.249-21.658-6.827-.85-13.89-1.4-21.199-1.641-.062 0-.128-.004-.19-.004a5.391 5.391 0 0 0-4.647 2.602 5.383 5.383 0 0 0-.12 5.483c4.243 7.659 8.724 14.808 13.429 21.45ZM88.005 135.572c4.099 1.807 8.293 2.818 12.358 3.029-9.953-7.12-17.773-19.192-22.278-34.58-5.805-19.81-7.745-41.666-5.83-65.247-7.832-4.936-16.32-9.557-25.46-13.85a5.428 5.428 0 0 0-5.402.43 5.396 5.396 0 0 0-2.388 4.841c2.126 34.215 10.95 62.915 26.223 85.298 6.404 9.391 14.281 16.332 22.777 20.079ZM107.488 23.577A253.323 253.323 0 0 0 92.235 6.735c-1.063-1.078-2.433-1.65-3.85-1.65-.506 0-1.017.075-1.523.224-1.923.568-3.314 2.106-3.733 4.115-1.072 5.164-3.11 15.69-4.012 26.101 7.014 4.613 13.492 9.49 19.426 14.621 2.3-8.757 5.29-17.63 8.945-26.569ZM255.42 102.007c-13.65-7.223-27.058-12.744-40.16-16.569-4.343 12.38-9.953 23.631-16.818 33.689-5.63 8.255-12.362 14.82-19.708 19.296 24.658-2.093 50.5-11.132 76.931-26.934 1.715-1.024 2.707-2.822 2.653-4.811-.045-1.99-1.133-3.734-2.898-4.671ZM235.273 85.513c4.705-6.643 9.186-13.796 13.43-21.455.963-1.74.922-3.788-.121-5.483a5.4 5.4 0 0 0-4.837-2.598c-7.309.24-14.377.796-21.199 1.641-1.375 7.539-3.123 14.762-5.249 21.658a203.803 203.803 0 0 1 17.976 6.237ZM180.247 104.025c-4.505 15.384-12.329 27.46-22.278 34.58 4.065-.211 8.263-1.227 12.358-3.034 8.496-3.746 16.373-10.688 22.777-20.075 15.273-22.383 24.097-51.082 26.223-85.297a5.394 5.394 0 0 0-2.388-4.84 5.428 5.428 0 0 0-5.402-.432c-9.14 4.29-17.628 8.91-25.46 13.85 1.915 23.582-.029 45.434-5.83 65.248ZM179.214 35.52c-.901-10.406-2.94-20.932-4.011-26.1-.416-2.01-1.811-3.547-3.733-4.115a5.39 5.39 0 0 0-1.524-.224c-1.416 0-2.787.572-3.85 1.65-5.485 5.549-10.568 11.164-15.252 16.842 3.654 8.939 6.644 17.812 8.949 26.565 5.934-5.127 12.407-10.005 19.421-14.617ZM129.144 87.229c6.64-13.092 17.246-24.829 25.21-32.243-4.372-17.779-11.104-34.55-20.397-52.097C132.998 1.078 131.195 0 129.148 0s-3.845 1.082-4.808 2.889c-9.389 17.604-16.237 35.122-20.377 52.093 8.313 7.688 19.28 20.224 25.181 32.247Z"
|
|
30
|
-
class="nsw-red" />
|
|
31
|
-
<path
|
|
32
|
-
d="M153.541 133.686c6.885-4.833 13.77-13.254 18.139-24.97 8.458-22.681 9.334-47.945 8.122-65.823-15.331 10.215-39.665 31.55-47.975 54.36-3.911 10.734-5.734 25.355-2.72 33.511 1.259 3.411 3.401 5.997 6.345 7.227 4.46 1.865 11.312.456 18.089-4.305ZM125.713 95.261c-2.027-4.724-4.261-9.18-7.728-14.186-9.809-14.16-23.026-26.933-39.475-38.185-.17 2.652-2.57 31.297 5.851 59.304 6.408 21.302 17.354 29.98 23.354 33.333 6.038 3.369 11.561 4.165 18.039 2.557-6.565-8.935-5.747-27.27-.041-42.823Z"
|
|
33
|
-
class="nsw-red" />
|
|
34
|
-
</svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="1200" fill="none"><rect width="1200" height="1200" fill="#EAEAEA" rx="3"/><g opacity=".5"><g opacity=".5"><path fill="#FAFAFA" d="M600.709 736.5c-75.454 0-136.621-61.167-136.621-136.62 0-75.454 61.167-136.621 136.621-136.621 75.453 0 136.62 61.167 136.62 136.621 0 75.453-61.167 136.62-136.62 136.62Z"/><path stroke="#C9C9C9" stroke-width="2.418" d="M600.709 736.5c-75.454 0-136.621-61.167-136.621-136.62 0-75.454 61.167-136.621 136.621-136.621 75.453 0 136.62 61.167 136.62 136.621 0 75.453-61.167 136.62-136.62 136.62Z"/></g><path stroke="url(#a)" stroke-width="2.418" d="M0-1.209h553.581" transform="scale(1 -1) rotate(45 1163.11 91.165)"/><path stroke="url(#b)" stroke-width="2.418" d="M404.846 598.671h391.726"/><path stroke="url(#c)" stroke-width="2.418" d="M599.5 795.742V404.017"/><path stroke="url(#d)" stroke-width="2.418" d="m795.717 796.597-391.441-391.44"/><path fill="#fff" d="M600.709 656.704c-31.384 0-56.825-25.441-56.825-56.824 0-31.384 25.441-56.825 56.825-56.825 31.383 0 56.824 25.441 56.824 56.825 0 31.383-25.441 56.824-56.824 56.824Z"/><g clip-path="url(#e)"><path fill="#666" fill-rule="evenodd" d="M616.426 586.58h-31.434v16.176l3.553-3.554.531-.531h9.068l.074-.074 8.463-8.463h2.565l7.18 7.181V586.58Zm-15.715 14.654 3.698 3.699 1.283 1.282-2.565 2.565-1.282-1.283-5.2-5.199h-6.066l-5.514 5.514-.073.073v2.876a2.418 2.418 0 0 0 2.418 2.418h26.598a2.418 2.418 0 0 0 2.418-2.418v-8.317l-8.463-8.463-7.181 7.181-.071.072Zm-19.347 5.442v4.085a6.045 6.045 0 0 0 6.046 6.045h26.598a6.044 6.044 0 0 0 6.045-6.045v-7.108l1.356-1.355-1.282-1.283-.074-.073v-17.989h-38.689v23.43l-.146.146.146.147Z" clip-rule="evenodd"/></g><path stroke="#C9C9C9" stroke-width="2.418" d="M600.709 656.704c-31.384 0-56.825-25.441-56.825-56.824 0-31.384 25.441-56.825 56.825-56.825 31.383 0 56.824 25.441 56.824 56.825 0 31.383-25.441 56.824-56.824 56.824Z"/></g><defs><linearGradient id="a" x1="554.061" x2="-.48" y1=".083" y2=".087" gradientUnits="userSpaceOnUse"><stop stop-color="#C9C9C9" stop-opacity="0"/><stop offset=".208" stop-color="#C9C9C9"/><stop offset=".792" stop-color="#C9C9C9"/><stop offset="1" stop-color="#C9C9C9" stop-opacity="0"/></linearGradient><linearGradient id="b" x1="796.912" x2="404.507" y1="599.963" y2="599.965" gradientUnits="userSpaceOnUse"><stop stop-color="#C9C9C9" stop-opacity="0"/><stop offset=".208" stop-color="#C9C9C9"/><stop offset=".792" stop-color="#C9C9C9"/><stop offset="1" stop-color="#C9C9C9" stop-opacity="0"/></linearGradient><linearGradient id="c" x1="600.792" x2="600.794" y1="403.677" y2="796.082" gradientUnits="userSpaceOnUse"><stop stop-color="#C9C9C9" stop-opacity="0"/><stop offset=".208" stop-color="#C9C9C9"/><stop offset=".792" stop-color="#C9C9C9"/><stop offset="1" stop-color="#C9C9C9" stop-opacity="0"/></linearGradient><linearGradient id="d" x1="404.85" x2="796.972" y1="403.903" y2="796.02" gradientUnits="userSpaceOnUse"><stop stop-color="#C9C9C9" stop-opacity="0"/><stop offset=".208" stop-color="#C9C9C9"/><stop offset=".792" stop-color="#C9C9C9"/><stop offset="1" stop-color="#C9C9C9" stop-opacity="0"/></linearGradient><clipPath id="e"><path fill="#fff" d="M581.364 580.535h38.689v38.689h-38.689z"/></clipPath></defs></svg>
|
package/src/brand/profile.jpg
DELETED
|
Binary file
|
package/src/brand/profile.png
DELETED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 259 280" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<style>
|
|
3
|
-
.nsw-red {
|
|
4
|
-
fill: #d7153a;
|
|
5
|
-
stroke-width: 0;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
.nsw-blue {
|
|
9
|
-
fill: #FFFFFF;
|
|
10
|
-
stroke-width: 0;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
@media (prefers-color-scheme: dark) {
|
|
14
|
-
|
|
15
|
-
.nsw-red,
|
|
16
|
-
.nsw-blue {
|
|
17
|
-
fill: white;
|
|
18
|
-
stroke-width: 0;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
</style>
|
|
22
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
23
|
-
d="M24.208 270.207h-5.045v-4.277l11.15.054v13.676H26.08v-2.491c-.266.278-.553.556-.86.833-.673.585-1.49 1.07-2.433 1.434-.96.373-2.143.564-3.513.564-2.33 0-4.385-.539-6.109-1.6-1.727-1.065-3.073-2.594-4.007-4.538-.926-1.927-1.395-4.231-1.395-6.85 0-2.657.494-4.994 1.47-6.946.971-1.96 2.363-3.498 4.132-4.571 1.768-1.065 3.849-1.604 6.183-1.604 1.515 0 2.915.245 4.156.725 1.255.485 2.36 1.157 3.273 1.985a9.61 9.61 0 0 1 2.192 2.852 8.196 8.196 0 0 1 .872 3.319l.021.435h-6.038l-.062-.339a5.22 5.22 0 0 0-.814-1.981 4.562 4.562 0 0 0-1.537-1.43c-.614-.352-1.345-.531-2.175-.531-1.005 0-1.931.261-2.741.775-.806.51-1.458 1.351-1.935 2.495-.486 1.169-.731 2.74-.731 4.679 0 1.579.162 2.897.482 3.925.311 1.011.739 1.819 1.266 2.403.523.581 1.117.991 1.773 1.219a6.036 6.036 0 0 0 2.089.369c.669 0 1.27-.112 1.79-.328.523-.224.98-.514 1.354-.866.377-.356.676-.746.884-1.152.216-.41.349-.816.399-1.21l.14-1.028Zm20.878-16.312c2.354 0 4.435.534 6.179 1.587 1.752 1.061 3.13 2.59 4.086 4.546.947 1.935 1.428 4.281 1.428 6.967 0 2.648-.473 4.969-1.412 6.9-.946 1.948-2.317 3.469-4.073 4.521-1.744 1.053-3.837 1.583-6.212 1.583-2.396 0-4.502-.534-6.254-1.583-1.753-1.044-3.135-2.557-4.099-4.505-.947-1.927-1.428-4.252-1.428-6.912 0-2.673.486-5.015 1.449-6.954.968-1.956 2.355-3.486 4.12-4.551 1.764-1.061 3.853-1.599 6.216-1.599Zm0 21.185c1.117 0 2.093-.265 2.898-.787.802-.523 1.433-1.372 1.881-2.516.453-1.185.686-2.772.686-4.712 0-1.993-.237-3.618-.698-4.832-.444-1.181-1.08-2.056-1.885-2.603-.814-.543-1.782-.82-2.878-.82-1.1 0-2.072.277-2.886.82-.81.543-1.453 1.422-1.906 2.611-.47 1.223-.706 2.843-.706 4.82 0 1.944.237 3.531.702 4.712.452 1.148 1.092 1.997 1.902 2.515.81.527 1.781.792 2.89.792Zm23.764-2.93-6.162-17.829H57.09l8.654 25.251h6.195l8.73-25.251h-5.607L68.85 272.15Zm30.312-2.827H88.863v5.206l12.043.016v5.027H83.103v-25.251h17.632l-.016 4.99H88.892v5.089h10.27v4.923Zm22.482-1.529c.685-.613 1.246-1.401 1.678-2.341.419-.933.635-2.081.635-3.419 0-1.497-.311-2.835-.93-3.983-.619-1.169-1.599-2.093-2.919-2.756-1.3-.647-2.973-.974-4.975-.974h-10.738v25.243h5.759v-9.404h4.24l3.991 9.404h6.046l-4.651-10.456c.673-.357 1.3-.8 1.864-1.314Zm-3.513-5.64c0 .999-.336 1.79-1.025 2.428-.69.63-1.649.949-2.857.949h-4.095v-6.606h4.456c1.038 0 1.873.286 2.545.875.657.576.976 1.347.976 2.354Zm15.159-7.833 10.527 15.23v-15.23h5.776v25.251h-5.086l-10.98-15.86v15.86h-5.759v-25.251h5.522Zm33.949 16.461-5.29-16.461h-7.894v25.251h5.809v-16.266l5.124 16.266h4.485l5.162-16.357v16.357h5.826v-25.251h-7.878l-5.344 16.461Zm33.727-1.459h-10.298v5.206l12.046.016v5.027h-17.806v-25.251h17.636l-.021 4.99h-11.818v5.089h10.261v4.923Zm21.494.228-10.523-15.23h-5.527v25.251h5.756v-15.86l10.979 15.86h5.087v-25.251h-5.772v15.23Zm15.586-10.004h-7.388v-5.226h20.402v5.226h-7.217v20.025h-5.797v-20.025Z"
|
|
24
|
-
class="nsw-blue" />
|
|
25
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
26
|
-
d="M146.699 209.236c-1.482-2.395-3.717-4.571-6.64-6.465-2.919-1.894-6.897-3.34-11.81-4.297l-13.678-2.814c-4.132-.891-6.981-2.043-8.468-3.419-1.449-1.343-2.184-3.129-2.184-5.309 0-1.388.316-2.652.943-3.759.623-1.111 1.528-2.093 2.687-2.922 1.166-.828 2.616-1.483 4.306-1.943 1.711-.469 3.633-.705 5.714-.705 2.74 0 5.211.361 7.346 1.078 2.109.713 3.857 1.881 5.194 3.481 1.338 1.6 2.16 3.775 2.442 6.465l.038.373h16.971l-.008-.427c-.075-4.575-1.371-8.773-3.85-12.474-2.483-3.705-6.141-6.681-10.879-8.852-4.726-2.164-10.623-3.262-17.528-3.262-5.801 0-11.117 1.011-15.805 3.009-4.7 2.002-8.475 4.89-11.212 8.587-2.749 3.717-4.12 8.164-4.078 13.224.112 6.175 1.99 11.186 5.577 14.903 3.576 3.697 8.476 6.158 14.567 7.306l13.795 2.81c2.529.502 4.825 1.16 6.823 1.96 1.96.784 3.525 1.803 4.651 3.03 1.1 1.197 1.657 2.772 1.657 4.67 0 2.114-.694 3.9-2.06 5.301-1.4 1.434-3.301 2.515-5.643 3.224-2.388.721-5.058 1.086-7.936 1.086-2.807 0-5.394-.435-7.686-1.297-2.28-.85-4.194-2.093-5.689-3.693-1.491-1.591-2.513-3.585-3.04-5.918l-.075-.327H83.846l.045.46c.407 4.045 1.666 7.629 3.738 10.659 2.068 3.009 4.717 5.545 7.873 7.551 3.148 1.993 6.677 3.514 10.494 4.513a46.33 46.33 0 0 0 11.693 1.5c6.466 0 12.2-1.019 17.046-3.034 4.867-2.022 8.717-4.807 11.449-8.276 2.753-3.493 4.148-7.476 4.148-11.848 0-2.064-.232-4.36-.697-6.822-.478-2.482-1.466-4.948-2.936-7.327ZM25.937 191.763l36.916 53.312H77.87v-79.724H61.072v51.282L25.754 165.53l-.125-.179H9.19v79.724h16.748v-53.312Zm196.637 24.577 14.388-50.987h16.457l-23.587 79.724h-13.367l-14.554-50.469-14.659 50.469h-13.147l-23.533-79.724h16.511l14.384 50.979 14.389-50.979h12.167l14.551 50.987Z"
|
|
27
|
-
class="nsw-blue" />
|
|
28
|
-
<path
|
|
29
|
-
d="M122.291 145.572c-19.75-2.424-38.934 3.904-72.69-5.263-3.447-.937-4.718 2.694-2.854 5.736 9.07 14.803 54.881 3.203 75.635 1.065.906-.095.814-1.426-.091-1.538ZM208.735 140.309c-33.756 9.167-52.941 2.839-72.691 5.263-.905.112-1 1.447-.091 1.538 20.759 2.138 66.566 13.738 75.635-1.065 1.864-3.042.594-6.673-2.853-5.736ZM59.882 119.132c-6.864-10.058-12.474-21.31-16.818-33.69-13.101 3.826-26.51 9.346-40.16 16.57a5.388 5.388 0 0 0-2.902 4.67 5.38 5.38 0 0 0 2.653 4.812c26.431 15.802 52.273 24.841 76.93 26.933-7.34-4.475-14.072-11.044-19.703-19.295ZM23.059 85.513a201.529 201.529 0 0 1 17.976-6.233c-2.126-6.896-3.87-14.12-5.249-21.658-6.827-.85-13.89-1.4-21.199-1.641-.062 0-.128-.004-.19-.004a5.391 5.391 0 0 0-4.647 2.602 5.383 5.383 0 0 0-.12 5.483c4.243 7.659 8.724 14.808 13.429 21.45ZM88.005 135.572c4.099 1.807 8.293 2.818 12.358 3.029-9.953-7.12-17.773-19.192-22.278-34.58-5.805-19.81-7.745-41.666-5.83-65.247-7.832-4.936-16.32-9.557-25.46-13.85a5.428 5.428 0 0 0-5.402.43 5.396 5.396 0 0 0-2.388 4.841c2.126 34.215 10.95 62.915 26.223 85.298 6.404 9.391 14.281 16.332 22.777 20.079ZM107.488 23.577A253.323 253.323 0 0 0 92.235 6.735c-1.063-1.078-2.433-1.65-3.85-1.65-.506 0-1.017.075-1.523.224-1.923.568-3.314 2.106-3.733 4.115-1.072 5.164-3.11 15.69-4.012 26.101 7.014 4.613 13.492 9.49 19.426 14.621 2.3-8.757 5.29-17.63 8.945-26.569ZM255.42 102.007c-13.65-7.223-27.058-12.744-40.16-16.569-4.343 12.38-9.953 23.631-16.818 33.689-5.63 8.255-12.362 14.82-19.708 19.296 24.658-2.093 50.5-11.132 76.931-26.934 1.715-1.024 2.707-2.822 2.653-4.811-.045-1.99-1.133-3.734-2.898-4.671ZM235.273 85.513c4.705-6.643 9.186-13.796 13.43-21.455.963-1.74.922-3.788-.121-5.483a5.4 5.4 0 0 0-4.837-2.598c-7.309.24-14.377.796-21.199 1.641-1.375 7.539-3.123 14.762-5.249 21.658a203.803 203.803 0 0 1 17.976 6.237ZM180.247 104.025c-4.505 15.384-12.329 27.46-22.278 34.58 4.065-.211 8.263-1.227 12.358-3.034 8.496-3.746 16.373-10.688 22.777-20.075 15.273-22.383 24.097-51.082 26.223-85.297a5.394 5.394 0 0 0-2.388-4.84 5.428 5.428 0 0 0-5.402-.432c-9.14 4.29-17.628 8.91-25.46 13.85 1.915 23.582-.029 45.434-5.83 65.248ZM179.214 35.52c-.901-10.406-2.94-20.932-4.011-26.1-.416-2.01-1.811-3.547-3.733-4.115a5.39 5.39 0 0 0-1.524-.224c-1.416 0-2.787.572-3.85 1.65-5.485 5.549-10.568 11.164-15.252 16.842 3.654 8.939 6.644 17.812 8.949 26.565 5.934-5.127 12.407-10.005 19.421-14.617ZM129.144 87.229c6.64-13.092 17.246-24.829 25.21-32.243-4.372-17.779-11.104-34.55-20.397-52.097C132.998 1.078 131.195 0 129.148 0s-3.845 1.082-4.808 2.889c-9.389 17.604-16.237 35.122-20.377 52.093 8.313 7.688 19.28 20.224 25.181 32.247Z"
|
|
30
|
-
class="nsw-red" />
|
|
31
|
-
<path
|
|
32
|
-
d="M153.541 133.686c6.885-4.833 13.77-13.254 18.139-24.97 8.458-22.681 9.334-47.945 8.122-65.823-15.331 10.215-39.665 31.55-47.975 54.36-3.911 10.734-5.734 25.355-2.72 33.511 1.259 3.411 3.401 5.997 6.345 7.227 4.46 1.865 11.312.456 18.089-4.305ZM125.713 95.261c-2.027-4.724-4.261-9.18-7.728-14.186-9.809-14.16-23.026-26.933-39.475-38.185-.17 2.652-2.57 31.297 5.851 59.304 6.408 21.302 17.354 29.98 23.354 33.333 6.038 3.369 11.561 4.165 18.039 2.557-6.565-8.935-5.747-27.27-.041-42.823Z"
|
|
33
|
-
class="nsw-red" />
|
|
34
|
-
</svg>
|
package/src/brand/white/logo.png
DELETED
|
Binary file
|
package/src/brand/white/logo.svg
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
<svg viewBox="0 0 259 280" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<style>
|
|
3
|
-
.nsw-red,
|
|
4
|
-
.nsw-blue {
|
|
5
|
-
fill: #FFFFFF;
|
|
6
|
-
stroke-width: 0;
|
|
7
|
-
}
|
|
8
|
-
</style>
|
|
9
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
10
|
-
d="M24.208 270.207h-5.045v-4.277l11.15.054v13.676H26.08v-2.491c-.266.278-.553.556-.86.833-.673.585-1.49 1.07-2.433 1.434-.96.373-2.143.564-3.513.564-2.33 0-4.385-.539-6.109-1.6-1.727-1.065-3.073-2.594-4.007-4.538-.926-1.927-1.395-4.231-1.395-6.85 0-2.657.494-4.994 1.47-6.946.971-1.96 2.363-3.498 4.132-4.571 1.768-1.065 3.849-1.604 6.183-1.604 1.515 0 2.915.245 4.156.725 1.255.485 2.36 1.157 3.273 1.985a9.61 9.61 0 0 1 2.192 2.852 8.196 8.196 0 0 1 .872 3.319l.021.435h-6.038l-.062-.339a5.22 5.22 0 0 0-.814-1.981 4.562 4.562 0 0 0-1.537-1.43c-.614-.352-1.345-.531-2.175-.531-1.005 0-1.931.261-2.741.775-.806.51-1.458 1.351-1.935 2.495-.486 1.169-.731 2.74-.731 4.679 0 1.579.162 2.897.482 3.925.311 1.011.739 1.819 1.266 2.403.523.581 1.117.991 1.773 1.219a6.036 6.036 0 0 0 2.089.369c.669 0 1.27-.112 1.79-.328.523-.224.98-.514 1.354-.866.377-.356.676-.746.884-1.152.216-.41.349-.816.399-1.21l.14-1.028Zm20.878-16.312c2.354 0 4.435.534 6.179 1.587 1.752 1.061 3.13 2.59 4.086 4.546.947 1.935 1.428 4.281 1.428 6.967 0 2.648-.473 4.969-1.412 6.9-.946 1.948-2.317 3.469-4.073 4.521-1.744 1.053-3.837 1.583-6.212 1.583-2.396 0-4.502-.534-6.254-1.583-1.753-1.044-3.135-2.557-4.099-4.505-.947-1.927-1.428-4.252-1.428-6.912 0-2.673.486-5.015 1.449-6.954.968-1.956 2.355-3.486 4.12-4.551 1.764-1.061 3.853-1.599 6.216-1.599Zm0 21.185c1.117 0 2.093-.265 2.898-.787.802-.523 1.433-1.372 1.881-2.516.453-1.185.686-2.772.686-4.712 0-1.993-.237-3.618-.698-4.832-.444-1.181-1.08-2.056-1.885-2.603-.814-.543-1.782-.82-2.878-.82-1.1 0-2.072.277-2.886.82-.81.543-1.453 1.422-1.906 2.611-.47 1.223-.706 2.843-.706 4.82 0 1.944.237 3.531.702 4.712.452 1.148 1.092 1.997 1.902 2.515.81.527 1.781.792 2.89.792Zm23.764-2.93-6.162-17.829H57.09l8.654 25.251h6.195l8.73-25.251h-5.607L68.85 272.15Zm30.312-2.827H88.863v5.206l12.043.016v5.027H83.103v-25.251h17.632l-.016 4.99H88.892v5.089h10.27v4.923Zm22.482-1.529c.685-.613 1.246-1.401 1.678-2.341.419-.933.635-2.081.635-3.419 0-1.497-.311-2.835-.93-3.983-.619-1.169-1.599-2.093-2.919-2.756-1.3-.647-2.973-.974-4.975-.974h-10.738v25.243h5.759v-9.404h4.24l3.991 9.404h6.046l-4.651-10.456c.673-.357 1.3-.8 1.864-1.314Zm-3.513-5.64c0 .999-.336 1.79-1.025 2.428-.69.63-1.649.949-2.857.949h-4.095v-6.606h4.456c1.038 0 1.873.286 2.545.875.657.576.976 1.347.976 2.354Zm15.159-7.833 10.527 15.23v-15.23h5.776v25.251h-5.086l-10.98-15.86v15.86h-5.759v-25.251h5.522Zm33.949 16.461-5.29-16.461h-7.894v25.251h5.809v-16.266l5.124 16.266h4.485l5.162-16.357v16.357h5.826v-25.251h-7.878l-5.344 16.461Zm33.727-1.459h-10.298v5.206l12.046.016v5.027h-17.806v-25.251h17.636l-.021 4.99h-11.818v5.089h10.261v4.923Zm21.494.228-10.523-15.23h-5.527v25.251h5.756v-15.86l10.979 15.86h5.087v-25.251h-5.772v15.23Zm15.586-10.004h-7.388v-5.226h20.402v5.226h-7.217v20.025h-5.797v-20.025Z"
|
|
11
|
-
class="nsw-blue" />
|
|
12
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
13
|
-
d="M146.699 209.236c-1.482-2.395-3.717-4.571-6.64-6.465-2.919-1.894-6.897-3.34-11.81-4.297l-13.678-2.814c-4.132-.891-6.981-2.043-8.468-3.419-1.449-1.343-2.184-3.129-2.184-5.309 0-1.388.316-2.652.943-3.759.623-1.111 1.528-2.093 2.687-2.922 1.166-.828 2.616-1.483 4.306-1.943 1.711-.469 3.633-.705 5.714-.705 2.74 0 5.211.361 7.346 1.078 2.109.713 3.857 1.881 5.194 3.481 1.338 1.6 2.16 3.775 2.442 6.465l.038.373h16.971l-.008-.427c-.075-4.575-1.371-8.773-3.85-12.474-2.483-3.705-6.141-6.681-10.879-8.852-4.726-2.164-10.623-3.262-17.528-3.262-5.801 0-11.117 1.011-15.805 3.009-4.7 2.002-8.475 4.89-11.212 8.587-2.749 3.717-4.12 8.164-4.078 13.224.112 6.175 1.99 11.186 5.577 14.903 3.576 3.697 8.476 6.158 14.567 7.306l13.795 2.81c2.529.502 4.825 1.16 6.823 1.96 1.96.784 3.525 1.803 4.651 3.03 1.1 1.197 1.657 2.772 1.657 4.67 0 2.114-.694 3.9-2.06 5.301-1.4 1.434-3.301 2.515-5.643 3.224-2.388.721-5.058 1.086-7.936 1.086-2.807 0-5.394-.435-7.686-1.297-2.28-.85-4.194-2.093-5.689-3.693-1.491-1.591-2.513-3.585-3.04-5.918l-.075-.327H83.846l.045.46c.407 4.045 1.666 7.629 3.738 10.659 2.068 3.009 4.717 5.545 7.873 7.551 3.148 1.993 6.677 3.514 10.494 4.513a46.33 46.33 0 0 0 11.693 1.5c6.466 0 12.2-1.019 17.046-3.034 4.867-2.022 8.717-4.807 11.449-8.276 2.753-3.493 4.148-7.476 4.148-11.848 0-2.064-.232-4.36-.697-6.822-.478-2.482-1.466-4.948-2.936-7.327ZM25.937 191.763l36.916 53.312H77.87v-79.724H61.072v51.282L25.754 165.53l-.125-.179H9.19v79.724h16.748v-53.312Zm196.637 24.577 14.388-50.987h16.457l-23.587 79.724h-13.367l-14.554-50.469-14.659 50.469h-13.147l-23.533-79.724h16.511l14.384 50.979 14.389-50.979h12.167l14.551 50.987Z"
|
|
14
|
-
class="nsw-blue" />
|
|
15
|
-
<path
|
|
16
|
-
d="M122.291 145.572c-19.75-2.424-38.934 3.904-72.69-5.263-3.447-.937-4.718 2.694-2.854 5.736 9.07 14.803 54.881 3.203 75.635 1.065.906-.095.814-1.426-.091-1.538ZM208.735 140.309c-33.756 9.167-52.941 2.839-72.691 5.263-.905.112-1 1.447-.091 1.538 20.759 2.138 66.566 13.738 75.635-1.065 1.864-3.042.594-6.673-2.853-5.736ZM59.882 119.132c-6.864-10.058-12.474-21.31-16.818-33.69-13.101 3.826-26.51 9.346-40.16 16.57a5.388 5.388 0 0 0-2.902 4.67 5.38 5.38 0 0 0 2.653 4.812c26.431 15.802 52.273 24.841 76.93 26.933-7.34-4.475-14.072-11.044-19.703-19.295ZM23.059 85.513a201.529 201.529 0 0 1 17.976-6.233c-2.126-6.896-3.87-14.12-5.249-21.658-6.827-.85-13.89-1.4-21.199-1.641-.062 0-.128-.004-.19-.004a5.391 5.391 0 0 0-4.647 2.602 5.383 5.383 0 0 0-.12 5.483c4.243 7.659 8.724 14.808 13.429 21.45ZM88.005 135.572c4.099 1.807 8.293 2.818 12.358 3.029-9.953-7.12-17.773-19.192-22.278-34.58-5.805-19.81-7.745-41.666-5.83-65.247-7.832-4.936-16.32-9.557-25.46-13.85a5.428 5.428 0 0 0-5.402.43 5.396 5.396 0 0 0-2.388 4.841c2.126 34.215 10.95 62.915 26.223 85.298 6.404 9.391 14.281 16.332 22.777 20.079ZM107.488 23.577A253.323 253.323 0 0 0 92.235 6.735c-1.063-1.078-2.433-1.65-3.85-1.65-.506 0-1.017.075-1.523.224-1.923.568-3.314 2.106-3.733 4.115-1.072 5.164-3.11 15.69-4.012 26.101 7.014 4.613 13.492 9.49 19.426 14.621 2.3-8.757 5.29-17.63 8.945-26.569ZM255.42 102.007c-13.65-7.223-27.058-12.744-40.16-16.569-4.343 12.38-9.953 23.631-16.818 33.689-5.63 8.255-12.362 14.82-19.708 19.296 24.658-2.093 50.5-11.132 76.931-26.934 1.715-1.024 2.707-2.822 2.653-4.811-.045-1.99-1.133-3.734-2.898-4.671ZM235.273 85.513c4.705-6.643 9.186-13.796 13.43-21.455.963-1.74.922-3.788-.121-5.483a5.4 5.4 0 0 0-4.837-2.598c-7.309.24-14.377.796-21.199 1.641-1.375 7.539-3.123 14.762-5.249 21.658a203.803 203.803 0 0 1 17.976 6.237ZM180.247 104.025c-4.505 15.384-12.329 27.46-22.278 34.58 4.065-.211 8.263-1.227 12.358-3.034 8.496-3.746 16.373-10.688 22.777-20.075 15.273-22.383 24.097-51.082 26.223-85.297a5.394 5.394 0 0 0-2.388-4.84 5.428 5.428 0 0 0-5.402-.432c-9.14 4.29-17.628 8.91-25.46 13.85 1.915 23.582-.029 45.434-5.83 65.248ZM179.214 35.52c-.901-10.406-2.94-20.932-4.011-26.1-.416-2.01-1.811-3.547-3.733-4.115a5.39 5.39 0 0 0-1.524-.224c-1.416 0-2.787.572-3.85 1.65-5.485 5.549-10.568 11.164-15.252 16.842 3.654 8.939 6.644 17.812 8.949 26.565 5.934-5.127 12.407-10.005 19.421-14.617ZM129.144 87.229c6.64-13.092 17.246-24.829 25.21-32.243-4.372-17.779-11.104-34.55-20.397-52.097C132.998 1.078 131.195 0 129.148 0s-3.845 1.082-4.808 2.889c-9.389 17.604-16.237 35.122-20.377 52.093 8.313 7.688 19.28 20.224 25.181 32.247Z"
|
|
17
|
-
class="nsw-red" />
|
|
18
|
-
<path
|
|
19
|
-
d="M153.541 133.686c6.885-4.833 13.77-13.254 18.139-24.97 8.458-22.681 9.334-47.945 8.122-65.823-15.331 10.215-39.665 31.55-47.975 54.36-3.911 10.734-5.734 25.355-2.72 33.511 1.259 3.411 3.401 5.997 6.345 7.227 4.46 1.865 11.312.456 18.089-4.305ZM125.713 95.261c-2.027-4.724-4.261-9.18-7.728-14.186-9.809-14.16-23.026-26.933-39.475-38.185-.17 2.652-2.57 31.297 5.851 59.304 6.408 21.302 17.354 29.98 23.354 33.333 6.038 3.369 11.561 4.165 18.039 2.557-6.565-8.935-5.747-27.27-.041-42.823Z"
|
|
20
|
-
class="nsw-red" />
|
|
21
|
-
</svg>
|