Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

feat(icons): update FA to 5.6.3 and Crypto to 0.9.3 ⬆️ #213

Merged
merged 1 commit into from
Jan 8, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions src/Atoms/Icons/crypto/aywa.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
// @flow strict
import React from 'react'

import withStyle from '../withStyle'

const SvgCryptoAywa = (props) => (
<svg viewBox="0 0 32 32" {...props}>
<g fill="none" fillRule="evenodd">
<circle cx={16} cy={16} r={16} fill="#3355B5" fillRule="nonzero" />
<g fill="#FFF">
<path
d="M16 4C9.373 4 4 9.373 4 16s5.373 12 12 12 12-5.373 12-12A12 12 0 0 0 16 4zm0 23.77C9.5 27.77 4.23 22.5 4.23 16S9.5 4.23 16 4.23 27.77 9.5 27.77 16A11.77 11.77 0 0 1 16 27.77z"
fillRule="nonzero"
/>
<path d="M19.29 13.5l-.03-.11-.03-.11-.03-.12-.04-.1-.03-.11-.04-.1-.05-.11-.04-.1-.05-.09-.05-.1-.05-.09-.06-.09-.05-.08-.06-.09-.06-.07-.07-.08-.06-.07-.06-.07-.07-.06-.07-.06-.07-.06-.07-.05-.08-.05-.07-.04-.08-.05-.07-.03-.08-.04-.08-.03-.08-.03-.09-.02-.08-.02-.08-.02-.09-.01-.09-.01-.08-.01h-.27l-.09.01-.09.01-.1.01-.09.02-.09.02-.09.02-.1.03-.09.03-.1.03-.1.04-.09.04-.1.05-.09.04-.1.05-.1.06-.09.05-.1.06-.1.07-.09.06-.1.07-.1.08-.1.07-.09.08-.1.08-.09.09-.1.09-.1.09-.09.1-.1.1-.09.1-.09.1-.1.11-.09.11-.09.11-.09.12-.09.12-.09.13-.12.17-.12.18-.12.19-.11.18-.11.2-.11.19-.1.19-.1.2-.09.2-.09.2-.08.2-.07.16 7.19-2.35zm-6.49 3.51l6.37-.05.03-.14.03-.14.03-.14.03-.15.02-.14.03-.14.02-.14.01-.14.02-.14.01-.14.01-.13.01-.14.01-.14v-.29z" />
<path
d="M16 4.56C9.682 4.56 4.56 9.682 4.56 16S9.682 27.44 16 27.44 27.44 22.318 27.44 16A11.44 11.44 0 0 0 16 4.56zm6.48 12.36l-.2 1.18h-1.79l-.06.2-.11.3-.11.3-.12.3-.09.3-.13.29-.14.29-.14.29-.15.28-.15.28-.16.27-.16.27-.17.27-.2.26-.09.13-.09.13-.93-1.56.09-.13.09-.13.08-.13.08-.13.08-.13.08-.13.08-.13.07-.13.07-.14.07-.14.07-.14.07-.14.06-.14.06-.14.06-.14.06-.14.06-.14.05-.14v-.12l-7.27.06v1.85l-1.86 1.29V18.2H9.1l-.2.07-.34-1.19 1.68-.55v-.13l.07-.21.1-.19.07-.2.08-.2.08-.2.08-.2.08-.2.09-.2.09-.2.09-.2.09-.19.1-.19.1-.19.1-.19.1-.19.11-.19.11-.18.11-.18.11-.19.11-.18.12-.17.12-.17.11-.19.12-.17.12-.16.13-.16.17-.14.13-.15.13-.15.13-.15.14-.14.14-.14.14-.14.14-.13.14-.13.14-.13.11-.11.15-.12.15-.11.15-.11.15-.11.15-.1.15-.09.15-.09.15-.08.15-.08.13-.11.18-.05.14-.06.14-.06.14-.05h2.41l.11.05.11.05.11.06.11.06.1.07.1.07.1.08.1.08.09.09.09.09.09.1.09.1.08.11.08.11.08.11.08.12.07.12.07.13.07.13.06.14.06.14.06.14.06.15.05.15V13l1-.32.34 1.19-1.28.42v1.63l-.05.3-.06.3-.07.3v.13l1.75-.03z"
fillRule="nonzero"
/>
</g>
</g>
</svg>
)

export const CryptoAywa = withStyle(SvgCryptoAywa, 'CryptoAywa', true)
18 changes: 18 additions & 0 deletions src/Atoms/Icons/crypto/booty.js

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

