cozy-ui 135.4.0 → 135.5.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 +7 -0
- package/assets/icons/illus/assistant-color.svg +1 -0
- package/package.json +1 -1
- package/react/Icon/Readme.md +3 -1
- package/react/Icons/AssistantColor.jsx +79 -0
- package/transpiled/react/Icon/icons-sprite.d.ts +1 -1
- package/transpiled/react/Icon/icons-sprite.js +1 -1
- package/transpiled/react/Icons/AssistantColor.d.ts +2 -0
- package/transpiled/react/Icons/AssistantColor.js +85 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [135.5.0](https://github.com/cozy/cozy-ui/compare/v135.4.0...v135.5.0) (2026-01-24)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* Add assistant icon :sparkles: ([19b4b67](https://github.com/cozy/cozy-ui/commit/19b4b67))
|
|
7
|
+
|
|
1
8
|
# [135.4.0](https://github.com/cozy/cozy-ui/compare/v135.3.0...v135.4.0) (2026-01-21)
|
|
2
9
|
|
|
3
10
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_19251_33606)"><path d="M6.626 10.332a1.333 1.333 0 0 0-.958-.958L1.578 8.32a.333.333 0 0 1 0-.642l4.09-1.055a1.333 1.333 0 0 0 .958-.957l1.055-4.09a.333.333 0 0 1 .642 0l1.054 4.09a1.333 1.333 0 0 0 .958.958l4.09 1.054a.333.333 0 0 1 0 .642l-4.09 1.054a1.333 1.333 0 0 0-.958.958l-1.055 4.09a.333.333 0 0 1-.642 0l-1.054-4.09Z" stroke="#868687" stroke-width="1.333" stroke-linecap="round" stroke-linejoin="round"/><path d="M6.626 10.332a1.333 1.333 0 0 0-.958-.958L1.578 8.32a.333.333 0 0 1 0-.642l4.09-1.055a1.333 1.333 0 0 0 .958-.957l1.055-4.09a.333.333 0 0 1 .642 0l1.054 4.09a1.333 1.333 0 0 0 .958.958l4.09 1.054a.333.333 0 0 1 0 .642l-4.09 1.054a1.333 1.333 0 0 0-.958.958l-1.055 4.09a.333.333 0 0 1-.642 0l-1.054-4.09Z" stroke="url(#paint0_linear_19251_33606)" stroke-opacity=".9" stroke-width="1.333" stroke-linecap="round" stroke-linejoin="round"/><path d="M13.335 1.334c.368 0 .667.3.667.667v.666h.668a.667.667 0 0 1 0 1.334h-.668v.667a.667.667 0 0 1-1.334 0v-.667h-.665a.667.667 0 0 1 0-1.334h.665v-.666c0-.368.299-.667.667-.667Z" fill="url(#paint1_linear_19251_33606)" fill-opacity=".9"/><path d="M2.667 10.667c.368 0 .665.298.666.665a.667.667 0 0 1 .001 1.333v.002a.667.667 0 0 1-1.334 0v-.001h-.001a.667.667 0 0 1 0-1.334H2a.667.667 0 0 1 .667-.665Z" fill="url(#paint2_linear_19251_33606)" fill-opacity=".9"/></g><defs><linearGradient id="paint0_linear_19251_33606" x1="1.336" y1="7.999" x2="19.625" y2="7.999" gradientUnits="userSpaceOnUse"><stop stop-color="#00B7FF"/><stop offset=".567" stop-color="#E06DD1"/><stop offset="1" stop-color="#FF0"/></linearGradient><linearGradient id="paint1_linear_19251_33606" x1="11.336" y1="3.334" x2="16.822" y2="3.334" gradientUnits="userSpaceOnUse"><stop stop-color="#00B7FF"/><stop offset=".567" stop-color="#E06DD1"/><stop offset="1" stop-color="#FF0"/></linearGradient><linearGradient id="paint2_linear_19251_33606" x1="1.332" y1="12.001" x2="4.99" y2="12.001" gradientUnits="userSpaceOnUse"><stop stop-color="#00B7FF"/><stop offset=".567" stop-color="#E06DD1"/><stop offset="1" stop-color="#FF0"/></linearGradient><clipPath id="clip0_19251_33606"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs></svg>
|
package/package.json
CHANGED
package/react/Icon/Readme.md
CHANGED
|
@@ -715,6 +715,7 @@ import DemoProvider from 'cozy-ui/docs/components/DemoProvider'
|
|
|
715
715
|
import cx from 'classnames'
|
|
716
716
|
|
|
717
717
|
import AccountIcon from 'cozy-ui/transpiled/react/Icons/Account'
|
|
718
|
+
import AssistantColorIcon from 'cozy-ui/transpiled/react/Icons/AssistantColor'
|
|
718
719
|
import BottomSelectIcon from 'cozy-ui/transpiled/react/Icons/BottomSelect'
|
|
719
720
|
import CreditCardLargeIcon from 'cozy-ui/transpiled/react/Icons/CreditCardLarge'
|
|
720
721
|
import ChatIcon from 'cozy-ui/transpiled/react/Icons/Chat'
|
|
@@ -769,6 +770,7 @@ import TwakeWorkplace from 'cozy-ui/transpiled/react/Icons/TwakeWorkplace'
|
|
|
769
770
|
|
|
770
771
|
const icons = [
|
|
771
772
|
AccountIcon,
|
|
773
|
+
AssistantColorIcon,
|
|
772
774
|
BottomSelectIcon,
|
|
773
775
|
ChatIcon,
|
|
774
776
|
CheckWhiteIcon,
|
|
@@ -1044,7 +1046,7 @@ import Typography from 'cozy-ui/transpiled/react/Typography'
|
|
|
1044
1046
|
import Grid from 'cozy-ui/transpiled/react/Grid'
|
|
1045
1047
|
import Sprite from 'cozy-ui/transpiled/react/Icon/Sprite'
|
|
1046
1048
|
|
|
1047
|
-
const availableIcons = ['account', 'bottom-select', 'check-white', 'cloud-broken', 'contacts', 'cozy-authentification', 'cozy-logo', 'cozy-upgrade', 'credit-card-large', 'dash-white', 'device-browser', 'device-laptop', 'device-phone', 'device-tablet', 'file-type-audio', 'file-type-banking-account' , 'file-type-bin', 'file-type-code', 'file-type-files', 'file-type-folder', 'file-type-server', 'file-type-shared-drive', 'file-type-shared-drive-grey', 'file-type-image', 'file-type-note', 'file-type-pdf', 'file-type-sheet', 'file-type-slide', 'file-type-text', 'file-type-video', 'file-type-zip', 'forbidden-sign', 'google', 'keychain', 'logout-large', 'papers', 'only-office', 'store', 'top-select', 'trash-duotone', 'cozy'];
|
|
1049
|
+
const availableIcons = ['account', 'assistant-color', 'bottom-select', 'check-white', 'cloud-broken', 'contacts', 'cozy-authentification', 'cozy-logo', 'cozy-upgrade', 'credit-card-large', 'dash-white', 'device-browser', 'device-laptop', 'device-phone', 'device-tablet', 'file-type-audio', 'file-type-banking-account' , 'file-type-bin', 'file-type-code', 'file-type-files', 'file-type-folder', 'file-type-server', 'file-type-shared-drive', 'file-type-shared-drive-grey', 'file-type-image', 'file-type-note', 'file-type-pdf', 'file-type-sheet', 'file-type-slide', 'file-type-text', 'file-type-video', 'file-type-zip', 'forbidden-sign', 'google', 'keychain', 'logout-large', 'papers', 'only-office', 'store', 'top-select', 'trash-duotone', 'cozy'];
|
|
1048
1050
|
|
|
1049
1051
|
<Grid container spacing={2}>
|
|
1050
1052
|
<Sprite />
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
// Automatically created, please run `scripts/generate-svgr-icon.sh assets/icons/illus/assistant-color.svg` to regenerate;
|
|
2
|
+
import React from 'react'
|
|
3
|
+
|
|
4
|
+
function SvgAssistantColor(props) {
|
|
5
|
+
return (
|
|
6
|
+
<svg viewBox="0 0 16 16" fill="none" {...props}>
|
|
7
|
+
<g clipPath="url(#assistant-color_svg__clip0_19251_33606)">
|
|
8
|
+
<path
|
|
9
|
+
d="M6.626 10.332a1.333 1.333 0 00-.958-.958L1.578 8.32a.333.333 0 010-.642l4.09-1.055a1.333 1.333 0 00.958-.957l1.055-4.09a.333.333 0 01.642 0l1.054 4.09a1.333 1.333 0 00.958.958l4.09 1.054a.333.333 0 010 .642l-4.09 1.054a1.333 1.333 0 00-.958.958l-1.055 4.09a.333.333 0 01-.642 0l-1.054-4.09z"
|
|
10
|
+
stroke="#868687"
|
|
11
|
+
strokeWidth={1.333}
|
|
12
|
+
strokeLinecap="round"
|
|
13
|
+
strokeLinejoin="round"
|
|
14
|
+
/>
|
|
15
|
+
<path
|
|
16
|
+
d="M6.626 10.332a1.333 1.333 0 00-.958-.958L1.578 8.32a.333.333 0 010-.642l4.09-1.055a1.333 1.333 0 00.958-.957l1.055-4.09a.333.333 0 01.642 0l1.054 4.09a1.333 1.333 0 00.958.958l4.09 1.054a.333.333 0 010 .642l-4.09 1.054a1.333 1.333 0 00-.958.958l-1.055 4.09a.333.333 0 01-.642 0l-1.054-4.09z"
|
|
17
|
+
stroke="url(#assistant-color_svg__paint0_linear_19251_33606)"
|
|
18
|
+
strokeOpacity={0.9}
|
|
19
|
+
strokeWidth={1.333}
|
|
20
|
+
strokeLinecap="round"
|
|
21
|
+
strokeLinejoin="round"
|
|
22
|
+
/>
|
|
23
|
+
<path
|
|
24
|
+
d="M13.335 1.334c.368 0 .667.3.667.667v.666h.668a.667.667 0 010 1.334h-.668v.667a.667.667 0 01-1.334 0v-.667h-.665a.667.667 0 010-1.334h.665v-.666c0-.368.299-.667.667-.667z"
|
|
25
|
+
fill="url(#assistant-color_svg__paint1_linear_19251_33606)"
|
|
26
|
+
fillOpacity={0.9}
|
|
27
|
+
/>
|
|
28
|
+
<path
|
|
29
|
+
d="M2.667 10.667c.368 0 .665.298.666.665a.667.667 0 01.001 1.333v.002a.667.667 0 01-1.334 0v-.001h-.001a.667.667 0 010-1.334H2a.667.667 0 01.667-.665z"
|
|
30
|
+
fill="url(#assistant-color_svg__paint2_linear_19251_33606)"
|
|
31
|
+
fillOpacity={0.9}
|
|
32
|
+
/>
|
|
33
|
+
</g>
|
|
34
|
+
<defs>
|
|
35
|
+
<linearGradient
|
|
36
|
+
id="assistant-color_svg__paint0_linear_19251_33606"
|
|
37
|
+
x1={1.336}
|
|
38
|
+
y1={7.999}
|
|
39
|
+
x2={19.625}
|
|
40
|
+
y2={7.999}
|
|
41
|
+
gradientUnits="userSpaceOnUse"
|
|
42
|
+
>
|
|
43
|
+
<stop stopColor="#00B7FF" />
|
|
44
|
+
<stop offset={0.567} stopColor="#E06DD1" />
|
|
45
|
+
<stop offset={1} stopColor="#FF0" />
|
|
46
|
+
</linearGradient>
|
|
47
|
+
<linearGradient
|
|
48
|
+
id="assistant-color_svg__paint1_linear_19251_33606"
|
|
49
|
+
x1={11.336}
|
|
50
|
+
y1={3.334}
|
|
51
|
+
x2={16.822}
|
|
52
|
+
y2={3.334}
|
|
53
|
+
gradientUnits="userSpaceOnUse"
|
|
54
|
+
>
|
|
55
|
+
<stop stopColor="#00B7FF" />
|
|
56
|
+
<stop offset={0.567} stopColor="#E06DD1" />
|
|
57
|
+
<stop offset={1} stopColor="#FF0" />
|
|
58
|
+
</linearGradient>
|
|
59
|
+
<linearGradient
|
|
60
|
+
id="assistant-color_svg__paint2_linear_19251_33606"
|
|
61
|
+
x1={1.332}
|
|
62
|
+
y1={12.001}
|
|
63
|
+
x2={4.99}
|
|
64
|
+
y2={12.001}
|
|
65
|
+
gradientUnits="userSpaceOnUse"
|
|
66
|
+
>
|
|
67
|
+
<stop stopColor="#00B7FF" />
|
|
68
|
+
<stop offset={0.567} stopColor="#E06DD1" />
|
|
69
|
+
<stop offset={1} stopColor="#FF0" />
|
|
70
|
+
</linearGradient>
|
|
71
|
+
<clipPath id="assistant-color_svg__clip0_19251_33606">
|
|
72
|
+
<path fill="#fff" d="M0 0h16v16H0z" />
|
|
73
|
+
</clipPath>
|
|
74
|
+
</defs>
|
|
75
|
+
</svg>
|
|
76
|
+
)
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
export default SvgAssistantColor
|