10 lines
264 B
JavaScript
10 lines
264 B
JavaScript
function UnderlineLG() {
|
|
return (
|
|
<svg width="85" height="2" viewBox="0 0 85 2" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<rect x="0.5" width="84" height="2" rx="1" fill="#F17732" />
|
|
</svg>
|
|
|
|
)
|
|
}
|
|
|
|
export default UnderlineLG |