refactor: add prefixes to icons

This commit is contained in:
woothu
2019-11-18 11:43:07 +01:00
parent 07a6b95380
commit 0bf951c64d
68 changed files with 5116 additions and 8553 deletions
+4 -4
View File
@@ -9,7 +9,7 @@
placement="bottom-end"
>
<template #toggler-content>
<CIcon name="settings"/>
<CIcon name="cil-settings"/>
</template>
<CDropdownItem>Action</CDropdownItem>
<CDropdownItem>Another action</CDropdownItem>
@@ -40,7 +40,7 @@
:caret="false"
>
<template #toggler-content>
<CIcon name="location-pin"/>
<CIcon name="cil-location-pin"/>
</template>
<CDropdownItem>Action</CDropdownItem>
<CDropdownItem>Another action</CDropdownItem>
@@ -75,7 +75,7 @@
placement="bottom-end"
>
<template #toggler-content>
<CIcon name="settings"/>
<CIcon name="cil-settings"/>
</template>
<CDropdownItem>Action</CDropdownItem>
<CDropdownItem>Another action</CDropdownItem>
@@ -109,7 +109,7 @@
placement="bottom-end"
>
<template #toggler-content>
<CIcon name="settings"/>
<CIcon name="cil-settings"/>
</template>
<CDropdownItem>Action</CDropdownItem>
<CDropdownItem>Another action</CDropdownItem>