Repository URL to install this package:
|
Version:
0.0.0 ▾
|
export const MediumIcon = (props: React.ComponentProps<'svg'>) => {
return (
<svg {...props} viewBox="0 0 14 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M12.6725 1.91836L13.75 0.883008V0.65625H10.0182L7.35859 7.30781L4.3334 0.65625H0.420508V0.883008L1.6791 2.40527C1.80215 2.51777 1.86543 2.68301 1.84961 2.84824V8.83008C1.88828 9.04629 1.81973 9.26602 1.66855 9.42246L0.25 11.1504V11.3736H4.26836V11.1469L2.85156 9.42422C2.77565 9.34715 2.71855 9.2536 2.68471 9.15085C2.65087 9.0481 2.64119 8.93893 2.65645 8.83184V3.65684L6.18438 11.3771H6.59395L9.62793 3.65684V9.80742C9.62793 9.96914 9.62793 10.0025 9.52246 10.1098L8.43086 11.1697V11.3965H13.7254V11.1697L12.6725 10.1344C12.5811 10.0641 12.5336 9.94629 12.5529 9.83203V2.2207C12.5438 2.16422 12.5501 2.10632 12.5712 2.05311C12.5922 1.9999 12.6272 1.95335 12.6725 1.91836Z"
fill="currentColor"
/>
</svg>
)
}