commit 3d320f94b36c620f644eac9a86a50657ab31bb43 parent d1af0f4ec9c71eb7822b73174ea96a7c013e4fcc Author: Agastya Chandrakant <me@hanabi.in> Date: Wed, 11 Mar 2020 12:02:36 +0530 Remove next and prev SVG icons Diffstat:
M | src/components/partials/SVGIcon.js | | | 32 | -------------------------------- |
1 file changed, 0 insertions(+), 32 deletions(-)
diff --git a/src/components/partials/SVGIcon.js b/src/components/partials/SVGIcon.js @@ -81,38 +81,6 @@ export function InstagramSVG() { ); } -export function NextSVG() { - return ( - <svg - className="icon" - viewBox="0 0 24 24" - strokeLinecap="round" - strokeLinejoin="round" - strokeWidth="2" - aria-hidden="true" - > - <line x1="4" y1="12" x2="20" y2="12"></line> - <polyline points="14 6 20 12 14 18"></polyline> - </svg> - ); -} - -export function PrevSVG() { - return ( - <svg - className="icon" - viewBox="0 0 24 24" - strokeLinecap="round" - strokeLinejoin="round" - strokeWidth="2" - aria-hidden="true" - > - <line x1="20" y1="12" x2="4" y2="12"></line> - <polyline points="10 18 4 12 10 6"></polyline> - </svg> - ); -} - export function TagSVG() { return ( <svg