@crystallize/design-system 1.24.45 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +25 -0
- package/dist/{chunk-ASHS3SWM.mjs → chunk-B2Q2EUTC.mjs} +5341 -4418
- package/dist/index.css +156 -208
- package/dist/index.d.ts +57 -204
- package/dist/index.js +8877 -8260
- package/dist/index.mjs +137 -307
- package/dist/{parser-babel-B7AMC4UT.mjs → parser-babel-D5SPHKKD.mjs} +2424 -2411
- package/dist/{parser-html-URMUOK6U.mjs → parser-html-RZQPYQ4H.mjs} +3 -3
- package/dist/{parser-postcss-AN2EJ77H.mjs → parser-postcss-D5TI5WMI.mjs} +6 -6
- package/dist/{rich-text-editor-EVN3N57G.css → rich-text-editor-4ZROYBHM.css} +98 -147
- package/dist/{rich-text-editor-LL7UCSDS.mjs → rich-text-editor-SIZB67MA.mjs} +667 -873
- package/dist/{standalone-AR2ENVE7.mjs → standalone-COC5HE24.mjs} +8 -6
- package/package.json +26 -27
- package/src/action-menu/action-menu.tsx +1 -2
- package/src/dialog/config.tsx +6 -10
- package/src/dialog/dialog.tsx +2 -2
- package/src/dropdown-menu/dropdown-menu-root.tsx +3 -4
- package/src/iconography/Icon.stories.tsx +0 -1
- package/src/iconography/actions.tsx +1 -5
- package/src/iconography/add.tsx +1 -5
- package/src/iconography/advance.tsx +1 -5
- package/src/iconography/app.tsx +1 -5
- package/src/iconography/archive.tsx +1 -5
- package/src/iconography/arrow.tsx +1 -5
- package/src/iconography/atom.tsx +1 -5
- package/src/iconography/battery.tsx +1 -5
- package/src/iconography/bell.tsx +1 -5
- package/src/iconography/billing-payments.tsx +1 -5
- package/src/iconography/bin.tsx +1 -5
- package/src/iconography/boolean.tsx +17 -0
- package/src/iconography/cancel.tsx +1 -5
- package/src/iconography/caret.tsx +2 -6
- package/src/iconography/cart.tsx +1 -5
- package/src/iconography/catalogue.tsx +1 -4
- package/src/iconography/check-with-circle.tsx +1 -4
- package/src/iconography/check.tsx +1 -4
- package/src/iconography/checkbox.tsx +24 -0
- package/src/iconography/chevron.tsx +1 -3
- package/src/iconography/choice.tsx +1 -5
- package/src/iconography/chunk.tsx +1 -5
- package/src/iconography/clock.tsx +1 -5
- package/src/iconography/cloud-with-key-hole.tsx +1 -5
- package/src/iconography/cloud.tsx +1 -5
- package/src/iconography/compact.tsx +1 -5
- package/src/iconography/copy-with-cloud.tsx +2 -13
- package/src/iconography/copy.tsx +1 -5
- package/src/iconography/coupon.tsx +1 -5
- package/src/iconography/crystal.tsx +2 -14
- package/src/iconography/customers.tsx +1 -5
- package/src/iconography/dashboard.tsx +1 -5
- package/src/iconography/date-infinity.tsx +1 -5
- package/src/iconography/date.tsx +1 -5
- package/src/iconography/discovery.tsx +1 -5
- package/src/iconography/document-shortcut.tsx +1 -5
- package/src/iconography/document.tsx +1 -5
- package/src/iconography/dots.tsx +1 -5
- package/src/iconography/download.tsx +1 -5
- package/src/iconography/drag-handle.tsx +1 -5
- package/src/iconography/dynamic-value.tsx +1 -5
- package/src/iconography/edit.tsx +1 -5
- package/src/iconography/error-white.tsx +1 -4
- package/src/iconography/error.tsx +1 -4
- package/src/iconography/expanded.tsx +1 -5
- package/src/iconography/eye-closed.tsx +3 -5
- package/src/iconography/eye-open.tsx +8 -10
- package/src/iconography/file-upload.tsx +1 -5
- package/src/iconography/filename.tsx +1 -5
- package/src/iconography/fixed-property-table.tsx +1 -5
- package/src/iconography/fixed-value.tsx +1 -5
- package/src/iconography/flow.tsx +9 -21
- package/src/iconography/folder-shortcut.tsx +1 -5
- package/src/iconography/folder.tsx +1 -5
- package/src/iconography/frontends.tsx +1 -5
- package/src/iconography/fulfilment.tsx +1 -5
- package/src/iconography/glasses.tsx +2 -13
- package/src/iconography/graphQL.tsx +2 -13
- package/src/iconography/grid-relation.tsx +1 -5
- package/src/iconography/grid.tsx +1 -5
- package/src/iconography/hand-mirror.tsx +1 -4
- package/src/iconography/hooks.tsx +1 -5
- package/src/iconography/image.tsx +1 -5
- package/src/iconography/index.ts +16 -1
- package/src/iconography/info.tsx +1 -4
- package/src/iconography/items.tsx +1 -5
- package/src/iconography/key.tsx +1 -5
- package/src/iconography/language.tsx +2 -6
- package/src/iconography/lifebouy.tsx +2 -6
- package/src/iconography/limitations.tsx +1 -5
- package/src/iconography/location.tsx +2 -6
- package/src/iconography/lock-closed.tsx +1 -5
- package/src/iconography/lock-open.tsx +2 -6
- package/src/iconography/magnifier.tsx +22 -37
- package/src/iconography/meta-preset.tsx +36 -0
- package/src/iconography/min-quantity.tsx +2 -6
- package/src/iconography/min-value.tsx +2 -6
- package/src/iconography/multilingual.tsx +2 -6
- package/src/iconography/multiple-choice.tsx +2 -6
- package/src/iconography/mushroom.tsx +2 -6
- package/src/iconography/nail-polish.tsx +3 -14
- package/src/iconography/number.tsx +16 -0
- package/src/iconography/numeric.tsx +2 -6
- package/src/iconography/order.tsx +2 -6
- package/src/iconography/organization.tsx +2 -6
- package/src/iconography/paragraph-collection.tsx +2 -6
- package/src/iconography/particle.tsx +3 -15
- package/src/iconography/paths.tsx +2 -5
- package/src/iconography/people.tsx +2 -6
- package/src/iconography/percentage.tsx +3 -8
- package/src/iconography/piece.tsx +4 -8
- package/src/iconography/pin.tsx +2 -6
- package/src/iconography/pipeline-dashed.tsx +2 -6
- package/src/iconography/plans-and-pricing.tsx +2 -6
- package/src/iconography/plug.tsx +2 -6
- package/src/iconography/price-list.tsx +2 -6
- package/src/iconography/price-tag.tsx +2 -6
- package/src/iconography/product-shortcut.tsx +2 -6
- package/src/iconography/product.tsx +2 -6
- package/src/iconography/promotion.tsx +2 -6
- package/src/iconography/property-table.tsx +2 -6
- package/src/iconography/relation.tsx +2 -6
- package/src/iconography/remove.tsx +2 -6
- package/src/iconography/renew.tsx +2 -6
- package/src/iconography/restricted-catalogue.tsx +2 -5
- package/src/iconography/rich-text.tsx +2 -6
- package/src/iconography/rocket.tsx +2 -6
- package/src/iconography/search.tsx +2 -6
- package/src/iconography/select.tsx +20 -0
- package/src/iconography/selection.tsx +2 -6
- package/src/iconography/settings.tsx +2 -6
- package/src/iconography/shapes.tsx +2 -6
- package/src/iconography/singleline.tsx +2 -6
- package/src/iconography/special-price.tsx +2 -6
- package/src/iconography/split.tsx +2 -6
- package/src/iconography/stock-location.tsx +2 -6
- package/src/iconography/string.tsx +16 -0
- package/src/iconography/subscription-contracts.tsx +43 -49
- package/src/iconography/subscription-plans.tsx +2 -6
- package/src/iconography/subscription.tsx +2 -6
- package/src/iconography/switch.tsx +2 -6
- package/src/iconography/target.tsx +2 -6
- package/src/iconography/topics-branch.tsx +2 -6
- package/src/iconography/topics-leaf.tsx +2 -6
- package/src/iconography/topics.tsx +2 -6
- package/src/iconography/transition-in-disabled.tsx +2 -6
- package/src/iconography/transition-in.tsx +2 -6
- package/src/iconography/transition-out-disabled.tsx +13 -19
- package/src/iconography/transition-out.tsx +2 -6
- package/src/iconography/unpublish.tsx +2 -6
- package/src/iconography/usage-meter.tsx +4 -8
- package/src/iconography/usage.tsx +2 -6
- package/src/iconography/user-card.tsx +2 -6
- package/src/iconography/user.tsx +2 -6
- package/src/iconography/users.tsx +2 -6
- package/src/iconography/variant.tsx +2 -6
- package/src/iconography/video.tsx +2 -6
- package/src/iconography/wand.tsx +2 -6
- package/src/iconography/warning.tsx +2 -5
- package/src/iconography/x-for-y.tsx +2 -6
- package/src/label/label.tsx +1 -1
- package/src/popover/popover.tsx +5 -6
- package/src/rich-text-editor/tests/rich-text-editor-basic-rendering.test.tsx +8 -6
- package/src/rich-text-editor/tests/rich-text-editor-code.test.tsx +1 -1
- package/src/rich-text-editor/tests/rich-text-editor-onchange.test.tsx +4 -18
- package/src/rich-text-editor/tests/rich-text-editor-quote.test.tsx +2 -1
- package/src/rich-text-editor/tests/rich-text-editor-typing.test.tsx +6 -4
- package/src/rich-text-editor/tests/utils.ts +3 -1
- package/src/select/select-root.tsx +2 -2
- package/src/spinner/index.tsx +3 -3
- package/src/tag/tag.tsx +2 -2
- package/src/tooltip/tooltip.tsx +1 -1
|
@@ -1,19 +1,8 @@
|
|
|
1
1
|
import { forwardRef, SVGProps } from 'react';
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
type CopyWithCloudRef = SVGSVGElement;
|
|
5
|
-
|
|
6
|
-
export const CopyWithCloud = forwardRef<CopyWithCloudRef, CopyWithCloudProps>((delegated, ref) => {
|
|
3
|
+
export const CopyWithCloud = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
|
|
7
4
|
return (
|
|
8
|
-
<svg
|
|
9
|
-
ref={ref}
|
|
10
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
-
width="22"
|
|
12
|
-
height="22"
|
|
13
|
-
fill="none"
|
|
14
|
-
viewBox="0 0 22 22"
|
|
15
|
-
{...delegated}
|
|
16
|
-
>
|
|
5
|
+
<svg ref={ref} width="22" height="22" fill="none" viewBox="0 0 22 22" {...delegated}>
|
|
17
6
|
<path
|
|
18
7
|
fill="#fff"
|
|
19
8
|
d="M19.055 13.054c-.595 1.263-1.441 1.553-3.22 1.553-3.734 0-5.845-.123-9.562-.123-1.725 0-3.546-.242-4.082-1.92-.34-1.064-.153-2.123.496-2.817.473-.493 1.014-.699 1.76-.763.563-.048 1.429.226 1.429.226s-.324-2.173.61-2.764c.37-.234.64-.306 1.078-.308.343-.003.86.18.86.18l.911.642s1.164-2.957 3.686-2.957c.217 0 .434.022.647.067 1.136.242 2.228.971 2.757 2.259.405.986.05 2.729.05 2.729s1.887.405 2.454 1.338c.54.888.57 1.718.126 2.658Z"
|
package/src/iconography/copy.tsx
CHANGED
|
@@ -2,11 +2,7 @@ import { forwardRef, SVGProps } from 'react';
|
|
|
2
2
|
|
|
3
3
|
import { fill, stroke } from './variables';
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
type CopyRef = SVGSVGElement;
|
|
8
|
-
|
|
9
|
-
export const Copy = forwardRef<CopyRef, CopyProps>((delegated, ref) => {
|
|
5
|
+
export const Copy = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
|
|
10
6
|
return (
|
|
11
7
|
<svg ref={ref} width="22" height="22" viewBox="0 0 22 22" fill="none" {...delegated}>
|
|
12
8
|
<path
|
|
@@ -2,11 +2,7 @@ import { forwardRef, SVGProps } from 'react';
|
|
|
2
2
|
|
|
3
3
|
import { fill, stroke } from './variables';
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
type CouponRef = SVGSVGElement;
|
|
8
|
-
|
|
9
|
-
export const Coupon = forwardRef<CouponRef, CouponProps>((delegated, ref) => {
|
|
5
|
+
export const Coupon = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
|
|
10
6
|
return (
|
|
11
7
|
<svg ref={ref} width="22" height="22" viewBox="0 0 22 22" fill="none" {...delegated}>
|
|
12
8
|
<g clipPath="url(#coupon)" fillRule="evenodd" clipRule="evenodd">
|
|
@@ -1,20 +1,8 @@
|
|
|
1
1
|
import { forwardRef, SVGProps } from 'react';
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
type CrystalRef = SVGSVGElement;
|
|
6
|
-
|
|
7
|
-
export const Crystal = forwardRef<CrystalRef, CrystalProps>((delegated, ref) => {
|
|
3
|
+
export const Crystal = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
|
|
8
4
|
return (
|
|
9
|
-
<svg
|
|
10
|
-
ref={ref}
|
|
11
|
-
width="27"
|
|
12
|
-
height="27"
|
|
13
|
-
viewBox="0 0 27 27"
|
|
14
|
-
fill="none"
|
|
15
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
16
|
-
{...delegated}
|
|
17
|
-
>
|
|
5
|
+
<svg ref={ref} width="27" height="27" viewBox="0 0 27 27" fill="none" {...delegated}>
|
|
18
6
|
<path
|
|
19
7
|
fill="#528693"
|
|
20
8
|
d="M13.945 26.805c3.479 0 6.299-.386 6.299-.861 0-.476-2.82-.861-6.299-.861-3.478 0-6.298.385-6.298.86 0 .476 2.82.862 6.298.862ZM25.356 5.894l-2.998-2.938-1.98 4.77 4.978-1.832ZM26.995 14.579l-.341-3.357-3.644 1.896 3.985 1.46ZM.896 14.579l.341-3.357 3.643 1.896-3.984 1.46ZM2.563 5.894l2.999-2.938 1.98 4.77-4.979-1.832Z"
|
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
import { forwardRef, SVGProps } from 'react';
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
type CustomersRef = SVGSVGElement;
|
|
6
|
-
|
|
7
|
-
export const Customers = forwardRef<CustomersRef, CustomersProps>((delegated, ref) => {
|
|
3
|
+
export const Customers = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
|
|
8
4
|
return (
|
|
9
5
|
<svg ref={ref} width="16" height="16" viewBox="0 0 16 16" fill="none" {...delegated}>
|
|
10
6
|
<path
|
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
import { forwardRef, SVGProps } from 'react';
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
type DashboardRef = SVGSVGElement;
|
|
6
|
-
|
|
7
|
-
export const Dashboard = forwardRef<DashboardRef, DashboardProps>((delegated, ref) => {
|
|
3
|
+
export const Dashboard = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
|
|
8
4
|
return (
|
|
9
5
|
<svg ref={ref} viewBox="0 0 22 22" width="22" height="22" fill="none" {...delegated}>
|
|
10
6
|
<path
|
|
@@ -2,11 +2,7 @@ import { forwardRef, SVGProps } from 'react';
|
|
|
2
2
|
|
|
3
3
|
import { fill, stroke } from './variables';
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
type DateInfinityRef = SVGSVGElement;
|
|
8
|
-
|
|
9
|
-
export const DateInfinity = forwardRef<DateInfinityRef, DateInfinityProps>((delegated, ref) => {
|
|
5
|
+
export const DateInfinity = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
|
|
10
6
|
return (
|
|
11
7
|
<svg ref={ref} width="23" height="23" viewBox="0 0 23 23" fill="none" {...delegated}>
|
|
12
8
|
<path
|
package/src/iconography/date.tsx
CHANGED
|
@@ -2,11 +2,7 @@ import { forwardRef, SVGProps } from 'react';
|
|
|
2
2
|
|
|
3
3
|
import { fill, stroke } from './variables';
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
type DateRef = SVGSVGElement;
|
|
8
|
-
|
|
9
|
-
export const Date = forwardRef<DateRef, DateProps>((delegated, ref) => {
|
|
5
|
+
export const Date = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
|
|
10
6
|
return (
|
|
11
7
|
<svg ref={ref} width="22" height="22" viewBox="0 0 22 22" fill="none" {...delegated}>
|
|
12
8
|
<path
|
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
import { forwardRef, SVGProps } from 'react';
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
type DiscoveryRef = SVGSVGElement;
|
|
6
|
-
|
|
7
|
-
export const Discovery = forwardRef<DiscoveryRef, DiscoveryProps>((delegated, ref) => {
|
|
3
|
+
export const Discovery = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
|
|
8
4
|
return (
|
|
9
5
|
<svg ref={ref} width="22" height="22" viewBox="0 0 22 22" fill="none" {...delegated}>
|
|
10
6
|
<g clipPath="url(#discovery)">
|
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
import { forwardRef, SVGProps } from 'react';
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
type DocumentShortcutRef = SVGSVGElement;
|
|
6
|
-
|
|
7
|
-
export const DocumentShortcut = forwardRef<DocumentShortcutRef, DocumentShortcutProps>((delegated, ref) => {
|
|
3
|
+
export const DocumentShortcut = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
|
|
8
4
|
return (
|
|
9
5
|
<svg ref={ref} width="22" height="22" viewBox="0 0 22 22" fill="none" {...delegated}>
|
|
10
6
|
<path
|
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
import { forwardRef, SVGProps } from 'react';
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
type DocumentRef = SVGSVGElement;
|
|
6
|
-
|
|
7
|
-
export const Document = forwardRef<DocumentRef, DocumentProps>((delegated, ref) => {
|
|
3
|
+
export const Document = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
|
|
8
4
|
return (
|
|
9
5
|
<svg ref={ref} width="22" height="22" viewBox="0 0 22 22" fill="none" {...delegated}>
|
|
10
6
|
<path
|
package/src/iconography/dots.tsx
CHANGED
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
import { forwardRef, SVGProps } from 'react';
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
type DotsRef = SVGSVGElement;
|
|
6
|
-
|
|
7
|
-
export const Dots = forwardRef<DotsRef, DotsProps>((delegated, ref) => {
|
|
3
|
+
export const Dots = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
|
|
8
4
|
return (
|
|
9
5
|
<svg ref={ref} width="20" height="20" viewBox="0 0 20 20" fill="none" aria-hidden="true" {...delegated}>
|
|
10
6
|
<circle cx="10" cy="5" r="1.7857" fill="#9095A8" />
|
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
import { forwardRef, SVGProps } from 'react';
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
type DownloadRef = SVGSVGElement;
|
|
6
|
-
|
|
7
|
-
export const Download = forwardRef<DownloadRef, DownloadProps>((delegated, ref) => {
|
|
3
|
+
export const Download = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
|
|
8
4
|
return (
|
|
9
5
|
<svg ref={ref} width="23" height="30" viewBox="0 0 23 30" fill="none" {...delegated}>
|
|
10
6
|
<path d="M21.6035 29.4999H.4998V1.2426H14.061l7.5425 7.808v20.4493Z" fill="#BFF6F8" />
|
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
import { forwardRef, SVGProps } from 'react';
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
type DragHandleRef = SVGSVGElement;
|
|
6
|
-
|
|
7
|
-
export const DragHandle = forwardRef<DragHandleRef, DragHandleProps>((delegated, ref) => {
|
|
3
|
+
export const DragHandle = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
|
|
8
4
|
return (
|
|
9
5
|
<svg ref={ref} width="11" height="18" viewBox="0 0 11 18" fill="none" {...delegated}>
|
|
10
6
|
<circle cx="2" cy="2" r="2" fill="#7E8592" />
|
|
@@ -2,11 +2,7 @@ import { forwardRef, SVGProps } from 'react';
|
|
|
2
2
|
|
|
3
3
|
import { fill, stroke } from './variables';
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
type DynamicValueRef = SVGSVGElement;
|
|
8
|
-
|
|
9
|
-
export const DynamicValue = forwardRef<DynamicValueRef, DynamicValueProps>((delegated, ref) => {
|
|
5
|
+
export const DynamicValue = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
|
|
10
6
|
return (
|
|
11
7
|
<svg ref={ref} width="22" height="22" viewBox="0 0 22 22" fill="none" {...delegated}>
|
|
12
8
|
<g clipPath="url(#dynamic-value)">
|
package/src/iconography/edit.tsx
CHANGED
|
@@ -2,11 +2,7 @@ import { forwardRef, SVGProps } from 'react';
|
|
|
2
2
|
|
|
3
3
|
import { fill, stroke } from './variables';
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
type EditRef = SVGSVGElement;
|
|
8
|
-
|
|
9
|
-
export const Edit = forwardRef<EditRef, EditProps>((delegated, ref) => {
|
|
5
|
+
export const Edit = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
|
|
10
6
|
return (
|
|
11
7
|
<svg ref={ref} width="22" height="22" viewBox="0 0 22 22" fill="none" {...delegated}>
|
|
12
8
|
<path
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import { forwardRef, SVGProps } from 'react';
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
type ErrorWhiteRef = SVGSVGElement;
|
|
5
|
-
|
|
6
|
-
export const ErrorWhite = forwardRef<ErrorWhiteRef, ErrorWhiteProps>((delegated, ref) => {
|
|
3
|
+
export const ErrorWhite = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
|
|
7
4
|
return (
|
|
8
5
|
<svg ref={ref} width="17" height="15" viewBox="0 0 17 15" fill="none" color="#fff" {...delegated}>
|
|
9
6
|
<path d="M15.463 1.2L8.5 12.685 1.537 1.2h13.925zM1.353.896s0 0 0 0h0z" stroke="currentColor" strokeWidth={2.4} />
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import { forwardRef, SVGProps } from 'react';
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
type ErrorRef = SVGSVGElement;
|
|
5
|
-
|
|
6
|
-
export const Error = forwardRef<ErrorRef, ErrorProps>((delegated, ref) => {
|
|
3
|
+
export const Error = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
|
|
7
4
|
return (
|
|
8
5
|
<svg ref={ref} width="22" height="22" fill="none" viewBox="0 0 22 22" {...delegated}>
|
|
9
6
|
<path
|
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
import { forwardRef, SVGProps } from 'react';
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
type ExpandedRef = SVGSVGElement;
|
|
6
|
-
|
|
7
|
-
export const Expanded = forwardRef<ExpandedRef, ExpandedProps>((delegated, ref) => {
|
|
3
|
+
export const Expanded = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
|
|
8
4
|
return (
|
|
9
5
|
<svg ref={ref} width="22" height="22" viewBox="0 0 22 22" fill="none" {...delegated}>
|
|
10
6
|
<path
|
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
import { forwardRef, SVGProps } from 'react';
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
import { stroke } from './variables';
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
export const EyeClosed = forwardRef<EyeClosedRef, EyeClosedProps>((delegated, ref) => {
|
|
5
|
+
export const EyeClosed = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
|
|
8
6
|
return (
|
|
9
7
|
<svg ref={ref} width="17" height="17" fill="none" viewBox="0 0 17 17" {...delegated}>
|
|
10
8
|
<path
|
|
11
|
-
fill=
|
|
9
|
+
fill={stroke}
|
|
12
10
|
d="M12.772 7.303c.515-.48.77-.882.795-.924a.294.294 0 1 0-.502-.308c-.014.024-1.492 2.367-4.89 2.367-3.385 0-4.832-2.27-4.892-2.367a.294.294 0 0 0-.501.308c.025.042.28.445.794.924l-.966.975a.21.21 0 0 0 .298.296l.987-.995c.2.163.43.327.689.485l-.698 1.167a.21.21 0 1 0 .36.216L4.95 8.27c.22.115.456.222.711.317L5.25 9.894a.21.21 0 0 0 .4.127l.41-1.298c.242.074.5.137.772.186l-.202 1.364a.21.21 0 0 0 .416.062l.201-1.364c.23.028.469.045.717.051v1.372a.21.21 0 0 0 .42 0V9.022a7.63 7.63 0 0 0 .733-.053l.277 1.377a.21.21 0 1 0 .412-.084l-.273-1.356c.253-.047.494-.105.722-.173l.445 1.293a.21.21 0 1 0 .397-.137L10.654 8.6c.268-.099.516-.21.745-.33l.703 1.177a.21.21 0 1 0 .36-.216l-.697-1.167c.259-.158.488-.322.689-.485l.986.995a.21.21 0 0 0 .298.002.21.21 0 0 0 0-.298l-.966-.975Z"
|
|
13
11
|
/>
|
|
14
12
|
</svg>
|
|
@@ -1,31 +1,29 @@
|
|
|
1
1
|
import { forwardRef, SVGProps } from 'react';
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
import { fill, stroke } from './variables';
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
export const EyeOpen = forwardRef<EyeOpenRef, EyeOpenProps>((delegated, ref) => {
|
|
5
|
+
export const EyeOpen = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
|
|
8
6
|
return (
|
|
9
7
|
<svg ref={ref} width="17" height="17" fill="none" viewBox="0 0 17 17" {...delegated}>
|
|
10
8
|
<g clipPath="url(#eye-open)">
|
|
11
9
|
<path
|
|
12
|
-
fill=
|
|
10
|
+
fill={fill}
|
|
13
11
|
d="M8.15 4.132c2.607-.007 5.953 2.523 7.313 3.649a.674.674 0 0 1-.005 1.052c-1.366 1.108-4.714 3.59-7.308 3.583-2.577-.007-5.907-2.478-7.268-3.583a.675.675 0 0 1-.005-1.052C2.232 6.658 5.56 4.139 8.15 4.13Z"
|
|
14
12
|
/>
|
|
15
13
|
<path
|
|
16
|
-
fill=
|
|
14
|
+
fill={stroke}
|
|
17
15
|
fillRule="evenodd"
|
|
18
|
-
d="M12.052 5.914c-1.317-.764-2.72-1.343-3.901-1.34-1.174.003-2.568.583-3.878 1.346-1.296.754-2.446 1.647-3.114 2.2-.12.1-.12.271.002.37.67.545 1.822 1.422 3.118 2.163 1.31.748 2.703 1.318 3.872 1.321 1.177.003 2.578-.566 3.895-1.316 1.303-.74 2.46-1.622 3.133-2.168a.233.233 0 0 0 .002-.369c-.67-.555-1.826-1.452-3.129-2.207Zm3.41 1.867c-1.359-1.126-4.705-3.656-7.312-3.65-2.59.008-5.918 2.527-7.273 3.65a.675.675 0 0 0 .005 1.052c1.36 1.105 4.691 3.576 7.268 3.583 2.594.007 5.942-2.475 7.308-3.583a.674.674 0 0 0 .005-1.052Z"
|
|
19
16
|
clipRule="evenodd"
|
|
17
|
+
d="M12.052 5.914c-1.317-.764-2.72-1.343-3.901-1.34-1.174.003-2.568.583-3.878 1.346-1.296.754-2.446 1.647-3.114 2.2-.12.1-.12.271.002.37.67.545 1.822 1.422 3.118 2.163 1.31.748 2.703 1.318 3.872 1.321 1.177.003 2.578-.566 3.895-1.316 1.303-.74 2.46-1.622 3.133-2.168a.233.233 0 0 0 .002-.369c-.67-.555-1.826-1.452-3.129-2.207Zm3.41 1.867c-1.359-1.126-4.705-3.656-7.312-3.65-2.59.008-5.918 2.527-7.273 3.65a.675.675 0 0 0 .005 1.052c1.36 1.105 4.691 3.576 7.268 3.583 2.594.007 5.942-2.475 7.308-3.583a.674.674 0 0 0 .005-1.052Z"
|
|
20
18
|
/>
|
|
21
19
|
<path fill="#fff" d="M11.678 8.273a3.508 3.508 0 1 1-7.016 0 3.508 3.508 0 0 1 7.016 0Z" />
|
|
22
20
|
<path
|
|
23
|
-
fill=
|
|
21
|
+
fill={stroke}
|
|
24
22
|
fillRule="evenodd"
|
|
25
|
-
d="M12.12 8.273a3.95 3.95 0 1 1-7.9 0 3.95 3.95 0 0 1 7.9 0Zm-3.95 3.508a3.508 3.508 0 1 0 0-7.016 3.508 3.508 0 0 0 0 7.016Z"
|
|
26
23
|
clipRule="evenodd"
|
|
24
|
+
d="M12.12 8.273a3.95 3.95 0 1 1-7.9 0 3.95 3.95 0 0 1 7.9 0Zm-3.95 3.508a3.508 3.508 0 1 0 0-7.016 3.508 3.508 0 0 0 0 7.016Z"
|
|
27
25
|
/>
|
|
28
|
-
<path fill=
|
|
26
|
+
<path fill={stroke} d="M8.168 6.445a1.829 1.829 0 1 0 0 3.657 1.829 1.829 0 0 0 0-3.657Z" />
|
|
29
27
|
</g>
|
|
30
28
|
<defs>
|
|
31
29
|
<clipPath id="eye-open">
|
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
import { forwardRef, SVGProps } from 'react';
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
type FileUploadRef = SVGSVGElement;
|
|
6
|
-
|
|
7
|
-
export const FileUpload = forwardRef<FileUploadRef, FileUploadProps>((delegated, ref) => {
|
|
3
|
+
export const FileUpload = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
|
|
8
4
|
return (
|
|
9
5
|
<svg ref={ref} width="22" height="22" viewBox="0 0 22 22" fill="none" {...delegated}>
|
|
10
6
|
<path
|
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
import { forwardRef, SVGProps } from 'react';
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
type FilenameRef = SVGSVGElement;
|
|
6
|
-
|
|
7
|
-
export const Filename = forwardRef<FilenameRef, FilenameProps>((delegated, ref) => {
|
|
3
|
+
export const Filename = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
|
|
8
4
|
return (
|
|
9
5
|
<svg ref={ref} width="22" height="22" viewBox="0 0 22 22" fill="none" {...delegated}>
|
|
10
6
|
<path
|
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
import { forwardRef, SVGProps } from 'react';
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
type FixedPropertyTableRef = SVGSVGElement;
|
|
6
|
-
|
|
7
|
-
export const FixedPropertyTable = forwardRef<FixedPropertyTableRef, FixedPropertyTableProps>((delegated, ref) => {
|
|
3
|
+
export const FixedPropertyTable = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
|
|
8
4
|
return (
|
|
9
5
|
<svg ref={ref} width="22" height="22" viewBox="0 0 22 22" fill="none" {...delegated}>
|
|
10
6
|
<path
|
|
@@ -2,11 +2,7 @@ import { forwardRef, SVGProps } from 'react';
|
|
|
2
2
|
|
|
3
3
|
import { stroke, fill } from './variables';
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
type FixedValueRef = SVGSVGElement;
|
|
8
|
-
|
|
9
|
-
export const FixedValue = forwardRef<FixedValueRef, FixedValueProps>((delegated, ref) => {
|
|
5
|
+
export const FixedValue = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
|
|
10
6
|
return (
|
|
11
7
|
<svg ref={ref} width="22" height="22" viewBox="0 0 22 22" fill="none" {...delegated}>
|
|
12
8
|
<path fill={fill} d="M7.379 7.414c-.413.248-.959.148-1.218-.259" />
|
package/src/iconography/flow.tsx
CHANGED
|
@@ -1,56 +1,44 @@
|
|
|
1
1
|
import { forwardRef, SVGProps } from 'react';
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
type FlowRef = SVGSVGElement;
|
|
6
|
-
|
|
7
|
-
export const Flow = forwardRef<FlowRef, FlowProps>((delegated, ref) => {
|
|
3
|
+
export const Flow = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
|
|
8
4
|
return (
|
|
9
|
-
<svg
|
|
10
|
-
ref={ref}
|
|
11
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
12
|
-
width="23"
|
|
13
|
-
height="22"
|
|
14
|
-
fill="none"
|
|
15
|
-
viewBox="0 0 23 22"
|
|
16
|
-
{...delegated}
|
|
17
|
-
>
|
|
5
|
+
<svg ref={ref} width="23" height="22" fill="none" viewBox="0 0 23 22" {...delegated}>
|
|
18
6
|
<path
|
|
19
7
|
fill="#fff"
|
|
20
8
|
d="M9.892 13.114a1.04 1.04 0 01-1.041-1.04v-2.29c0-.576.466-1.042 1.04-1.042h2.29c.576 0 1.042.466 1.042 1.041v2.29a1.04 1.04 0 01-1.041 1.04h-2.29z"
|
|
21
|
-
|
|
9
|
+
/>
|
|
22
10
|
<path
|
|
23
11
|
fill="#528693"
|
|
24
12
|
fillRule="evenodd"
|
|
25
13
|
d="M8.226 12.073v-2.29c0-.92.746-1.665 1.666-1.665h2.29c.92 0 1.665.745 1.665 1.665v2.29c0 .92-.746 1.665-1.665 1.665h-2.29c-.92 0-1.666-.745-1.666-1.665zm.625 0c0 .575.466 1.04 1.04 1.04h2.29a1.04 1.04 0 001.042-1.04v-2.29a1.04 1.04 0 00-1.041-1.04h-2.29a1.04 1.04 0 00-1.041 1.04v2.29z"
|
|
26
14
|
clipRule="evenodd"
|
|
27
|
-
|
|
15
|
+
/>
|
|
28
16
|
<path
|
|
29
17
|
fill="#BFF6F8"
|
|
30
18
|
d="M15.79 13.114a1.04 1.04 0 01-1.041-1.04v-2.29c0-.576.465-1.042 1.04-1.042h2.29c.575 0 1.041.466 1.041 1.041v2.29a1.04 1.04 0 01-1.04 1.04h-2.29z"
|
|
31
|
-
|
|
19
|
+
/>
|
|
32
20
|
<path
|
|
33
21
|
fill="#528693"
|
|
34
22
|
fillRule="evenodd"
|
|
35
23
|
d="M14.124 12.073v-2.29c0-.92.746-1.665 1.665-1.665h2.29c.92 0 1.665.745 1.665 1.665v2.29c0 .92-.745 1.665-1.665 1.665h-2.29c-.92 0-1.665-.745-1.665-1.665zm.624 0c0 .575.466 1.04 1.041 1.04h2.29a1.04 1.04 0 001.041-1.04v-2.29a1.04 1.04 0 00-1.04-1.04h-2.29a1.04 1.04 0 00-1.041 1.04v2.29z"
|
|
36
24
|
clipRule="evenodd"
|
|
37
|
-
|
|
25
|
+
/>
|
|
38
26
|
<path
|
|
39
27
|
fill="#BFF6F8"
|
|
40
28
|
d="M3.994 13.114a1.04 1.04 0 01-1.04-1.04v-2.29c0-.576.465-1.042 1.04-1.042h2.29c.575 0 1.041.466 1.041 1.041v2.29a1.04 1.04 0 01-1.04 1.04h-2.29z"
|
|
41
|
-
|
|
29
|
+
/>
|
|
42
30
|
<path
|
|
43
31
|
fill="#528693"
|
|
44
32
|
fillRule="evenodd"
|
|
45
33
|
d="M2.329 12.073v-2.29c0-.92.746-1.665 1.665-1.665h2.29c.92 0 1.665.745 1.665 1.665v2.29c0 .92-.745 1.665-1.665 1.665h-2.29c-.92 0-1.665-.745-1.665-1.665zm.624 0c0 .575.466 1.04 1.041 1.04h2.29a1.04 1.04 0 001.041-1.04v-2.29a1.04 1.04 0 00-1.04-1.04h-2.29a1.04 1.04 0 00-1.042 1.04v2.29zM5.14 17.778a.312.312 0 01-.313-.313v-2.558a.312.312 0 11.624 0v2.558c0 .173-.14.313-.312.313zM14.617 5.526l1.987-1.987a.312.312 0 01.442 0l1.987 1.987a.312.312 0 01-.441.441l-1.454-1.454V8.34a.312.312 0 01-.625 0V4.513l-1.454 1.454a.312.312 0 11-.442-.441z"
|
|
46
34
|
clipRule="evenodd"
|
|
47
|
-
|
|
35
|
+
/>
|
|
48
36
|
<path
|
|
49
37
|
fill="#528693"
|
|
50
38
|
fillRule="evenodd"
|
|
51
39
|
d="M11.037 8.651c.172 0 .312-.14.312-.312V4.59c0-.747-.606-1.353-1.353-1.353h-3.97c-.748 0-1.354.606-1.354 1.353v3.75a.312.312 0 00.625 0V4.59c0-.402.326-.728.728-.728h3.97c.403 0 .73.326.73.728v3.75c0 .173.14.312.312.312zM11.037 13.479a.312.312 0 00-.313.312v3.75c0 .747.606 1.353 1.354 1.353h3.97c.748 0 1.353-.606 1.353-1.353v-3.75a.312.312 0 00-.624 0v3.75a.729.729 0 01-.729.728h-3.97a.729.729 0 01-.729-.728v-3.75a.312.312 0 00-.312-.312zM5.14 20.29a.312.312 0 01-.313-.311v-.91a.312.312 0 11.624 0v.91c0 .172-.14.312-.312.312z"
|
|
52
40
|
clipRule="evenodd"
|
|
53
|
-
|
|
41
|
+
/>
|
|
54
42
|
</svg>
|
|
55
43
|
);
|
|
56
44
|
});
|
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
import { forwardRef, SVGProps } from 'react';
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
type FolderShortcutRef = SVGSVGElement;
|
|
6
|
-
|
|
7
|
-
export const FolderShortcut = forwardRef<FolderShortcutRef, FolderShortcutProps>((delegated, ref) => {
|
|
3
|
+
export const FolderShortcut = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
|
|
8
4
|
return (
|
|
9
5
|
<svg ref={ref} width="22" height="22" viewBox="0 0 22 22" fill="none" {...delegated}>
|
|
10
6
|
<path
|
|
@@ -2,11 +2,7 @@ import { forwardRef, SVGProps } from 'react';
|
|
|
2
2
|
|
|
3
3
|
import { fill, stroke } from './variables';
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
type FolderRef = SVGSVGElement;
|
|
8
|
-
|
|
9
|
-
export const Folder = forwardRef<FolderRef, FolderProps>((delegated, ref) => {
|
|
5
|
+
export const Folder = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
|
|
10
6
|
return (
|
|
11
7
|
<svg ref={ref} width="22" height="22" viewBox="0 0 22 22" fill="none" {...delegated}>
|
|
12
8
|
<path
|
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
import { forwardRef, SVGProps } from 'react';
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
type FrontendsRef = SVGSVGElement;
|
|
6
|
-
|
|
7
|
-
export const Frontends = forwardRef<FrontendsRef, FrontendsProps>((delegated, ref) => {
|
|
3
|
+
export const Frontends = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
|
|
8
4
|
return (
|
|
9
5
|
<svg ref={ref} width="23" height="22" viewBox="0 0 23 22" fill="none" {...delegated}>
|
|
10
6
|
<path
|
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
import { forwardRef, SVGProps } from 'react';
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
type FulfilmentRef = SVGSVGElement;
|
|
6
|
-
|
|
7
|
-
export const Fulfilment = forwardRef<FulfilmentRef, FulfilmentProps>((delegated, ref) => {
|
|
3
|
+
export const Fulfilment = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
|
|
8
4
|
return (
|
|
9
5
|
<svg ref={ref} width="22" height="23" viewBox="0 0 22 23" fill="none" {...delegated}>
|
|
10
6
|
<path
|
|
@@ -1,19 +1,8 @@
|
|
|
1
1
|
import { forwardRef, SVGProps } from 'react';
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
type GlassesRef = SVGSVGElement;
|
|
5
|
-
|
|
6
|
-
export const Glasses = forwardRef<GlassesRef, GlassesProps>((delegated, ref) => {
|
|
3
|
+
export const Glasses = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
|
|
7
4
|
return (
|
|
8
|
-
<svg
|
|
9
|
-
ref={ref}
|
|
10
|
-
width="20"
|
|
11
|
-
height="15"
|
|
12
|
-
viewBox="0 0 20 15"
|
|
13
|
-
fill="none"
|
|
14
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
15
|
-
{...delegated}
|
|
16
|
-
>
|
|
5
|
+
<svg ref={ref} width="20" height="15" viewBox="0 0 20 15" fill="none" {...delegated}>
|
|
17
6
|
<path
|
|
18
7
|
fillRule="evenodd"
|
|
19
8
|
clipRule="evenodd"
|
|
@@ -1,19 +1,8 @@
|
|
|
1
1
|
import { forwardRef, SVGProps } from 'react';
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
type GraphQLRef = SVGSVGElement;
|
|
5
|
-
|
|
6
|
-
export const GraphQL = forwardRef<GraphQLRef, GraphQLProps>((delegated, ref) => {
|
|
3
|
+
export const GraphQL = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
|
|
7
4
|
return (
|
|
8
|
-
<svg
|
|
9
|
-
ref={ref}
|
|
10
|
-
width="23"
|
|
11
|
-
height="22"
|
|
12
|
-
viewBox="0 0 23 22"
|
|
13
|
-
fill="none"
|
|
14
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
15
|
-
{...delegated}
|
|
16
|
-
>
|
|
5
|
+
<svg ref={ref} width="23" height="22" viewBox="0 0 23 22" fill="none" {...delegated}>
|
|
17
6
|
<path d="M10.479 3.4a1.4 1.4 0 1 1 2.8 0 1.4 1.4 0 1 1-2.8 0Z" fill="#BFF6F8" />
|
|
18
7
|
<path
|
|
19
8
|
fillRule="evenodd"
|
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
import { forwardRef, SVGProps } from 'react';
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
type GridRelationRef = SVGSVGElement;
|
|
6
|
-
|
|
7
|
-
export const GridRelation = forwardRef<GridRelationRef, GridRelationProps>((delegated, ref) => {
|
|
3
|
+
export const GridRelation = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
|
|
8
4
|
return (
|
|
9
5
|
<svg ref={ref} width="22" height="22" viewBox="0 0 22 22" fill="none" {...delegated}>
|
|
10
6
|
<path
|
package/src/iconography/grid.tsx
CHANGED
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
import { forwardRef, SVGProps } from 'react';
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
type GridRef = SVGSVGElement;
|
|
6
|
-
|
|
7
|
-
export const Grid = forwardRef<GridRef, GridProps>((delegated, ref) => {
|
|
3
|
+
export const Grid = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
|
|
8
4
|
return (
|
|
9
5
|
<svg ref={ref} width="22" height="23" viewBox="0 0 22 23" fill="none" {...delegated}>
|
|
10
6
|
<path
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import { forwardRef, SVGProps } from 'react';
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
type HandMirrorRef = SVGSVGElement;
|
|
5
|
-
|
|
6
|
-
export const HandMirror = forwardRef<HandMirrorRef, HandMirrorProps>((delegated, ref) => {
|
|
3
|
+
export const HandMirror = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
|
|
7
4
|
return (
|
|
8
5
|
<svg ref={ref} width="66" height="66" viewBox="0 0 66 66" fill="none" {...delegated}>
|
|
9
6
|
<path
|
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
import { forwardRef, SVGProps } from 'react';
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
type HooksRef = SVGSVGElement;
|
|
6
|
-
|
|
7
|
-
export const Hooks = forwardRef<HooksRef, HooksProps>((delegated, ref) => {
|
|
3
|
+
export const Hooks = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
|
|
8
4
|
return (
|
|
9
5
|
<svg ref={ref} width="34" height="34" viewBox="0 0 34 34" {...delegated}>
|
|
10
6
|
<path
|
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
import { forwardRef, SVGProps } from 'react';
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
type ImageRef = SVGSVGElement;
|
|
6
|
-
|
|
7
|
-
export const Image = forwardRef<ImageRef, ImageProps>((delegated, ref) => {
|
|
3
|
+
export const Image = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
|
|
8
4
|
return (
|
|
9
5
|
<svg ref={ref} width="22" height="22" viewBox="0 0 22 22" fill="none" {...delegated}>
|
|
10
6
|
<path
|