21 changes: 21 additions & 0 deletions src/Atoms/Icons/crypto/chain.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
// @flow strict
import React from 'react'

import withStyle from '../withStyle'

const SvgCryptoChain = (props) => (
<svg viewBox="0 0 32 32" {...props}>
<g fill="none" fillRule="evenodd">
<circle cx={16} cy={16} r={16} fill="#00ACED" fillRule="nonzero" />
<g fill="#FFF">
<path d="M6 9.714v4.076l9.895 5.715 6.42-3.715v3.315l3.456 2.038V9.714l-9.885 5.715z" />
<path
opacity={0.7}
d="M15.886 4L6 9.714v11.429l9.886 5.714 9.857-5.714-3.495-2.038-6.362 3.676-6.39-3.676v-7.353l6.39-3.676 6.362 3.676 3.495-2.038z"
/>
</g>
</g>
</svg>
)

export const CryptoChain = withStyle(SvgCryptoChain, 'CryptoChain', true)
18 changes: 18 additions & 0 deletions src/Atoms/Icons/crypto/entrp.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
// @flow strict
import React from 'react'

import withStyle from '../withStyle'

const SvgCryptoEntrp = (props) => (
<svg viewBox="0 0 32 32" {...props}>
<g fill="none">
<circle cx={16} cy={16} r={16} fill="#FA5836" />
<path
d="M14.737 4.502c-.108.015-.525.093-.926.154-2.238.378-4.305 1.474-6.018 3.194-1.72 1.713-2.77 3.696-3.21 6.057-.2 1.073-.2 3.171 0 4.244.44 2.36 1.49 4.343 3.21 6.056 1.713 1.72 3.695 2.77 6.056 3.21 1.073.2 3.171.2 4.244 0 2.36-.44 4.344-1.49 6.057-3.21 1.72-1.713 2.77-3.695 3.21-6.056.2-1.073.2-3.171 0-4.244-.44-2.36-1.49-4.344-3.21-6.057-1.675-1.682-3.565-2.708-5.856-3.17-.71-.147-3.071-.263-3.557-.178zm4.12 4.09c.092.038.123.153.123.462v.417h-.486c-.617 0-1.103.231-1.304.617-.131.247-.139.548-.139 4.205 0 2.16-.03 3.973-.061 4.027-.162.247-1.35.317-1.883.108l-.216-.085v-3.988c0-3.72-.008-4.02-.139-4.267-.2-.386-.687-.617-1.304-.617h-.486v-.417c0-.262.039-.432.1-.455.14-.062 5.648-.062 5.795-.008zm-4.429 3.216v.95l-.224.13c-.331.194-.887.772-1.11 1.15a4.008 4.008 0 0 0-.325.78l-.123.44h-.887c-1.011 0-.98.038-.764-.81.27-1.027.926-2.069 1.72-2.701.44-.355 1.412-.888 1.605-.888.085 0 .108.201.108.95zm3.827-.678a5.173 5.173 0 0 1 2.693 3.317c.216.849.247.81-.764.81h-.887l-.124-.44a4.008 4.008 0 0 0-.324-.779c-.224-.378-.78-.956-1.111-1.15l-.224-.13v-.95c0-.748.023-.949.108-.949.054 0 .34.124.633.27zm-5.601 4.853c0 .362.239 1.103.486 1.489 1.319 2.09 4.343 2.09 5.663 0 .247-.386.486-1.127.486-1.49v-.262h1.844l-.039.401c-.193 1.875-1.227 3.388-2.847 4.19-.748.37-1.404.525-2.276.525-2.7 0-4.837-1.968-5.123-4.715l-.038-.4h1.844v.262zm4.436 5.578c.1.54.656.872 1.489.872h.401v.848h-6.018v-.826l.563-.038c.363-.023.656-.092.818-.185.24-.139.548-.602.548-.818 0-.077.247-.1 1.072-.1h1.08l.047.247z"
fill="#FEFFFF"
/>
</g>
</svg>
)

