diff options
| -rw-r--r-- | src/_icons/brand-linkedin.svg | 10 | 
1 files changed, 10 insertions, 0 deletions
diff --git a/src/_icons/brand-linkedin.svg b/src/_icons/brand-linkedin.svg new file mode 100644 index 0000000..55705b0 --- /dev/null +++ b/src/_icons/brand-linkedin.svg @@ -0,0 +1,10 @@ +--- +category: Brand +--- +<svg> +  <rect x="4" y="4" width="16" height="16" rx="2" /> +  <line x1="8" y1="11" x2="8" y2="16" /> +  <line x1="8" y1="8" x2="8" y2="8.01" /> +  <path d="M12 16v-5" /> +  <path d="M16 16v-3a2 2 0 0 0 -4 0" /> +</svg>  | 
