Skip to content

Commit c1c65ed

Browse files
Merge branch 'master' into verified-icon
2 parents 591b31b + cec1fca commit c1c65ed

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

src/icons/CheckCircleOutline/CheckCircleOutlineIcon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const CheckCircleOutlineIcon = ({
1717
{...props}
1818
>
1919
<path
20-
d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm-1-5.41 7.29-7.29 1.41 1.41L11 16l-4.29-4.29 1.41-1.41L11 14.17z"
20+
d="M16.59 7.58 10 14.17l-3.59-3.58L5 12l5 5 8-8zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8"
2121
fill={fill}
2222
/>
2323
</svg>

src/icons/FolderRounded/FolderRoundedIcon.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@ export const FolderRoundedIcon = ({
1616
data-testid="folder-rounded-icon-svg"
1717
{...props}
1818
>
19-
<path
20-
d="M10 4c-0.55 0-1 0.45-1 1H4c-1.1 0-2 0.9-2 2v10c0 1.1 0.9 2 2 2h16c1.1 0 2-0.9 2-2V8c0-1.1-0.9-2-2-2h-8l-2-2z"
21-
fill={fill}
22-
/>
19+
<path d="M10.59 4.59C10.21 4.21 9.7 4 9.17 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2h-8z" fill={fill} />
2320
</svg>
2421
);
2522
};

src/icons/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ export * from './EmojiEvents';
3838
export * from './ExpandAll';
3939
export * from './Favorite';
4040
export * from './Filter';
41+
export * from './FolderRounded';
4142
export * from './Fullscreen';
4243
export * from './Hierarchical';
4344
export * from './Info';
@@ -54,6 +55,7 @@ export * from './CaretDown';
5455
export * from './Chain';
5556
export * from './Challenges';
5657
export * from './CheckCircle';
58+
export * from './CheckCircleOutline';
5759
export * from './ChevronLeft';
5860
export * from './ContentClassIcons';
5961
export * from './Database';

0 commit comments

Comments
 (0)