diff --git a/packages/web/components/elements/images/LineHeightDecreaseIcon.tsx b/packages/web/components/elements/images/LineHeightDecreaseIcon.tsx
new file mode 100644
index 000000000..ee13ad7f6
--- /dev/null
+++ b/packages/web/components/elements/images/LineHeightDecreaseIcon.tsx
@@ -0,0 +1,60 @@
+type LineHeightDecreaseIconProps = {
+ strokeColor: string
+}
+
+export function LineHeightDecreaseIcon(
+ props: LineHeightDecreaseIconProps
+): JSX.Element {
+ return (
+
+ )
+}
diff --git a/packages/web/components/elements/images/LineHeightIncreaseIconProps.tsx b/packages/web/components/elements/images/LineHeightIncreaseIconProps.tsx
new file mode 100644
index 000000000..3cd42ca24
--- /dev/null
+++ b/packages/web/components/elements/images/LineHeightIncreaseIconProps.tsx
@@ -0,0 +1,60 @@
+type LineHeightIncreaseIconProps = {
+ strokeColor: string
+}
+
+export function LineHeightIncreaseIcon(
+ props: LineHeightIncreaseIconProps
+): JSX.Element {
+ return (
+
+ )
+}