Merged in fix/3697-prettier-configs (pull request #3396)
fix(SW-3691): Setup one prettier config for whole repo * Setup prettierrc in root and remove other configs Approved-by: Joakim Jäderberg Approved-by: Linus Flood
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import type { IllustrationProps } from '../icon'
|
||||
import { getIconAriaProps } from '../utils'
|
||||
import type { IllustrationProps } from "../icon"
|
||||
import { getIconAriaProps } from "../utils"
|
||||
|
||||
export default function BedIcon(props: IllustrationProps) {
|
||||
const ariaProps = getIconAriaProps(props)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import type { IllustrationProps } from '../icon'
|
||||
import { getIconAriaProps } from '../utils'
|
||||
import type { IllustrationProps } from "../icon"
|
||||
import { getIconAriaProps } from "../utils"
|
||||
|
||||
export default function BedBunkIcon(props: IllustrationProps) {
|
||||
const ariaProps = getIconAriaProps(props)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import type { IllustrationProps } from '../icon'
|
||||
import { getIconAriaProps } from '../utils'
|
||||
import type { IllustrationProps } from "../icon"
|
||||
import { getIconAriaProps } from "../utils"
|
||||
|
||||
export default function BedBunkExtraIcon(props: IllustrationProps) {
|
||||
const ariaProps = getIconAriaProps(props)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import type { IllustrationProps } from '../icon'
|
||||
import { getIconAriaProps } from '../utils'
|
||||
import type { IllustrationProps } from "../icon"
|
||||
import { getIconAriaProps } from "../utils"
|
||||
|
||||
export default function BedGenericIcon(props: IllustrationProps) {
|
||||
const ariaProps = getIconAriaProps(props)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import type { IllustrationProps } from '../icon'
|
||||
import { getIconAriaProps } from '../utils'
|
||||
import type { IllustrationProps } from "../icon"
|
||||
import { getIconAriaProps } from "../utils"
|
||||
|
||||
export default function BedKingIcon(props: IllustrationProps) {
|
||||
const ariaProps = getIconAriaProps(props)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import type { IllustrationProps } from '../icon'
|
||||
import { getIconAriaProps } from '../utils'
|
||||
import type { IllustrationProps } from "../icon"
|
||||
import { getIconAriaProps } from "../utils"
|
||||
|
||||
export default function BedPullOutIcon(props: IllustrationProps) {
|
||||
const ariaProps = getIconAriaProps(props)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import type { IllustrationProps } from '../icon'
|
||||
import { getIconAriaProps } from '../utils'
|
||||
import type { IllustrationProps } from "../icon"
|
||||
import { getIconAriaProps } from "../utils"
|
||||
|
||||
export default function BedPullOutExtraIcon(props: IllustrationProps) {
|
||||
const ariaProps = getIconAriaProps(props)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import type { IllustrationProps } from '../icon'
|
||||
import { getIconAriaProps } from '../utils'
|
||||
import type { IllustrationProps } from "../icon"
|
||||
import { getIconAriaProps } from "../utils"
|
||||
|
||||
export default function BedQueenIcon(props: IllustrationProps) {
|
||||
const ariaProps = getIconAriaProps(props)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import type { IllustrationProps } from '../icon'
|
||||
import { getIconAriaProps } from '../utils'
|
||||
import type { IllustrationProps } from "../icon"
|
||||
import { getIconAriaProps } from "../utils"
|
||||
|
||||
export default function BedSingleIcon(props: IllustrationProps) {
|
||||
const ariaProps = getIconAriaProps(props)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import type { IllustrationProps } from '../icon'
|
||||
import { getIconAriaProps } from '../utils'
|
||||
import type { IllustrationProps } from "../icon"
|
||||
import { getIconAriaProps } from "../utils"
|
||||
|
||||
export default function BedSofaIcon(props: IllustrationProps) {
|
||||
const ariaProps = getIconAriaProps(props)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import type { IllustrationProps } from '../icon'
|
||||
import { getIconAriaProps } from '../utils'
|
||||
import type { IllustrationProps } from "../icon"
|
||||
import { getIconAriaProps } from "../utils"
|
||||
|
||||
export default function BedSofaExtraIcon(props: IllustrationProps) {
|
||||
const ariaProps = getIconAriaProps(props)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import type { IllustrationProps } from '../icon'
|
||||
import { getIconAriaProps } from '../utils'
|
||||
import type { IllustrationProps } from "../icon"
|
||||
import { getIconAriaProps } from "../utils"
|
||||
|
||||
export default function BedTwinIcon(props: IllustrationProps) {
|
||||
const ariaProps = getIconAriaProps(props)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import type { IllustrationProps } from '../icon'
|
||||
import { getIconAriaProps } from '../utils'
|
||||
import type { IllustrationProps } from "../icon"
|
||||
import { getIconAriaProps } from "../utils"
|
||||
|
||||
export default function BedWallExtraIcon(props: IllustrationProps) {
|
||||
const ariaProps = getIconAriaProps(props)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import type { IllustrationProps } from '../icon'
|
||||
import { getIconAriaProps } from '../utils'
|
||||
import type { IllustrationProps } from "../icon"
|
||||
import { getIconAriaProps } from "../utils"
|
||||
|
||||
export default function BreakfastBuffetIcon(props: IllustrationProps) {
|
||||
const ariaProps = getIconAriaProps(props)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import type { IllustrationProps } from '../icon'
|
||||
import { getIconAriaProps } from '../utils'
|
||||
import type { IllustrationProps } from "../icon"
|
||||
import { getIconAriaProps } from "../utils"
|
||||
|
||||
export default function CoinIcon(props: IllustrationProps) {
|
||||
const ariaProps = getIconAriaProps(props)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import type { IllustrationProps } from '../icon'
|
||||
import { getIconAriaProps } from '../utils'
|
||||
import type { IllustrationProps } from "../icon"
|
||||
import { getIconAriaProps } from "../utils"
|
||||
|
||||
export default function CroissantCoffeeEggIcon(props: IllustrationProps) {
|
||||
const ariaProps = getIconAriaProps(props)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import type { IllustrationProps } from '../icon'
|
||||
import { getIconAriaProps } from '../utils'
|
||||
import type { IllustrationProps } from "../icon"
|
||||
import { getIconAriaProps } from "../utils"
|
||||
|
||||
export default function CutleryOneIcon(props: IllustrationProps) {
|
||||
const ariaProps = getIconAriaProps(props)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import type { IllustrationProps } from '../icon'
|
||||
import { getIconAriaProps } from '../utils'
|
||||
import type { IllustrationProps } from "../icon"
|
||||
import { getIconAriaProps } from "../utils"
|
||||
|
||||
export default function CutleryTwoIcon(props: IllustrationProps) {
|
||||
const ariaProps = getIconAriaProps(props)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import type { IllustrationProps } from '../icon'
|
||||
import { getIconAriaProps } from '../utils'
|
||||
import type { IllustrationProps } from "../icon"
|
||||
import { getIconAriaProps } from "../utils"
|
||||
|
||||
export default function GiftOpenIcon(props: IllustrationProps) {
|
||||
const ariaProps = getIconAriaProps(props)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IllustrationProps } from '../icon'
|
||||
import type { IllustrationProps } from "../icon"
|
||||
|
||||
export default function Granola(props: IllustrationProps) {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IllustrationProps } from '../icon'
|
||||
import type { IllustrationProps } from "../icon"
|
||||
|
||||
export default function HandGiftIcon(props: IllustrationProps) {
|
||||
return (
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import type { IllustrationProps } from '../icon'
|
||||
import { getIconAriaProps } from '../utils'
|
||||
import type { IllustrationProps } from "../icon"
|
||||
import { getIconAriaProps } from "../utils"
|
||||
|
||||
export default function HandKeyIcon(props: IllustrationProps) {
|
||||
const ariaProps = getIconAriaProps(props)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import type { IllustrationProps } from '../icon'
|
||||
import { getIconAriaProps } from '../utils'
|
||||
import type { IllustrationProps } from "../icon"
|
||||
import { getIconAriaProps } from "../utils"
|
||||
|
||||
export default function HotelNightIcon(props: IllustrationProps) {
|
||||
const ariaProps = getIconAriaProps(props)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import type { IllustrationProps } from '../icon'
|
||||
import { getIconAriaProps } from '../utils'
|
||||
import type { IllustrationProps } from "../icon"
|
||||
import { getIconAriaProps } from "../utils"
|
||||
|
||||
export default function KidsIcon(props: IllustrationProps) {
|
||||
const ariaProps = getIconAriaProps(props)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import type { IllustrationProps } from '../icon'
|
||||
import { getIconAriaProps } from '../utils'
|
||||
import type { IllustrationProps } from "../icon"
|
||||
import { getIconAriaProps } from "../utils"
|
||||
|
||||
export default function KidsMocktailIcon(props: IllustrationProps) {
|
||||
const ariaProps = getIconAriaProps(props)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import type { IllustrationProps } from '../icon'
|
||||
import { getIconAriaProps } from '../utils'
|
||||
import type { IllustrationProps } from "../icon"
|
||||
import { getIconAriaProps } from "../utils"
|
||||
|
||||
export default function MagicWandIcon(props: IllustrationProps) {
|
||||
const ariaProps = getIconAriaProps(props)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import type { IllustrationProps } from '../icon'
|
||||
import { getIconAriaProps } from '../utils'
|
||||
import type { IllustrationProps } from "../icon"
|
||||
import { getIconAriaProps } from "../utils"
|
||||
|
||||
export default function MoneyHandIcon(props: IllustrationProps) {
|
||||
const ariaProps = getIconAriaProps(props)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import type { IllustrationProps } from '../icon'
|
||||
import { getIconAriaProps } from '../utils'
|
||||
import type { IllustrationProps } from "../icon"
|
||||
import { getIconAriaProps } from "../utils"
|
||||
|
||||
export default function MoneyHandEllipsisIcon(props: IllustrationProps) {
|
||||
const ariaProps = getIconAriaProps(props)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import type { IllustrationProps } from '../icon'
|
||||
import { getIconAriaProps } from '../utils'
|
||||
import type { IllustrationProps } from "../icon"
|
||||
import { getIconAriaProps } from "../utils"
|
||||
|
||||
export default function NoBreakfastBuffetIcon(props: IllustrationProps) {
|
||||
const ariaProps = getIconAriaProps(props)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { IllustrationProps } from '../icon'
|
||||
import type { IllustrationProps } from "../icon"
|
||||
|
||||
export default function SpaIcon(props: IllustrationProps) {
|
||||
return (
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import type { IllustrationProps } from '../icon'
|
||||
import { getIconAriaProps } from '../utils'
|
||||
import type { IllustrationProps } from "../icon"
|
||||
import { getIconAriaProps } from "../utils"
|
||||
|
||||
export default function SurpriseIcon(props: IllustrationProps) {
|
||||
const ariaProps = getIconAriaProps(props)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import type { IllustrationProps } from '../icon'
|
||||
import { getIconAriaProps } from '../utils'
|
||||
import type { IllustrationProps } from "../icon"
|
||||
import { getIconAriaProps } from "../utils"
|
||||
|
||||
export default function TrophyIcon(props: IllustrationProps) {
|
||||
const ariaProps = getIconAriaProps(props)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import type { IllustrationProps } from '../icon'
|
||||
import { getIconAriaProps } from '../utils'
|
||||
import type { IllustrationProps } from "../icon"
|
||||
import { getIconAriaProps } from "../utils"
|
||||
|
||||
export default function VoucherIcon(props: IllustrationProps) {
|
||||
const ariaProps = getIconAriaProps(props)
|
||||
|
||||
Reference in New Issue
Block a user