-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'ai-react-for-me' into 'master'
ai react for me button for posts See merge request kchat/webapp!888
- Loading branch information
Showing
8 changed files
with
55 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 26 additions & 0 deletions
26
webapp/channels/src/plugins/ai/components/assets/icon_react_for_me.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
import React from 'react'; | ||
|
||
import Svg from '../svg'; | ||
|
||
const IconReactForMe = () => ( | ||
<Svg | ||
width='18' | ||
height='18' | ||
viewBox='0 0 18 18' | ||
fill='none' | ||
> | ||
<path | ||
d='M9.99899 9.99696C9.67912 9.99696 9.39764 9.87541 9.15454 9.63231C8.92424 9.38921 8.80909 9.10773 8.80909 8.78787C8.80909 8.468 8.92424 8.19292 9.15454 7.96261C9.39764 7.71952 9.67912 7.59797 9.99899 7.59797C10.3316 7.59797 10.6131 7.71952 10.8434 7.96261C11.0865 8.19292 11.2081 8.468 11.2081 8.78787C11.2081 9.10773 11.0865 9.38921 10.8434 9.63231C10.6131 9.87541 10.3316 9.99696 9.99899 9.99696ZM5.20101 9.99696C4.88115 9.99696 4.59966 9.87541 4.35657 9.63231C4.12626 9.38921 4.01111 9.10773 4.01111 8.78787C4.01111 8.468 4.12626 8.19292 4.35657 7.96261C4.59966 7.71952 4.88115 7.59797 5.20101 7.59797C5.53367 7.59797 5.81515 7.71952 6.04545 7.96261C6.28855 8.19292 6.4101 8.468 6.4101 8.78787C6.4101 9.10773 6.28855 9.38921 6.04545 9.63231C5.81515 9.87541 5.53367 9.99696 5.20101 9.99696ZM13.5687 9.92019C14.1061 9.84342 14.6242 9.67069 15.1232 9.40201C15.1744 9.83703 15.2 10.1697 15.2 10.4C15.2 11.769 14.8545 13.0485 14.1636 14.2384C13.4855 15.3771 12.5771 16.2855 11.4384 16.9636C10.2485 17.6545 8.96902 18 7.6 18C6.23098 18 4.95152 17.6545 3.76162 16.9636C2.6229 16.2983 1.71448 15.3899 1.03636 14.2384C0.345455 13.0613 0 11.7818 0 10.4C0 9.01817 0.345455 7.73871 1.03636 6.5616C1.71448 5.41009 2.6229 4.50167 3.76162 3.83635C4.95152 3.14544 6.23098 2.79999 7.6 2.79999C7.8303 2.79999 8.16296 2.82558 8.59798 2.87676C8.32929 3.37575 8.15657 3.89393 8.0798 4.4313C7.87508 4.40571 7.71515 4.39292 7.6 4.39292C6.51246 4.39292 5.50808 4.668 4.58687 5.21817C3.67845 5.75554 2.96195 6.47204 2.43737 7.36766C1.88721 8.30167 1.61212 9.31245 1.61212 10.4C1.61212 11.4875 1.88081 12.4919 2.41818 13.4131C2.95556 14.3215 3.67205 15.038 4.56768 15.5626C5.50168 16.1128 6.51246 16.3879 7.6 16.3879C8.68754 16.3879 9.69832 16.1128 10.6323 15.5626C11.5407 15.038 12.2572 14.3215 12.7818 13.4131C13.332 12.4919 13.6071 11.4875 13.6071 10.4C13.6071 10.2848 13.5943 10.1249 13.5687 9.92019ZM3.51212 11.9929H11.7071C11.3744 12.8246 10.837 13.5027 10.0949 14.0273C9.35286 14.539 8.52121 14.7949 7.6 14.7949C6.67879 14.7949 5.84714 14.539 5.10505 14.0273C4.36296 13.5027 3.83199 12.8246 3.51212 11.9929Z' | ||
fill='var(--center-channel-color)' | ||
fillOpacity='0.56' | ||
/> | ||
<path | ||
d='M13.6 0.400024L12.72 3.52002L9.59998 4.40002L12.72 5.28003L13.6 8.40002L14.48 5.28003L17.6 4.40002L14.48 3.52002L13.6 0.400024Z' | ||
fill='var(--center-channel-color)' | ||
fillOpacity='0.56' | ||
/> | ||
</Svg> | ||
|
||
); | ||
|
||
export default IconReactForMe; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters