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:
36
packages/shared/src/assets/icons/gif.svg
Normal file
36
packages/shared/src/assets/icons/gif.svg
Normal file
@@ -0,0 +1,36 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" 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="e">
|
||||
<path d="M0 0h24v24H0z"/>
|
||||
</clipPath>
|
||||
<clipPath id="f">
|
||||
<path d="M0 0h600v600H0z"/>
|
||||
</clipPath>
|
||||
<clipPath id="d">
|
||||
<path d="M0 0h600v600H0z"/>
|
||||
</clipPath>
|
||||
<filter id="a" filterUnits="objectBoundingBox" x="0%" y="0%" width="100%" height="100%">
|
||||
<feComponentTransfer in="SourceGraphic">
|
||||
<feFuncA type="table" tableValues="1.0 0.0"/>
|
||||
</feComponentTransfer>
|
||||
</filter>
|
||||
<mask id="g" mask-type="alpha">
|
||||
<g filter="url(#a)">
|
||||
<path fill="#fff" opacity="0" d="M0 0h600v600H0z"/>
|
||||
<use xlink:href="#b"/>
|
||||
</g>
|
||||
</mask>
|
||||
<g clip-path="url(#d)" style="display:block" id="b" fill="#fff">
|
||||
<path d="M3.03 3.719h1.574V.895h2.76V-.529h-2.76v-1.767H8v-1.423H3.03z" transform="matrix(25 0 0 25 300.006 299.993)" style="display:block"/>
|
||||
<path d="M1.52 3.719H-.054v-7.438H1.52z" transform="matrix(25 0 0 25 299.996 299.993)" style="display:block"/>
|
||||
<path d="M-4.82 3.87a2.9 2.9 0 0 1-1.66-.485q-.723-.485-1.121-1.359Q-8 1.143-8 0q0-1.132.42-2.005a3.27 3.27 0 0 1 1.24-1.369q.819-.496 1.951-.496.96 0 1.714.409.765.41 1.154 1.154l-1.218.873q-.55-1.014-1.639-1.013-.992 0-1.52.646-.528.637-.528 1.801 0 1.175.528 1.811t1.52.636q.443 0 .809-.162.377-.172.582-.463V.895h-1.714V-.507h3.245v4.226h-1.272l-.205-.712q-.636.863-1.887.863" transform="matrix(25 0 0 25 299.995 299.993)" style="display:block"/>
|
||||
</g>
|
||||
</defs>
|
||||
<g clip-path="url(#e)">
|
||||
<g clip-path="url(#f)" transform="scale(.04)" style="display:block">
|
||||
<g mask="url(#g)" style="display:block">
|
||||
<path fill="#5865f2" d="M125 50a75 75 0 0 0-75 75v350a75 75 0 0 0 75 75h350a75 75 0 0 0 75-75V125a75 75 0 0 0-75-75z"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.9 KiB |
Reference in New Issue
Block a user