UNPKG

kitten-components

Version:
9 lines (7 loc) 477 B
import React from 'react' export const LinkedinIcon = props => ( <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" {...props}> <title>LinkedIn</title> <path d="M1.622 0a1.62 1.62 0 1 1-.002 3.242A1.62 1.62 0 0 1 1.622 0zm-1.4 13.465H3.02V4.47H.222v8.995zM4.773 4.47h2.68V5.7h.038c.374-.707 1.286-1.452 2.646-1.452 2.83 0 3.353 1.862 3.353 4.284v4.933h-2.796V9.09c0-1.042-.018-2.384-1.452-2.384-1.455 0-1.677 1.137-1.677 2.31v4.45H4.773V4.47" /> </svg> )