Skip to content

Commit 88f1cb6

Browse files
committed
feat: add cilHandshake, cilTextDirectionLtr, and cilTextDirectionRtl
1 parent c0c873d commit 88f1cb6

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

src/free/cil-handshake.ts

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
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'/>"]

src/free/index.ts

+6
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ import { cilHandPointDown } from './cil-hand-point-down'
272272
import { cilHandPointLeft } from './cil-hand-point-left'
273273
import { cilHandPointRight } from './cil-hand-point-right'
274274
import { cilHandPointUp } from './cil-hand-point-up'
275+
import { cilHandshake } from './cil-handshake'
275276
import { cilHappy } from './cil-happy'
276277
import { cilHd } from './cil-hd'
277278
import { cilHdr } from './cil-hdr'
@@ -486,6 +487,8 @@ import { cilTennisBall } from './cil-tennis-ball'
486487
import { cilTennis } from './cil-tennis'
487488
import { cilTerminal } from './cil-terminal'
488489
import { cilTerrain } from './cil-terrain'
490+
import { cilTextDirectionLtr } from './cil-text-direction-ltr'
491+
import { cilTextDirectionRtl } from './cil-text-direction-rtl'
489492
import { cilTextShapes } from './cil-text-shapes'
490493
import { cilTextSize } from './cil-text-size'
491494
import { cilTextSquare } from './cil-text-square'
@@ -825,6 +828,7 @@ export { cilHandPointDown }
825828
export { cilHandPointLeft }
826829
export { cilHandPointRight }
827830
export { cilHandPointUp }
831+
export { cilHandshake }
828832
export { cilHappy }
829833
export { cilHd }
830834
export { cilHdr }
@@ -1039,6 +1043,8 @@ export { cilTennisBall }
10391043
export { cilTennis }
10401044
export { cilTerminal }
10411045
export { cilTerrain }
1046+
export { cilTextDirectionLtr }
1047+
export { cilTextDirectionRtl }
10421048
export { cilTextShapes }
10431049
export { cilTextSize }
10441050
export { cilTextSquare }

0 commit comments

Comments
 (0)