Skip to content
Draft
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
6 changes: 6 additions & 0 deletions .changeset/ready-melons-walk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@medusajs/ui-preset": patch
"@medusajs/icons": patch
---

chore(icons,ui-preset): sync latest design resources
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import * as React from "react"
import { cleanup, render, screen } from "@testing-library/react"

import ArrowTurnUp from "../arrow-turn-up"

describe("ArrowTurnUp", () => {
it("should render the icon without errors", async () => {
render(<ArrowTurnUp data-testid="icon" />)


const svgElement = screen.getByTestId("icon")

expect(svgElement).toBeInTheDocument()

cleanup()
})
})
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import * as React from "react"
import { cleanup, render, screen } from "@testing-library/react"

import CircleMinus from "../circle-minus"
import BloomBadge from "../bloom-badge"

describe("CircleMinus", () => {
describe("BloomBadge", () => {
it("should render the icon without errors", async () => {
render(<CircleMinus data-testid="icon" />)
render(<BloomBadge data-testid="icon" />)


const svgElement = screen.getByTestId("icon")
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import * as React from "react"
import { cleanup, render, screen } from "@testing-library/react"

import Bloom from "../bloom"

describe("Bloom", () => {
it("should render the icon without errors", async () => {
render(<Bloom data-testid="icon" />)


const svgElement = screen.getByTestId("icon")

expect(svgElement).toBeInTheDocument()

cleanup()
})
})
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import * as React from "react"
import { cleanup, render, screen } from "@testing-library/react"

import ChartActivity from "../chart-activity"

describe("ChartActivity", () => {
it("should render the icon without errors", async () => {
render(<ChartActivity data-testid="icon" />)


const svgElement = screen.getByTestId("icon")

expect(svgElement).toBeInTheDocument()

cleanup()
})
})
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import * as React from "react"
import { cleanup, render, screen } from "@testing-library/react"

import CircleCheckSolid from "../circle-check-solid"

describe("CircleCheckSolid", () => {
it("should render the icon without errors", async () => {
render(<CircleCheckSolid data-testid="icon" />)


const svgElement = screen.getByTestId("icon")

expect(svgElement).toBeInTheDocument()

cleanup()
})
})
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import * as React from "react"
import { cleanup, render, screen } from "@testing-library/react"

import CircleInfoSolid from "../circle-info-solid"

describe("CircleInfoSolid", () => {
it("should render the icon without errors", async () => {
render(<CircleInfoSolid data-testid="icon" />)


const svgElement = screen.getByTestId("icon")

expect(svgElement).toBeInTheDocument()

cleanup()
})
})
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import * as React from "react"
import { cleanup, render, screen } from "@testing-library/react"

import CircleMinusSolid from "../circle-minus-solid"

describe("CircleMinusSolid", () => {
it("should render the icon without errors", async () => {
render(<CircleMinusSolid data-testid="icon" />)


const svgElement = screen.getByTestId("icon")

expect(svgElement).toBeInTheDocument()

cleanup()
})
})
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import * as React from "react"
import { cleanup, render, screen } from "@testing-library/react"

import CircleWarningSolid from "../circle-warning-solid"

describe("CircleWarningSolid", () => {
it("should render the icon without errors", async () => {
render(<CircleWarningSolid data-testid="icon" />)


const svgElement = screen.getByTestId("icon")

expect(svgElement).toBeInTheDocument()

cleanup()
})
})
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import * as React from "react"
import { cleanup, render, screen } from "@testing-library/react"

import CircleXmarkSolid from "../circle-xmark-solid"

describe("CircleXmarkSolid", () => {
it("should render the icon without errors", async () => {
render(<CircleXmarkSolid data-testid="icon" />)


const svgElement = screen.getByTestId("icon")

expect(svgElement).toBeInTheDocument()

cleanup()
})
})
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import * as React from "react"
import { cleanup, render, screen } from "@testing-library/react"

import CodeBranch from "../code-branch"

describe("CodeBranch", () => {
it("should render the icon without errors", async () => {
render(<CodeBranch data-testid="icon" />)


const svgElement = screen.getByTestId("icon")

expect(svgElement).toBeInTheDocument()

cleanup()
})
})
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import * as React from "react"
import { cleanup, render, screen } from "@testing-library/react"

import CodeCompare from "../code-compare"

describe("CodeCompare", () => {
it("should render the icon without errors", async () => {
render(<CodeCompare data-testid="icon" />)


const svgElement = screen.getByTestId("icon")

expect(svgElement).toBeInTheDocument()

cleanup()
})
})
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import * as React from "react"
import { cleanup, render, screen } from "@testing-library/react"

import Contentful from "../contentful"

describe("Contentful", () => {
it("should render the icon without errors", async () => {
render(<Contentful data-testid="icon" />)


const svgElement = screen.getByTestId("icon")

expect(svgElement).toBeInTheDocument()

cleanup()
})
})
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import * as React from "react"
import { cleanup, render, screen } from "@testing-library/react"

import CreditCardRefresh from "../credit-card-refresh"

describe("CreditCardRefresh", () => {
it("should render the icon without errors", async () => {
render(<CreditCardRefresh data-testid="icon" />)


const svgElement = screen.getByTestId("icon")

expect(svgElement).toBeInTheDocument()

cleanup()
})
})
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import * as React from "react"
import { cleanup, render, screen } from "@testing-library/react"

import CursorDefaultSolid from "../cursor-default-solid"

describe("CursorDefaultSolid", () => {
it("should render the icon without errors", async () => {
render(<CursorDefaultSolid data-testid="icon" />)


const svgElement = screen.getByTestId("icon")

expect(svgElement).toBeInTheDocument()

cleanup()
})
})
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import * as React from "react"
import { cleanup, render, screen } from "@testing-library/react"

import CursorDefault from "../cursor-default"

describe("CursorDefault", () => {
it("should render the icon without errors", async () => {
render(<CursorDefault data-testid="icon" />)


const svgElement = screen.getByTestId("icon")

expect(svgElement).toBeInTheDocument()

cleanup()
})
})
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import * as React from "react"
import { cleanup, render, screen } from "@testing-library/react"

import EnvelopeContent from "../envelope-content"

describe("EnvelopeContent", () => {
it("should render the icon without errors", async () => {
render(<EnvelopeContent data-testid="icon" />)


const svgElement = screen.getByTestId("icon")

expect(svgElement).toBeInTheDocument()

cleanup()
})
})
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import * as React from "react"
import { cleanup, render, screen } from "@testing-library/react"

import FaceDisappointed from "../face-disappointed"

describe("FaceDisappointed", () => {
it("should render the icon without errors", async () => {
render(<FaceDisappointed data-testid="icon" />)


const svgElement = screen.getByTestId("icon")

expect(svgElement).toBeInTheDocument()

cleanup()
})
})
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import * as React from "react"
import { cleanup, render, screen } from "@testing-library/react"

import FilePlus from "../file-plus"

describe("FilePlus", () => {
it("should render the icon without errors", async () => {
render(<FilePlus data-testid="icon" />)


const svgElement = screen.getByTestId("icon")

expect(svgElement).toBeInTheDocument()

cleanup()
})
})
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import * as React from "react"
import { cleanup, render, screen } from "@testing-library/react"

import FloppyDisk from "../floppy-disk"

describe("FloppyDisk", () => {
it("should render the icon without errors", async () => {
render(<FloppyDisk data-testid="icon" />)


const svgElement = screen.getByTestId("icon")

expect(svgElement).toBeInTheDocument()

cleanup()
})
})
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import * as React from "react"
import { cleanup, render, screen } from "@testing-library/react"

import Focus from "../focus"

describe("Focus", () => {
it("should render the icon without errors", async () => {
render(<Focus data-testid="icon" />)


const svgElement = screen.getByTestId("icon")

expect(svgElement).toBeInTheDocument()

cleanup()
})
})
Loading
Loading