Repository URL to install this package:
|
Version:
0.0.0 ▾
|
import React from 'react'
export const CarbonIcon = (props: React.ComponentProps<'svg'>) => {
return (
<svg xmlns="http://www.w3.org/2000/svg" {...props} fill="none" viewBox="0 0 20 18">
<path
fill="#97A3B7"
stroke="#97A3B7"
strokeLinejoin="round"
strokeMiterlimit="2"
strokeWidth="0.005"
d="M8.808 2.145l.172.002c.29.007.58.03.86.073a.978.978 0 001.113-.828.984.984 0 00-.824-1.12 9.233 9.233 0 00-.968-.09L9.025.18a8.783 8.783 0 00-.398 17.56 8.785 8.785 0 008.462-5.805.981.981 0 10-1.846-.667 6.83 6.83 0 01-6.57 4.505 6.824 6.824 0 01-6.661-6.966 6.826 6.826 0 016.796-6.66zm10.968 1.32c.317-.401.019-1.003-.651-1.026H16.5a7.76 7.76 0 00-5.53 2.291 7.812 7.812 0 00-1.574 2.238 7.862 7.862 0 00-.642 2.167 3.683 3.683 0 00-2.688-1.168H3.985c-.39.015-.408.395-.109.721l4.86 4.858c.344.279.67.26.968 0l10.072-10.08zm-9.819 8.29c-.072.074-.199.063-.199-.06v-1.43A6.75 6.75 0 0116.5 3.52h1.267c.2 0 .29.144.163.27-.37.366-1.873 1.866-7.973 7.964z"
/>
</svg>
)
}