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.
9 lines
333 B
9 lines
333 B
import React from 'react'
|
|
|
|
const SvgLitecoin = props => (
|
|
<svg fill="currentColor" viewBox="0 0 40 40" data-icon="ltc" width="1em" height="1em" {...props}>
|
|
<path d="M12.29 28.04l1.29-5.52-1.58.67.63-2.85 1.64-.68L16.52 10h5.23l-1.52 7.14 2.09-.74-.58 2.7-2.05.8-.9 4.34h8.1l-.99 3.8z" />
|
|
</svg>
|
|
)
|
|
|
|
export default SvgLitecoin
|
|
|