-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* u yarn.lock * u sync.ts * sync * a changeset
- Loading branch information
Showing
74 changed files
with
1,145 additions
and
174 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@status-im/icons': minor | ||
--- | ||
|
||
sync icons |
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,25 @@ | ||
import { createIcon } from '../lib/create-icon' | ||
|
||
const SvgActivityIcon = createIcon(props => { | ||
return ( | ||
<svg | ||
{...props} | ||
xmlns="http://www.w3.org/2000/svg" | ||
width={props.width} | ||
height={props.height} | ||
fill="none" | ||
viewBox="0 0 20 20" | ||
focusable={false} | ||
aria-hidden={true} | ||
> | ||
<path | ||
fill={props.color} | ||
fillRule="evenodd" | ||
d="M3.565 12.192a2.1 2.1 0 1 1 2.97-2.97l1.672 1.672 2.707-2.667-1.692-1.692a2.1 2.1 0 1 1 2.97-2.97l.285.285a2.6 2.6 0 0 1 3.674 3.674l.284.284a2.1 2.1 0 0 1-2.97 2.97l-1.703-1.703-2.706 2.668 1.722 1.722a2.1 2.1 0 0 1-2.97 2.97l-.284-.284a2.6 2.6 0 0 1-3.674-3.674l-.285-.285Zm8.062-7.495.424.424 2.828 2.829.425.424.282.282a.9.9 0 1 1-1.273 1.273l-4.242-4.242a.9.9 0 1 1 1.273-1.273l.283.283ZM15.3 6.675A1.4 1.4 0 0 0 13.326 4.7l1.975 1.975ZM4.414 10.07a.9.9 0 0 0 0 1.273l4.242 4.242a.9.9 0 1 0 1.273-1.273L5.687 10.07a.9.9 0 0 0-1.273 0Zm.285 3.255A1.4 1.4 0 0 0 6.674 15.3L4.7 13.326Z" | ||
clipRule="evenodd" | ||
/> | ||
</svg> | ||
) | ||
}) | ||
|
||
export default SvgActivityIcon |
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,25 @@ | ||
import { createIcon } from '../lib/create-icon' | ||
|
||
const SvgBackspaceIcon = createIcon(props => { | ||
return ( | ||
<svg | ||
{...props} | ||
xmlns="http://www.w3.org/2000/svg" | ||
width={props.width} | ||
height={props.height} | ||
fill="none" | ||
viewBox="0 0 20 20" | ||
focusable={false} | ||
aria-hidden={true} | ||
> | ||
<path | ||
fill={props.color} | ||
fillRule="evenodd" | ||
d="m10.28 3.638-.945.022c-1.775.038-2.454.067-3.061.355-.611.29-.993.72-1.981 1.88-.657.77-1.324 1.616-1.824 2.39-.25.387-.449.742-.583 1.05-.14.32-.186.537-.186.665 0 .127.047.345.186.664.134.309.333.664.583 1.051.5.774 1.167 1.62 1.824 2.39.988 1.16 1.37 1.59 1.981 1.88.607.288 1.286.317 3.06.355l.946.022c1.53.035 2.728.063 3.688.013 1.16-.061 1.826-.233 2.246-.53.385-.273.671-.73.852-1.667.183-.953.234-2.285.234-4.178 0-1.893-.052-3.225-.235-4.178-.18-.938-.466-1.394-.85-1.666-.42-.297-1.086-.47-2.247-.53-.96-.051-2.158-.023-3.688.012Zm8.16 1.92c.212 1.102.26 2.56.26 4.442 0 1.883-.048 3.34-.26 4.442-.214 1.117-.618 1.98-1.417 2.545-.764.54-1.775.723-2.982.786-1.018.053-2.282.024-3.81-.012l-.927-.021-.153-.003c-1.567-.034-2.567-.055-3.478-.488-.91-.432-1.482-1.104-2.37-2.146l-.076-.09c-.674-.791-1.386-1.69-1.934-2.538a8.974 8.974 0 0 1-.691-1.252C.432 10.832.3 10.407.3 10c0-.407.131-.831.302-1.223.175-.403.417-.828.69-1.252.549-.848 1.261-1.747 1.935-2.538l.077-.09c.887-1.042 1.46-1.714 2.37-2.146.91-.433 1.91-.454 3.477-.488l.153-.003.927-.02v-.001c1.528-.036 2.792-.065 3.81-.012 1.207.063 2.218.246 2.982.786.8.565 1.203 1.428 1.417 2.545ZM10.008 10 7.675 7.667l.99-.99 2.333 2.333 2.333-2.333.99.99L11.988 10l2.334 2.334-.99.99-2.334-2.334-2.333 2.333-.99-.99L10.008 10Z" | ||
clipRule="evenodd" | ||
/> | ||
</svg> | ||
) | ||
}) | ||
|
||
export default SvgBackspaceIcon |
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,31 @@ | ||
import { createIcon } from '../lib/create-icon' | ||
|
||
const SvgClearBigIcon = createIcon(props => { | ||
return ( | ||
<svg | ||
{...props} | ||
xmlns="http://www.w3.org/2000/svg" | ||
width={props.width} | ||
height={props.height} | ||
fill="none" | ||
viewBox="0 0 20 20" | ||
focusable={false} | ||
aria-hidden={true} | ||
> | ||
<path | ||
fill={props.color} | ||
fillRule="evenodd" | ||
d="M2.5 10a7.5 7.5 0 1 1 15 0 7.5 7.5 0 0 1-15 0Z" | ||
clipRule="evenodd" | ||
/> | ||
<path | ||
fill="#fff" | ||
fillRule="evenodd" | ||
d="m9.151 10-2.075 2.076.848.848L10 10.85l2.076 2.075.848-.848L10.85 10l2.075-2.076-.848-.848L10 9.15 7.924 7.076l-.848.848L9.15 10Z" | ||
clipRule="evenodd" | ||
/> | ||
</svg> | ||
) | ||
}) | ||
|
||
export default SvgClearBigIcon |
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,32 @@ | ||
import { createIcon } from '../lib/create-icon' | ||
|
||
const SvgDerivatedPathBigIcon = createIcon(props => { | ||
return ( | ||
<svg | ||
{...props} | ||
xmlns="http://www.w3.org/2000/svg" | ||
width={props.width} | ||
height={props.height} | ||
fill="none" | ||
viewBox="0 0 20 20" | ||
focusable={false} | ||
aria-hidden={true} | ||
> | ||
<g clipPath="url(#derivated-path-big-icon_svg__a)"> | ||
<path | ||
fill={props.color} | ||
fillRule="evenodd" | ||
d="M2.2 5.5a3.3 3.3 0 1 1 6.6 0 3.3 3.3 0 0 1-6.6 0ZM5.5.8a4.7 4.7 0 1 0 2.792 8.482l4.144 4.144a3.7 3.7 0 1 0 .99-.99L9.282 8.292a4.676 4.676 0 0 0 .866-2.092h1.718a3.701 3.701 0 1 0 0-1.4h-1.718A4.701 4.701 0 0 0 5.5.8Zm10 2.4a2.3 2.3 0 1 0 0 4.6 2.3 2.3 0 0 0 0-4.6Zm0 10a2.3 2.3 0 1 0 0 4.6 2.3 2.3 0 0 0 0-4.6Z" | ||
clipRule="evenodd" | ||
/> | ||
</g> | ||
<defs> | ||
<clipPath id="derivated-path-big-icon_svg__a"> | ||
<path fill="#fff" d="M0 0h20v20H0z" /> | ||
</clipPath> | ||
</defs> | ||
</svg> | ||
) | ||
}) | ||
|
||
export default SvgDerivatedPathBigIcon |
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,25 @@ | ||
import { createIcon } from '../lib/create-icon' | ||
|
||
const SvgDerivatedPathIcon = createIcon(props => { | ||
return ( | ||
<svg | ||
{...props} | ||
xmlns="http://www.w3.org/2000/svg" | ||
width={props.width} | ||
height={props.height} | ||
fill="none" | ||
viewBox="0 0 20 20" | ||
focusable={false} | ||
aria-hidden={true} | ||
> | ||
<path | ||
fill={props.color} | ||
fillRule="evenodd" | ||
d="M2.6 7a3.4 3.4 0 1 1 6.8 0 3.4 3.4 0 0 1-6.8 0ZM6 2.4a4.6 4.6 0 1 0 2.9 8.171l3.31 2.575a3.1 3.1 0 1 0 .724-.957L9.728 9.695c.438-.604.733-1.32.834-2.095h1.396a3.101 3.101 0 1 0 0-1.2h-1.396A4.6 4.6 0 0 0 6 2.4Zm9 2.7a1.9 1.9 0 1 0 0 3.8 1.9 1.9 0 0 0 0-3.8Zm0 7.5a1.9 1.9 0 1 0 0 3.8 1.9 1.9 0 0 0 0-3.8Z" | ||
clipRule="evenodd" | ||
/> | ||
</svg> | ||
) | ||
}) | ||
|
||
export default SvgDerivatedPathIcon |
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,32 @@ | ||
import { createIcon } from '../lib/create-icon' | ||
|
||
const SvgFaceidBigIcon = createIcon(props => { | ||
return ( | ||
<svg | ||
{...props} | ||
xmlns="http://www.w3.org/2000/svg" | ||
width={props.width} | ||
height={props.height} | ||
fill="none" | ||
viewBox="0 0 20 20" | ||
focusable={false} | ||
aria-hidden={true} | ||
> | ||
<g clipPath="url(#faceid-big-icon_svg__a)"> | ||
<path | ||
fill={props.color} | ||
fillRule="evenodd" | ||
d="M8 .833c-.998.038-1.867.114-2.619.252-1.222.224-2.206.625-2.939 1.358-.733.732-1.133 1.716-1.357 2.938C.947 6.133.87 7.002.832 8h1.401c.037-.93.108-1.71.229-2.366.197-1.074.515-1.747.97-2.202.455-.454 1.128-.773 2.202-.97.657-.12 1.436-.191 2.366-.228V.833Zm4 1.4v-1.4c.998.038 1.867.114 2.618.252 1.223.224 2.207.625 2.94 1.358.732.732 1.132 1.716 1.357 2.938.138.752.214 1.621.252 2.619h-1.4c-.038-.93-.109-1.71-.23-2.366-.197-1.074-.515-1.747-.97-2.202-.454-.454-1.127-.773-2.201-.97-.657-.12-1.436-.191-2.366-.228Zm0 15.533c.93-.037 1.709-.107 2.366-.228 1.074-.197 1.747-.516 2.201-.97.455-.455.773-1.128.97-2.202.121-.657.192-1.436.23-2.366h1.4c-.038.998-.114 1.867-.252 2.619-.225 1.222-.625 2.206-1.358 2.939-.732.732-1.716 1.133-2.939 1.357-.751.138-1.62.214-2.618.252v-1.4ZM2.233 12c.037.93.108 1.71.229 2.366.197 1.074.515 1.747.97 2.201.455.455 1.128.774 2.202.971.657.12 1.436.191 2.366.228v1.401c-.998-.038-1.867-.114-2.619-.252-1.222-.224-2.206-.625-2.939-1.357-.733-.733-1.133-1.717-1.357-2.94C.947 13.869.87 12.999.832 12h1.401ZM7 7.25C7 8.217 6.552 9 6 9c-.553 0-1-.783-1-1.75 0-.966.447-1.75 1-1.75.552 0 1 .784 1 1.75ZM9.3 6v4.79l.205.205 1 1 .99-.99-.795-.795V6H9.3ZM15 7.25C15 8.217 14.552 9 14 9c-.553 0-1-.783-1-1.75 0-.966.447-1.75 1-1.75.552 0 1 .784 1 1.75Zm-6.15 6.742a2.3 2.3 0 0 1-.842-.842l-1.212.7a3.7 3.7 0 0 0 6.408 0l-1.212-.7a2.3 2.3 0 0 1-3.142.842Z" | ||
clipRule="evenodd" | ||
/> | ||
</g> | ||
<defs> | ||
<clipPath id="faceid-big-icon_svg__a"> | ||
<path fill="#fff" d="M0 0h20v20H0z" /> | ||
</clipPath> | ||
</defs> | ||
</svg> | ||
) | ||
}) | ||
|
||
export default SvgFaceidBigIcon |
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,25 @@ | ||
import { createIcon } from '../lib/create-icon' | ||
|
||
const SvgFacesIcon = createIcon(props => { | ||
return ( | ||
<svg | ||
{...props} | ||
xmlns="http://www.w3.org/2000/svg" | ||
width={props.width} | ||
height={props.height} | ||
fill="none" | ||
viewBox="0 0 20 20" | ||
focusable={false} | ||
aria-hidden={true} | ||
> | ||
<path | ||
fill={props.color} | ||
fillRule="evenodd" | ||
d="M9.242 3.157c1.264-.192 2.555.101 3.675.847l.666-.999c-1.359-.904-2.95-1.273-4.522-1.034-1.57.239-3.013 1.066-4.11 2.333-1.097 1.265-1.792 2.9-1.992 4.649a9.077 9.077 0 0 0 .875 5.065c.77 1.538 1.966 2.758 3.42 3.452a6.295 6.295 0 0 0 4.606.348c1.525-.472 2.856-1.506 3.796-2.92.94-1.413 1.444-3.135 1.444-4.898h-1.2c0 .293-.016.585-.048.873-.01.02-.021.044-.036.07-.057.102-.15.242-.29.383-.27.27-.746.574-1.576.574-.83 0-1.306-.304-1.576-.574a1.746 1.746 0 0 1-.347-.498.463.463 0 0 1-.01-.023v-.001.002l.001.002v.001c.001.001.001.001-.568.191l-.57.19.001.001v.002l.002.003.003.009.009.024a2.477 2.477 0 0 0 .14.297c.1.18.256.414.49.648.48.48 1.255.926 2.425.926.564 0 1.036-.104 1.428-.265a7.212 7.212 0 0 1-.72 1.398c-.803 1.206-1.915 2.055-3.153 2.438a5.094 5.094 0 0 1-3.734-.283c-1.19-.57-2.202-1.585-2.864-2.907a7.877 7.877 0 0 1-.755-4.392c.174-1.525.778-2.93 1.705-4 .926-1.068 2.118-1.74 3.385-1.932ZM10.5 8.5c.552 0 1-.672 1-1.5s-.448-1.5-1-1.5-1 .672-1 1.5.448 1.5 1 1.5ZM17 7c0 .828-.448 1.5-1 1.5s-1-.672-1-1.5.448-1.5 1-1.5 1 .672 1 1.5Z" | ||
clipRule="evenodd" | ||
/> | ||
</svg> | ||
) | ||
}) | ||
|
||
export default SvgFacesIcon |
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,25 @@ | ||
import { createIcon } from '../lib/create-icon' | ||
|
||
const SvgFlagsIcon = createIcon(props => { | ||
return ( | ||
<svg | ||
{...props} | ||
xmlns="http://www.w3.org/2000/svg" | ||
width={props.width} | ||
height={props.height} | ||
fill="none" | ||
viewBox="0 0 20 20" | ||
focusable={false} | ||
aria-hidden={true} | ||
> | ||
<path | ||
fill={props.color} | ||
fillRule="evenodd" | ||
d="M4.6 3.9V2.5H3.4v15h1.2v-5.9h3.8v1.5h8.2V5.4h-5V3.9h-7Zm0 1.2v5.3h5v1.5h5.8V6.6h-5V5.1H4.6Z" | ||
clipRule="evenodd" | ||
/> | ||
</svg> | ||
) | ||
}) | ||
|
||
export default SvgFlagsIcon |
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,25 @@ | ||
import { createIcon } from '../lib/create-icon' | ||
|
||
const SvgFoodIcon = createIcon(props => { | ||
return ( | ||
<svg | ||
{...props} | ||
xmlns="http://www.w3.org/2000/svg" | ||
width={props.width} | ||
height={props.height} | ||
fill="none" | ||
viewBox="0 0 20 20" | ||
focusable={false} | ||
aria-hidden={true} | ||
> | ||
<path | ||
fill={props.color} | ||
fillRule="evenodd" | ||
d="M6.1 7a3.9 3.9 0 0 1 3.8-3.899 3.6 3.6 0 0 0 4 3.477V8c0 .707 0 1.207-.027 1.6-.027.388-.077.628-.156.818a2.4 2.4 0 0 1-1.299 1.3c-.19.078-.43.128-.817.155-.394.027-.894.027-1.601.027H7.5a1.4 1.4 0 0 1-1.4-1.4V7ZM10 1.9A5.1 5.1 0 0 0 4.9 7v3.5a2.6 2.6 0 0 0 2.6 2.6h.4V16a2.1 2.1 0 1 0 4.2 0v-2.972c.278-.039.534-.101.777-.202a3.6 3.6 0 0 0 1.949-1.948c.15-.361.213-.747.244-1.196.03-.439.03-.98.03-1.66V6a.726.726 0 0 0-.93-.695A2.4 2.4 0 0 1 11.1 3c0-.529-.405-1.1-1.061-1.1H10Zm.9 11.197c-.264.003-.556.003-.878.003H9.1V16a.9.9 0 1 0 1.8 0v-2.903Z" | ||
clipRule="evenodd" | ||
/> | ||
</svg> | ||
) | ||
}) | ||
|
||
export default SvgFoodIcon |
Oops, something went wrong.
02ffce3
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:
status-web – ./apps/web
status-web-status-im-web.vercel.app
status-web-git-main-status-im-web.vercel.app
status-web.vercel.app
02ffce3
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:
status-components – ./packages/components
status-components.vercel.app
status-components-git-main-status-im-web.vercel.app
status-components-status-im-web.vercel.app