Skip to content

Commit

Permalink
v0.2.21
Browse files Browse the repository at this point in the history
  • Loading branch information
quino0627 authored Jan 12, 2021
1 parent 61c33a8 commit 46886ed
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@channel.io/design-system",
"version": "0.2.20",
"version": "0.2.21",
"description": "Design System by Channel",
"repository": {
"type": "git",
Expand Down
10 changes: 10 additions & 0 deletions src/components/Icon/assets/linkedin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions src/components/Icon/generated/Linkedin.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
import React from 'react'

function SvgLinkedin(props: React.SVGProps<SVGSVGElement>) {
return (
<svg width="1em" height="1em" viewBox="0 0 24 24" fill="none" {...props}>
<g fill="currentColor" clipPath="url(#linkedin_svg__clip0)">
<path
fill="currentColor"
d="M19.603 3H4.398C3.626 3 3 3.626 3 4.398v15.205c0 .773.626 1.398 1.398 1.398h15.205c.773 0 1.398-.625 1.398-1.398V4.398A1.4 1.4 0 0019.603 3zM8.46 18.299H5.784v-8.55H8.46v8.55zM7.116 8.57a1.547 1.547 0 110-3.095 1.547 1.547 0 010 3.095zm11.315 5.991c-.002 1.246-.001 2.492-.001 3.738h-2.668v-.83-2.84c0-.832.104-2.153-.701-2.592-.53-.29-1.28-.22-1.725.207-.323.308-.444.758-.497 1.2a5.57 5.57 0 00-.037.684V18.3h-2.68V9.75h2.544l-.002 1.161h.01c.036-.061.09-.113.117-.179.715-1.681 3.868-1.751 4.964-.117.24.358.384.771.482 1.187.132.56.175 1.13.189 1.702.008.352.005.705.005 1.057z"
fillOpacity={0.85}
/>
</g>
<defs fill="currentColor">
<clipPath fill="currentColor" id="linkedin_svg__clip0">
<path
fill="currentColor"
transform="translate(3 3)"
d="M0 0h18v18H0z"
/>
</clipPath>
</defs>
</svg>
)
}

export default SvgLinkedin
2 changes: 2 additions & 0 deletions src/components/Icon/generated/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ import LightningFilled from './LightningFilled'
import Lightning from './Lightning'
import LinkOff from './LinkOff'
import Link from './Link'
import Linkedin from './Linkedin'
import List from './List'
import LockOpen from './LockOpen'
import Lock from './Lock'
Expand Down Expand Up @@ -565,6 +566,7 @@ const icons = {
'lightning': Lightning,
'link-off': LinkOff,
'link': Link,
'linkedin': Linkedin,
'list': List,
'lock-open': LockOpen,
'lock': Lock,
Expand Down

0 comments on commit 46886ed

Please sign in to comment.