CSR-1993
Green tint privacy
This commit is contained in:
parent
ca3554ff0e
commit
2205b7104d
2 changed files with 2 additions and 0 deletions
1
src/assets/img/tints/Glass-NoShade-GreenTint-Privacy.svg
Normal file
1
src/assets/img/tints/Glass-NoShade-GreenTint-Privacy.svg
Normal file
|
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 59 27" style="enable-background:new 0 0 59 27" xml:space="preserve"><path d="M55.8 26.5H3.2c-1.5 0-2.7-1.2-2.7-2.7V3.2C.5 1.7 1.7.5 3.2.5h52.5c1.5 0 2.7 1.2 2.7 2.7v20.6c.1 1.5-1.2 2.7-2.6 2.7z" style="fill-rule:evenodd;clip-rule:evenodd;fill:#cbddde;stroke:#000"/></svg>
|
||||
|
After Width: | Height: | Size: 324 B |
|
|
@ -33,6 +33,7 @@ const tintMap = {
|
|||
{ name: "green tint", src: "Glass-NoShade-GreenTint.svg" },
|
||||
{ name: "gray tint privacy", src: "Glass-NoShade-GrayTint.svg" },
|
||||
{ name: "blue tint", src: "Glass-NoShade-BlueTint.svg" },
|
||||
{ name: "green tint privacy", src: "Glass-NoShade-GreenTint-Privacy.svg" },
|
||||
|
||||
// No shade or tint
|
||||
{ name: "clear", src: "Glass-NoShade-NoTint.svg" },
|
||||
|
|
|
|||
Loading…
Reference in a new issue