mirror of
https://github.com/coreui/coreui-icons.git
synced 2025-08-13 20:24:04 +02:00
feat: add lacking free icons
This commit is contained in:
1
js/chartPie.js
Normal file
1
js/chartPie.js
Normal file
@@ -0,0 +1 @@
|
||||
export const chartPie = "<path d=\"M13.17 49.79c-4.425-4.43-7.161-10.547-7.161-17.303 0-13.523 10.963-24.486 24.486-24.486 4.585 0 8.875 1.26 12.543 3.452l-0.112-0.062 2.907-2.907c-4.341-2.816-9.65-4.49-15.35-4.49-15.732 0-28.484 12.753-28.484 28.484 0 7.865 3.188 14.986 8.341 20.14l-0-0c5.157 5.154 12.281 8.342 20.148 8.342 5.674 0 10.961-1.658 15.403-4.516l-0.113 0.068-2.914-2.914c-9.378 5.498-21.659 4.229-29.696-3.808z\"></path><path d=\"M58.614 44.134c1.466-3.443 2.319-7.449 2.319-11.654s-0.852-8.21-2.394-11.853l0.075 0.2c-0.111-0.267-0.226-0.531-0.343-0.794-1.595-3.522-3.699-6.531-6.257-9.085l-1.415-1.415-22.948 22.948 22.948 22.948 1.414-1.414c2.516-2.513 4.593-5.465 6.104-8.732l0.078-0.187c0.144-0.317 0.285-0.637 0.419-0.96zM50.545 15.244c3.97 4.6 6.389 10.635 6.389 17.236s-2.418 12.637-6.417 17.27l0.029-0.034-17.236-17.236z\"></path>"
|
1
js/checkCircle.js
Normal file
1
js/checkCircle.js
Normal file
@@ -0,0 +1 @@
|
||||
export const checkCircle = "<path d=\"M53.259 10.866c-5.401-5.401-12.862-8.741-21.103-8.741-16.482 0-29.844 13.361-29.844 29.844 0 8.241 3.34 15.702 8.741 21.103v0c5.401 5.401 12.862 8.741 21.103 8.741 16.482 0 29.844-13.361 29.844-29.844 0-8.241-3.34-15.702-8.741-21.103v0zM32.156 57.813c-14.25 0-25.844-11.593-25.844-25.844s11.593-25.844 25.844-25.844 25.844 11.593 25.844 25.844-11.593 25.844-25.844 25.844z\"></path><path d=\"M27.659 38.226l-9.177-9.177-2.828 2.828 12.005 12.005 20.938-20.937-2.828-2.828-18.109 18.109z\"></path>"
|
1
js/drop1.js
Normal file
1
js/drop1.js
Normal file
@@ -0,0 +1 @@
|
||||
export const drop1 = "<path d=\"M32 61.775c-11.848 0-21.487-9.639-21.487-21.487-0-0.017-0-0.037-0-0.057 0-4.761 1.561-9.157 4.198-12.705l-0.040 0.057 15.645-24.436c0.361-0.558 0.98-0.922 1.684-0.922s1.323 0.364 1.68 0.914l0.005 0.008 15.645 24.436c2.597 3.491 4.158 7.887 4.158 12.648 0 0.020 0 0.040-0 0.060v-0.003c0 11.848-9.639 21.487-21.487 21.487zM32 7.934l-13.996 21.861q-0.036 0.056-0.076 0.11c-2.133 2.849-3.415 6.442-3.415 10.335 0 0.017 0 0.033 0 0.050v-0.003c0 9.643 7.845 17.487 17.487 17.487s17.487-7.845 17.487-17.487c0-0.014 0-0.031 0-0.047 0-3.893-1.282-7.486-3.448-10.38l0.032 0.045q-0.040-0.054-0.076-0.11z\"></path>"
|
File diff suppressed because one or more lines are too long
112
js/index.js
112
js/index.js
@@ -4,189 +4,201 @@ export default icons
|
||||
|
||||
import { actionRedo } from './actionRedo.js'
|
||||
import { accountLogout } from './accountLogout.js'
|
||||
import { alignCenter } from './alignCenter.js'
|
||||
import { actionUndo } from './actionUndo.js'
|
||||
import { alignRight } from './alignRight.js'
|
||||
import { alignCenter } from './alignCenter.js'
|
||||
import { alignLeft } from './alignLeft.js'
|
||||
import { arrowBottom } from './arrowBottom.js'
|
||||
import { arrowLeft } from './arrowLeft.js'
|
||||
import { arrowTop } from './arrowTop.js'
|
||||
import { alignRight } from './alignRight.js'
|
||||
import { arrowRight } from './arrowRight.js'
|
||||
import { arrowTop } from './arrowTop.js'
|
||||
import { ban } from './ban.js'
|
||||
import { basketLoaded } from './basketLoaded.js'
|
||||
import { bookmark } from './bookmark.js'
|
||||
import { bell } from './bell.js'
|
||||
import { bold } from './bold.js'
|
||||
import { bookmark } from './bookmark.js'
|
||||
import { briefcase } from './briefcase.js'
|
||||
import { brush } from './brush.js'
|
||||
import { britishPound } from './britishPound.js'
|
||||
import { brush } from './brush.js'
|
||||
import { calculator } from './calculator.js'
|
||||
import { chart } from './chart.js'
|
||||
import { cart } from './cart.js'
|
||||
import { calendar } from './calendar.js'
|
||||
import { cart } from './cart.js'
|
||||
import { chart } from './chart.js'
|
||||
import { chartPie } from './chartPie.js'
|
||||
import { checkCircle } from './checkCircle.js'
|
||||
import { check } from './check.js'
|
||||
import { chevronRight } from './chevronRight.js'
|
||||
import { chevronLeft } from './chevronLeft.js'
|
||||
import { chevronBottom } from './chevronBottom.js'
|
||||
import { chevronLeft } from './chevronLeft.js'
|
||||
import { chevronRight } from './chevronRight.js'
|
||||
import { chevronTop } from './chevronTop.js'
|
||||
import { cloudDownload } from './cloudDownload.js'
|
||||
import { cloud } from './cloud.js'
|
||||
import { cloudUpload } from './cloudUpload.js'
|
||||
import { cloud } from './cloud.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 { drop1 } from './drop1.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 { graph } from './graph.js'
|
||||
import { globe } from './globe.js'
|
||||
import { graph } from './graph.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 { options } from './options.js'
|
||||
import { note } from './note.js'
|
||||
import { pencil } from './pencil.js'
|
||||
import { phone } from './phone.js'
|
||||
import { options } from './options.js'
|
||||
import { paperclip } from './paperclip.js'
|
||||
import { print } from './print.js'
|
||||
import { pencil } from './pencil.js'
|
||||
import { people } from './people.js'
|
||||
import { phone } from './phone.js'
|
||||
import { print } from './print.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 { shield } from './shield.js'
|
||||
import { socialFacebook } from './socialFacebook.js'
|
||||
import { socialLinkedin } from './socialLinkedin.js'
|
||||
import { shield } from './shield.js'
|
||||
import { share } from './share.js'
|
||||
import { socialSkype } from './socialSkype.js'
|
||||
import { socialTwitter } from './socialTwitter.js'
|
||||
import { sortAscending } from './sortAscending.js'
|
||||
import { sortDescending } from './sortDescending.js'
|
||||
import { speech } from './speech.js'
|
||||
import { star } from './star.js'
|
||||
import { speedometer } from './speedometer.js'
|
||||
import { star } from './star.js'
|
||||
import { sun } from './sun.js'
|
||||
import { tablet } from './tablet.js'
|
||||
import { tags } from './tags.js'
|
||||
import { sun } from './sun.js'
|
||||
import { thumbUp } from './thumbUp.js'
|
||||
import { task1 } from './task1.js'
|
||||
import { thumbDown } from './thumbDown.js'
|
||||
import { thumbUp } from './thumbUp.js'
|
||||
import { trash } from './trash.js'
|
||||
import { underline } from './underline.js'
|
||||
import { userFemale } from './userFemale.js'
|
||||
import { userFollow } from './userFollow.js'
|
||||
import { user } from './user.js'
|
||||
import { userUnfollow } from './userUnfollow.js'
|
||||
import { user } from './user.js'
|
||||
import { xCircle } from './xCircle.js'
|
||||
import { yen } from './yen.js'
|
||||
export { actionRedo }
|
||||
export { accountLogout }
|
||||
export { alignCenter }
|
||||
export { actionUndo }
|
||||
export { alignRight }
|
||||
export { alignCenter }
|
||||
export { alignLeft }
|
||||
export { arrowBottom }
|
||||
export { arrowLeft }
|
||||
export { arrowTop }
|
||||
export { alignRight }
|
||||
export { arrowRight }
|
||||
export { arrowTop }
|
||||
export { ban }
|
||||
export { basketLoaded }
|
||||
export { bookmark }
|
||||
export { bell }
|
||||
export { bold }
|
||||
export { bookmark }
|
||||
export { briefcase }
|
||||
export { brush }
|
||||
export { britishPound }
|
||||
export { brush }
|
||||
export { calculator }
|
||||
export { chart }
|
||||
export { cart }
|
||||
export { calendar }
|
||||
export { cart }
|
||||
export { chart }
|
||||
export { chartPie }
|
||||
export { checkCircle }
|
||||
export { check }
|
||||
export { chevronRight }
|
||||
export { chevronLeft }
|
||||
export { chevronBottom }
|
||||
export { chevronLeft }
|
||||
export { chevronRight }
|
||||
export { chevronTop }
|
||||
export { cloudDownload }
|
||||
export { cloud }
|
||||
export { cloudUpload }
|
||||
export { cloud }
|
||||
export { code }
|
||||
export { commentSquare }
|
||||
export { creditCard }
|
||||
export { cursor }
|
||||
export { commentSquare }
|
||||
export { dollar }
|
||||
export { drop1 }
|
||||
export { envelopeClosed }
|
||||
export { envelopeLetter }
|
||||
export { envelopeOpen }
|
||||
export { euro }
|
||||
export { file }
|
||||
export { graph }
|
||||
export { globe }
|
||||
export { graph }
|
||||
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 { options }
|
||||
export { note }
|
||||
export { pencil }
|
||||
export { phone }
|
||||
export { options }
|
||||
export { paperclip }
|
||||
export { print }
|
||||
export { pencil }
|
||||
export { people }
|
||||
export { phone }
|
||||
export { print }
|
||||
export { puzzle }
|
||||
export { rss }
|
||||
export { screenDesktop }
|
||||
export { screenSmartphone }
|
||||
export { settings }
|
||||
export { share }
|
||||
export { shield }
|
||||
export { socialFacebook }
|
||||
export { socialLinkedin }
|
||||
export { shield }
|
||||
export { share }
|
||||
export { socialSkype }
|
||||
export { socialTwitter }
|
||||
export { sortAscending }
|
||||
export { sortDescending }
|
||||
export { speech }
|
||||
export { star }
|
||||
export { speedometer }
|
||||
export { star }
|
||||
export { sun }
|
||||
export { tablet }
|
||||
export { tags }
|
||||
export { sun }
|
||||
export { thumbUp }
|
||||
export { task1 }
|
||||
export { thumbDown }
|
||||
export { thumbUp }
|
||||
export { trash }
|
||||
export { underline }
|
||||
export { userFemale }
|
||||
export { userFollow }
|
||||
export { user }
|
||||
export { userUnfollow }
|
||||
export { user }
|
||||
export { xCircle }
|
||||
export { yen }
|
1
js/socialSkype.js
Normal file
1
js/socialSkype.js
Normal file
@@ -0,0 +1 @@
|
||||
export const socialSkype = "<path d=\"M57.733 36.676c0.264-1.404 0.417-3.020 0.422-4.672v-0.004c0-0.003 0-0.006 0-0.009 0-14.44-11.706-26.146-26.146-26.146-0.003 0-0.006 0-0.009 0h0c-1.656 0.005-3.272 0.158-4.841 0.447l0.166-0.025c-2.37-1.639-5.306-2.618-8.47-2.618-0.010 0-0.020 0-0.030 0h0.002c-8.377 0.010-15.165 6.798-15.175 15.174v0.001c0 0.009 0 0.019 0 0.029 0 3.164 0.979 6.1 2.651 8.521l-0.033-0.050c-0.264 1.404-0.417 3.020-0.422 4.672v0.004c0 0.003 0 0.006 0 0.009 0 14.44 11.706 26.146 26.146 26.146 0.003 0 0.006 0 0.009 0h-0c1.656-0.005 3.272-0.158 4.841-0.447l-0.166 0.025c2.37 1.639 5.306 2.618 8.47 2.618 0.010 0 0.020 0 0.031 0h-0.002c8.377-0.010 15.165-6.798 15.175-15.174v-0.001c0-0.009 0-0.019 0-0.029 0-3.164-0.979-6.1-2.651-8.52l0.033 0.050zM45.175 56.35c-0.003 0-0.007 0-0.011 0-2.573 0-4.941-0.877-6.822-2.348l0.024 0.018-0.728-0.56-0.899 0.187c-1.422 0.315-3.056 0.5-4.733 0.507h-0.005c-12.216 0-22.154-9.938-22.154-22.154 0.007-1.682 0.192-3.317 0.535-4.893l-0.028 0.154 0.187-0.899-0.56-0.728c-1.453-1.866-2.33-4.243-2.33-6.825 0-6.163 4.996-11.16 11.16-11.16 2.582 0 4.959 0.877 6.849 2.349l-0.025-0.019 0.728 0.56 0.899-0.187c1.421-0.315 3.056-0.5 4.733-0.507h0.005c12.216 0 22.154 9.938 22.154 22.154-0.007 1.682-0.191 3.317-0.535 4.893l0.028-0.154-0.187 0.899 0.56 0.728c1.453 1.866 2.33 4.243 2.33 6.825 0 6.163-4.996 11.16-11.16 11.16-0.005 0-0.011 0-0.016 0h0.001z\"></path><path d=\"M35.073 28.768l-3.387-0.782c-2.475-0.586-4.332-1.010-4.332-2.899 0-1.726 1.824-2.508 4.69-2.508 5.114 0 5.211 3.746 8.371 3.746 2.117 0 3.387-1.661 3.387-3.55 0-3.746-6.221-6.188-12.377-6.188-5.635 0-12.181 2.443-12.181 9.055 0 5.472 3.648 7.426 8.403 8.566l4.755 1.173c2.899 0.717 4.69 1.042 4.69 3.127 0 1.661-1.856 2.931-4.723 2.931-6.026 0-6.351-5.016-9.836-5.016-2.28 0-3.29 1.628-3.29 3.42 0 4.006 6.123 7.263 13.452 7.263 6.123 0 12.507-3.062 12.507-9.673-0-5.667-5.504-7.622-10.129-8.664z\"></path>"
|
1
js/task1.js
Normal file
1
js/task1.js
Normal file
@@ -0,0 +1 @@
|
||||
export const task1 = "<path d=\"M20.009 21.704l-9.784 9.784 7.751 7.751-0.005 0.005 8.37 8.37 1.424 1.414 8.37-8.37 1.409-1.419 25.284-25.284-9.784-9.784-25.284 25.284zM57.172 13.955l-29.416 29.416-4.127-4.127 0.005-0.005-7.751-7.751 4.127-4.127 7.751 7.751 25.284-25.284z\"></path><path d=\"M56 58h-50v-50h37.527l4-4h-45.527v58h58v-39.613l-4 4v31.613z\"></path>"
|
1
js/xCircle.js
Normal file
1
js/xCircle.js
Normal file
@@ -0,0 +1 @@
|
||||
export const xCircle = "<path d=\"M43.509 17.663l-10.97 10.97-10.97-10.97-2.829 2.828 10.971 10.97-10.971 10.971 2.828 2.828 10.97-10.97 10.97 10.97 2.828-2.828-10.971-10.971 10.971-10.97-2.828-2.828z\"></path><path d=\"M53.213 10.787c-5.429-5.429-12.929-8.787-21.213-8.787-16.569 0-30 13.431-30 30 0 8.284 3.358 15.784 8.787 21.213v0c5.429 5.429 12.929 8.787 21.213 8.787 16.569 0 30-13.431 30-30 0-8.284-3.358-15.784-8.787-21.213v0zM32 58c-14.336 0-26-11.664-26-26s11.664-26 26-26 26 11.664 26 26-11.664 26-26 26z\"></path>"
|
6
svg/chart-pie.svg
Normal file
6
svg/chart-pie.svg
Normal file
@@ -0,0 +1,6 @@
|
||||
<!-- 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>chart-pie</title>
|
||||
<path d="M13.17 49.79c-4.425-4.43-7.161-10.547-7.161-17.303 0-13.523 10.963-24.486 24.486-24.486 4.585 0 8.875 1.26 12.543 3.452l-0.112-0.062 2.907-2.907c-4.341-2.816-9.65-4.49-15.35-4.49-15.732 0-28.484 12.753-28.484 28.484 0 7.865 3.188 14.986 8.341 20.14l-0-0c5.157 5.154 12.281 8.342 20.148 8.342 5.674 0 10.961-1.658 15.403-4.516l-0.113 0.068-2.914-2.914c-9.378 5.498-21.659 4.229-29.696-3.808z"></path>
|
||||
<path d="M58.614 44.134c1.466-3.443 2.319-7.449 2.319-11.654s-0.852-8.21-2.394-11.853l0.075 0.2c-0.111-0.267-0.226-0.531-0.343-0.794-1.595-3.522-3.699-6.531-6.257-9.085l-1.415-1.415-22.948 22.948 22.948 22.948 1.414-1.414c2.516-2.513 4.593-5.465 6.104-8.732l0.078-0.187c0.144-0.317 0.285-0.637 0.419-0.96zM50.545 15.244c3.97 4.6 6.389 10.635 6.389 17.236s-2.418 12.637-6.417 17.27l0.029-0.034-17.236-17.236z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 989 B |
6
svg/check-circle.svg
Normal file
6
svg/check-circle.svg
Normal file
@@ -0,0 +1,6 @@
|
||||
<!-- 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>check-circle</title>
|
||||
<path d="M53.259 10.866c-5.401-5.401-12.862-8.741-21.103-8.741-16.482 0-29.844 13.361-29.844 29.844 0 8.241 3.34 15.702 8.741 21.103v0c5.401 5.401 12.862 8.741 21.103 8.741 16.482 0 29.844-13.361 29.844-29.844 0-8.241-3.34-15.702-8.741-21.103v0zM32.156 57.813c-14.25 0-25.844-11.593-25.844-25.844s11.593-25.844 25.844-25.844 25.844 11.593 25.844 25.844-11.593 25.844-25.844 25.844z"></path>
|
||||
<path d="M27.659 38.226l-9.177-9.177-2.828 2.828 12.005 12.005 20.938-20.937-2.828-2.828-18.109 18.109z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 670 B |
5
svg/drop1.svg
Normal file
5
svg/drop1.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>drop1</title>
|
||||
<path d="M32 61.775c-11.848 0-21.487-9.639-21.487-21.487-0-0.017-0-0.037-0-0.057 0-4.761 1.561-9.157 4.198-12.705l-0.040 0.057 15.645-24.436c0.361-0.558 0.98-0.922 1.684-0.922s1.323 0.364 1.68 0.914l0.005 0.008 15.645 24.436c2.597 3.491 4.158 7.887 4.158 12.648 0 0.020 0 0.040-0 0.060v-0.003c0 11.848-9.639 21.487-21.487 21.487zM32 7.934l-13.996 21.861q-0.036 0.056-0.076 0.11c-2.133 2.849-3.415 6.442-3.415 10.335 0 0.017 0 0.033 0 0.050v-0.003c0 9.643 7.845 17.487 17.487 17.487s17.487-7.845 17.487-17.487c0-0.014 0-0.031 0-0.047 0-3.893-1.282-7.486-3.448-10.38l0.032 0.045q-0.040-0.054-0.076-0.11z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 770 B |
6
svg/social-skype.svg
Normal file
6
svg/social-skype.svg
Normal file
@@ -0,0 +1,6 @@
|
||||
<!-- 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-skype</title>
|
||||
<path d="M57.733 36.676c0.264-1.404 0.417-3.020 0.422-4.672v-0.004c0-0.003 0-0.006 0-0.009 0-14.44-11.706-26.146-26.146-26.146-0.003 0-0.006 0-0.009 0h0c-1.656 0.005-3.272 0.158-4.841 0.447l0.166-0.025c-2.37-1.639-5.306-2.618-8.47-2.618-0.010 0-0.020 0-0.030 0h0.002c-8.377 0.010-15.165 6.798-15.175 15.174v0.001c0 0.009 0 0.019 0 0.029 0 3.164 0.979 6.1 2.651 8.521l-0.033-0.050c-0.264 1.404-0.417 3.020-0.422 4.672v0.004c0 0.003 0 0.006 0 0.009 0 14.44 11.706 26.146 26.146 26.146 0.003 0 0.006 0 0.009 0h-0c1.656-0.005 3.272-0.158 4.841-0.447l-0.166 0.025c2.37 1.639 5.306 2.618 8.47 2.618 0.010 0 0.020 0 0.031 0h-0.002c8.377-0.010 15.165-6.798 15.175-15.174v-0.001c0-0.009 0-0.019 0-0.029 0-3.164-0.979-6.1-2.651-8.52l0.033 0.050zM45.175 56.35c-0.003 0-0.007 0-0.011 0-2.573 0-4.941-0.877-6.822-2.348l0.024 0.018-0.728-0.56-0.899 0.187c-1.422 0.315-3.056 0.5-4.733 0.507h-0.005c-12.216 0-22.154-9.938-22.154-22.154 0.007-1.682 0.192-3.317 0.535-4.893l-0.028 0.154 0.187-0.899-0.56-0.728c-1.453-1.866-2.33-4.243-2.33-6.825 0-6.163 4.996-11.16 11.16-11.16 2.582 0 4.959 0.877 6.849 2.349l-0.025-0.019 0.728 0.56 0.899-0.187c1.421-0.315 3.056-0.5 4.733-0.507h0.005c12.216 0 22.154 9.938 22.154 22.154-0.007 1.682-0.191 3.317-0.535 4.893l0.028-0.154-0.187 0.899 0.56 0.728c1.453 1.866 2.33 4.243 2.33 6.825 0 6.163-4.996 11.16-11.16 11.16-0.005 0-0.011 0-0.016 0h0.001z"></path>
|
||||
<path d="M35.073 28.768l-3.387-0.782c-2.475-0.586-4.332-1.010-4.332-2.899 0-1.726 1.824-2.508 4.69-2.508 5.114 0 5.211 3.746 8.371 3.746 2.117 0 3.387-1.661 3.387-3.55 0-3.746-6.221-6.188-12.377-6.188-5.635 0-12.181 2.443-12.181 9.055 0 5.472 3.648 7.426 8.403 8.566l4.755 1.173c2.899 0.717 4.69 1.042 4.69 3.127 0 1.661-1.856 2.931-4.723 2.931-6.026 0-6.351-5.016-9.836-5.016-2.28 0-3.29 1.628-3.29 3.42 0 4.006 6.123 7.263 13.452 7.263 6.123 0 12.507-3.062 12.507-9.673-0-5.667-5.504-7.622-10.129-8.664z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 2.0 KiB |
6
svg/task1.svg
Normal file
6
svg/task1.svg
Normal file
@@ -0,0 +1,6 @@
|
||||
<!-- 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>task1</title>
|
||||
<path d="M20.009 21.704l-9.784 9.784 7.751 7.751-0.005 0.005 8.37 8.37 1.424 1.414 8.37-8.37 1.409-1.419 25.284-25.284-9.784-9.784-25.284 25.284zM57.172 13.955l-29.416 29.416-4.127-4.127 0.005-0.005-7.751-7.751 4.127-4.127 7.751 7.751 25.284-25.284z"></path>
|
||||
<path d="M56 58h-50v-50h37.527l4-4h-45.527v58h58v-39.613l-4 4v31.613z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 497 B |
6
svg/x-circle.svg
Normal file
6
svg/x-circle.svg
Normal file
@@ -0,0 +1,6 @@
|
||||
<!-- 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>x-circle</title>
|
||||
<path d="M43.509 17.663l-10.97 10.97-10.97-10.97-2.829 2.828 10.971 10.97-10.971 10.971 2.828 2.828 10.97-10.97 10.97 10.97 2.828-2.828-10.971-10.971 10.971-10.97-2.828-2.828z"></path>
|
||||
<path d="M53.213 10.787c-5.429-5.429-12.929-8.787-21.213-8.787-16.569 0-30 13.431-30 30 0 8.284 3.358 15.784 8.787 21.213v0c5.429 5.429 12.929 8.787 21.213 8.787 16.569 0 30-13.431 30-30 0-8.284-3.358-15.784-8.787-21.213v0zM32 58c-14.336 0-26-11.664-26-26s11.664-26 26-26 26 11.664 26 26-11.664 26-26 26z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 661 B |
Reference in New Issue
Block a user