diff --git a/assets/icons/illus/cozy-authentification.svg b/assets/icons/illus/cozy-authentification.svg new file mode 100644 index 0000000000..3ee946131c --- /dev/null +++ b/assets/icons/illus/cozy-authentification.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/react/Icon/Readme.md b/react/Icon/Readme.md index 084a8f8527..1b65deba0d 100644 --- a/react/Icon/Readme.md +++ b/react/Icon/Readme.md @@ -583,6 +583,8 @@ import CheckWhiteIcon from 'cozy-ui/transpiled/react/Icons/CheckWhite' import DashWhiteIcon from 'cozy-ui/transpiled/react/Icons/DashWhite' import KeychainIcon from 'cozy-ui/transpiled/react/Icons/Keychain' import CozyUpgradeIcon from 'cozy-ui/transpiled/react/Icons/CozyUpgrade' +import CozyAuthentificationIcon from 'cozy-ui/transpiled/react/Icons/CozyAuthentification' + const icons = [ CozyIcon, @@ -617,7 +619,8 @@ const icons = [ CheckWhiteIcon, DashWhiteIcon, KeychainIcon, - CozyUpgradeIcon + CozyUpgradeIcon, + CozyAuthentificationIcon ] const wrapperStyle = { @@ -657,7 +660,7 @@ import Icon from 'cozy-ui/transpiled/react/Icon' import Typography from 'cozy-ui/transpiled/react/Typography' 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-note', 'file-type-pdf', 'file-type-sheet', 'file-type-slide', 'file-type-text', 'file-type-video', 'file-type-zip', 'file-type-banking-account' , 'forbidden-sign', 'google', 'logout-large', 'top-select', 'bottom-select', 'check-white', 'dash-white', 'keychain', 'contacts', 'papers', 'store', 'cozy-upgrade'] +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-note', 'file-type-pdf', 'file-type-sheet', 'file-type-slide', 'file-type-text', 'file-type-video', 'file-type-zip', 'file-type-banking-account' , 'forbidden-sign', 'google', 'logout-large', 'top-select', 'bottom-select', 'check-white', 'dash-white', 'keychain', 'contacts', 'papers', 'store', 'cozy-upgrade', 'cozy-authentification'] ; diff --git a/react/Icons/CozyAuthentification.jsx b/react/Icons/CozyAuthentification.jsx new file mode 100644 index 0000000000..5ab9604cfb --- /dev/null +++ b/react/Icons/CozyAuthentification.jsx @@ -0,0 +1,21 @@ +// Automatically created, please run `scripts/generate-svgr-icon.sh assets/icons/illus/cozy-authentification.svg` to regenerate; +import React from 'react' + +function SvgCozyAuthentification(props) { + return ( + + + + + ) +} + +export default SvgCozyAuthentification