Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
shinokada committed Jul 6, 2023
1 parent ceaf348 commit 0614832
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions icon-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@
- FaceMindBlowSolid
- FaceStarStruckSolid
- FacebookSolid
- File VideoSolid
- FileChartBarOutline
- FileChartBarSolid
- FileCheckOutline
Expand Down Expand Up @@ -251,6 +250,7 @@
- FileShieldSolid
- FileSolid
- FileVideoOutline
- FileVideoSolid
- FileWordOutline
- FileWordpressSolid
- FileZipOutline
Expand Down Expand Up @@ -431,15 +431,15 @@
- TerminalSolid
- TextCenterSolid
- ThumbsDownOutline
- ThumbsDownSolid
- ThumbsUpOutline
- ThumbsUpSolid
- TicketOutline
- TicketSolid
- TrashBinOutline
- TrashBinSolid
- TruckOutline
- TruckSolid
- TumbDownSolid
- TumbUpSolid
- TwitterSolid
- UnderlineSolid
- UploadOutline
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2009,4 +2009,4 @@
"type": "git",
"url": "https://github.com/themesberg/flowbite-svelte-icons/"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
export let role: string = 'img';
export let svgClass: string = 'text-gray-800 dark:text-white';
let svgCls: string = twMerge(svgClass, $$props.class);
export let ariaLabel = 'tumb down solid';
export let ariaLabel = 'thumbs down solid';
</script>

<svg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
export let role: string = 'img';
export let svgClass: string = 'text-gray-800 dark:text-white';
let svgCls: string = twMerge(svgClass, $$props.class);
export let ariaLabel = 'tumb up solid';
export let ariaLabel = 'thumbs up solid';
</script>

<svg
Expand Down
4 changes: 2 additions & 2 deletions src/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -429,15 +429,15 @@ export { default as TerminalOutline } from './TerminalOutline.svelte';
export { default as TerminalSolid } from './TerminalSolid.svelte';
export { default as TextCenterSolid } from './TextCenterSolid.svelte';
export { default as ThumbsDownOutline } from './ThumbsDownOutline.svelte';
export { default as ThumbsDownSolid } from './ThumbsDownSolid.svelte';
export { default as ThumbsUpOutline } from './ThumbsUpOutline.svelte';
export { default as ThumbsUpSolid } from './ThumbsUpSolid.svelte';
export { default as TicketOutline } from './TicketOutline.svelte';
export { default as TicketSolid } from './TicketSolid.svelte';
export { default as TrashBinOutline } from './TrashBinOutline.svelte';
export { default as TrashBinSolid } from './TrashBinSolid.svelte';
export { default as TruckOutline } from './TruckOutline.svelte';
export { default as TruckSolid } from './TruckSolid.svelte';
export { default as TumbDownSolid } from './TumbDownSolid.svelte';
export { default as TumbUpSolid } from './TumbUpSolid.svelte';
export { default as TwitterSolid } from './TwitterSolid.svelte';
export { default as UnderlineSolid } from './UnderlineSolid.svelte';
export { default as UploadOutline } from './UploadOutline.svelte';
Expand Down

0 comments on commit 0614832

Please sign in to comment.