feat: Add new emoji assets and an UpdateBanner component.
Some checks failed
Build and Release / build-and-release (push) Failing after 3m28s
Some checks failed
Build and Release / build-and-release (push) Failing after 3m28s
This commit is contained in:
15
packages/shared/src/assets/icons/settings.svg
Normal file
15
packages/shared/src/assets/icons/settings.svg
Normal file
@@ -0,0 +1,15 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" style="width:100%;height:100%;transform:translate3d(0,0,0);content-visibility:visible">
|
||||
<defs>
|
||||
<clipPath id="a">
|
||||
<path d="M0 0h24v24H0z"/>
|
||||
</clipPath>
|
||||
<clipPath id="b">
|
||||
<path d="M0 0h600v600H0z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#a)">
|
||||
<g clip-path="url(#b)" transform="scale(.04)" style="display:block">
|
||||
<path fill="#5865f2" d="M-1.442-10.906c-.453.059-.705.531-.636.983.178 1.166-.187 2.202-.983 2.532s-1.787-.144-2.485-1.094c-.271-.368-.784-.524-1.146-.246a11 11 0 0 0-2.039 2.039c-.278.362-.122.875.246 1.146.95.698 1.424 1.689 1.094 2.485s-1.366 1.161-2.532.983c-.452-.069-.924.183-.983.636a11 11 0 0 0 0 2.884c.059.453.531.705.983.636 1.166-.178 2.202.187 2.532.983s-.144 1.786-1.094 2.485c-.368.271-.524.783-.246 1.146a11 11 0 0 0 2.039 2.039c.362.278.875.122 1.146-.246.698-.95 1.689-1.424 2.485-1.094s1.161 1.366.983 2.532c-.069.452.183.924.636.983a11 11 0 0 0 2.884 0c.453-.059.705-.531.636-.983-.178-1.166.188-2.202.984-2.532s1.786.144 2.484 1.094c.271.368.783.524 1.146.246a11 11 0 0 0 2.039-2.039c.278-.363.122-.875-.246-1.146-.95-.698-1.424-1.689-1.094-2.485S8.757 1.9 9.923 2.078c.452.069.924-.183.983-.636a11 11 0 0 0 0-2.884c-.059-.453-.531-.705-.983-.636-1.166.178-2.202-.187-2.532-.983s.144-1.787 1.094-2.485c.368-.271.524-.784.246-1.146a11 11 0 0 0-2.039-2.039c-.363-.278-.874-.122-1.145.246-.698.95-1.689 1.424-2.485 1.094s-1.161-1.366-.983-2.532c.069-.452-.184-.924-.637-.983a11 11 0 0 0-2.884 0M4 0a4 4 0 1 1-8 0 4 4 0 0 1 8 0" transform="matrix(25 0 0 25 300 300)" style="display:block"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
Reference in New Issue
Block a user