diff --git a/src/UI/Icon.elm b/src/UI/Icon.elm index d44e8570..6d632563 100644 --- a/src/UI/Icon.elm +++ b/src/UI/Icon.elm @@ -992,3 +992,11 @@ creditCard = , path [ fill "currentColor", d "M12.8333 5V6L1.16667 6L1.16667 5L12.8333 5Z" ] [] , path [ fill "currentColor", d "M2 8.5C2 7.94772 2.44772 7.5 3 7.5H4C4.55229 7.5 5 7.94772 5 8.5C5 9.05229 4.55229 9.5 4 9.5H3C2.44772 9.5 2 9.05229 2 8.5Z" ] [] ] + + +textDelete : Icon msg +textDelete = + Icon "text-delete" + [] + [ path [ fill "currentColor", fillRule "evenodd", d "M7.9371 12C7.11989 12 6.32229 11.7497 5.65162 11.2828L0.678814 7.82069C0.107306 7.42281 0.107306 6.57719 0.678814 6.17931L5.65162 2.71723C6.32229 2.2503 7.11989 2 7.9371 2H11.7738C12.8784 2 13.7738 2.89543 13.7738 4V10C13.7738 11.1046 12.8784 12 11.7738 12H7.9371ZM8.06569 6.82322C8.16332 6.92086 8.16332 7.07915 8.06569 7.17678L7.12877 8.1137C6.78151 8.46096 6.78151 9.02397 7.12877 9.37123C7.47603 9.71849 8.03904 9.71849 8.3863 9.37123L9.32322 8.43431C9.42086 8.33668 9.57915 8.33668 9.67678 8.43431L10.6137 9.37123C10.961 9.71849 11.524 9.71849 11.8712 9.37123C12.2185 9.02397 12.2185 8.46096 11.8712 8.1137L10.9343 7.17678C10.8367 7.07915 10.8367 6.92086 10.9343 6.82322L11.8712 5.8863C12.2185 5.53904 12.2185 4.97603 11.8712 4.62877C11.524 4.28151 10.961 4.28151 10.6137 4.62877L9.67678 5.56569C9.57915 5.66332 9.42085 5.66332 9.32322 5.56569L8.3863 4.62877C8.03904 4.28151 7.47603 4.28151 7.12877 4.62877C6.78151 4.97603 6.78151 5.53904 7.12877 5.8863L8.06569 6.82322Z" ] [] + ]