From 96d21c95e3d83a0b2041b02fff69fb7c60825aed Mon Sep 17 00:00:00 2001 From: xidedix Date: Wed, 23 May 2018 12:43:43 +0200 Subject: [PATCH] refactor: CoreUI Icons v0.2.0 --- package.json | 2 +- src/views/Icons/CoreUIIcons/CoreUIIcons.js | 237 +++++++++++++++++++++ 2 files changed, 238 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ba510d0..88986d3 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "dependencies": { "@coreui/coreui": "^2.0.1", "@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0", - "@coreui/icons": "^0.1.1", + "@coreui/icons": "^0.2.0", "@coreui/react": "^2.0.0", "bootstrap": "^4.1.1", "chart.js": "^2.7.2", diff --git a/src/views/Icons/CoreUIIcons/CoreUIIcons.js b/src/views/Icons/CoreUIIcons/CoreUIIcons.js index 556f2f3..bb0c953 100644 --- a/src/views/Icons/CoreUIIcons/CoreUIIcons.js +++ b/src/views/Icons/CoreUIIcons/CoreUIIcons.js @@ -16,6 +16,242 @@ class CoreUIIcons extends Component { + + +
account-logout
+ + + +
action-redo
+ + + +
action-undo
+ + + +
align-center
+ + + +
align-left
+ + + +
align-right
+ + + +
aperture
+ + + +
arrow-bottom
+ + + +
arrow-circle-bottom
+ + + +
arrow-circle-left
+ + + +
arrow-circle-right
+ + + +
arrow-circle-top
+ + + +
arrow-left
+ + + +
arrow-right
+ + + +
arrow-thick-bottom
+ + + +
arrow-thick-left
+ + + +
arrow-thick-right
+ + + +
arrow-thick-top
+ + + +
arrow-top
+ + + +
audio
+ + + +
audio-spectrum
+ + + +
badge
+ + + +
ban
+ + + +
bar-chart
+ + + +
battery-empty
+ + + +
battery-full
+ + + +
beaker
+ + + +
bluetooth
+ + + +
bold
+ + + +
bolt
+ + + +
book
+ + + +
bookmark
+ + + +
box
+ + + +
briefcase
+ + + +
british-pound
+ + + +
browser
+ + + +
brush
+ + + +
bug
+ + + +
bullhorn
+ + + +
caret-bottom
+ + + +
caret-left
+ + + +
caret-right
+ + + +
caret-top
+ + + +
cart
+ + + +
chat
+ + + +
check
+ + + +
chevron-bottom
+ + + +
chevron-left
+ + + +
chevron-right
+ + + +
chevron-top
+ + + +
circle-check
+ + + +
circle-x
+ + + +
clipboard
+ + + +
clock
+ + + +
cloud
+ + + +
cloud-upload
+ + + +
cloudy
+ + + +
social-linkedin
+ + + +
social-spotify
+
basket-loaded
@@ -181,3 +417,4 @@ class CoreUIIcons extends Component { } export default CoreUIIcons; +