Skip to content

Commit 270ad78

Browse files
committed
Update icon
1 parent 7bf4aad commit 270ad78

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Diff for: packages/boxel-icons/src/icons/file-code.gts

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ const IconComponent: TemplateOnlyComponent<Signature> = <template>
88
xmlns='http://www.w3.org/2000/svg'
99
width='24'
1010
height='24'
11-
fill='var(--icon-color, #000)'
12-
stroke='currentColor'
11+
fill='none'
12+
stroke='var(--icon-color, #000)'
1313
stroke-linecap='round'
1414
stroke-linejoin='round'
1515
stroke-width='2'

Diff for: packages/boxel-ui/addon/src/icons.gts

-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ export {
132132
CardbotLg,
133133
CaretDown,
134134
CheckMark,
135-
CodeFile,
136135
Copy,
137136
DiagonalArrowLeftUp,
138137
Download,

0 commit comments

Comments
 (0)