diff options
Diffstat (limited to 'src/_icons/brand-codepen.svg')
-rw-r--r-- | src/_icons/brand-codepen.svg | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/_icons/brand-codepen.svg b/src/_icons/brand-codepen.svg index 7a4cbfb8..10c3830c 100644 --- a/src/_icons/brand-codepen.svg +++ b/src/_icons/brand-codepen.svg @@ -4,8 +4,8 @@ category: Brand <svg> <path d="M3 15l9 6l9 -6l-9 -6l-9 6" /> <path d="M3 9l9 6l9 -6l-9 -6l-9 6" /> - <path d="M3 9v6" /> - <path d="M21 9v6" /> - <path d="M12 3v6" /> - <path d="M12 15v6" /> + <line x1="3" y1="9" x2="3" y2="15" /> + <line x1="21" y1="9" x2="21" y2="15" /> + <line x1="12" y1="3" x2="12" y2="9" /> + <line x1="12" y1="15" x2="12" y2="21" /> </svg> |