-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from pheralb/next
🚀 v1.1.4 - Add folders icons & new website.
- Loading branch information
Showing
49 changed files
with
1,104 additions
and
403 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
import { ComponentProps, FC } from 'react'; | ||
|
||
const Folder: FC<ComponentProps<'svg'>> = (props) => ( | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
fill="none" | ||
viewBox="0 0 24 24" | ||
{...props} | ||
> | ||
<path | ||
stroke="#64748B" | ||
strokeWidth="2" | ||
d="M7.784 5H5a2 2 0 00-2 2v10a2 2 0 002 2h14a2 2 0 002-2V9.875a2 2 0 00-2-2h-6.284a2 2 0 01-1.27-.455L9.054 5.455A2 2 0 007.783 5z" | ||
></path> | ||
</svg> | ||
); | ||
|
||
export default Folder; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
import { ComponentProps, FC } from 'react'; | ||
|
||
const FolderAssets: FC<ComponentProps<'svg'>> = (props) => ( | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
fill="none" | ||
viewBox="0 0 24 24" | ||
{...props} | ||
> | ||
<path | ||
fill="#64748B" | ||
fillRule="evenodd" | ||
d="M5 4a3 3 0 00-3 3v10a3 3 0 003 3h8v-2H5a1 1 0 01-1-1V7a1 1 0 011-1h2.784a1 1 0 01.635.227l2.393 1.966a3 3 0 001.904.682H19a1 1 0 011 1V10h2v-.125a3 3 0 00-3-3h-6.284a1 1 0 01-.635-.227L9.688 4.682A3 3 0 007.784 4H5z" | ||
clipRule="evenodd" | ||
></path> | ||
<circle cx="21" cy="18" r="2" fill="#2563EB"></circle> | ||
<rect width="4" height="4" x="14" y="11" fill="#0D9488" rx="1"></rect> | ||
<path fill="#22D3EE" d="M16 16.5l1.732 3h-3.464l1.732-3z"></path> | ||
<path | ||
fill="#C084FC" | ||
d="M20.308 11.871c.237-.643 1.147-.643 1.384 0a.738.738 0 00.437.436c.642.238.642 1.148 0 1.386a.738.738 0 00-.437.436c-.237.643-1.147.643-1.384 0a.738.738 0 00-.437-.436c-.642-.238-.642-1.148 0-1.386a.738.738 0 00.437-.436z" | ||
></path> | ||
</svg> | ||
); | ||
|
||
export default FolderAssets; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
import { ComponentProps, FC } from 'react'; | ||
|
||
const FolderBlue: FC<ComponentProps<'svg'>> = (props) => ( | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
fill="none" | ||
viewBox="0 0 24 24" | ||
{...props} | ||
> | ||
<path | ||
fill="#64748B" | ||
fillRule="evenodd" | ||
d="M5 4a3 3 0 00-3 3v10a3 3 0 003 3h9v-2H5a1 1 0 01-1-1V7a1 1 0 011-1h2.784a1 1 0 01.635.227l2.393 1.966a3 3 0 001.904.682H19a1 1 0 011 1V10h2v-.125a3 3 0 00-3-3h-6.284a1 1 0 01-.635-.227L9.688 4.682A3 3 0 007.784 4H5z" | ||
clipRule="evenodd" | ||
></path> | ||
<circle cx="20" cy="16" r="4" fill="#2563EB"></circle> | ||
</svg> | ||
); | ||
|
||
export default FolderBlue; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
import { ComponentProps, FC } from 'react'; | ||
|
||
const FolderBlueCode: FC<ComponentProps<'svg'>> = (props) => ( | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
fill="none" | ||
viewBox="0 0 24 24" | ||
{...props} | ||
> | ||
<path | ||
fill="#64748B" | ||
fillRule="evenodd" | ||
d="M5 4a3 3 0 00-3 3v10a3 3 0 003 3h5v-2H5a1 1 0 01-1-1V7a1 1 0 011-1h2.784a1 1 0 01.635.227l2.393 1.966a3 3 0 001.904.682H19a1 1 0 011 1V10h2v-.125a3 3 0 00-3-3h-6.284a1 1 0 01-.635-.227L9.688 4.682A3 3 0 007.784 4H5z" | ||
clipRule="evenodd" | ||
></path> | ||
<path | ||
stroke="#2563EB" | ||
strokeLinecap="round" | ||
strokeLinejoin="round" | ||
strokeWidth="1.5" | ||
d="M15.146 13.797L13 15.943l2.146 2.146M21.077 13.797l2.145 2.146-2.145 2.146M16.561 19.52l3.1-7.153" | ||
></path> | ||
</svg> | ||
); | ||
|
||
export default FolderBlueCode; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
import { ComponentProps, FC } from 'react'; | ||
|
||
const FolderBlueOutline: FC<ComponentProps<'svg'>> = (props) => ( | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
fill="none" | ||
viewBox="0 0 24 24" | ||
{...props} | ||
> | ||
<path | ||
fill="#64748B" | ||
fillRule="evenodd" | ||
d="M5 4a3 3 0 00-3 3v10a3 3 0 003 3h9v-2H5a1 1 0 01-1-1V7a1 1 0 011-1h2.784a1 1 0 01.635.227l2.393 1.966a3 3 0 001.904.682H19a1 1 0 011 1V10h2v-.125a3 3 0 00-3-3h-6.284a1 1 0 01-.635-.227L9.688 4.682A3 3 0 007.784 4H5z" | ||
clipRule="evenodd" | ||
></path> | ||
<circle cx="20" cy="16" r="3" stroke="#2563EB" strokeWidth="2"></circle> | ||
</svg> | ||
); | ||
|
||
export default FolderBlueOutline; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
import { ComponentProps, FC } from 'react'; | ||
|
||
const FolderGray: FC<ComponentProps<'svg'>> = (props) => ( | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
fill="none" | ||
viewBox="0 0 24 24" | ||
{...props} | ||
> | ||
<path | ||
fill="#64748B" | ||
fillRule="evenodd" | ||
d="M5 4a3 3 0 00-3 3v10a3 3 0 003 3h9v-2H5a1 1 0 01-1-1V7a1 1 0 011-1h2.784a1 1 0 01.635.227l2.393 1.966a3 3 0 001.904.682H19a1 1 0 011 1V10h2v-.125a3 3 0 00-3-3h-6.284a1 1 0 01-.635-.227L9.688 4.682A3 3 0 007.784 4H5z" | ||
clipRule="evenodd" | ||
></path> | ||
<circle cx="20" cy="16" r="4" fill="#71717A"></circle> | ||
</svg> | ||
); | ||
|
||
export default FolderGray; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
import { ComponentProps, FC } from 'react'; | ||
|
||
const FolderGrayCode: FC<ComponentProps<'svg'>> = (props) => ( | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
fill="none" | ||
viewBox="0 0 24 24" | ||
{...props} | ||
> | ||
<path | ||
fill="#64748B" | ||
fillRule="evenodd" | ||
d="M5 4a3 3 0 00-3 3v10a3 3 0 003 3h5v-2H5a1 1 0 01-1-1V7a1 1 0 011-1h2.784a1 1 0 01.635.227l2.393 1.966a3 3 0 001.904.682H19a1 1 0 011 1V10h2v-.125a3 3 0 00-3-3h-6.284a1 1 0 01-.635-.227L9.688 4.682A3 3 0 007.784 4H5z" | ||
clipRule="evenodd" | ||
></path> | ||
<path | ||
stroke="#71717A" | ||
strokeLinecap="round" | ||
strokeLinejoin="round" | ||
strokeWidth="1.5" | ||
d="M15.146 13.797L13 15.943l2.146 2.146M21.077 13.797l2.145 2.146-2.145 2.146M16.561 19.52l3.1-7.153" | ||
></path> | ||
</svg> | ||
); | ||
|
||
export default FolderGrayCode; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
import { ComponentProps, FC } from 'react'; | ||
|
||
const FolderGrayOutline: FC<ComponentProps<'svg'>> = (props) => ( | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
fill="none" | ||
viewBox="0 0 24 24" | ||
{...props} | ||
> | ||
<path | ||
fill="#64748B" | ||
fillRule="evenodd" | ||
d="M5 4a3 3 0 00-3 3v10a3 3 0 003 3h9v-2H5a1 1 0 01-1-1V7a1 1 0 011-1h2.784a1 1 0 01.635.227l2.393 1.966a3 3 0 001.904.682H19a1 1 0 011 1V10h2v-.125a3 3 0 00-3-3h-6.284a1 1 0 01-.635-.227L9.688 4.682A3 3 0 007.784 4H5z" | ||
clipRule="evenodd" | ||
></path> | ||
<circle cx="20" cy="16" r="3" stroke="#71717A" strokeWidth="2"></circle> | ||
</svg> | ||
); | ||
|
||
export default FolderGrayOutline; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
import { ComponentProps, FC } from 'react'; | ||
|
||
const FolderGreen: FC<ComponentProps<'svg'>> = (props) => ( | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
fill="none" | ||
viewBox="0 0 24 24" | ||
{...props} | ||
> | ||
<path | ||
fill="#64748B" | ||
fillRule="evenodd" | ||
d="M5 4a3 3 0 00-3 3v10a3 3 0 003 3h9v-2H5a1 1 0 01-1-1V7a1 1 0 011-1h2.784a1 1 0 01.635.227l2.393 1.966a3 3 0 001.904.682H19a1 1 0 011 1V10h2v-.125a3 3 0 00-3-3h-6.284a1 1 0 01-.635-.227L9.688 4.682A3 3 0 007.784 4H5z" | ||
clipRule="evenodd" | ||
></path> | ||
<circle cx="20" cy="16" r="4" fill="#16A34A"></circle> | ||
</svg> | ||
); | ||
|
||
export default FolderGreen; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
import { ComponentProps, FC } from 'react'; | ||
|
||
const FolderGreenCode: FC<ComponentProps<'svg'>> = (props) => ( | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
fill="none" | ||
viewBox="0 0 24 24" | ||
{...props} | ||
> | ||
<path | ||
fill="#64748B" | ||
fillRule="evenodd" | ||
d="M5 4a3 3 0 00-3 3v10a3 3 0 003 3h5v-2H5a1 1 0 01-1-1V7a1 1 0 011-1h2.784a1 1 0 01.635.227l2.393 1.966a3 3 0 001.904.682H19a1 1 0 011 1V10h2v-.125a3 3 0 00-3-3h-6.284a1 1 0 01-.635-.227L9.688 4.682A3 3 0 007.784 4H5z" | ||
clipRule="evenodd" | ||
></path> | ||
<path | ||
stroke="#16A34A" | ||
strokeLinecap="round" | ||
strokeLinejoin="round" | ||
strokeWidth="1.5" | ||
d="M15.146 13.797L13 15.943l2.146 2.146M21.077 13.797l2.145 2.146-2.145 2.146M16.561 19.52l3.1-7.153" | ||
></path> | ||
</svg> | ||
); | ||
|
||
export default FolderGreenCode; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
import { ComponentProps, FC } from 'react'; | ||
|
||
const FolderGreenOutline: FC<ComponentProps<'svg'>> = (props) => ( | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
fill="none" | ||
viewBox="0 0 24 24" | ||
{...props} | ||
> | ||
<path | ||
fill="#64748B" | ||
fillRule="evenodd" | ||
d="M5 4a3 3 0 00-3 3v10a3 3 0 003 3h9v-2H5a1 1 0 01-1-1V7a1 1 0 011-1h2.784a1 1 0 01.635.227l2.393 1.966a3 3 0 001.904.682H19a1 1 0 011 1V10h2v-.125a3 3 0 00-3-3h-6.284a1 1 0 01-.635-.227L9.688 4.682A3 3 0 007.784 4H5z" | ||
clipRule="evenodd" | ||
></path> | ||
<circle cx="20" cy="16" r="3" stroke="#16A34A" strokeWidth="2"></circle> | ||
</svg> | ||
); | ||
|
||
export default FolderGreenOutline; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
import { ComponentProps, FC } from 'react'; | ||
|
||
const FolderOpen: FC<ComponentProps<'svg'>> = (props) => ( | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
fill="none" | ||
viewBox="0 0 24 24" | ||
{...props} | ||
> | ||
<path | ||
fill="#64748B" | ||
stroke="#64748B" | ||
strokeWidth="2" | ||
d="M7.784 5H5a2 2 0 00-2 2v10a2 2 0 002 2h14a2 2 0 002-2V9.875a2 2 0 00-2-2h-6.284a2 2 0 01-1.27-.455L9.054 5.455A2 2 0 007.783 5z" | ||
></path> | ||
</svg> | ||
); | ||
|
||
export default FolderOpen; |
Oops, something went wrong.
b6986cd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
react-symbols – ./
react-symbols.vercel.app
react-symbols-git-main-pheralb.vercel.app
react-symbols-pheralb.vercel.app