From 5a97f544557a443accdbbea704c73cea1340ea25 Mon Sep 17 00:00:00 2001 From: Thomas van der Westen Date: Tue, 13 Feb 2024 15:56:50 +0100 Subject: [PATCH] Update icon names in Icon.php --- src/Enums/Icon.php | 104 ++++++++++++++++++++++----------------------- 1 file changed, 52 insertions(+), 52 deletions(-) diff --git a/src/Enums/Icon.php b/src/Enums/Icon.php index b2efdaa..0a2be55 100644 --- a/src/Enums/Icon.php +++ b/src/Enums/Icon.php @@ -112,56 +112,56 @@ enum Icon: string case ProgrammingScriptCode = 'programming-script-code'; case PuzzleComplete = 'puzzle-complete'; case PuzzlePiece = 'puzzle-piece'; - case SearchMagnifyingGlass = 'SearchMagnifyingGlass'; - case SecurityLock = 'SecurityLock'; - case SecurityUnlock = 'SecurityUnlock'; - case SettingCogGear = 'SettingCogGear'; - case SettingMenuHorizontalDots = 'SettingMenuHorizontalDots'; - case SettingSliderVertical = 'SettingSliderVertical'; - case ShareMegaPhone = 'ShareMegaPhone'; - case ShoppingCart = 'ShoppingCart'; - case ShoppingCatergoriesShirt = 'ShoppingCatergoriesShirt'; - case ShoppingJewelryDiamondGem = 'ShoppingJewelryDiamondGem'; - case ShoppingStoreDiscountPercent = 'ShoppingStoreDiscountPercent'; - case ShoppingStoreSignage = 'ShoppingStoreSignage'; - case ShoppingStore = 'ShoppingStore'; - case SocialFacebook = 'SocialFacebook'; - case SocialGithub = 'SocialGithub'; - case SocialInstagram = 'SocialInstagram'; - case SocialLinkedin = 'SocialLinkedin'; - case SocialMailSendEmailMessage = 'SocialMailSendEmailMessage'; - case SocialMastodon = 'SocialMastodon'; - case SocialPinterest = 'SocialPinterest'; - case SocialShare = 'SocialShare'; - case SocialTwitter = 'SocialTwitter'; - case SocialVimeo = 'SocialVimeo'; - case SocialYoutube = 'SocialYoutube'; - case TagFree = 'TagFree'; - case TagNew = 'TagNew'; - case TextFormattingAllCaps = 'TextFormattingAllCaps'; - case TextFormattingAmpersand = 'TextFormattingAmpersand'; - case TextFormattingImageBottom = 'TextFormattingImageBottom'; - case TextFormattingImageLeft = 'TextFormattingImageLeft'; - case TextFormattingImageRight = 'TextFormattingImageRight'; - case TextFormattingImageTop = 'TextFormattingImageTop'; - case TextFormattingInitialLetter = 'TextFormattingInitialLetter'; - case TextFormattingInputSignature = 'TextFormattingInputSignature'; - case TextFormattingLayerStyle = 'TextFormattingLayerStyle'; - case TextFormattingMarkdown = 'TextFormattingMarkdown'; - case TextFormattingParagraph = 'TextFormattingParagraph'; - case TextFormattingQuotation = 'TextFormattingQuotation'; - case TextFormattingShadowText = 'TextFormattingShadowText'; - case TextFormattingTextBox_1 = 'TextFormattingTextBox_1'; - case TextFormattingTypeCursor = 'TextFormattingTypeCursor'; - case TextFormattingWrapAroundBoundingBox = 'TextFormattingWrapAroundBoundingBox'; - case TextFormattingWrapImageLeft = 'TextFormattingWrapImageLeft'; - case TextFormattingWrapImageMarginLeft = 'TextFormattingWrapImageMarginLeft'; - case TextFormattingWrapImageMarginRight = 'TextFormattingWrapImageMarginRight'; - case TextFormattingWrapImageRight = 'TextFormattingWrapImageRight'; - case TimeClock = 'TimeClock'; - case TravelMap = 'TravelMap'; - case UploadArrowUp = 'UploadArrowUp'; - case UserAvatar = 'UserAvatar'; - case UserMultiple = 'UserMultiple'; - case UserSecurityLock = 'UserSecurityLock'; + case SearchMagnifyingGlass = 'search-magnifying-glass'; + case SecurityLock = 'security-lock'; + case SecurityUnlock = 'security-unlock'; + case SettingCogGear = 'setting-cog-gear'; + case SettingMenuHorizontalDots = 'setting-menu-horizontal-dots'; + case SettingSliderVertical = 'setting-slider-vertical'; + case ShareMegaPhone = 'share-mega-phone'; + case ShoppingCart = 'shopping-cart'; + case ShoppingCatergoriesShirt = 'shopping-catergories-shirt'; + case ShoppingJewelryDiamondGem = 'shopping-jewelry-diamond-gem'; + case ShoppingStoreDiscountPercent = 'shopping-store-discount-percent'; + case ShoppingStoreSignage = 'shopping-store-signage'; + case ShoppingStore = 'shopping-store'; + case SocialFacebook = 'social-facebook'; + case SocialGithub = 'social-github'; + case SocialInstagram = 'social-instagram'; + case SocialLinkedin = 'social-linkedin'; + case SocialMailSendEmailMessage = 'social-mail-send-email-message'; + case SocialMastodon = 'social-mastodon'; + case SocialPinterest = 'social-pinterest'; + case SocialShare = 'social-share'; + case SocialTwitter = 'social-twitter'; + case SocialVimeo = 'social-vimeo'; + case SocialYoutube = 'social-youtube'; + case TagFree = 'tag-free'; + case TagNew = 'tag-new'; + case TextFormattingAllCaps = 'text-formatting-all-caps'; + case TextFormattingAmpersand = 'text-formatting-ampersand'; + case TextFormattingImageBottom = 'text-formatting-image-bottom'; + case TextFormattingImageLeft = 'text-formatting-image-left'; + case TextFormattingImageRight = 'text-formatting-image-right'; + case TextFormattingImageTop = 'text-formatting-image-top'; + case TextFormattingInitialLetter = 'text-formatting-initial-letter'; + case TextFormattingInputSignature = 'text-formatting-input-signature'; + case TextFormattingLayerStyle = 'text-formatting-layer-style'; + case TextFormattingMarkdown = 'text-formatting-markdown'; + case TextFormattingParagraph = 'text-formatting-paragraph'; + case TextFormattingQuotation = 'text-formatting-quotation'; + case TextFormattingShadowText = 'text-formatting-shadow-text'; + case TextFormattingTextBox_1 = 'text-formatting-text-box-1'; + case TextFormattingTypeCursor = 'text-formatting-type-cursor'; + case TextFormattingWrapAroundBoundingBox = 'text-formatting-wrap-around-bounding-box'; + case TextFormattingWrapImageLeft = 'text-formatting-wrap-image-left'; + case TextFormattingWrapImageMarginLeft = 'text-formatting-wrap-image-margin-left'; + case TextFormattingWrapImageMarginRight = 'text-formatting-wrap-image-margin-right'; + case TextFormattingWrapImageRight = 'text-formatting-wrap-image-right'; + case TimeClock = 'time-clock'; + case TravelMap = 'travel-map'; + case UploadArrowUp = 'upload-arrow-up'; + case UserAvatar = 'user-avatar'; + case UserMultiple = 'user-multiple'; + case UserSecurityLock = 'user-security-lock'; }