_icons.scss 183 B

12345678910
  1. .custom-icon {
  2. display: inline-block;
  3. width: 16px;
  4. height: 16px;
  5. stroke-width: 0;
  6. stroke: currentColor;
  7. fill: currentColor;
  8. transition: color .225s ease,
  9. fill .225s ease;
  10. }