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:
30
packages/shared/src/assets/icons/screen.svg
Normal file
30
packages/shared/src/assets/icons/screen.svg
Normal file
@@ -0,0 +1,30 @@
|
||||
<svg style="width:100%;height:100%;transform:translate3d(0,0,0);content-visibility:visible" height="24" width="24" viewBox="0 0 24 24" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
<clipPath id="c">
|
||||
<path d="M0 0h24v24H0z"/>
|
||||
</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>
|
||||
<path d="M6-4a1 1 0 0 0-.293-.707l-3-3a.999.999 0 1 0-1.414 1.414L2.586-5H1a6 6 0 0 0-6 6 1 1 0 0 0 2 0 4 4 0 0 1 4-4h1.586L1.293-1.707A.999.999 0 1 0 2.707-.293l3-3A1 1 0 0 0 6-4" transform="translate(300 299.99)scale(26.8125)" style="display:block" id="b"/>
|
||||
<mask id="e" mask-type="alpha">
|
||||
<g filter="url(#a)">
|
||||
<path fill="#fff" opacity="0" d="M0 0h600v600H0z"/>
|
||||
<use xlink:href="#b"/>
|
||||
</g>
|
||||
</mask>
|
||||
</defs>
|
||||
<g clip-path="url(#c)">
|
||||
<g clip-path="url(#d)" transform="scale(.04)" style="display:block">
|
||||
<path fill="#5865f2" d="M1 7.5a.5.5 0 0 0 .5.5H3a1 1 0 0 1 0 2h-6a1 1 0 0 1 0-2h1.5a.5.5 0 0 0 .5-.5v-2A.5.5 0 0 1-.5 5h1a.5.5 0 0 1 .5.5z" transform="translate(300 300)scale(26.8125)" style="display:block"/>
|
||||
<g mask="url(#e)" style="display:block">
|
||||
<path fill="#5865f2" d="M31.875 112.303a80.44 80.44 0 0 1 80.438-80.438h375.375a80.44 80.44 0 0 1 80.437 80.438v214.5a80.44 80.44 0 0 1-80.437 80.437H112.313a80.44 80.44 0 0 1-80.438-80.437z"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
Reference in New Issue
Block a user