We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0aa9c1 commit 36a2e2aCopy full SHA for 36a2e2a
src/styles/icons/custom/custom-icons-def.ts
@@ -1,5 +1,6 @@
1
import * as FontFaceObserver from 'fontfaceobserver';
2
import FontSymbol from 'ol-ext/style/FontSymbol';
3
+import './custom-icons.woff2';
4
5
const iconMappings: { [key: string]: any } = {
6
'lobsta': '\uf101',
src/styles/index.ts
@@ -19,3 +19,6 @@ import '@mdi/font/css/materialdesignicons.css';
19
20
// Import Material Design icons definition JS file to define icon names and variations
21
import './icons/material-design/material-design-def';
22
+
23
+// Import plugin SVG icons to make them available in assets/images
24
+import './images/icons.svg';
0 commit comments