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
+37 -37
View File
@@ -103,7 +103,7 @@
text="Income"
color="primary"
>
<CIcon name="settings" width="24"/>
<CIcon name="cil-settings" width="24"/>
</CWidgetIcon>
</CCol>
<CCol col="12" sm="6" lg="3">
@@ -112,7 +112,7 @@
text="Income"
color="info"
>
<CIcon name="laptop" width="24"/>
<CIcon name="cil-laptop" width="24"/>
</CWidgetIcon>
</CCol>
<CCol col="12" sm="6" lg="3">
@@ -121,7 +121,7 @@
text="Income"
color="warning"
>
<CIcon name="moon" width="24"/>
<CIcon name="cil-moon" width="24"/>
</CWidgetIcon>
</CCol>
<CCol col="12" sm="6" lg="3">
@@ -130,7 +130,7 @@
text="Income"
color="danger"
>
<CIcon name="bell" width="24"/>
<CIcon name="cil-bell" width="24"/>
</CWidgetIcon>
</CCol>
</CRow>
@@ -142,7 +142,7 @@
color="primary"
:icon-padding="false"
>
<CIcon name="settings" width="24"/>
<CIcon name="cil-settings" width="24"/>
</CWidgetIcon>
</CCol>
<CCol col="12" sm="6" lg="3">
@@ -152,7 +152,7 @@
color="info"
:icon-padding="false"
>
<CIcon name="laptop" width="24"/>
<CIcon name="cil-laptop" width="24"/>
</CWidgetIcon>
</CCol>
<CCol col="12" sm="6" lg="3">
@@ -162,7 +162,7 @@
color="warning"
:icon-padding="false"
>
<CIcon name="moon" width="24"/>
<CIcon name="cil-moon" width="24"/>
</CWidgetIcon>
</CCol>
<CCol col="12" sm="6" lg="3">
@@ -172,7 +172,7 @@
color="danger"
:icon-padding="false"
>
<CIcon name="bell" width="24"/>
<CIcon name="cil-bell" width="24"/>
</CWidgetIcon>
</CCol>
</CRow>
@@ -184,7 +184,7 @@
color="primary"
:icon-padding="false"
>
<CIcon name="settings" class="mx-5 " width="24"/>
<CIcon name="cil-settings" class="mx-5 " width="24"/>
</CWidgetIcon>
</CCol>
<CCol col="12" sm="6" lg="4">
@@ -194,7 +194,7 @@
color="info"
:icon-padding="false"
>
<CIcon name="laptop" class="mx-5 " width="24"/>
<CIcon name="cil-laptop" class="mx-5 " width="24"/>
</CWidgetIcon>
</CCol>
<CCol col="12" sm="6" lg="4">
@@ -204,7 +204,7 @@
color="warning"
:icon-padding="false"
>
<CIcon name="moon" class="mx-5 " width="24"/>
<CIcon name="cil-moon" class="mx-5 " width="24"/>
<template #footer>
<CCardFooter class="card-footer px-3 py-2">
<CLink
@@ -212,7 +212,7 @@
href="https://coreui.io/"
>
View more
<CIcon name="arrowRight" class="float-right" width="16"/>
<CIcon name="cil-arrowRight" class="float-right" width="16"/>
</CLink>
</CCardFooter>
</template>
@@ -228,7 +228,7 @@
:icon-padding="false"
link="#"
>
<CIcon name="settings" class="mx-5 " width="24"/>
<CIcon name="cil-settings" class="mx-5 " width="24"/>
</CWidgetIcon>
</CCol>
<CCol col="12" sm="6" lg="4">
@@ -239,7 +239,7 @@
:icon-padding="false"
link="#"
>
<CIcon name="laptop" class="mx-5 " width="24"/>
<CIcon name="cil-laptop" class="mx-5 " width="24"/>
</CWidgetIcon>
</CCol>
<CCol col="12" sm="6" lg="4">
@@ -250,7 +250,7 @@
:icon-padding="false"
link="#"
>
<CIcon name="moon" class="mx-5" width="24"/>
<CIcon name="cil-moon" class="mx-5" width="24"/>
</CWidgetIcon>
</CCol>
</CRow> -->
@@ -262,34 +262,34 @@
text="Visitors"
color="info"
>
<CIcon name="people" height="36"/>
<CIcon name="cil-people" height="36"/>
</CWidgetProgressIcon>
<CWidgetProgressIcon
header="385"
text="New Clients"
color="success"
>
<CIcon name="userFollow" height="36"/>
<CIcon name="cil-userFollow" height="36"/>
</CWidgetProgressIcon>
<CWidgetProgressIcon
header="1238"
text="Products sold"
color="warning"
>
<CIcon name="basket" height="36"/>
<CIcon name="cil-basket" height="36"/>
</CWidgetProgressIcon>
<CWidgetProgressIcon
header="28%"
text="Returning Visitors"
>
<CIcon name="chartPie" height="36"/>
<CIcon name="cil-chartPie" height="36"/>
</CWidgetProgressIcon>
<CWidgetProgressIcon
header="5:34:11"
text="Avg. Time"
color="danger"
>
<CIcon name="speedometer" height="36"/>
<CIcon name="cil-speedometer" height="36"/>
</CWidgetProgressIcon>
</CCardGroup>
<CCardGroup class="mb-4">
@@ -299,7 +299,7 @@
color="info"
inverse
>
<CIcon name="people" height="36"/>
<CIcon name="cil-people" height="36"/>
</CWidgetProgressIcon>
<CWidgetProgressIcon
header="385"
@@ -307,7 +307,7 @@
color="success"
inverse
>
<CIcon name="userFollow" height="36"/>
<CIcon name="cil-userFollow" height="36"/>
</CWidgetProgressIcon>
<CWidgetProgressIcon
header="1238"
@@ -315,7 +315,7 @@
color="warning"
inverse
>
<CIcon name="basket" height="36"/>
<CIcon name="cil-basket" height="36"/>
</CWidgetProgressIcon>
<CWidgetProgressIcon
header="28%"
@@ -323,7 +323,7 @@
color="primary"
inverse
>
<CIcon name="chartPie" height="36"/>
<CIcon name="cil-chartPie" height="36"/>
</CWidgetProgressIcon>
<CWidgetProgressIcon
header="5:34:11"
@@ -331,7 +331,7 @@
color="danger"
inverse
>
<CIcon name="speedometer" height="36"/>
<CIcon name="cil-speedometer" height="36"/>
</CWidgetProgressIcon>
</CCardGroup>
<CRow>
@@ -341,7 +341,7 @@
text="Visitors"
color="info"
>
<CIcon name="people" height="36"/>
<CIcon name="cil-people" height="36"/>
</CWidgetProgressIcon>
</CCol>
<CCol sm="6" md="2">
@@ -350,7 +350,7 @@
text="New Clients"
color="success"
>
<CIcon name="userFollow" height="36"/>
<CIcon name="cil-userFollow" height="36"/>
</CWidgetProgressIcon>
</CCol>
<CCol sm="6" md="2">
@@ -359,7 +359,7 @@
text="Products sold"
color="warning"
>
<CIcon name="basket" height="36"/>
<CIcon name="cil-basket" height="36"/>
</CWidgetProgressIcon>
</CCol>
<CCol sm="6" md="2">
@@ -368,7 +368,7 @@
text="Returning Visitors"
color="primary"
>
<CIcon name="chartPie" height="36"/>
<CIcon name="cil-chartPie" height="36"/>
</CWidgetProgressIcon>
</CCol>
<CCol sm="6" md="2">
@@ -377,7 +377,7 @@
text="Avg. Time"
color="danger"
>
<CIcon name="speedometer" height="36"/>
<CIcon name="cil-speedometer" height="36"/>
</CWidgetProgressIcon>
</CCol>
<CCol sm="6" md="2">
@@ -386,7 +386,7 @@
text="comments"
color="info"
>
<CIcon name="speech" height="36"/>
<CIcon name="cil-speech" height="36"/>
</CWidgetProgressIcon>
</CCol>
</CRow>
@@ -398,7 +398,7 @@
color="info"
inverse
>
<CIcon name="people" height="36"/>
<CIcon name="cil-people" height="36"/>
</CWidgetProgressIcon>
</CCol>
<CCol sm="6" md="2">
@@ -408,7 +408,7 @@
color="success"
inverse
>
<CIcon name="userFollow" height="36"/>
<CIcon name="cil-userFollow" height="36"/>
</CWidgetProgressIcon>
</CCol>
<CCol sm="6" md="2">
@@ -418,7 +418,7 @@
color="warning"
inverse
>
<CIcon name="basket" height="36"/>
<CIcon name="cil-basket" height="36"/>
</CWidgetProgressIcon>
</CCol>
<CCol sm="6" md="2">
@@ -428,7 +428,7 @@
color="primary"
inverse
>
<CIcon name="chartPie" height="36"/>
<CIcon name="cil-chartPie" height="36"/>
</CWidgetProgressIcon>
</CCol>
<CCol sm="6" md="2">
@@ -438,7 +438,7 @@
color="danger"
inverse
>
<CIcon name="speedometer" height="36"/>
<CIcon name="cil-speedometer" height="36"/>
</CWidgetProgressIcon>
</CCol>
<CCol sm="6" md="2">
@@ -448,7 +448,7 @@
color="info"
inverse
>
<CIcon name="speech" height="36"/>
<CIcon name="cil-speech" height="36"/>
</CWidgetProgressIcon>
</CCol>
</CRow>
+8 -8
View File
@@ -10,7 +10,7 @@
left-footer="feeds"
>
<CIcon
name="facebook"
name="cib-facebook"
height="52"
class="my-4"
/>
@@ -32,7 +32,7 @@
left-footer="tweets"
>
<CIcon
name="twitter"
name="cib-twitter"
height="52"
class="my-4"
/>
@@ -54,7 +54,7 @@
left-footer="feeds"
>
<CIcon
name="linkedin"
name="cib-linkedin"
height="52"
class="my-4"
/>
@@ -76,7 +76,7 @@
color="warning"
>
<CIcon
name="calendar"
name="cil-calendar"
height="52"
class="my-4"
/>
@@ -100,7 +100,7 @@
left-footer="feeds"
>
<CIcon
name="facebook"
name="cib-facebook"
height="56"
class="my-4"
/>
@@ -115,7 +115,7 @@
left-footer="tweets"
>
<CIcon
name="twitter"
name="cib-twitter"
height="56"
class="my-4"
/>
@@ -130,7 +130,7 @@
left-footer="feeds"
>
<CIcon
name="linkedin"
name="cib-linkedin"
height="56"
class="my-4"
/>
@@ -145,7 +145,7 @@
color="warning"
>
<CIcon
name="calendar"
name="cil-calendar"
height="56"
class="my-4"
/>
+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>