Skip to content

Commit

Permalink
fix: add missing icon #64
Browse files Browse the repository at this point in the history
  • Loading branch information
boeckMt committed Jul 11, 2024
1 parent c641767 commit c4e214f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ import { ExampleGroupActionComponent } from '../../components/example-group-acti
import { TablePopupComponent } from '../../components/table-popup/table-popup.component';
import { Popup2Component } from '../../components/popup2/popup2.component';

import { ClarityIcons, layersIcon } from '@cds/core/icon';
ClarityIcons.addIcons(...[layersIcon]);
import { ClarityIcons, layersIcon, paperclipIcon } from '@cds/core/icon';
ClarityIcons.addIcons(...[layersIcon, paperclipIcon]);


@Component({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ import { getRenderPixel } from 'ol/render';
import olLayerGroup from 'ol/layer/Group';
import { AlertService } from '../../components/global-alert/alert.service';

import { ClarityIcons, layersIcon, cogIcon, compassIcon} from '@cds/core/icon';
ClarityIcons.addIcons(...[layersIcon, cogIcon, compassIcon]);
import { ClarityIcons, layersIcon, cogIcon, compassIcon, downloadIcon } from '@cds/core/icon';
ClarityIcons.addIcons(...[layersIcon, cogIcon, compassIcon, downloadIcon]);

@Component({
selector: 'app-route-map3',
Expand Down

0 comments on commit c4e214f

Please sign in to comment.