Skip to content

Commit

Permalink
fix: fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
irsyadadl committed Jul 26, 2024
1 parent 9e4e1b1 commit 2806247
Show file tree
Hide file tree
Showing 20 changed files with 378 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/IconAlignmentCenter.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
import * as React from "react";
const SvgIconAlignmentCenter = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={24}
height={24}
fill="none"
viewBox="0 0 24 24"
{...props}
className={`paranoid-ic ${props.className ? props.className : "size-4"}`} data-slot="icon" aria-hidden="true">
<path
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth={1.5}
d="M3.75 4.75h16.5M7.75 12h8.5m-12.5 7.25h16.5"
/>
</svg>
);
export default SvgIconAlignmentCenter;
19 changes: 19 additions & 0 deletions src/IconAlignmentCenterFill.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import * as React from "react";
const SvgIconAlignmentCenterFill = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={24}
height={24}
fill="none"
viewBox="0 0 24 25"
{...props}
className={`paranoid-ic ${props.className ? props.className : "size-4"}`} data-slot="icon" aria-hidden="true">
<path
fill="currentColor"
fillRule="evenodd"
d="M3 5.5a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 5.5m4 7.25a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5a.75.75 0 0 1-.75-.75M3 20a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 20"
clipRule="evenodd"
/>
</svg>
);
export default SvgIconAlignmentCenterFill;
20 changes: 20 additions & 0 deletions src/IconAlignmentJustify.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
import * as React from "react";
const SvgIconAlignmentJustify = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={24}
height={24}
fill="none"
viewBox="0 0 24 25"
{...props}
className={`paranoid-ic ${props.className ? props.className : "size-4"}`} data-slot="icon" aria-hidden="true">
<path
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth={1.5}
d="M3.75 5.5h16.5m-16.5 7.25h16.5M3.75 20h16.5"
/>
</svg>
);
export default SvgIconAlignmentJustify;
19 changes: 19 additions & 0 deletions src/IconAlignmentJustifyFill.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import * as React from "react";
const SvgIconAlignmentJustifyFill = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={24}
height={24}
fill="none"
viewBox="0 0 24 25"
{...props}
className={`paranoid-ic ${props.className ? props.className : "size-4"}`} data-slot="icon" aria-hidden="true">
<path
fill="currentColor"
fillRule="evenodd"
d="M3 5.5a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 5.5m0 7.25a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75a.75.75 0 0 1-.75-.75M3 20a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 20"
clipRule="evenodd"
/>
</svg>
);
export default SvgIconAlignmentJustifyFill;
20 changes: 20 additions & 0 deletions src/IconAlignmentLeft.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
import * as React from "react";
const SvgIconAlignmentLeft = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={24}
height={24}
fill="none"
viewBox="0 0 24 25"
{...props}
className={`paranoid-ic ${props.className ? props.className : "size-4"}`} data-slot="icon" aria-hidden="true">
<path
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth={1.5}
d="M3.75 5.5h16.5m-16.5 7.25h8.5M3.75 20h16.5"
/>
</svg>
);
export default SvgIconAlignmentLeft;
19 changes: 19 additions & 0 deletions src/IconAlignmentLeftFill.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import * as React from "react";
const SvgIconAlignmentLeftFill = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={24}
height={24}
fill="none"
viewBox="0 0 24 25"
{...props}
className={`paranoid-ic ${props.className ? props.className : "size-4"}`} data-slot="icon" aria-hidden="true">
<path
fill="currentColor"
fillRule="evenodd"
d="M3 5.5a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 5.5m0 7.25a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5a.75.75 0 0 1-.75-.75M3 20a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 20"
clipRule="evenodd"
/>
</svg>
);
export default SvgIconAlignmentLeftFill;
20 changes: 20 additions & 0 deletions src/IconAlignmentRight.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
import * as React from "react";
const SvgIconAlignmentRight = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={24}
height={24}
fill="none"
viewBox="0 0 24 25"
{...props}
className={`paranoid-ic ${props.className ? props.className : "size-4"}`} data-slot="icon" aria-hidden="true">
<path
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth={1.5}
d="M3.75 5.5h16.5m-8.5 7.25h8.5M3.75 20h16.5"
/>
</svg>
);
export default SvgIconAlignmentRight;
19 changes: 19 additions & 0 deletions src/IconAlignmentRightFill.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import * as React from "react";
const SvgIconAlignmentRightFill = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={24}
height={24}
fill="none"
viewBox="0 0 24 25"
{...props}
className={`paranoid-ic ${props.className ? props.className : "size-4"}`} data-slot="icon" aria-hidden="true">
<path
fill="currentColor"
fillRule="evenodd"
d="M3 5.5a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 5.5m8 7.25a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5a.75.75 0 0 1-.75-.75M3 20a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 20"
clipRule="evenodd"
/>
</svg>
);
export default SvgIconAlignmentRightFill;
20 changes: 20 additions & 0 deletions src/IconBold.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
import * as React from "react";
const SvgIconBold = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={24}
height={24}
fill="none"
viewBox="0 0 24 25"
{...props}
className={`paranoid-ic ${props.className ? props.className : "size-4"}`} data-slot="icon" aria-hidden="true">
<path
stroke="currentColor"
strokeLinecap="square"
strokeLinejoin="round"
strokeWidth={1.5}
d="M5.74 12.75h7.51a4 4 0 0 0 4-4V8.5a4 4 0 0 0-4-4H6.74a1 1 0 0 0-1 1zm0 0V20a1 1 0 0 0 1 1h5.76m.5 0h1.25a4 4 0 0 0 4-4v-.25a4 4 0 0 0-4-4H13"
/>
</svg>
);
export default SvgIconBold;
19 changes: 19 additions & 0 deletions src/IconBoldFill.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import * as React from "react";
const SvgIconBoldFill = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={24}
height={24}
fill="none"
viewBox="0 0 24 25"
{...props}
className={`paranoid-ic ${props.className ? props.className : "size-4"}`} data-slot="icon" aria-hidden="true">
<path
fill="currentColor"
fillRule="evenodd"
d="M5 6.188C5 4.873 6.05 3.75 7.417 3.75h5.5c2.885 0 5.166 2.382 5.166 5.25a5.3 5.3 0 0 1-1.148 3.3A5.28 5.28 0 0 1 19 16.5c0 2.867-2.282 5.25-5.167 5.25H7.417C6.05 21.75 5 20.627 5 19.312zm7.917 5.062c1.165 0 2.166-.975 2.166-2.25s-1.001-2.25-2.166-2.25H8v4.5zM8 14.25h5.833c1.165 0 2.167.975 2.167 2.25s-1.002 2.25-2.167 2.25H8z"
clipRule="evenodd"
/>
</svg>
);
export default SvgIconBoldFill;
19 changes: 19 additions & 0 deletions src/IconBrandJustd.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import * as React from "react";
const SvgIconBrandJustd = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={24}
height={24}
fill="none"
viewBox="0 0 24 24"
{...props}
className={`paranoid-ic ${props.className ? props.className : "size-4"}`} data-slot="icon" aria-hidden="true">
<path
fill="currentColor"
fillRule="evenodd"
d="M11.087 2h6.826c.602 0 1.087 0 1.48.032.406.033.761.103 1.09.27.523.267.948.692 1.214 1.215.168.329.238.684.27 1.09C22 5 22 5.484 22 6.086v7.381c0 .602 0 1.088-.032 1.481-.033.405-.103.76-.27 1.09a2.78 2.78 0 0 1-1.215 1.214c-.329.168-.684.237-1.09.27-.393.033-.878.033-1.48.033h-.357v.357c0 .602 0 1.087-.033 1.48-.033.406-.102.761-.27 1.09a2.78 2.78 0 0 1-1.214 1.214c-.33.168-.685.238-1.09.27-.393.033-.879.033-1.48.033H6.086c-.602 0-1.087 0-1.48-.032-.406-.033-.761-.103-1.09-.27a2.78 2.78 0 0 1-1.214-1.215c-.168-.329-.238-.684-.27-1.09C2 19 2 18.516 2 17.914v-7.381c0-.602 0-1.088.032-1.481.033-.405.103-.76.27-1.09a2.78 2.78 0 0 1 1.215-1.214c.329-.167.684-.237 1.09-.27.393-.033.878-.033 1.48-.033H7v-.357c0-.602 0-1.087.032-1.48.033-.406.103-.761.27-1.09a2.78 2.78 0 0 1 1.215-1.214c.329-.168.684-.238 1.09-.27C10 2 10.484 2 11.086 2Zm6.802 14.444h-.333v-5.912c0-.602 0-1.088-.033-1.481-.033-.405-.102-.76-.27-1.09a2.78 2.78 0 0 0-1.214-1.214c-.33-.167-.685-.237-1.09-.27-.393-.033-.879-.033-1.48-.033H8.11v-.333c0-.631 0-1.072.029-1.414.027-.336.078-.53.153-.676.16-.313.415-.568.728-.728.146-.075.34-.126.676-.153.343-.028.783-.029 1.414-.029h6.778c.631 0 1.072 0 1.414.029.336.027.53.078.676.153.314.16.568.415.728.728.075.146.126.34.153.676.029.342.029.783.029 1.414v7.333c0 .632 0 1.072-.029 1.415-.027.336-.078.53-.153.675a1.67 1.67 0 0 1-.728.729c-.146.074-.34.125-.676.153-.343.028-.783.028-1.414.028ZM5.442 18.558A1.44 1.44 0 0 0 6.5 19q.417 0 .75-.2a1.56 1.56 0 0 0 .542-.55Q8 17.908 8 17.5a1.44 1.44 0 0 0-.442-1.058A1.44 1.44 0 0 0 6.5 16a1.44 1.44 0 0 0-1.058.442A1.44 1.44 0 0 0 5 17.5q0 .617.442 1.058"
clipRule="evenodd"
/>
</svg>
);
export default SvgIconBrandJustd;
17 changes: 17 additions & 0 deletions src/IconCalendarDays.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import * as React from "react";
const SvgIconCalendarDays = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={24}
height={24}
fill="none"
viewBox="0 0 24 24"
{...props}
className={`paranoid-ic ${props.className ? props.className : "size-4"}`} data-slot="icon" aria-hidden="true">
<path
fill="currentColor"
d="M3.75 3.75V3a.75.75 0 0 0-.75.75zm16.5 0H21a.75.75 0 0 0-.75-.75zm0 16.5V21a.75.75 0 0 0 .75-.75zm-16.5 0H3c0 .414.336.75.75.75zM7.25 12a.75.75 0 0 0 1.5 0zm1.5-.01a.75.75 0 0 0-1.5 0zm2.5.01a.75.75 0 0 0 1.5 0zm1.5-.01a.75.75 0 0 0-1.5 0zM7.25 16a.75.75 0 0 0 1.5 0zm1.5-.01a.75.75 0 0 0-1.5 0zm2.5.01a.75.75 0 0 0 1.5 0zm1.5-.01a.75.75 0 0 0-1.5 0zm2.5-3.99a.75.75 0 0 0 1.5 0zm1.5-.01a.75.75 0 0 0-1.5 0zm-13-7.49h16.5V3H3.75zm15.75-.75v4H21v-4zm0 4v12.5H21V7.75zm.75 11.75H3.75V21h16.5zm-15.75.75V7.75H3v12.5zm0-12.5v-4H3v4zm-.75.75h16.5V7H3.75zM7.5 12a.5.5 0 0 1 .5-.5V13a1 1 0 0 0 1-1zm.5-.5a.5.5 0 0 1 .5.5H7a1 1 0 0 0 1 1zm.5.5a.5.5 0 0 1-.5.5V11a1 1 0 0 0-1 1zm-.5.5a.5.5 0 0 1-.5-.5H9a1 1 0 0 0-1-1zm.75-.5v-.01h-1.5V12zm2.75 0a.5.5 0 0 1 .5-.5V13a1 1 0 0 0 1-1zm.5-.5a.5.5 0 0 1 .5.5H11a1 1 0 0 0 1 1zm.5.5a.5.5 0 0 1-.5.5V11a1 1 0 0 0-1 1zm-.5.5a.5.5 0 0 1-.5-.5H13a1 1 0 0 0-1-1zm.75-.5v-.01h-1.5V12zM7.5 16a.5.5 0 0 1 .5-.5V17a1 1 0 0 0 1-1zm.5-.5a.5.5 0 0 1 .5.5H7a1 1 0 0 0 1 1zm.5.5a.5.5 0 0 1-.5.5V15a1 1 0 0 0-1 1zm-.5.5a.5.5 0 0 1-.5-.5H9a1 1 0 0 0-1-1zm.75-.5v-.01h-1.5V16zm2.75 0a.5.5 0 0 1 .5-.5V17a1 1 0 0 0 1-1zm.5-.5a.5.5 0 0 1 .5.5H11a1 1 0 0 0 1 1zm.5.5a.5.5 0 0 1-.5.5V15a1 1 0 0 0-1 1zm-.5.5a.5.5 0 0 1-.5-.5H13a1 1 0 0 0-1-1zm.75-.5v-.01h-1.5V16zm2.75-4a.5.5 0 0 1 .5-.5V13a1 1 0 0 0 1-1zm.5-.5a.5.5 0 0 1 .5.5H15a1 1 0 0 0 1 1zm.5.5a.5.5 0 0 1-.5.5V11a1 1 0 0 0-1 1zm-.5.5a.5.5 0 0 1-.5-.5H17a1 1 0 0 0-1-1zm.75-.5v-.01h-1.5V12z"
/>
</svg>
);
export default SvgIconCalendarDays;
19 changes: 19 additions & 0 deletions src/IconCalendarDaysFill.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import * as React from "react";
const SvgIconCalendarDaysFill = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={24}
height={24}
fill="none"
viewBox="0 0 24 24"
{...props}
className={`paranoid-ic ${props.className ? props.className : "size-4"}`} data-slot="icon" aria-hidden="true">
<path
fill="currentColor"
fillRule="evenodd"
d="M3.75 3a.75.75 0 0 0-.75.75v16.5c0 .414.336.75.75.75h16.5a.75.75 0 0 0 .75-.75V3.75a.75.75 0 0 0-.75-.75zM8 11a1 1 0 1 0 0 2 1 1 0 0 0 0-2m0 4a1 1 0 1 0 0 2 1 1 0 0 0 0-2m3 1a1 1 0 1 1 2 0 1 1 0 0 1-2 0m1-5a1 1 0 1 0 0 2 1 1 0 0 0 0-2m3 1a1 1 0 1 1 2 0 1 1 0 0 1-2 0m4.5-7.5h-15V7h15z"
clipRule="evenodd"
/>
</svg>
);
export default SvgIconCalendarDaysFill;
20 changes: 20 additions & 0 deletions src/IconItalic.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
import * as React from "react";
const SvgIconItalic = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={24}
height={24}
fill="none"
viewBox="0 0 24 25"
{...props}
className={`paranoid-ic ${props.className ? props.className : "size-4"}`} data-slot="icon" aria-hidden="true">
<path
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth={1.5}
d="M9.75 4.5h4.75m4.75 0H14.5m0 0L9.5 21m0 0H4.75m4.75 0h4.76"
/>
</svg>
);
export default SvgIconItalic;
19 changes: 19 additions & 0 deletions src/IconItalicFill.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import * as React from "react";
const SvgIconItalicFill = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={24}
height={24}
fill="none"
viewBox="0 0 24 25"
{...props}
className={`paranoid-ic ${props.className ? props.className : "size-4"}`} data-slot="icon" aria-hidden="true">
<path
fill="currentColor"
fillRule="evenodd"
d="M9 4.5a.75.75 0 0 1 .75-.75h9.5a.75.75 0 0 1 0 1.5h-4.194l-4.545 15h3.75a.75.75 0 0 1 0 1.5H4.75a.75.75 0 0 1 0-1.5h4.194l4.545-15H9.75A.75.75 0 0 1 9 4.5"
clipRule="evenodd"
/>
</svg>
);
export default SvgIconItalicFill;
19 changes: 19 additions & 0 deletions src/IconStrikeThrough.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import * as React from "react";
const SvgIconStrikeThrough = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={24}
height={24}
fill="none"
viewBox="0 0 24 25"
{...props}
className={`paranoid-ic ${props.className ? props.className : "size-4"}`} data-slot="icon" aria-hidden="true">
<path
stroke="currentColor"
strokeLinecap="round"
strokeWidth={1.5}
d="M17.578 7.611c-.25-1.205-1.3-4.111-5.576-4.111-4.111 0-5.653 2.673-5.653 4.625 0 3.038 2.806 3.83 5.653 4.59M5.969 17.89C6.353 19.094 7.724 22 12.002 22c4.11 0 5.91-2.673 5.91-4.625 0-.752-.172-1.366-.474-1.876M2.75 12.75h18.5"
/>
</svg>
);
export default SvgIconStrikeThrough;
17 changes: 17 additions & 0 deletions src/IconStrikeThroughFill.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import * as React from "react";
const SvgIconStrikeThroughFill = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={24}
height={24}
fill="none"
viewBox="0 0 24 25"
{...props}
className={`paranoid-ic ${props.className ? props.className : "size-4"}`} data-slot="icon" aria-hidden="true">
<path
fill="currentColor"
d="M12.002 2.75c-2.228 0-3.843.73-4.902 1.804-1.046 1.06-1.5 2.41-1.5 3.571 0 .88.204 1.636.589 2.277.381.637.915 1.123 1.516 1.505l.15.093H2.75a.75.75 0 0 0 0 1.5h18.5a.75.75 0 0 0 0-1.5h-9.024l-.03-.009c-1.451-.387-2.744-.75-3.685-1.35-.457-.29-.802-.62-1.036-1.01-.23-.385-.376-.868-.376-1.506 0-.79.316-1.754 1.069-2.518.74-.75 1.95-1.357 3.834-1.357 1.948 0 3.077.653 3.752 1.369.698.738.98 1.617 1.09 2.145a.75.75 0 1 0 1.468-.306c-.14-.676-.508-1.853-1.467-2.87-.98-1.038-2.514-1.838-4.843-1.838m6.082 12.367a.75.75 0 1 0-1.292.763c.227.383.37.863.37 1.495 0 1.5-1.424 3.875-5.16 3.875-1.95 0-3.176-.655-3.96-1.398a5.27 5.27 0 0 1-1.359-2.191.75.75 0 1 0-1.429.456c.215.673.707 1.83 1.756 2.824 1.067 1.01 2.664 1.809 4.992 1.809 4.486 0 6.66-2.971 6.66-5.375 0-.872-.201-1.62-.578-2.258"
/>
</svg>
);
export default SvgIconStrikeThroughFill;
17 changes: 17 additions & 0 deletions src/IconSunFill.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import * as React from "react";
const SvgIconSunFill = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={24}
height={24}
fill="none"
viewBox="0 0 24 24"
{...props}
className={`paranoid-ic ${props.className ? props.className : "size-4"}`} data-slot="icon" aria-hidden="true">
<path
fill="currentColor"
d="M12.75 1.768a.75.75 0 0 0-1.5 0V3.29a.75.75 0 1 0 1.5 0zM4.234 18.705a.75.75 0 0 0 1.061 1.061l1.077-1.077a.75.75 0 0 0-1.06-1.06zM12 19.96a.75.75 0 0 1 .75.75v1.523a.75.75 0 0 1-1.5 0v-1.524a.75.75 0 0 1 .75-.75Zm5.628-14.649a.75.75 0 0 0 1.06 1.061l1.078-1.077a.75.75 0 0 0-1.061-1.06L17.628 5.31ZM19.959 12a.75.75 0 0 1 .75-.75h1.523a.75.75 0 1 1 0 1.5H20.71a.75.75 0 0 1-.75-.75Zm-1.27 5.628a.75.75 0 1 0-1.061 1.06l1.077 1.078a.75.75 0 1 0 1.06-1.06zM1.018 12a.75.75 0 0 1 .75-.75H3.29a.75.75 0 0 1 0 1.5H1.768a.75.75 0 0 1-.75-.75m4.277-7.766a.75.75 0 0 0-1.06 1.061L5.31 6.372a.75.75 0 0 0 1.061-1.06L5.295 4.233Zm2.462 3.523a6 6 0 1 1 8.486 8.486 6 6 0 0 1-8.486-8.486"
/>
</svg>
);
export default SvgIconSunFill;
19 changes: 19 additions & 0 deletions src/IconUnderline.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import * as React from "react";
const SvgIconUnderline = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={24}
height={24}
fill="none"
viewBox="0 0 24 25"
{...props}
className={`paranoid-ic ${props.className ? props.className : "size-4"}`} data-slot="icon" aria-hidden="true">
<path
stroke="currentColor"
strokeLinecap="round"
strokeWidth={1.5}
d="M5.75 21.5h12.5m-12.5-17v8.25a6.25 6.25 0 1 0 12.5 0V4.5"
/>
</svg>
);
export default SvgIconUnderline;
17 changes: 17 additions & 0 deletions src/IconUnderlineFill.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import * as React from "react";
const SvgIconUnderlineFill = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={24}
height={24}
fill="none"
viewBox="0 0 24 25"
{...props}
className={`paranoid-ic ${props.className ? props.className : "size-4"}`} data-slot="icon" aria-hidden="true">
<path
fill="currentColor"
d="M6.5 4.5a.75.75 0 0 0-1.5 0v8.25a7 7 0 1 0 14 0V4.5a.75.75 0 0 0-1.5 0v8.25a5.5 5.5 0 1 1-11 0zm-.75 16.25a.75.75 0 0 0 0 1.5h12.5a.75.75 0 0 0 0-1.5z"
/>
</svg>
);
export default SvgIconUnderlineFill;

0 comments on commit 2806247

Please sign in to comment.