From 88f1cb61e01123ea07d1024bf07d8df5297e5081 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Holeczek?= Date: Sun, 15 Jan 2023 17:56:26 +0100 Subject: [PATCH] feat: add `cilHandshake`, `cilTextDirectionLtr`, and `cilTextDirectionRtl` --- src/free/cil-handshake.ts | 1 + src/free/index.ts | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 src/free/cil-handshake.ts diff --git a/src/free/cil-handshake.ts b/src/free/cil-handshake.ts new file mode 100644 index 000000000..315cec52c --- /dev/null +++ b/src/free/cil-handshake.ts @@ -0,0 +1 @@ +export const cilHandshake: string[] = ["512 512",""] \ No newline at end of file diff --git a/src/free/index.ts b/src/free/index.ts index 66be06975..cebbc6d21 100644 --- a/src/free/index.ts +++ b/src/free/index.ts @@ -272,6 +272,7 @@ import { cilHandPointDown } from './cil-hand-point-down' import { cilHandPointLeft } from './cil-hand-point-left' import { cilHandPointRight } from './cil-hand-point-right' import { cilHandPointUp } from './cil-hand-point-up' +import { cilHandshake } from './cil-handshake' import { cilHappy } from './cil-happy' import { cilHd } from './cil-hd' import { cilHdr } from './cil-hdr' @@ -486,6 +487,8 @@ import { cilTennisBall } from './cil-tennis-ball' import { cilTennis } from './cil-tennis' import { cilTerminal } from './cil-terminal' 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 { cilTextSize } from './cil-text-size' import { cilTextSquare } from './cil-text-square' @@ -825,6 +828,7 @@ export { cilHandPointDown } export { cilHandPointLeft } export { cilHandPointRight } export { cilHandPointUp } +export { cilHandshake } export { cilHappy } export { cilHd } export { cilHdr } @@ -1039,6 +1043,8 @@ export { cilTennisBall } export { cilTennis } export { cilTerminal } export { cilTerrain } +export { cilTextDirectionLtr } +export { cilTextDirectionRtl } export { cilTextShapes } export { cilTextSize } export { cilTextSquare }