diff options
Diffstat (limited to 'resources/views/icons/sex.phtml')
| -rw-r--r-- | resources/views/icons/sex.phtml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/resources/views/icons/sex.phtml b/resources/views/icons/sex.phtml new file mode 100644 index 0000000000..e977c9f8f9 --- /dev/null +++ b/resources/views/icons/sex.phtml @@ -0,0 +1,9 @@ +<?php if ($sex === 'F') : ?> +<span class="wt-icon-sex wt-icon-sex-f"><i class="fas fa-venus fa-fw" aria-hidden="true"></i></span> +<?php elseif ($sex === 'M') : ?> + <span class="wt-icon-sex wt-icon-sex-m"><i class="fas fa-mars fa-fw" aria-hidden="true"></i></span> +<?php elseif ($sex === 'X') : ?> + <span class="wt-icon-sex wt-icon-sex-x"><i class="fas fa-transgender fa-fw" aria-hidden="true"></i></span> +<?php elseif ($sex === 'U') : ?> + <span class="wt-icon-sex wt-icon-sex-u"><i class="fas fa-genderless fa-fw" aria-hidden="true"></i></span> +<?php endif ?> |
