mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 03:26:36 +00:00
chore: format files with Prettier 3
This commit is contained in:
parent
1dcd09bd98
commit
8e996dc683
391 changed files with 3725 additions and 3785 deletions
|
@ -16,8 +16,8 @@
|
|||
viewBox="0 0 32 32"
|
||||
fill="currentColor"
|
||||
preserveAspectRatio="xMidYMid meet"
|
||||
width="{size}"
|
||||
height="{size}"
|
||||
width={size}
|
||||
height={size}
|
||||
{...attributes}
|
||||
{...$$restProps}
|
||||
>
|
||||
|
@ -28,5 +28,6 @@
|
|||
fill="none"
|
||||
d="M17.5,23.5c0,0.8-0.7,1.5-1.5,1.5c-0.8,0-1.5-0.7-1.5-1.5S15.2,22,16,22 C16.8,22,17.5,22.7,17.5,23.5z M17.1,8h-2.2v11h2.2V8z"
|
||||
data-icon-path="inner-path"
|
||||
opacity="0"></path>
|
||||
opacity="0"
|
||||
></path>
|
||||
</svg>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue