Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: sync icons #13

Merged
merged 1 commit into from
Apr 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/FolderHome.tsx → lib/FolderHouse.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as React from 'react';
import {SVGProps} from 'react';
const FolderHome = (props: SVGProps<SVGSVGElement>) => (
const FolderHouse = (props: SVGProps<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={16}
Expand All @@ -17,4 +17,4 @@ const FolderHome = (props: SVGProps<SVGSVGElement>) => (
/>
</svg>
);
export default FolderHome;
export default FolderHouse;
2 changes: 1 addition & 1 deletion lib/Snowflake.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const Snowflake = (props: SVGProps<SVGSVGElement>) => (
<path
fill="currentColor"
fillRule="evenodd"
d="M14.78 5.718a.75.75 0 0 1 0 1.06l-1.22 1.22 1.22 1.22a.75.75 0 0 1-1.06 1.062l-1.531-1.531h-2.89l1.445 2.502 2.091.56a.75.75 0 0 1-.388 1.45l-1.667-.447-.446 1.666a.75.75 0 0 1-1.45-.388l.561-2.091L8 9.499 6.556 12l.56 2.091a.75.75 0 1 1-1.449.388l-.446-1.667-1.667.447a.75.75 0 1 1-.389-1.449l2.092-.56L6.7 8.749H3.81l-1.53 1.529a.75.75 0 1 1-1.06-1.061L2.438 8 1.22 6.78a.75.75 0 1 1 1.061-1.06l1.53 1.529H6.7L5.256 4.745l-2.089-.56a.75.75 0 1 1 .388-1.449l1.665.446.446-1.664a.75.75 0 0 1 1.449.388l-.56 2.089L8 6.499l1.446-2.504-.56-2.089a.75.75 0 1 1 1.45-.388l.445 1.664 1.665-.446a.75.75 0 1 1 .388 1.45l-2.089.559L9.3 7.249h2.889l1.53-1.531a.75.75 0 0 1 1.062 0Z"
d="M5.719 1.22a.75.75 0 0 1 1.06 0L8 2.44l1.22-1.22a.75.75 0 1 1 1.06 1.06L8.75 3.81V6.7l2.502-1.445.56-2.091a.75.75 0 1 1 1.45.388l-.447 1.667 1.667.447a.75.75 0 1 1-.388 1.449l-2.092-.56L9.5 7.998l2.502 1.445 2.091-.56a.75.75 0 0 1 .389 1.448l-1.667.447.447 1.667a.75.75 0 1 1-1.45.388l-.56-2.091L8.75 9.298v2.891l1.53 1.53a.75.75 0 0 1-1.062 1.06L8 13.561l-1.218 1.218a.75.75 0 1 1-1.061-1.06l1.529-1.53V9.3l-2.504 1.445-.56 2.088a.75.75 0 1 1-1.449-.388l.446-1.664-1.664-.446a.75.75 0 0 1 .388-1.449l2.09.56L6.5 7.999 3.996 6.553l-2.089.56a.75.75 0 1 1-.388-1.449l1.664-.446-.445-1.664a.75.75 0 0 1 1.448-.388l.56 2.088L7.25 6.7V3.81L5.719 2.28a.75.75 0 0 1 0-1.06Z"
clipRule="evenodd"
/>
</svg>
Expand Down
2 changes: 1 addition & 1 deletion lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ export {default as FolderCode} from './FolderCode';
export {default as FolderExclamation} from './FolderExclamation';
export {default as FolderFill} from './FolderFill';
export {default as FolderFlows} from './FolderFlows';
export {default as FolderHome} from './FolderHome';
export {default as FolderHouse} from './FolderHouse';
export {default as FolderKeyhole} from './FolderKeyhole';
export {default as FolderLock} from './FolderLock';
export {default as FolderMagnifier} from './FolderMagnifier';
Expand Down
26 changes: 19 additions & 7 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2169,10 +2169,10 @@
"aliases": []
},
{
"name": "folder-home",
"name": "folder-house",
"style": "regular",
"svgName": "folder-home",
"componentName": "FolderHome",
"svgName": "folder-house",
"componentName": "FolderHouse",
"aliases": [
"house"
]
Expand Down Expand Up @@ -2389,7 +2389,9 @@
"componentName": "GraduationCap",
"aliases": [
"learn",
"study"
"study",
"education",
"hat"
]
},
{
Expand Down Expand Up @@ -2979,7 +2981,10 @@
"style": "regular",
"svgName": "math-operations",
"componentName": "MathOperations",
"aliases": []
"aliases": [
"minus",
"plus"
]
},
{
"name": "math-union-shape",
Expand Down Expand Up @@ -3009,14 +3014,21 @@
"style": "regular",
"svgName": "microphone",
"componentName": "Microphone",
"aliases": []
"aliases": [
"speaker",
"voice"
]
},
{
"name": "microphone-slash",
"style": "regular",
"svgName": "microphone-slash",
"componentName": "MicrophoneSlash",
"aliases": []
"aliases": [
"mute",
"speaker",
"voice"
]
},
{
"name": "minus",
Expand Down
File renamed without changes
2 changes: 1 addition & 1 deletion svgs/snowflake.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.