export const CryptoEntrp = withStyle(SvgCryptoEntrp, 'CryptoEntrp', true)
10 changes: 10 additions & 0 deletions src/Atoms/Icons/crypto/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export { CryptoAry } from './ary'
export { CryptoAst } from './ast'
export { CryptoAtm } from './atm'
export { CryptoAuto } from './auto'
export { CryptoAywa } from './aywa'
export { CryptoBat } from './bat'
export { CryptoBay } from './bay'
export { CryptoBcbc } from './bcbc'
Expand All @@ -43,6 +44,7 @@ export { CryptoBlz } from './blz'
export { CryptoBnb } from './bnb'
export { CryptoBnt } from './bnt'
export { CryptoBnty } from './bnty'
export { CryptoBooty } from './booty'
export { CryptoBos } from './bos'
export { CryptoBpt } from './bpt'
export { CryptoBq } from './bq'
Expand All @@ -64,6 +66,7 @@ export { CryptoCc } from './cc'
export { CryptoCdn } from './cdn'
export { CryptoCdt } from './cdt'
export { CryptoCenz } from './cenz'
export { CryptoChain } from './chain'
export { CryptoChat } from './chat'
export { CryptoChips } from './chips'
export { CryptoCix } from './cix'
Expand Down Expand Up @@ -118,6 +121,7 @@ export { CryptoEmc } from './emc'
export { CryptoEmc2 } from './emc2'
export { CryptoEng } from './eng'
export { CryptoEnj } from './enj'
export { CryptoEntrp } from './entrp'
export { CryptoEos } from './eos'
export { CryptoEqli } from './eqli'
export { CryptoEqua } from './equa'
Expand Down Expand Up @@ -189,6 +193,7 @@ export { CryptoLend } from './lend'
export { CryptoLink } from './link'
export { CryptoLkk } from './lkk'
export { CryptoLoom } from './loom'
export { CryptoLpt } from './lpt'
export { CryptoLrc } from './lrc'
export { CryptoLsk } from './lsk'
export { CryptoLtc } from './ltc'
Expand Down Expand Up @@ -247,6 +252,7 @@ export { CryptoPasc } from './pasc'
export { CryptoPasl } from './pasl'
export { CryptoPay } from './pay'
export { CryptoPayx } from './payx'
export { CryptoPgt } from './pgt'
export { CryptoPink } from './pink'
export { CryptoPirl } from './pirl'
export { CryptoPivx } from './pivx'
Expand Down Expand Up @@ -322,9 +328,11 @@ export { CryptoTghc } from './tghc'
export { CryptoTheta } from './theta'
export { CryptoTix } from './tix'
export { CryptoTkn } from './tkn'
export { CryptoTks } from './tks'
export { CryptoTnb } from './tnb'
export { CryptoTnc } from './tnc'
export { CryptoTnt } from './tnt'
export { CryptoTpay } from './tpay'
export { CryptoTrig } from './trig'
export { CryptoTrtl } from './trtl'
export { CryptoTrx } from './trx'
Expand Down Expand Up @@ -353,6 +361,7 @@ export { CryptoWicc } from './wicc'
export { CryptoWings } from './wings'
export { CryptoWpr } from './wpr'
export { CryptoWtc } from './wtc'
export { CryptoX } from './x'
export { CryptoXas } from './xas'
export { CryptoXbc } from './xbc'
export { CryptoXby } from './xby'
Expand Down Expand Up @@ -381,6 +390,7 @@ export { CryptoZcl } from './zcl'
export { CryptoZec } from './zec'
export { CryptoZel } from './zel'
export { CryptoZen } from './zen'
export { CryptoZest } from './zest'
export { CryptoZil } from './zil'
export { CryptoZilla } from './zilla'
export { CryptoZrx } from './zrx'
18 changes: 18 additions & 0 deletions src/Atoms/Icons/crypto/lpt.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
// @flow strict
import React from 'react'

import withStyle from '../withStyle'

const SvgCryptoLpt = (props) => (
<svg viewBox="0 0 32 32" {...props}>
<g fill="none" fillRule="evenodd">
<circle cx={16} cy={16} r={16} fill="#000" fillRule="nonzero" />
<path
d="M14.225 23.483h3.508v3.508h-3.508zm0-15.483h3.508v3.508h-3.508zm8.267 0H26v3.508h-3.508zM6 8h3.508v3.508H6zm12.358 7.742h3.508v3.508h-3.508zm-8.275 0h3.508v3.508h-3.508z"
fill="#FFF"
/>
</g>
</svg>
)

export const CryptoLpt = withStyle(SvgCryptoLpt, 'CryptoLpt', true)
18 changes: 18 additions & 0 deletions src/Atoms/Icons/crypto/pgt.js

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

