/* 
 * Inspurious icons
 */

 *[class^='insp-']::before,
 *[class*=' insp-']::before {
   content: ' ';
   display: block;
   background: currentColor;
   mask-size: cover;
   -webkit-mask-size: cover;
   width: 1em;
   height: 1em;
 }
 *[class^='insp-'],
 *[class*=' insp-'] {
   display: inline-block;
 }

 .insp-circle-solid::before{mask-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 24A12 12 0 1 0 12 0a12 12 0 1 0 0 24z" fill="currentColor" /></svg>');-webkit-mask-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 24A12 12 0 1 0 12 0a12 12 0 1 0 0 24z" fill="currentColor" /></svg>');}
 
 .insp-circle::before{mask-image:url('data:image/svg+xml;charset=utf-8,<svg width="24" height="24" stroke-width="2.5" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>');-webkit-mask-image:url('data:image/svg+xml;charset=utf-8,<svg width="24" height="24" stroke-width="2.5" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>');}
