diff options
| author | Ivan Chen <ivan@thetaggid.com> | 2020-10-08 16:26:16 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-08 16:26:16 -0400 |
| commit | 6e3fe33e5e1d3818ef8bb942c1544581ab8c0688 (patch) | |
| tree | 11d86adf5ef56efadf6a1edafdc33fdba20fab80 /src/assets | |
| parent | cf0f22d4e86e44efee6ae1d4f23e0642df117b79 (diff) | |
[TMA-229] Moments Barebones (#50)
* added react native svg transformation to support svg icons
* finished moments barebones view
* resolved a warning from the svg file
Diffstat (limited to 'src/assets')
| -rw-r--r-- | src/assets/icons/plus_icon-01.svg | 1 | ||||
| -rw-r--r-- | src/assets/icons/plus_icon-02.svg | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/assets/icons/plus_icon-01.svg b/src/assets/icons/plus_icon-01.svg new file mode 100644 index 00000000..32632897 --- /dev/null +++ b/src/assets/icons/plus_icon-01.svg @@ -0,0 +1 @@ +<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 216 216"><defs><style>.cls-1{fill:none;stroke:#718dc3;stroke-miterlimit:10;stroke-width:11px;}.cls-2{fill:#718dc3;}</style></defs><circle class="cls-1" cx="108" cy="108" r="84.9"/><rect class="cls-2" x="101.05" y="59.11" width="13.91" height="97.78" rx="6.34"/><rect class="cls-2" x="101.05" y="59.11" width="13.91" height="97.78" rx="6.34" transform="translate(0 216) rotate(-90)"/></svg>
\ No newline at end of file diff --git a/src/assets/icons/plus_icon-02.svg b/src/assets/icons/plus_icon-02.svg new file mode 100644 index 00000000..25527911 --- /dev/null +++ b/src/assets/icons/plus_icon-02.svg @@ -0,0 +1 @@ +<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60"><defs><style>.cls-1{fill:#fff;}</style></defs><rect class="cls-1" x="25.73" width="8.54" height="60" rx="3.89"/><rect class="cls-1" x="25.73" width="8.54" height="60" rx="3.89" transform="translate(0 60) rotate(-90)"/></svg>
\ No newline at end of file |
