diff --git a/assets/icons/illus/logout-large.svg b/assets/icons/illus/logout-large.svg new file mode 100644 index 0000000000..96cd936f10 --- /dev/null +++ b/assets/icons/illus/logout-large.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/react/Icon/Readme.md b/react/Icon/Readme.md index 94ab514883..5c0e077ace 100644 --- a/react/Icon/Readme.md +++ b/react/Icon/Readme.md @@ -11,7 +11,7 @@ include via `Sprite`. See the example below for how to include `Sprite`. ``` import Icon from 'cozy-ui/transpiled/react/Icon'; import Sprite from 'cozy-ui/transpiled/react/Icon/Sprite'; -const availableIcons = ['cozy', 'cloud-broken', 'cozy-logo', 'device-laptop', 'device-phone', 'device-tablet', 'device-browser', 'file-type-audio', 'file-type-bin', 'file-type-code', 'file-type-files', 'file-type-folder', 'file-type-image', 'file-type-pdf', 'file-type-sheet', 'file-type-slide', 'file-type-text', 'file-type-video', 'file-type-zip', 'google', 'top-select', 'bottom-select', 'check-white', 'dash-white', 'keychain']; +const availableIcons = ['cozy', 'cloud-broken', 'cozy-logo', 'device-laptop', 'device-phone', 'device-tablet', 'device-browser', 'file-type-audio', 'file-type-bin', 'file-type-code', 'file-type-files', 'file-type-folder', 'file-type-image', 'file-type-pdf', 'file-type-sheet', 'file-type-slide', 'file-type-text', 'file-type-video', 'file-type-zip', 'google', 'logout-large', 'top-select', 'bottom-select', 'check-white', 'dash-white', 'keychain'];
logout-large
+