vendor/assets/stylesheets/iconfonts.css
96d2f83e
 @font-face {
 	font-family: 'icomoon';
 	src:url('fonts/icomoon.eot');
 	src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
 		url('fonts/icomoon.woff') format('woff'),
 		url('fonts/icomoon.ttf') format('truetype'),
 		url('fonts/icomoon.svg#icomoon') format('svg');
 	font-weight: normal;
 	font-style: normal;
 }
 
 /* Use the following CSS code if you want to have a class per icon */
 /*
 Instead of a list of all class selectors,
 you can use the generic selector below, but it's slower:
 [class*="icon-"]:before {
 */
4b15dbcc
 .icon-x:before, .icon-cog:before, .icon-x-full:before, .icon-bubbles:before, .icon-bubble:before, .icon-plus:before, .icon-arrow-down:before, .icon-arrow-up:before, .icon-record:before {
96d2f83e
 	font-family: 'icomoon';
 	speak: none;
 	font-style: normal;
 	font-weight: normal;
 	font-variant: normal;
 	text-transform: none;
 	line-height: 1;
 	-webkit-font-smoothing: antialiased;
 }
 
 .icon-x:before {
 	content: "\274c";
 }
 .icon-cog:before {
 	content: "\2699";
 }
 .icon-x-full:before {
 	content: "\274e";
 }
 .icon-bubbles:before {
 	content: "\25c9";
 }
 .icon-bubble:before {
 	content: "\25ef";
 }
 .icon-plus:before {
 	content: "\271a";
 }
 .icon-arrow-down:before {
     content: "\25be";
 }
 .icon-arrow-up:before {
 	content: "\25b4";
4b15dbcc
 }
 .icon-record:before {
     content: "\25cf";
96d2f83e
 }