mirror of
https://github.com/coreui/coreui-icons.git
synced 2025-08-11 11:13:57 +02:00
feat: add social icons to free varsion
This commit is contained in:
File diff suppressed because one or more lines are too long
106
js/index.js
106
js/index.js
@@ -2,185 +2,191 @@ import { icons } from './iconsGenerated.js'
|
||||
export default icons
|
||||
|
||||
|
||||
import { accountLogout } from './accountLogout.js'
|
||||
import { actionUndo } from './actionUndo.js'
|
||||
import { actionRedo } from './actionRedo.js'
|
||||
import { accountLogout } from './accountLogout.js'
|
||||
import { alignCenter } from './alignCenter.js'
|
||||
import { alignLeft } from './alignLeft.js'
|
||||
import { actionUndo } from './actionUndo.js'
|
||||
import { alignRight } from './alignRight.js'
|
||||
import { alignLeft } from './alignLeft.js'
|
||||
import { arrowBottom } from './arrowBottom.js'
|
||||
import { arrowLeft } from './arrowLeft.js'
|
||||
import { arrowRight } from './arrowRight.js'
|
||||
import { arrowTop } from './arrowTop.js'
|
||||
import { arrowRight } from './arrowRight.js'
|
||||
import { ban } from './ban.js'
|
||||
import { bell } from './bell.js'
|
||||
import { basketLoaded } from './basketLoaded.js'
|
||||
import { bold } from './bold.js'
|
||||
import { bookmark } from './bookmark.js'
|
||||
import { bell } from './bell.js'
|
||||
import { bold } from './bold.js'
|
||||
import { briefcase } from './briefcase.js'
|
||||
import { britishPound } from './britishPound.js'
|
||||
import { brush } from './brush.js'
|
||||
import { britishPound } from './britishPound.js'
|
||||
import { calculator } from './calculator.js'
|
||||
import { calendar } from './calendar.js'
|
||||
import { cart } from './cart.js'
|
||||
import { chart } from './chart.js'
|
||||
import { cart } from './cart.js'
|
||||
import { calendar } from './calendar.js'
|
||||
import { check } from './check.js'
|
||||
import { chevronBottom } from './chevronBottom.js'
|
||||
import { chevronLeft } from './chevronLeft.js'
|
||||
import { chevronRight } from './chevronRight.js'
|
||||
import { chevronLeft } from './chevronLeft.js'
|
||||
import { chevronBottom } from './chevronBottom.js'
|
||||
import { chevronTop } from './chevronTop.js'
|
||||
import { cloudDownload } from './cloudDownload.js'
|
||||
import { cloudUpload } from './cloudUpload.js'
|
||||
import { cloud } from './cloud.js'
|
||||
import { cloudUpload } from './cloudUpload.js'
|
||||
import { code } from './code.js'
|
||||
import { commentSquare } from './commentSquare.js'
|
||||
import { creditCard } from './creditCard.js'
|
||||
import { cursor } from './cursor.js'
|
||||
import { commentSquare } from './commentSquare.js'
|
||||
import { dollar } from './dollar.js'
|
||||
import { envelopeClosed } from './envelopeClosed.js'
|
||||
import { envelopeLetter } from './envelopeLetter.js'
|
||||
import { envelopeOpen } from './envelopeOpen.js'
|
||||
import { euro } from './euro.js'
|
||||
import { file } from './file.js'
|
||||
import { globe } from './globe.js'
|
||||
import { graph } from './graph.js'
|
||||
import { globe } from './globe.js'
|
||||
import { home } from './home.js'
|
||||
import { inbox } from './inbox.js'
|
||||
import { info } from './info.js'
|
||||
import { italic } from './italic.js'
|
||||
import { justifyRight } from './justifyRight.js'
|
||||
import { justifyCenter } from './justifyCenter.js'
|
||||
import { justifyLeft } from './justifyLeft.js'
|
||||
import { justifyRight } from './justifyRight.js'
|
||||
import { laptop } from './laptop.js'
|
||||
import { layers } from './layers.js'
|
||||
import { lightbulb } from './lightbulb.js'
|
||||
import { lockLocked } from './lockLocked.js'
|
||||
import { list } from './list.js'
|
||||
import { locationPin } from './locationPin.js'
|
||||
import { lockLocked } from './lockLocked.js'
|
||||
import { lockUnlocked } from './lockUnlocked.js'
|
||||
import { magnifyingGlass } from './magnifyingGlass.js'
|
||||
import { map } from './map.js'
|
||||
import { monitor } from './monitor.js'
|
||||
import { magnifyingGlass } from './magnifyingGlass.js'
|
||||
import { moon } from './moon.js'
|
||||
import { note } from './note.js'
|
||||
import { options } from './options.js'
|
||||
import { paperclip } from './paperclip.js'
|
||||
import { note } from './note.js'
|
||||
import { pencil } from './pencil.js'
|
||||
import { people } from './people.js'
|
||||
import { phone } from './phone.js'
|
||||
import { paperclip } from './paperclip.js'
|
||||
import { print } from './print.js'
|
||||
import { people } from './people.js'
|
||||
import { puzzle } from './puzzle.js'
|
||||
import { rss } from './rss.js'
|
||||
import { screenDesktop } from './screenDesktop.js'
|
||||
import { screenSmartphone } from './screenSmartphone.js'
|
||||
import { settings } from './settings.js'
|
||||
import { share } from './share.js'
|
||||
import { socialFacebook } from './socialFacebook.js'
|
||||
import { socialLinkedin } from './socialLinkedin.js'
|
||||
import { shield } from './shield.js'
|
||||
import { share } from './share.js'
|
||||
import { socialTwitter } from './socialTwitter.js'
|
||||
import { sortAscending } from './sortAscending.js'
|
||||
import { sortDescending } from './sortDescending.js'
|
||||
import { speech } from './speech.js'
|
||||
import { speedometer } from './speedometer.js'
|
||||
import { star } from './star.js'
|
||||
import { sun } from './sun.js'
|
||||
import { speedometer } from './speedometer.js'
|
||||
import { tablet } from './tablet.js'
|
||||
import { tags } from './tags.js'
|
||||
import { thumbDown } from './thumbDown.js'
|
||||
import { sun } from './sun.js'
|
||||
import { thumbUp } from './thumbUp.js'
|
||||
import { thumbDown } from './thumbDown.js'
|
||||
import { trash } from './trash.js'
|
||||
import { underline } from './underline.js'
|
||||
import { userFemale } from './userFemale.js'
|
||||
import { userFollow } from './userFollow.js'
|
||||
import { userUnfollow } from './userUnfollow.js'
|
||||
import { user } from './user.js'
|
||||
import { userUnfollow } from './userUnfollow.js'
|
||||
import { yen } from './yen.js'
|
||||
export { accountLogout }
|
||||
export { actionUndo }
|
||||
export { actionRedo }
|
||||
export { accountLogout }
|
||||
export { alignCenter }
|
||||
export { alignLeft }
|
||||
export { actionUndo }
|
||||
export { alignRight }
|
||||
export { alignLeft }
|
||||
export { arrowBottom }
|
||||
export { arrowLeft }
|
||||
export { arrowRight }
|
||||
export { arrowTop }
|
||||
export { arrowRight }
|
||||
export { ban }
|
||||
export { bell }
|
||||
export { basketLoaded }
|
||||
export { bold }
|
||||
export { bookmark }
|
||||
export { bell }
|
||||
export { bold }
|
||||
export { briefcase }
|
||||
export { britishPound }
|
||||
export { brush }
|
||||
export { britishPound }
|
||||
export { calculator }
|
||||
export { calendar }
|
||||
export { cart }
|
||||
export { chart }
|
||||
export { cart }
|
||||
export { calendar }
|
||||
export { check }
|
||||
export { chevronBottom }
|
||||
export { chevronLeft }
|
||||
export { chevronRight }
|
||||
export { chevronLeft }
|
||||
export { chevronBottom }
|
||||
export { chevronTop }
|
||||
export { cloudDownload }
|
||||
export { cloudUpload }
|
||||
export { cloud }
|
||||
export { cloudUpload }
|
||||
export { code }
|
||||
export { commentSquare }
|
||||
export { creditCard }
|
||||
export { cursor }
|
||||
export { commentSquare }
|
||||
export { dollar }
|
||||
export { envelopeClosed }
|
||||
export { envelopeLetter }
|
||||
export { envelopeOpen }
|
||||
export { euro }
|
||||
export { file }
|
||||
export { globe }
|
||||
export { graph }
|
||||
export { globe }
|
||||
export { home }
|
||||
export { inbox }
|
||||
export { info }
|
||||
export { italic }
|
||||
export { justifyRight }
|
||||
export { justifyCenter }
|
||||
export { justifyLeft }
|
||||
export { justifyRight }
|
||||
export { laptop }
|
||||
export { layers }
|
||||
export { lightbulb }
|
||||
export { lockLocked }
|
||||
export { list }
|
||||
export { locationPin }
|
||||
export { lockLocked }
|
||||
export { lockUnlocked }
|
||||
export { magnifyingGlass }
|
||||
export { map }
|
||||
export { monitor }
|
||||
export { magnifyingGlass }
|
||||
export { moon }
|
||||
export { note }
|
||||
export { options }
|
||||
export { paperclip }
|
||||
export { note }
|
||||
export { pencil }
|
||||
export { people }
|
||||
export { phone }
|
||||
export { paperclip }
|
||||
export { print }
|
||||
export { people }
|
||||
export { puzzle }
|
||||
export { rss }
|
||||
export { screenDesktop }
|
||||
export { screenSmartphone }
|
||||
export { settings }
|
||||
export { share }
|
||||
export { socialFacebook }
|
||||
export { socialLinkedin }
|
||||
export { shield }
|
||||
export { share }
|
||||
export { socialTwitter }
|
||||
export { sortAscending }
|
||||
export { sortDescending }
|
||||
export { speech }
|
||||
export { speedometer }
|
||||
export { star }
|
||||
export { sun }
|
||||
export { speedometer }
|
||||
export { tablet }
|
||||
export { tags }
|
||||
export { thumbDown }
|
||||
export { sun }
|
||||
export { thumbUp }
|
||||
export { thumbDown }
|
||||
export { trash }
|
||||
export { underline }
|
||||
export { userFemale }
|
||||
export { userFollow }
|
||||
export { userUnfollow }
|
||||
export { user }
|
||||
export { userUnfollow }
|
||||
export { yen }
|
1
js/socialFacebook.js
Normal file
1
js/socialFacebook.js
Normal file
@@ -0,0 +1 @@
|
||||
export const socialFacebook = "<path d=\"M38 62h-14v-25h-9v-14h9v-6c0-9.112 5.888-15 15-15 3.078 0 5.992 0.574 7.557 0.883 0.31 0.061 0.604 0.119 0.736 0.139l1.707 0.253v12.726h-8c-2.057 0-2.603 0.338-2.721 0.441-0.104 0.091-0.279 0.415-0.279 1.559v5h10.21l-1.4 14h-8.81zM28 58h6v-25h9.19l0.6-6h-9.79v-9c0-1.456 0.187-3.292 1.644-4.568 1.131-0.991 2.783-1.432 5.356-1.432h4v-5.345c-1.508-0.286-3.745-0.655-6-0.655-6.888 0-11 4.112-11 11v10h-9v6h9z\"></path>"
|
1
js/socialLinkedin.js
Normal file
1
js/socialLinkedin.js
Normal file
@@ -0,0 +1 @@
|
||||
export const socialLinkedin = "<path d=\"M14.806 26.138h7.416v23.862h-7.416v-23.862z\"></path><path d=\"M18.516 14.277c-0 0-0.001 0-0.002 0-2.375 0-4.3 1.925-4.3 4.3s1.925 4.3 4.3 4.3c2.375 0 4.3-1.925 4.3-4.3 0-0 0-0.001 0-0.001v0c-0.001-2.373-1.924-4.297-4.298-4.298h-0z\"></path><path d=\"M41.104 25.545c-3.608 0-6.027 1.978-7.017 3.854h-0.099v-3.261h-7.113v23.862h7.41v-11.804c0-3.112 0.593-6.126 4.451-6.126 3.803 0 3.854 3.559 3.854 6.326v11.604h7.411v-13.089c0-6.424-1.386-11.366-8.896-11.366z\"></path><path d=\"M53.3 3h-42.61c-4.241 0-7.691 3.411-7.691 7.603v42.79c0 4.195 3.45 7.607 7.691 7.607h42.61c4.247 0 7.701-3.413 7.701-7.607v-42.79c0-4.192-3.455-7.603-7.701-7.603zM57.001 53.393c0 1.991-1.661 3.607-3.701 3.607h-42.61c-2.036 0-3.691-1.616-3.691-3.607v-42.79c0-1.989 1.654-3.603 3.691-3.603h42.61c2.040 0 3.701 1.614 3.701 3.603z\"></path>"
|
1
js/socialTwitter.js
Normal file
1
js/socialTwitter.js
Normal file
@@ -0,0 +1 @@
|
||||
export const socialTwitter = "<path d=\"M56.375 12h-4.784c-0.97-0.828-2.072-1.548-3.259-2.118l-0.091-0.039c-1.758-0.854-3.824-1.353-6.006-1.353h-0c-0.001 0-0.002 0-0.003 0-7.515 0-13.712 5.643-14.585 12.923l-0.007 0.070c-5.797-1.357-11.254-5.275-14.15-10.439l-3.42-6.099-3.524 6.040c-1.121 1.922-1.847 3.73-2.426 6.045-3.017 12.067 0.381 19.876 3.762 24.303 1.345 1.747 2.879 3.255 4.595 4.531l0.062 0.044c-0.855 0.198-1.838 0.313-2.847 0.314h-0.001c-0.249 0-0.502-0.008-0.75-0.022l-6.815-0.405v7.474l1.927 1.168c0.298 0.181 7.427 4.424 18.487 4.424 5.281 0 10.236-1.055 14.729-3.136 4.271-2.009 7.883-4.748 10.823-8.092l0.031-0.036c5.616-6.369 8.836-14.809 8.836-23.156 0-0.106 0.004-0.273 0.009-0.459l5.776-11.98zM53 23s-0.041 0.976-0.041 1.439c0 14.134-10.758 30.42-30.42 30.42-10.071 0-16.414-3.844-16.414-3.844v-0.976l2.578 0.153q0.496 0.029 0.988 0.029c4.61 0 8.855-1.908 12.286-4.597-4.7-0.099-18.977-7.624-13.977-27.624 0.452-1.892 1.14-3.56 2.046-5.083l-0.046 0.083c4.238 7.557 13 13 22 13-0.166-0.794-0.457-1.991-0.457-2.819 0-0.001 0-0.003 0-0.005 0-5.902 4.785-10.687 10.687-10.687 0.002 0 0.003 0 0.005 0h-0c3.078 0 5.813 1.425 7.766 3.51h6.375z\"></path>"
|
5
svg/social-facebook.svg
Normal file
5
svg/social-facebook.svg
Normal file
@@ -0,0 +1,5 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64">
|
||||
<title>social-facebook</title>
|
||||
<path d="M38 62h-14v-25h-9v-14h9v-6c0-9.112 5.888-15 15-15 3.078 0 5.992 0.574 7.557 0.883 0.31 0.061 0.604 0.119 0.736 0.139l1.707 0.253v12.726h-8c-2.057 0-2.603 0.338-2.721 0.441-0.104 0.091-0.279 0.415-0.279 1.559v5h10.21l-1.4 14h-8.81zM28 58h6v-25h9.19l0.6-6h-9.79v-9c0-1.456 0.187-3.292 1.644-4.568 1.131-0.991 2.783-1.432 5.356-1.432h4v-5.345c-1.508-0.286-3.745-0.655-6-0.655-6.888 0-11 4.112-11 11v10h-9v6h9z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 594 B |
8
svg/social-linkedin.svg
Normal file
8
svg/social-linkedin.svg
Normal file
@@ -0,0 +1,8 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64">
|
||||
<title>social-linkedin</title>
|
||||
<path d="M14.806 26.138h7.416v23.862h-7.416v-23.862z"></path>
|
||||
<path d="M18.516 14.277c-0 0-0.001 0-0.002 0-2.375 0-4.3 1.925-4.3 4.3s1.925 4.3 4.3 4.3c2.375 0 4.3-1.925 4.3-4.3 0-0 0-0.001 0-0.001v0c-0.001-2.373-1.924-4.297-4.298-4.298h-0z"></path>
|
||||
<path d="M41.104 25.545c-3.608 0-6.027 1.978-7.017 3.854h-0.099v-3.261h-7.113v23.862h7.41v-11.804c0-3.112 0.593-6.126 4.451-6.126 3.803 0 3.854 3.559 3.854 6.326v11.604h7.411v-13.089c0-6.424-1.386-11.366-8.896-11.366z"></path>
|
||||
<path d="M53.3 3h-42.61c-4.241 0-7.691 3.411-7.691 7.603v42.79c0 4.195 3.45 7.607 7.691 7.607h42.61c4.247 0 7.701-3.413 7.701-7.607v-42.79c0-4.192-3.455-7.603-7.701-7.603zM57.001 53.393c0 1.991-1.661 3.607-3.701 3.607h-42.61c-2.036 0-3.691-1.616-3.691-3.607v-42.79c0-1.989 1.654-3.603 3.691-3.603h42.61c2.040 0 3.701 1.614 3.701 3.603z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 990 B |
5
svg/social-twitter.svg
Normal file
5
svg/social-twitter.svg
Normal file
@@ -0,0 +1,5 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64">
|
||||
<title>social-twitter</title>
|
||||
<path d="M56.375 12h-4.784c-0.97-0.828-2.072-1.548-3.259-2.118l-0.091-0.039c-1.758-0.854-3.824-1.353-6.006-1.353h-0c-0.001 0-0.002 0-0.003 0-7.515 0-13.712 5.643-14.585 12.923l-0.007 0.070c-5.797-1.357-11.254-5.275-14.15-10.439l-3.42-6.099-3.524 6.040c-1.121 1.922-1.847 3.73-2.426 6.045-3.017 12.067 0.381 19.876 3.762 24.303 1.345 1.747 2.879 3.255 4.595 4.531l0.062 0.044c-0.855 0.198-1.838 0.313-2.847 0.314h-0.001c-0.249 0-0.502-0.008-0.75-0.022l-6.815-0.405v7.474l1.927 1.168c0.298 0.181 7.427 4.424 18.487 4.424 5.281 0 10.236-1.055 14.729-3.136 4.271-2.009 7.883-4.748 10.823-8.092l0.031-0.036c5.616-6.369 8.836-14.809 8.836-23.156 0-0.106 0.004-0.273 0.009-0.459l5.776-11.98zM53 23s-0.041 0.976-0.041 1.439c0 14.134-10.758 30.42-30.42 30.42-10.071 0-16.414-3.844-16.414-3.844v-0.976l2.578 0.153q0.496 0.029 0.988 0.029c4.61 0 8.855-1.908 12.286-4.597-4.7-0.099-18.977-7.624-13.977-27.624 0.452-1.892 1.14-3.56 2.046-5.083l-0.046 0.083c4.238 7.557 13 13 22 13-0.166-0.794-0.457-1.991-0.457-2.819 0-0.001 0-0.003 0-0.005 0-5.902 4.785-10.687 10.687-10.687 0.002 0 0.003 0 0.005 0h-0c3.078 0 5.813 1.425 7.766 3.51h6.375z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 1.3 KiB |
Reference in New Issue
Block a user