File tree Expand file tree Collapse file tree 6 files changed +22
-7
lines changed Expand file tree Collapse file tree 6 files changed +22
-7
lines changed Original file line number Diff line number Diff line change @@ -33,5 +33,5 @@ export * from './toast'
33
33
export * from './toggler'
34
34
export * from './widgets'
35
35
36
- import CIcon from '@coreui/icons-vue/CIcon .vue'
36
+ import CIcon from '@coreui/icons-vue/src/CIconRaw .vue'
37
37
export { CIcon }
Original file line number Diff line number Diff line change 16
16
</template >
17
17
18
18
<script >
19
- import CIcon from ' @coreui/icons-vue/CIcon .vue'
19
+ import CIcon from ' @coreui/icons-vue/src/CIconRaw .vue'
20
20
import CSidebarNavItem from ' ./CSidebarNavItem'
21
21
22
22
export default {
Original file line number Diff line number Diff line change 23
23
<script >
24
24
import CLink , { props as linkProps } from ' ../link/CLink'
25
25
import CBadge from ' ../badge/CBadge'
26
- import CIcon from ' @coreui/icons-vue/CIcon .vue'
26
+ import CIcon from ' @coreui/icons-vue/src/CIconRaw .vue'
27
27
28
28
const props = Object .assign (
29
29
{},
Original file line number Diff line number Diff line change @@ -11,7 +11,12 @@ exports[`CSidebarNavDropdown renders correctly 1`] = `
11
11
class = " c-sidebar-nav-icon"
12
12
viewBox = " 0 0 64 64"
13
13
xmlns = " http://www.w3.org/2000/svg"
14
- />
14
+ >
15
+ <title >
16
+ cuiSettings
17
+ </title >
18
+ undefined
19
+ </svg >
15
20
16
21
<!---->
17
22
Original file line number Diff line number Diff line change @@ -14,7 +14,12 @@ exports[`CSidebarNavItem.vue renders correctly 1`] = `
14
14
class = " c-sidebar-nav-icon"
15
15
viewBox = " 0 0 64 64"
16
16
xmlns = " http://www.w3.org/2000/svg"
17
- />
17
+ >
18
+ <title >
19
+ cuiSettings
20
+ </title >
21
+ undefined
22
+ </svg >
18
23
19
24
<!---->
20
25
@@ -45,7 +50,12 @@ exports[`CSidebarNavItem.vue renders correctly in label mode 1`] = `
45
50
class = " c-sidebar-nav-icon"
46
51
viewBox = " 0 0 64 64"
47
52
xmlns = " http://www.w3.org/2000/svg"
48
- />
53
+ >
54
+ <title >
55
+ cuiSettings
56
+ </title >
57
+ undefined
58
+ </svg >
49
59
50
60
<!---->
51
61
Original file line number Diff line number Diff line change 211
211
<script >
212
212
import CSpinner from ' ../spinner/CSpinner'
213
213
import CPagination from ' ../pagination/CPagination'
214
- import CIcon from ' @coreui/icons-vue/CIcon .vue'
214
+ import CIcon from ' @coreui/icons-vue/src/CIconRaw .vue'
215
215
import { cilArrowTop , cilBan } from ' @coreui/icons'
216
216
217
217
export default {
You can’t perform that action at this time.
0 commit comments