Skip to content

Commit

Permalink
Adding Scan icon for Extract (#5117)
Browse files Browse the repository at this point in the history
* Adding Scan icon for Extract

* fix barrel file

---------

Co-authored-by: Stanislas Polu <[email protected]>
  • Loading branch information
Duncid and spolu authored May 18, 2024
1 parent 36d88cd commit 8f048e6
Show file tree
Hide file tree
Showing 18 changed files with 61 additions and 53 deletions.
2 changes: 1 addition & 1 deletion front/components/home/menu/NavigationMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const NavigationMenuViewport = React.forwardRef<
<NavigationMenuPrimitive.Viewport
className={classNames(
"rounded-2xl border border-slate-700 bg-gradient-to-br from-slate-900 to-slate-950 shadow drop-shadow-[0_25px_25px_rgba(0,0,0,0.3)]",
"origin-top-center text-popover-foreground relative mt-1.5 h-[var(--radix-navigation-menu-viewport-height)] w-full overflow-hidden data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-90 md:w-[var(--radix-navigation-menu-viewport-width)]",
"origin-top-center text-popover-foreground mt-1.5 h-[var(--radix-navigation-menu-viewport-height)] w-full overflow-hidden data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-90 md:w-[var(--radix-navigation-menu-viewport-width)]",
className
)}
ref={ref}
Expand Down
8 changes: 4 additions & 4 deletions sparkle/src/_index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -304,10 +304,10 @@ import {
Robot as RobotIcon,
RobotShared as RobotSharedIcon,
Rocket as RocketIcon,
Scan as ScanIcon,
Server as ServerIcon,
ShakeHands as ShakeHandsIcon,
Shapes as ShapesIcon,
ShapesShare as ShapesShareIcon,
Sparkles as SparklesIcon,
Square as SquareIcon,
Square3Stack3D as Square3Stack3DIcon,
Expand Down Expand Up @@ -420,10 +420,10 @@ export {
RobotIcon,
RobotSharedIcon,
RocketIcon,
ScanIcon,
ServerIcon,
ShakeHandsIcon,
ShapesIcon,
ShapesShareIcon,
SparklesIcon,
Square3Stack3DIcon,
SquareIcon,
Expand Down Expand Up @@ -536,10 +536,10 @@ import {
Robot as RobotStrokeIcon,
RobotShared as RobotSharedStrokeIcon,
Rocket as RocketStrokeIcon,
Scan as ScanStrokeIcon,
Server as ServerStrokeIcon,
ShakeHands as ShakeHandsStrokeIcon,
Shapes as ShapesStrokeIcon,
ShapesShare as ShapesShareStrokeIcon,
Sparkles as SparklesStrokeIcon,
Square as SquareStrokeIcon,
Square3Stack3D as Square3Stack3DStrokeIcon,
Expand Down Expand Up @@ -652,9 +652,9 @@ export {
RobotSharedStrokeIcon,
RobotStrokeIcon,
RocketStrokeIcon,
ScanStrokeIcon,
ServerStrokeIcon,
ShakeHandsStrokeIcon,
ShapesShareStrokeIcon,
ShapesStrokeIcon,
SparklesStrokeIcon,
Square3Stack3DStrokeIcon,
Expand Down
5 changes: 2 additions & 3 deletions sparkle/src/icons/solid/RobotShared.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,15 @@ const SvgRobotShared = (props: SVGProps<SVGSVGElement>) => (
viewBox="0 0 24 24"
{...props}
>
<path fill="currentColor" d="M19 2.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z" />
<path
fill="currentColor"
fillRule="evenodd"
d="M14 6a2 2 0 0 1 2-2h4c1.105 0 2 .894 2 1.999V9a2 2 0 0 1-2 2h-3.5a2.49 2.49 0 0 1-1.103-.256c-.568-.28-1.262-.442-1.801-.11A1.25 1.25 0 0 0 13 11.699v2.24a2 2 0 0 0 1.515 1.94l.246.061c.159.04.322.06.485.06H20a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-1.745c0-.593-.313-1.142-.824-1.444-.648-.383-1.463-.235-2.173.017A2.995 2.995 0 0 1 10 18H4a3 3 0 0 1-3-3v-4a3 3 0 0 1 3-3h6c.49 0 .95.117 1.359.325.593.302 1.308.468 1.893.151.46-.25.748-.731.748-1.256V6Zm2.5 1.5a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm1.5 2s1 0 1.5-.5v-.5h-3V9c.5.5 1.5.5 1.5.5Zm-9 5.25c-.667.75-1.5.75-2 .75s-1.333 0-2-.75V14h4v.75ZM19.5 21c-.5.5-1.5.5-1.5.5s-1 0-1.5-.5v-.5h3v.5ZM5 13a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm12.25 5.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Zm3 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0ZM19.5 7.5a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5ZM10 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"
d="M14 6a2 2 0 0 1 2-2h4c1.105 0 2 .894 2 1.999V9a2 2 0 0 1-2 2h-3.5a2.49 2.49 0 0 1-1.103-.256c-.568-.28-1.262-.442-1.801-.11A1.25 1.25 0 0 0 13 11.699v2.24a2 2 0 0 0 1.515 1.94l.246.061c.159.04.322.06.485.06H20a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-1.745c0-.593-.313-1.142-.824-1.444-.648-.383-1.463-.235-2.173.017A2.995 2.995 0 0 1 10 18H4a3 3 0 0 1-3-3v-4a3 3 0 0 1 3-3h6c.49 0 .95.117 1.359.325.593.302 1.308.468 1.893.151.46-.25.748-.731.748-1.256V6Z"
clipRule="evenodd"
/>
<path
fill="currentColor"
d="M7 7a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM18 15.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z"
d="M7 7a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM19.5 1.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM19.5 13.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"
/>
</svg>
);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { SVGProps } from "react";
import * as React from "react";
const SvgShapesShare = (props: SVGProps<SVGSVGElement>) => (
const SvgScan = (props: SVGProps<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width="1em"
Expand All @@ -9,10 +9,13 @@ const SvgShapesShare = (props: SVGProps<SVGSVGElement>) => (
viewBox="0 0 24 24"
{...props}
>
<path fill="currentColor" d="M20 22v-7H4v7h16ZM4 5h16V2H4v3Z" />
<path
fill="currentColor"
d="M8.636 8.192 11 5.828V12h2V5.828l2.364 2.364 1.414-1.414L12 2 7.222 6.778l1.414 1.414ZM23 11h-7v7h7v-7ZM17 21l-5-7.5L7 21h10ZM5 18.5a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z"
fillRule="evenodd"
d="M2 7h20v6H2V7Zm2 2h16v2H4V9Z"
clipRule="evenodd"
/>
</svg>
);
export default SvgShapesShare;
export default SvgScan;
2 changes: 1 addition & 1 deletion sparkle/src/icons/solid/Sparkles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const SvgSparkles = (props: SVGProps<SVGSVGElement>) => (
>
<path
fill="currentColor"
d="M14 4.438A2.437 2.437 0 0 0 16.438 2h1.125A2.437 2.437 0 0 0 20 4.438v1.125A2.437 2.437 0 0 0 17.562 8h-1.125A2.437 2.437 0 0 0 14 5.562V4.438ZM1 11a6 6 0 0 0 6-6h2a6 6 0 0 0 6 6v2a6 6 0 0 0-6 6H7a6 6 0 0 0-6-6v-2Zm16.25 3A3.25 3.25 0 0 1 14 17.25v1.5A3.25 3.25 0 0 1 17.25 22h1.5A3.25 3.25 0 0 1 22 18.75v-1.5A3.25 3.25 0 0 1 18.75 14h-1.5Z"
d="M14 5c0-.31.255-.556.558-.627a2.441 2.441 0 0 0 1.815-1.815C16.444 2.255 16.69 2 17 2c.31 0 .556.255.627.558.21.898.917 1.605 1.815 1.815.303.071.558.316.558.627 0 .31-.255.556-.558.627a2.441 2.441 0 0 0-1.815 1.815C17.556 7.745 17.31 8 17 8c-.31 0-.556-.255-.627-.558a2.441 2.441 0 0 0-1.815-1.815C14.255 5.556 14 5.31 14 5ZM1 12c0-.552.451-.991.996-1.082a6.005 6.005 0 0 0 4.922-4.922C7.008 5.45 7.448 5 8 5s.991.451 1.082.996a6.005 6.005 0 0 0 4.922 4.922c.545.09.996.53.996 1.082s-.451.991-.996 1.082a6.005 6.005 0 0 0-4.922 4.922C8.992 18.55 8.552 19 8 19s-.991-.451-1.082-.996a6.005 6.005 0 0 0-4.922-4.922C1.45 12.992 1 12.552 1 12Zm17 2c-.414 0-.741.34-.835.744a3.255 3.255 0 0 1-2.421 2.42c-.404.095-.744.422-.744.836s.34.741.744.835a3.255 3.255 0 0 1 2.42 2.421c.095.404.422.744.836.744s.741-.34.835-.744a3.255 3.255 0 0 1 2.421-2.42c.404-.095.744-.422.744-.836s-.34-.741-.744-.835a3.255 3.255 0 0 1-2.42-2.421C18.74 14.34 18.413 14 18 14Z"
/>
</svg>
);
Expand Down
2 changes: 1 addition & 1 deletion sparkle/src/icons/solid/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ export { default as Rectangle } from "./Rectangle";
export { default as Robot } from "./Robot";
export { default as RobotShared } from "./RobotShared";
export { default as Rocket } from "./Rocket";
export { default as Scan } from "./Scan";
export { default as Server } from "./Server";
export { default as ShakeHands } from "./ShakeHands";
export { default as Shapes } from "./Shapes";
export { default as ShapesShare } from "./ShapesShare";
export { default as Sparkles } from "./Sparkles";
export { default as Square } from "./Square";
export { default as Square3Stack3D } from "./Square3Stack3D";
Expand Down
6 changes: 3 additions & 3 deletions sparkle/src/icons/src/solid/robot-shared.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions sparkle/src/icons/src/solid/scan.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 0 additions & 6 deletions sparkle/src/icons/src/solid/shapes-share.svg

This file was deleted.

2 changes: 1 addition & 1 deletion sparkle/src/icons/src/solid/sparkles.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 11 additions & 7 deletions sparkle/src/icons/src/stroke/robot-shared.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions sparkle/src/icons/src/stroke/scan.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 0 additions & 6 deletions sparkle/src/icons/src/stroke/shapes-share.svg

This file was deleted.

Loading

0 comments on commit 8f048e6

Please sign in to comment.