21 changes: 21 additions & 0 deletions src/Atoms/Icons/crypto/tks.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
// @flow strict
import React from 'react'

import withStyle from '../withStyle'

const SvgCryptoTks = (props) => (
<svg viewBox="0 0 32 32" {...props}>
<g fill="none" fillRule="evenodd">
<circle cx={16} cy={16} r={16} fill="#895AF8" fillRule="nonzero" />
<g fill="#FFF">
<path d="M17.77 14.25a4 4 0 0 1 .48 0c1.48.1 2.16 2.11 3.1 2a8.16 8.16 0 0 1-3 1.55 2 2 0 0 1-2.17-1.3v4L22 17.18V12l-4.23 2.25zm-2.89-.01a2.05 2.05 0 0 1-.74-1.49v-.08c0-1.16 1.87-3 1.93-3 .06.06 1.93 1.85 1.93 3v.09a2 2 0 0 1-.6 1.36l4.6-2.47-6-2.94-6 2.91 4.88 2.62zm.98 2.3a2 2 0 0 1-2.17 1.31 8.16 8.16 0 0 1-3-1.55c.94.07 1.61-1.95 3.1-2a4 4 0 0 1 .48 0L10 12v5.19l5.87 3.39-.01-4.04z" />
<path
d="M16 4C9.373 4 4 9.373 4 16s5.373 12 12 12 12-5.373 12-12A12 12 0 0 0 16 4zm-6.7 7.19L16 7.94l6.71 3.25v6.39L16 21.45l-6.7-3.87v-6.39zm13.43 9l-6.68 3.86-6.76-3.9v-.37l6.76 3.9 6.68-3.86v.37zm0-.75l-6.68 3.86-6.76-3.9V19l6.76 3.91 6.68-3.86v.39zm0-.75l-6.68 3.86-6.76-3.9v-.37l6.76 3.91 6.68-3.86v.36z"
fillRule="nonzero"
/>
</g>
</g>
</svg>
)

export const CryptoTks = withStyle(SvgCryptoTks, 'CryptoTks', true)
22 changes: 22 additions & 0 deletions src/Atoms/Icons/crypto/tpay.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
// @flow strict
import React from 'react'

import withStyle from '../withStyle'

const SvgCryptoTpay = (props) => (
<svg viewBox="0 0 32 32" {...props}>
<g fill="none" fillRule="evenodd">
<circle cx={16} cy={16} r={16} fill="#3058A6" fillRule="nonzero" />
<g fill="#FFF">
<path
d="M15.995 27.228c-6.198 0-11.223-5.025-11.223-11.223S9.797 4.782 15.995 4.782s11.223 5.025 11.223 11.223-5.025 11.223-11.223 11.223m0-23.161c-6.583 0-11.938 5.355-11.938 11.938s5.355 11.938 11.938 11.938 11.938-5.355 11.938-11.938S22.578 4.067 15.995 4.067"
fillRule="nonzero"
/>
<path d="M20.199 20.275l-.623 2.699-.15.653h-.67l-3.445-.002h-.014c-1.381-.023-2.465-.39-3.176-1.038.614 1.083 1.918 1.71 3.738 1.74h.014l3.444.002h.67l.151-.653.623-2.699-.486-1.031-.076.329zM19.116 8.704l-.492-1.023-.07.32-.467 2.127h.716zm2.487 2.461l-.62 2.625-.154.648h-3.733l-.948 4.328c-.02.124-.032.25-.032.32 0 .061.007.1.013.119a.6.6 0 0 0 .223.038h.408l.898-4.102h3.733l.153-.649.62-2.625-.482-1.036-.08.334zm-9.262 3.273H9.74l.896.703h1.552z" />
<path d="M16.434 20.086h-.095c-.724-.019-1.066-.396-1.066-1 0-.144.024-.335.048-.478l1.098-5.012h3.744l.62-2.625h-3.744l.692-3.15h-3.054l-.693 3.15H10.67l-.596 2.625h3.314l-1.29 5.895c-.07.286-.095.62-.095.787 0 1.682 1.327 2.472 3.308 2.505l3.444.001.623-2.698h-2.944z" />
</g>
</g>
</svg>
)

export const CryptoTpay = withStyle(SvgCryptoTpay, 'CryptoTpay', true)
19 changes: 19 additions & 0 deletions src/Atoms/Icons/crypto/x.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
// @flow strict
import React from 'react'

import withStyle from '../withStyle'

const SvgCryptoX = (props) => (
<svg viewBox="0 0 32 32" {...props}>
<g fill="none" fillRule="evenodd">
<circle cx={16} cy={16} r={16} fill="#3B5998" fillRule="nonzero" />
<g fill="#FFF">
<path d="M14.116 6.01h1.88v5.882l-1.88-1.963z" />
<path d="M6.011 7.993h4.949c1.677 1.755 3.361 3.507 5.038 5.266.971-1.009 1.939-2.025 2.906-3.037.715-.741 1.427-1.486 2.14-2.23h4.937c-2.304 2.33-4.605 4.662-6.91 6.99-.242.243-.485.488-.722.734.058.062.12.123.172.189l6.771 6.846.691.696h-3.83c-.099 0-.198.006-.295-.007-.273-.008-.547.004-.82-.006-.495-.511-.984-1.029-1.479-1.542-.973-1.012-1.942-2.03-2.915-3.044-.216-.224-.427-.454-.648-.672-.47.5-.952.993-1.425 1.493l-2.677 2.794c-.312.325-.62.652-.934.971-.27.008-.542 0-.814.004-.155.019-.312.006-.467.01H6.01l7.268-7.35c.125-.126.249-.253.37-.382L6.01 7.993z" />
<path d="M16 19.531c.626.663 1.26 1.319 1.888 1.98.004 1.307 0 2.612 0 3.92h-1.89c0-1.967 0-3.933.004-5.9H16z" />
</g>
</g>
</svg>
)

export const CryptoX = withStyle(SvgCryptoX, 'CryptoX', true)
16 changes: 10 additions & 6 deletions src/Atoms/Icons/crypto/zen.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,16 @@ import withStyle from '../withStyle'
const SvgCryptoZen = (props) => (
<svg viewBox="0 0 32 32" {...props}>
<g fill="none" fillRule="evenodd">
<circle cx={16} cy={16} fill="#234871" r={16} />
<path
d="M18.666 17.298l-1.345-.804v-3.627l-3.16-1.846V9.35l4.505 2.62zM16.83 13.63v1.534l-3.215 1.888v3.74l-1.3.778v-5.287zm-2.296 3.485l1.444-.835 3.088 1.839 3.109-1.839 1.4.837-4.524 2.664zm4.517 3.135l4.919-2.897v5.773L19.052 26l-4.919-2.89v-5.764zm-7.137-4.2v5.76L7 18.946v-5.783l4.898-2.886 4.933 2.884zM23.97 8.861v5.793l-4.904 2.885v-5.803L14.16 8.882 19.073 6z"
fill="#fff"
fillRule="nonzero"
/>
<circle cx={16} cy={16} r={16} fill="#16203A" fillRule="nonzero" />
<g fill="#FFF">
<g opacity={0.7}>
<path d="M15.445 17.082a11.72 11.72 0 0 0-4.085 2.006 5.52 5.52 0 0 0 4.6 2.392 5.52 5.52 0 0 0 5.456-4.508 15.52 15.52 0 0 0-2.917-.294 12.116 12.116 0 0 0-3.073.386" />
<path d="M15.445 17.082a11.72 11.72 0 0 0-4.085 2.006 5.52 5.52 0 0 0 4.6 2.392 5.52 5.52 0 0 0 5.456-4.508 15.52 15.52 0 0 0-2.917-.294 12.116 12.116 0 0 0-3.073.386" />
<path d="M23.136 12.4a8.013 8.013 0 0 1-7.176 11.574 7.976 7.976 0 0 1-3.56-.829l-2.852 1.84A10.985 10.985 0 0 0 15.96 27C22.057 27 27 22.057 27 15.96a11.04 11.04 0 0 0-2.052-6.44l-1.812 2.88z" />
<path d="M23.136 12.4a8.013 8.013 0 0 1-7.176 11.574 7.976 7.976 0 0 1-3.56-.829l-2.852 1.84A10.985 10.985 0 0 0 15.96 27C22.057 27 27 22.057 27 15.96a11.04 11.04 0 0 0-2.052-6.44l-1.812 2.88z" />
</g>
<path d="M8.407 18.637a8.013 8.013 0 0 1 11.16-9.835l2.851-1.84A11.04 11.04 0 0 0 7.11 22.556a13.294 13.294 0 0 1 14.416-6.596 5.533 5.533 0 0 0-11.04.754 14.582 14.582 0 0 0-2.07 1.905" />
</g>
</g>
</svg>
)
Expand Down
Loading