cozy-ui 135.0.0 → 135.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ # [135.2.0](https://github.com/cozy/cozy-ui/compare/v135.1.0...v135.2.0) (2026-01-14)
2
+
3
+
4
+ ### Features
5
+
6
+ * Add antivirus icons ([9a906d2](https://github.com/cozy/cozy-ui/commit/9a906d2))
7
+
8
+ # [135.1.0](https://github.com/cozy/cozy-ui/compare/v135.0.0...v135.1.0) (2025-12-15)
9
+
10
+
11
+ ### Features
12
+
13
+ * **Icon:** Add Send ([9dc2177](https://github.com/cozy/cozy-ui/commit/9dc2177))
14
+
1
15
  # [135.0.0](https://github.com/cozy/cozy-ui/compare/v134.2.0...v135.0.0) (2025-12-04)
2
16
 
3
17
 
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M15.594 1.252 9.75 14.927a.88.88 0 0 1-.66.53.821.821 0 0 1-.799-.253L.252 6.88a.821.821 0 0 1-.224-.807.88.88 0 0 1 .553-.64L14.45.067c.374-.137.696-.067.965.212.27.279.329.603.178.972ZM8.74 13.55 13.7 1.938 1.92 6.488 4.44 9.095l4.722-2.774-2.938 4.621 2.518 2.608Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="15" height="16" viewBox="0 0 15 16" xmlns="http://www.w3.org/2000/svg"><path d="M6.432 15.635c-.092 0-.178-.01-.257-.03a3.27 3.27 0 0 1-.237-.069c-1.782-.593-3.203-1.688-4.266-3.285C.61 10.655.052 8.933 0 7.085v-3.74c0-.33.096-.627.287-.89.191-.265.439-.456.742-.575L5.78.1C5.964.033 6.15 0 6.333 0c.185 0 .37.033.554.099l4.75 1.781c.304.119.551.31.743.574.191.264.287.56.287.89v3.741a7.922 7.922 0 0 1-.04.792 3.683 3.683 0 0 0-.752-.08 4.178 4.178 0 0 0-.831.08 8.356 8.356 0 0 0 .04-.792v-3.74l-4.75-1.781-4.75 1.78v3.741a7.52 7.52 0 0 0 1.345 4.355c.897 1.306 2.032 2.177 3.404 2.612.277-.092.548-.204.812-.336.264-.132.521-.284.772-.456v1.86a4.445 4.445 0 0 1-.406.179c-.139.053-.327.132-.564.238-.08.026-.162.049-.248.069-.085.02-.174.03-.267.03Zm3.74.08a.648.648 0 0 1-.474-.198.648.648 0 0 1-.198-.475v-2.613c0-.185.066-.343.198-.475a.648.648 0 0 1 .475-.198h.119v-.791c0-.436.155-.809.465-1.119.31-.31.683-.465 1.118-.465.435 0 .808.155 1.118.465.31.31.465.683.465 1.119v.791h.12c.184 0 .342.066.474.198.132.132.198.29.198.475v2.613a.648.648 0 0 1-.198.475.648.648 0 0 1-.475.198h-3.404Zm.911-3.959h1.584v-.791a.766.766 0 0 0-.228-.565.766.766 0 0 0-.564-.227.766.766 0 0 0-.564.227.766.766 0 0 0-.228.565v.791Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="13" height="16" viewBox="0 0 13 16" xmlns="http://www.w3.org/2000/svg"><path d="M6.333 0 0 2.375v4.821c0 3.998 2.7 7.727 6.333 8.637 3.634-.91 6.334-4.639 6.334-8.637V2.375L6.333 0Zm4.75 7.196c0 3.167-2.018 6.096-4.75 6.99-2.73-.894-4.75-3.815-4.75-6.99v-3.72l4.75-1.782 4.75 1.781v3.721Z"/><path d="M7.125 9.5H5.542v1.583h1.583V9.5Zm0-5.542H5.542v3.959h1.583V3.958Z"/></svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cozy-ui",
3
- "version": "135.0.0",
3
+ "version": "135.2.0",
4
4
  "description": "Cozy apps UI SDK",
5
5
  "main": "./index.js",
6
6
  "bin": {
@@ -298,11 +298,14 @@ import School from 'cozy-ui/transpiled/react/Icons/School'
298
298
  import Scooter from 'cozy-ui/transpiled/react/Icons/Scooter'
299
299
  import Security from 'cozy-ui/transpiled/react/Icons/Security'
300
300
  import SelectAll from 'cozy-ui/transpiled/react/Icons/SelectAll'
301
+ import Send from 'cozy-ui/transpiled/react/Icons/Send'
301
302
  import Server from 'cozy-ui/transpiled/react/Icons/Server'
302
303
  import Setting from 'cozy-ui/transpiled/react/Icons/Setting'
303
304
  import Share from 'cozy-ui/transpiled/react/Icons/Share'
304
305
  import ShareCircle from 'cozy-ui/transpiled/react/Icons/ShareCircle'
305
306
  import Shield from 'cozy-ui/transpiled/react/Icons/Shield'
307
+ import ShieldInfected from 'cozy-ui/transpiled/react/Icons/ShieldInfected'
308
+ import ShieldClean from 'cozy-ui/transpiled/react/Icons/ShieldClean'
306
309
  import Shop from 'cozy-ui/transpiled/react/Icons/Shop'
307
310
  import Sound from 'cozy-ui/transpiled/react/Icons/Sound'
308
311
  import Spinner from 'cozy-ui/transpiled/react/Icons/Spinner'
@@ -585,11 +588,14 @@ const icons = [
585
588
  Scooter,
586
589
  Security,
587
590
  SelectAll,
591
+ Send,
588
592
  Server,
589
593
  Setting,
590
594
  Share,
591
595
  ShareCircle,
592
596
  Shield,
597
+ ShieldInfected,
598
+ ShieldClean,
593
599
  Shop,
594
600
  Sound,
595
601
  Spinner,
@@ -1004,7 +1010,7 @@ import Typography from 'cozy-ui/transpiled/react/Typography'
1004
1010
 
1005
1011
  const colors = ['#297EF2', '#08b442', '#B449E7', '#F52D2D', '#FF962F']
1006
1012
  let i = 0
1007
- const availableIcons = ['album-add','album-remove','album','answer','apple','archive','arrowUp','assign-admin','assign-moderator','attachment','attention','bank-check','bank','banking-add','banking','bell','benefit','bike','bill','bottom','browser-brave','browser-chrome','browser-duckduckgo','browser-edge','browser-edge-chromium','browser-firefox','browser-ie','browser-opera','browser-safari','burger','bus','calendar','camera','car','carbonCopy','carpooling','categories','certified','check-circle','check-list','check-square','check','checkbox','chess','child','circle-filled','clock','clock-outline','cloud-happy','cloud-rainbow','cloud-plus-outlined','cloud','cloud2','collect','cocktail','comment','company','compare','compass','connector','contract','contrast','copy','cozy-circle','cozy-laugh', 'cozy-lock', 'cozy-text', 'cozy-release', 'credit-card-add','credit-card','credit','crop','cross-circle-outline','cross-circle','cross-medium','cross-small','cross','cube','dash','dashboard','data-control','database','debit','desktop-download','devices','discuss','dots','down','download','drawing-arrow-up','dropdown-close','dropdown-open','dropdown','dropup','electric-bike','electric-car','electric-scooter','email-notification','email-open','email','eu','euro','exchange','expert','eye-closed','eye','face-id','file-add','file-duotone','file-new','file-none','file-outline','file','filter','fingerprint','fitness','flag-outlined','flag','flash-auto','flashlight','folder-add','folder-moveto','folder-open','folder','forbidden','from-user','gear','globe','gouv','graph-circle','grid','group-list','groups','growth','hand','heart','help','help-outlined','history','home','hourglass','image','info-outlined','info','justice','key','key2','label-outlined','laudry','laptop','left','library','lightbulb','lightning','link-out','link','list','list-min','location','lock', 'lock-screen', 'logout','magic-trick','magnet','magnifier','matrix','merge','moped','mosaic','mosaic-min','motorcycle','mountain','movement-in','movement-out','mouvement','moveto','multi-files','music','new','next','note','notification-email','number','offline','online', 'openapp', 'openwith','palette','paper','paperplane','password','pen','people','peoples','percent-circle','percent','person-add','personal-data','phone-download','phone-upload','phone','pie-chart','pin','plane','planet','plus-small','plus', 'pop-inside', 'previous','printer','qualify','radio-checked','radio-unchecked','refresh','relationship','remboursement','rename','repare','reply','restaurant','restore-straight','restore','right','rise','rotate-left','rotate-right','sad-cozy','safe','school','scooter','secutiry','select-all','server','setting','share-circle','share','shield','shop','sound','spinner','sport-bag','stack','star','star-outline','stats','stop', 'subway', 'support', 'swap', 'sync-cozy','sync','tab','tag','target','task','team','telecom','telephone','text','text-info','to-the-cloud','top','train','tram','trash','trophy', 'uncloud', 'unknow','unlink','unlock','up','upload','videos','walk','wallet-add','wallet-new','wallet','warn','warning-circle','warning','water','wrench-circle','work']
1013
+ const availableIcons = ['album-add','album-remove','album','answer','apple','archive','arrowUp','assign-admin','assign-moderator','attachment','attention','bank-check','bank','banking-add','banking','bell','benefit','bike','bill','bottom','browser-brave','browser-chrome','browser-duckduckgo','browser-edge','browser-edge-chromium','browser-firefox','browser-ie','browser-opera','browser-safari','burger','bus','calendar','camera','car','carbonCopy','carpooling','categories','certified','check-circle','check-list','check-square','check','checkbox','chess','child','circle-filled','clock','clock-outline','cloud-happy','cloud-rainbow','cloud-plus-outlined','cloud','cloud2','collect','cocktail','comment','company','compare','compass','connector','contract','contrast','copy','cozy-circle','cozy-laugh', 'cozy-lock', 'cozy-text', 'cozy-release', 'credit-card-add','credit-card','credit','crop','cross-circle-outline','cross-circle','cross-medium','cross-small','cross','cube','dash','dashboard','data-control','database','debit','desktop-download','devices','discuss','dots','down','download','drawing-arrow-up','dropdown-close','dropdown-open','dropdown','dropup','electric-bike','electric-car','electric-scooter','email-notification','email-open','email','eu','euro','exchange','expert','eye-closed','eye','face-id','file-add','file-duotone','file-new','file-none','file-outline','file','filter','fingerprint','fitness','flag-outlined','flag','flash-auto','flashlight','folder-add','folder-moveto','folder-open','folder','forbidden','from-user','gear','globe','gouv','graph-circle','grid','group-list','groups','growth','hand','heart','help','help-outlined','history','home','hourglass','image','info-outlined','info','justice','key','key2','label-outlined','laudry','laptop','left','library','lightbulb','lightning','link-out','link','list','list-min','location','lock', 'lock-screen', 'logout','magic-trick','magnet','magnifier','matrix','merge','moped','mosaic','mosaic-min','motorcycle','mountain','movement-in','movement-out','mouvement','moveto','multi-files','music','new','next','note','notification-email','number','offline','online', 'openapp', 'openwith','palette','paper','paperplane','password','pen','people','peoples','percent-circle','percent','person-add','personal-data','phone-download','phone-upload','phone','pie-chart','pin','plane','planet','plus-small','plus', 'pop-inside', 'previous','printer','qualify','radio-checked','radio-unchecked','refresh','relationship','remboursement','rename','repare','reply','restaurant','restore-straight','restore','right','rise','rotate-left','rotate-right','sad-cozy','safe','school','scooter','secutiry','select-all','send','server','setting','share-circle','share','shield','shield-infected','shield-clean','shop','sound','spinner','sport-bag','stack','star','star-outline','stats','stop', 'subway', 'support', 'swap', 'sync-cozy','sync','tab','tag','target','task','team','telecom','telephone','text','text-info','to-the-cloud','top','train','tram','trash','trophy', 'uncloud', 'unknow','unlink','unlock','up','upload','videos','walk','wallet-add','wallet-new','wallet','warn','warning-circle','warning','water','wrench-circle','work']
1008
1014
  ;
1009
1015
 
1010
1016
  <Grid container spacing={2}>
@@ -0,0 +1,12 @@
1
+ // Automatically created, please run `scripts/generate-svgr-icon.sh assets/icons/ui/send.svg` to regenerate;
2
+ import React from 'react'
3
+
4
+ function SvgSend(props) {
5
+ return (
6
+ <svg viewBox="0 0 16 16" {...props}>
7
+ <path d="M15.594 1.252L9.75 14.927a.88.88 0 01-.66.53.821.821 0 01-.799-.253L.252 6.88a.821.821 0 01-.224-.807.88.88 0 01.553-.64L14.45.067c.374-.137.696-.067.965.212.27.279.329.603.178.972zM8.74 13.55L13.7 1.938 1.92 6.488l2.52 2.607 4.722-2.774-2.938 4.621 2.518 2.608z" />
8
+ </svg>
9
+ )
10
+ }
11
+
12
+ export default SvgSend
@@ -0,0 +1,12 @@
1
+ // Automatically created, please run `scripts/generate-svgr-icon.sh assets/icons/ui/shield-clean.svg` to regenerate;
2
+ import React from 'react'
3
+
4
+ function SvgShieldClean(props) {
5
+ return (
6
+ <svg viewBox="0 0 15 16" {...props}>
7
+ <path d="M6.432 15.635c-.092 0-.178-.01-.257-.03a3.27 3.27 0 01-.237-.069c-1.782-.593-3.203-1.688-4.266-3.285C.61 10.655.052 8.933 0 7.085v-3.74c0-.33.096-.627.287-.89a1.63 1.63 0 01.742-.575L5.78.1c.184-.067.37-.1.553-.1.185 0 .37.033.554.099l4.75 1.781c.304.119.551.31.743.574.191.264.287.56.287.89v3.741a7.922 7.922 0 01-.04.792 3.683 3.683 0 00-.752-.08 4.178 4.178 0 00-.831.08 8.356 8.356 0 00.04-.792v-3.74l-4.75-1.781-4.75 1.78v3.741a7.52 7.52 0 001.345 4.355c.897 1.306 2.032 2.177 3.404 2.612.277-.092.548-.204.812-.336.264-.132.521-.284.772-.456v1.86a4.445 4.445 0 01-.406.179 11.43 11.43 0 00-.564.238 2.99 2.99 0 01-.248.069c-.085.02-.174.03-.267.03zm3.74.08a.648.648 0 01-.474-.198.648.648 0 01-.198-.475v-2.613c0-.185.066-.343.198-.475a.648.648 0 01.475-.198h.119v-.791c0-.436.155-.809.465-1.119.31-.31.683-.465 1.118-.465.435 0 .808.155 1.118.465.31.31.465.683.465 1.119v.791h.12c.184 0 .342.066.474.198.132.132.198.29.198.475v2.613a.648.648 0 01-.198.475.648.648 0 01-.475.198h-3.404zm.911-3.959h1.584v-.791a.766.766 0 00-.228-.565.766.766 0 00-.564-.227.766.766 0 00-.564.227.766.766 0 00-.228.565v.791z" />
8
+ </svg>
9
+ )
10
+ }
11
+
12
+ export default SvgShieldClean
@@ -0,0 +1,13 @@
1
+ // Automatically created, please run `scripts/generate-svgr-icon.sh assets/icons/ui/shield-infected.svg` to regenerate;
2
+ import React from 'react'
3
+
4
+ function SvgShieldInfected(props) {
5
+ return (
6
+ <svg viewBox="0 0 13 16" {...props}>
7
+ <path d="M6.333 0L0 2.375v4.821c0 3.998 2.7 7.727 6.333 8.637 3.634-.91 6.334-4.639 6.334-8.637V2.375L6.333 0zm4.75 7.196c0 3.167-2.018 6.096-4.75 6.99-2.73-.894-4.75-3.815-4.75-6.99v-3.72l4.75-1.782 4.75 1.781v3.721z" />
8
+ <path d="M7.125 9.5H5.542v1.583h1.583V9.5zm0-5.542H5.542v3.959h1.583V3.958z" />
9
+ </svg>
10
+ )
11
+ }
12
+
13
+ export default SvgShieldInfected