You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
1000 B
13 lines
1000 B
6 years ago
|
import React from 'react'
|
||
|
|
||
|
const SvgSkinnyBitcoin = props => (
|
||
|
<svg viewBox="0 0 25 42" width="1em" height="1em" {...props}>
|
||
|
<g fillRule="nonzero" fill="currentColor">
|
||
|
<path d="M16.667 38H.833A.842.842 0 0 1 0 37.15V4.85C0 4.38.373 4 .833 4h12.5c4.595 0 8.334 3.813 8.334 8.5 0 2.86-1.39 5.392-3.519 6.934C22.038 20.148 25 23.628 25 27.8v1.7c0 4.687-3.738 8.5-8.333 8.5zm-15-1.7h15c3.676 0 6.666-3.05 6.666-6.8v-1.7c0-3.75-2.99-6.8-6.666-6.8h-15v15.3zm0-17h11.666C17.01 19.3 20 16.25 20 12.5s-2.99-6.8-6.667-6.8H1.667v13.6z" />
|
||
|
<path d="M6 5c-.552 0-1-.373-1-.833V.833C5 .373 5.448 0 6 0s1 .373 1 .833v3.334C7 4.627 6.554 5 6 5zM12 5c-.552 0-1-.373-1-.833V.833c0-.46.448-.833 1-.833s1 .373 1 .833v3.334c0 .46-.446.833-1 .833zM6 42c-.552 0-1-.373-1-.833v-3.334c0-.46.448-.833 1-.833s1 .373 1 .833v3.334c0 .46-.446.833-1 .833zM12 42c-.552 0-1-.373-1-.833v-3.334c0-.46.448-.833 1-.833s1 .373 1 .833v3.334c0 .46-.446.833-1 .833z" />
|
||
|
</g>
|
||
|
</svg>
|
||
|
)
|
||
|
|
||
|
export default SvgSkinnyBitcoin
|