({ className }: IconProps)
| 5 | } |
| 6 | |
| 7 | export function AsynchronousIcon({ className }: IconProps) { |
| 8 | return ( |
| 9 | <svg |
| 10 | viewBox="0 0 16 16" |
| 11 | className={classNames("fill-current", className)} |
| 12 | aria-hidden="true" |
| 13 | > |
| 14 | <path d="M8,0C3.58,0,0,3.58,0,8s3.58,8,8,8,8-3.58,8-8S12.42,0,8,0Zm2.04,14.42c-1.26,.42-2.54,.46-3.82,.11-1.22-.33-2.27-.96-3.12-1.86-.52-.55-.93-1.16-1.23-1.81-.09-.19-.16-.38-.23-.58-.33-.97-.45-1.96-.33-2.95,.11-1,.44-1.94,.96-2.79,.53-.86,1.24-1.57,2.09-2.11,1.5-.94,3.13-1.25,4.85-.92,.28,.05,1.33,.37,1.33,.37,0,0,.33-.92,.43-1.19l1.19,2.59-2.58,1.18,.44-1.21-.22-.08c-1.71-.58-3.31-.4-4.75,.56-1.42,.94-2.2,2.3-2.32,4.03-.06,.84,.09,1.65,.44,2.42,.1,.22,.22,.44,.35,.65,.82,1.31,2.02,2.11,3.57,2.39,.89,.16,1.8,.07,2.69-.27,1.09-.41,1.96-1.12,2.58-2.1,.47-.73,.73-1.55,.79-2.44,0,0,0-.02,0-.03,.44-.21,.89-.41,1.36-.63l.09-.04c0,.14,.02,.27,.01,.39-.02,1.19-.31,2.29-.88,3.28-.85,1.47-2.09,2.49-3.7,3.03Zm-.11-7.17c-.37-.67-.94-1.09-1.7-1.21-.78-.12-1.46,.11-2.04,.66l.53,.54h-1.7v-1.71c.17,.17,.32,.32,.46,.47,.05,.05,.08,.06,.14,0,.11-.1,.23-.21,.36-.3,.7-.5,1.47-.69,2.32-.58,.49,.06,.94,.23,1.35,.51,.41,.27,.74,.62,.99,1.04,.25,.42,.4,.88,.45,1.37,.05,.46-.01,.91-.16,1.35-.2,.58-.53,1.06-1,1.45-.49,.41-1.07,.65-1.71,.72-.82,.09-1.57-.11-2.25-.59-.46-.33-.81-.76-1.05-1.27-.05-.1-.08-.21-.13-.32,.33,0,.63,0,.93,0,.03,0,.06,.04,.08,.07,.19,.35,.45,.63,.78,.85,.44,.28,.92,.41,1.45,.37,.42-.03,.81-.16,1.15-.39,.57-.4,.92-.94,1.01-1.64,.06-.49-.01-.96-.25-1.4Z" /> |
| 15 | </svg> |
| 16 | ); |
| 17 | } |
| 18 | |
| 19 | export function AuthenticationIcon({ className }: IconProps) { |
| 20 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected