You are here

micon.svg.css in Micon 2.x

Same filename and directory in other branches
  1. 8 css/micon.svg.css
svg.micon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

File

css/micon.svg.css
View source
  1. svg.micon {
  2. display: inline-block;
  3. width: 1em;
  4. height: 1em;
  5. stroke-width: 0;
  6. stroke: currentColor;
  7. fill: currentColor;
  8. }