mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 11:59:34 +00:00
feat(icon): deprecate Icon, IconSkeleton
This commit is contained in:
parent
0a4465025f
commit
de348f0a8c
3 changed files with 18 additions and 1 deletions
|
@ -1,4 +1,10 @@
|
|||
<script>
|
||||
/**
|
||||
* @deprecated
|
||||
* This component will be removed in version 1.0.0.
|
||||
* Use icons from "carbon-icons-svelte" instead
|
||||
*/
|
||||
|
||||
/**
|
||||
* @extends {"./IconSkeleton"} IconSkeletonProps
|
||||
* @restProps {svg}
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
<script>
|
||||
/**
|
||||
* @deprecated
|
||||
* This component will be removed in version 1.0.0.
|
||||
*/
|
||||
|
||||
/** Set the size of the icon */
|
||||
export let size = 16;
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue