_icons.scss 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. .ifc-publish:before {
  2. content: unicode("e255");
  3. }
  4. .ifc-vertical_align_bottom:before {
  5. content: unicode("e258");
  6. }
  7. .ifc-check:before {
  8. content: unicode("e900");
  9. }
  10. .ifc-chevron_down:before {
  11. content: unicode("e901");
  12. }
  13. .ifc-content_copy:before {
  14. content: unicode("e902");
  15. }
  16. .ifc-remove:before {
  17. content: unicode("e903");
  18. }
  19. .ifc-add:before {
  20. content: unicode("e904");
  21. }
  22. .ifc-phone2:before {
  23. content: unicode("e905");
  24. }
  25. .ifc-close:before {
  26. content: unicode("e906");
  27. }
  28. .ifc-arrow-left:before {
  29. content: unicode("e907");
  30. }
  31. .ifc-arrow-right:before {
  32. content: unicode("e908");
  33. }
  34. .ifc-chain:before {
  35. content: unicode("e90a");
  36. }
  37. .ifc-link:before {
  38. content: unicode("e90a");
  39. }
  40. .ifc-phone:before {
  41. content: unicode("e90b");
  42. }
  43. .ifc-envelope:before {
  44. content: unicode("e90c");
  45. }
  46. .ifc-barrel:before {
  47. content: unicode("e909");
  48. color: #4c4c4c;
  49. }
  50. .ifc-eq:before {
  51. content: unicode("e90d");
  52. }
  53. .ifc-lq:before {
  54. content: unicode("e90e");
  55. }
  56. .ifc-stacked-boxes:before {
  57. content: unicode("e90f");
  58. }
  59. .ifc-tanks:before {
  60. content: unicode("e910");
  61. }
  62. .ifc-airplane-shape:before {
  63. content: unicode("e911");
  64. }
  65. .ifc-air-transport:before {
  66. content: unicode("e912");
  67. }
  68. .ifc-delivery-truck:before {
  69. content: unicode("e913");
  70. }
  71. .ifc-frontal-truck:before {
  72. content: unicode("e914");
  73. }
  74. .ifc-sea-ship-with-containers:before {
  75. content: unicode("e915");
  76. }
  77. .ifc-train-front:before {
  78. content: unicode("e916");
  79. }