(props: React.SVGProps<SVGSVGElement>)
| 1 | import React from 'react'; |
| 2 | export function IconExamples(props: React.SVGProps<SVGSVGElement>) { |
| 3 | return ( |
| 4 | <svg |
| 5 | {...props} |
| 6 | xmlns="http://www.w3.org/2000/svg" |
| 7 | width="24" |
| 8 | height="24" |
| 9 | viewBox="0 0 24 24" |
| 10 | fill="none" |
| 11 | > |
| 12 | <path |
| 13 | fillRule="evenodd" |
| 14 | clipRule="evenodd" |
| 15 | d="M19.5241 4.14824C19.9945 4.43769 20.1411 5.05364 19.8517 5.52399L17.7126 8.9999H19C19.5523 8.9999 20 9.44761 20 9.9999V19.9999C20 21.1045 19.1046 21.9999 18 21.9999H6C4.89543 21.9999 4 21.1045 4 19.9999V9.9999C4 9.44761 4.44772 8.9999 5 8.9999H15.3643L18.1483 4.4758C18.4378 4.00544 19.0537 3.85879 19.5241 4.14824ZM10 12.9999C9.44772 12.9999 9 13.4476 9 13.9999C9 14.5522 9.44772 14.9999 10 14.9999H14C14.5523 14.9999 15 14.5522 15 13.9999C15 13.4476 14.5523 12.9999 14 12.9999H10Z" |
| 16 | fill="currentColor" |
| 17 | /> |
| 18 | <path |
| 19 | d="M11.8501 3.07442C11.9468 3.02604 12.0253 2.94758 12.0737 2.85081L12.5519 1.89431C12.7362 1.52579 13.2621 1.52579 13.4464 1.89431L13.9246 2.85081C13.973 2.94758 14.0515 3.02604 14.1482 3.07442L15.1047 3.55267C15.4733 3.73693 15.4733 4.26284 15.1047 4.4471L14.1482 4.92535C14.0515 4.97373 13.973 5.05219 13.9246 5.14896L13.4464 6.10546C13.2621 6.47398 12.7362 6.47398 12.5519 6.10546L12.0737 5.14896C12.0253 5.05219 11.9468 4.97373 11.8501 4.92535L10.8936 4.4471C10.5251 4.26284 10.5251 3.73693 10.8936 3.55267L11.8501 3.07442Z" |
| 20 | fill="currentColor" |
| 21 | /> |
| 22 | <path |
| 23 | d="M6.51675 4.74109C6.61351 4.69271 6.69197 4.61425 6.74036 4.51748L7.05194 3.89431C7.2362 3.52579 7.7621 3.52579 7.94637 3.89431L8.25795 4.51748C8.30633 4.61424 8.38479 4.69271 8.48156 4.74109L9.10472 5.05267C9.47325 5.23693 9.47325 5.76284 9.10473 5.9471L8.48156 6.25868C8.38479 6.30707 8.30633 6.38553 8.25795 6.48229L7.94637 7.10546C7.7621 7.47398 7.2362 7.47398 7.05194 7.10546L6.74036 6.48229C6.69197 6.38553 6.61351 6.30707 6.51675 6.25868L5.89358 5.9471C5.52506 5.76284 5.52506 5.23693 5.89358 5.05267L6.51675 4.74109Z" |
| 24 | fill="currentColor" |
| 25 | /> |
| 26 | </svg> |
| 27 | ); |
| 28 | } |
nothing calls this directly
no outgoing calls
no test coverage detected