• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

EcrituresNumeriques / stylo / 12925854411

23 Jan 2025 09:11AM UTC coverage: 25.831% (-4.7%) from 30.523%
12925854411

push

github

web-flow
Merge pull request #1192 from EcrituresNumeriques/feat/vite6

322 of 518 branches covered (62.16%)

Branch coverage included in aggregate %.

3448 of 14077 relevant lines covered (24.49%)

1.66 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/front/src/components/header/LanguagesIcon.jsx
1
import clsx from 'clsx'
×
2
import PropTypes from 'prop-types'
×
3
import React from 'react'
×
4

5
export default function LanguagesIcon({ className, height = 24, width = 24 }) {
×
6
  return (
×
7
    <svg
×
8
      xmlns="http://www.w3.org/2000/svg"
×
9
      width={width}
×
10
      height={height}
×
11
      viewBox="0 0 24 24"
×
12
      fill="none"
×
13
      stroke="currentColor"
×
14
      strokeWidth="2"
×
15
      strokeLinecap="round"
×
16
      strokeLinejoin="round"
×
17
      className={clsx('lucide', 'lucide-languages', className)}
×
18
    >
19
      <path d="m5 8 6 6" />
×
20
      <path d="m4 14 6-6 2-3" />
×
21
      <path d="M2 5h12" />
×
22
      <path d="M7 2h1" />
×
23
      <path d="m22 22-5-10-5 10" />
×
24
      <path d="M14 18h6" />
×
25
    </svg>
×
26
  )
27
}
×
28

29
LanguagesIcon.propTypes = {
×
30
  className: PropTypes.string,
×
31
  height: PropTypes.number,
×
32
  width: PropTypes.number,
×
33
}
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc