mirror of
https://github.com/coreui/coreui-icons.git
synced 2025-08-21 16:01:25 +02:00
feat: add cilHandshake
, cilTextDirectionLtr
, and cilTextDirectionRtl
This commit is contained in:
1
src/free/cil-handshake.ts
Normal file
1
src/free/cil-handshake.ts
Normal file
@@ -0,0 +1 @@
|
|||||||
|
export const cilHandshake: string[] = ["512 512","<path fill='var(--ci-primary-color, currentColor)' d='M262.254,128H365.717l67.933,64H496V160H446.35L378.416,96H120.829a25.235,25.235,0,0,0-18.177,7.786L41.367,168.147,16.093,168l-.186,32,39.1.227L123.782,128H217l-74.341,74.333a58.153,58.153,0,0,0,82.237,82.245l24.065-24.062,95.413,95.414L325.13,376.124a11.337,11.337,0,0,1-16.224.195l-54.16-54.16-22.627,22.628,39.988,39.987-18.649,19.057a11.335,11.335,0,0,1-16.118.086L182.916,349.5l-22.627,22.628,24.67,24.669-14.786,15.656a11.338,11.338,0,0,1-16.219.271L70.71,328H16v32H57.29l73.9,75.208.1.1A42.978,42.978,0,0,0,161.911,448c.212,0,.427,0,.639,0a42.994,42.994,0,0,0,30.887-13.576L207.6,419.428l7.117,7.117a43.021,43.021,0,0,0,30.636,12.693h.24a43.029,43.029,0,0,0,30.739-13.025l19.572-20a43.009,43.009,0,0,0,21.006,5.427c.179,0,.36,0,.539,0A43,43,0,0,0,348.3,398.2l20.382-21.39h62.044l40-40.809H496V304H457.278l-40,40.809H378.5L271.586,237.89,302.281,207.2,279.654,184.57l-77.388,77.379a26.153,26.153,0,0,1-36.983-36.988Z' class='ci-primary'/>"]
|
@@ -272,6 +272,7 @@ import { cilHandPointDown } from './cil-hand-point-down'
|
|||||||
import { cilHandPointLeft } from './cil-hand-point-left'
|
import { cilHandPointLeft } from './cil-hand-point-left'
|
||||||
import { cilHandPointRight } from './cil-hand-point-right'
|
import { cilHandPointRight } from './cil-hand-point-right'
|
||||||
import { cilHandPointUp } from './cil-hand-point-up'
|
import { cilHandPointUp } from './cil-hand-point-up'
|
||||||
|
import { cilHandshake } from './cil-handshake'
|
||||||
import { cilHappy } from './cil-happy'
|
import { cilHappy } from './cil-happy'
|
||||||
import { cilHd } from './cil-hd'
|
import { cilHd } from './cil-hd'
|
||||||
import { cilHdr } from './cil-hdr'
|
import { cilHdr } from './cil-hdr'
|
||||||
@@ -486,6 +487,8 @@ import { cilTennisBall } from './cil-tennis-ball'
|
|||||||
import { cilTennis } from './cil-tennis'
|
import { cilTennis } from './cil-tennis'
|
||||||
import { cilTerminal } from './cil-terminal'
|
import { cilTerminal } from './cil-terminal'
|
||||||
import { cilTerrain } from './cil-terrain'
|
import { cilTerrain } from './cil-terrain'
|
||||||
|
import { cilTextDirectionLtr } from './cil-text-direction-ltr'
|
||||||
|
import { cilTextDirectionRtl } from './cil-text-direction-rtl'
|
||||||
import { cilTextShapes } from './cil-text-shapes'
|
import { cilTextShapes } from './cil-text-shapes'
|
||||||
import { cilTextSize } from './cil-text-size'
|
import { cilTextSize } from './cil-text-size'
|
||||||
import { cilTextSquare } from './cil-text-square'
|
import { cilTextSquare } from './cil-text-square'
|
||||||
@@ -825,6 +828,7 @@ export { cilHandPointDown }
|
|||||||
export { cilHandPointLeft }
|
export { cilHandPointLeft }
|
||||||
export { cilHandPointRight }
|
export { cilHandPointRight }
|
||||||
export { cilHandPointUp }
|
export { cilHandPointUp }
|
||||||
|
export { cilHandshake }
|
||||||
export { cilHappy }
|
export { cilHappy }
|
||||||
export { cilHd }
|
export { cilHd }
|
||||||
export { cilHdr }
|
export { cilHdr }
|
||||||
@@ -1039,6 +1043,8 @@ export { cilTennisBall }
|
|||||||
export { cilTennis }
|
export { cilTennis }
|
||||||
export { cilTerminal }
|
export { cilTerminal }
|
||||||
export { cilTerrain }
|
export { cilTerrain }
|
||||||
|
export { cilTextDirectionLtr }
|
||||||
|
export { cilTextDirectionRtl }
|
||||||
export { cilTextShapes }
|
export { cilTextShapes }
|
||||||
export { cilTextSize }
|
export { cilTextSize }
|
||||||
export { cilTextSquare }
|
export { cilTextSquare }
|
||||||
|
Reference in New Issue
Block a user