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'];
diff --git a/react/__snapshots__/examples.spec.jsx.snap b/react/__snapshots__/examples.spec.jsx.snap index fd4e6c626c..623bd4ae10 100644 --- a/react/__snapshots__/examples.spec.jsx.snap +++ b/react/__snapshots__/examples.spec.jsx.snap @@ -2624,6 +2624,13 @@ exports[`Icon should render examples: Icon 1`] = ` + + + + + + + @@ -3371,6 +3378,11 @@ exports[`Icon should render examples: Icon 1`] = `

google

+
+ + +

logout-large

+
@@ -3576,6 +3588,13 @@ exports[`Icon should render examples: Icon 2`] = ` + + + + + + +