etn-ccis / blui-icons

Brightlayer UI icons for Eaton applications. Includes design files, icon font, and svg icons
BSD 3-Clause "New" or "Revised" License
9 stars 7 forks source link

BLUI icon does not appear as it should #173

Closed neerujahL closed 2 years ago

neerujahL commented 2 years ago

Describe the bug

PX Blue icon named Motor Outline displays differently when used.

What is the expected behaviour?

Motor outline should display as: image Instead it appears like so: image

What are the steps to reproduce?

  1. Visit C:\dev\git\angular\web-components\src\styles_icons.scss
  2. Replace .wc-icon-induction-motor from @include wc-cyme-icon($cyme-font-induction-motor, 1.50em) to @include wc-blui-icon($blui-font-motor_outline)
  3. To use icon on any html file:

What is your environment? Framework - Angular Browser - Edge Operating System - Windows

huayunh commented 2 years ago

This sounds like a build issue; the motor_outline and network_switch are close to each other in iconfont/BrightlayerUIIcons.css, but I am not an ng-expert... @emclaug2, wants to have a look at this?

emclaug2 commented 2 years ago

Hey @neerujahL , what package & version of icons are you using?

neerujahL commented 2 years ago

Found a bug in the version 1.7.1 that was fixed in 1.8.0 for the motor outline icon. It displays accordingly.

emclaug2 commented 2 years ago

This is fixed in 1.8.0; thanks @neerujahL !