diff --git a/src/__screenshot_tests__/__image_snapshots__/icons-screenshot-test-tsx-icons-catalog-for-blau-filled-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/icons-screenshot-test-tsx-icons-catalog-for-blau-filled-1-snap.png index 9360b3ce08..d52a4758d6 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/icons-screenshot-test-tsx-icons-catalog-for-blau-filled-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/icons-screenshot-test-tsx-icons-catalog-for-blau-filled-1-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/icons-screenshot-test-tsx-icons-catalog-for-blau-light-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/icons-screenshot-test-tsx-icons-catalog-for-blau-light-1-snap.png index 41cdcdbec1..9b713f75bb 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/icons-screenshot-test-tsx-icons-catalog-for-blau-light-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/icons-screenshot-test-tsx-icons-catalog-for-blau-light-1-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/icons-screenshot-test-tsx-icons-catalog-for-blau-regular-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/icons-screenshot-test-tsx-icons-catalog-for-blau-regular-1-snap.png index d19687c540..546d1636be 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/icons-screenshot-test-tsx-icons-catalog-for-blau-regular-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/icons-screenshot-test-tsx-icons-catalog-for-blau-regular-1-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/icons-screenshot-test-tsx-icons-catalog-for-movistar-filled-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/icons-screenshot-test-tsx-icons-catalog-for-movistar-filled-1-snap.png index ee329ea782..9c657adec0 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/icons-screenshot-test-tsx-icons-catalog-for-movistar-filled-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/icons-screenshot-test-tsx-icons-catalog-for-movistar-filled-1-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/icons-screenshot-test-tsx-icons-catalog-for-movistar-light-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/icons-screenshot-test-tsx-icons-catalog-for-movistar-light-1-snap.png index 300bb135e2..7a1c610107 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/icons-screenshot-test-tsx-icons-catalog-for-movistar-light-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/icons-screenshot-test-tsx-icons-catalog-for-movistar-light-1-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/icons-screenshot-test-tsx-icons-catalog-for-movistar-regular-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/icons-screenshot-test-tsx-icons-catalog-for-movistar-regular-1-snap.png index 4625a36969..14cbe69253 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/icons-screenshot-test-tsx-icons-catalog-for-movistar-regular-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/icons-screenshot-test-tsx-icons-catalog-for-movistar-regular-1-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/icons-screenshot-test-tsx-icons-catalog-for-o-2-filled-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/icons-screenshot-test-tsx-icons-catalog-for-o-2-filled-1-snap.png index f089af3002..d5298d2a8e 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/icons-screenshot-test-tsx-icons-catalog-for-o-2-filled-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/icons-screenshot-test-tsx-icons-catalog-for-o-2-filled-1-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/icons-screenshot-test-tsx-icons-catalog-for-o-2-light-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/icons-screenshot-test-tsx-icons-catalog-for-o-2-light-1-snap.png index 91031b249f..cfade468d5 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/icons-screenshot-test-tsx-icons-catalog-for-o-2-light-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/icons-screenshot-test-tsx-icons-catalog-for-o-2-light-1-snap.png differ diff --git a/src/__screenshot_tests__/__image_snapshots__/icons-screenshot-test-tsx-icons-catalog-for-o-2-regular-1-snap.png b/src/__screenshot_tests__/__image_snapshots__/icons-screenshot-test-tsx-icons-catalog-for-o-2-regular-1-snap.png index 4faf6c832b..b447d7dc2f 100644 Binary files a/src/__screenshot_tests__/__image_snapshots__/icons-screenshot-test-tsx-icons-catalog-for-o-2-regular-1-snap.png and b/src/__screenshot_tests__/__image_snapshots__/icons-screenshot-test-tsx-icons-catalog-for-o-2-regular-1-snap.png differ diff --git a/src/generated/mistica-icons/icon-glass-filled.tsx b/src/generated/mistica-icons/icon-glass-filled.tsx new file mode 100644 index 0000000000..fa7799fc00 --- /dev/null +++ b/src/generated/mistica-icons/icon-glass-filled.tsx @@ -0,0 +1,28 @@ +'use client'; +/* + * This file was autogenerated. Don't edit this file! + * + * To update, execute "yarn start" inside "import-mistica-icons" + */ + +import * as React from 'react'; +import {useIsInverseOrMediaVariant} from '../../theme-variant-context'; +import {vars} from '../../skins/skin-contract.css'; + +import type {IconProps} from '../../utils/types'; + +const IconGlassFilled = ({color, size = 24, ...rest}: IconProps): JSX.Element => { + const isInverse = useIsInverseOrMediaVariant(); + const fillColor = color ?? (isInverse ? vars.colors.inverse : vars.colors.neutralHigh); + + return ( + + + + ); +}; + +export default IconGlassFilled; diff --git a/src/generated/mistica-icons/icon-glass-light.tsx b/src/generated/mistica-icons/icon-glass-light.tsx new file mode 100644 index 0000000000..bbb76eae06 --- /dev/null +++ b/src/generated/mistica-icons/icon-glass-light.tsx @@ -0,0 +1,28 @@ +'use client'; +/* + * This file was autogenerated. Don't edit this file! + * + * To update, execute "yarn start" inside "import-mistica-icons" + */ + +import * as React from 'react'; +import {useIsInverseOrMediaVariant} from '../../theme-variant-context'; +import {vars} from '../../skins/skin-contract.css'; + +import type {IconProps} from '../../utils/types'; + +const IconGlassLight = ({color, size = 24, ...rest}: IconProps): JSX.Element => { + const isInverse = useIsInverseOrMediaVariant(); + const fillColor = color ?? (isInverse ? vars.colors.inverse : vars.colors.neutralHigh); + + return ( + + + + ); +}; + +export default IconGlassLight; diff --git a/src/generated/mistica-icons/icon-glass-regular.tsx b/src/generated/mistica-icons/icon-glass-regular.tsx new file mode 100644 index 0000000000..814b5ba926 --- /dev/null +++ b/src/generated/mistica-icons/icon-glass-regular.tsx @@ -0,0 +1,28 @@ +'use client'; +/* + * This file was autogenerated. Don't edit this file! + * + * To update, execute "yarn start" inside "import-mistica-icons" + */ + +import * as React from 'react'; +import {useIsInverseOrMediaVariant} from '../../theme-variant-context'; +import {vars} from '../../skins/skin-contract.css'; + +import type {IconProps} from '../../utils/types'; + +const IconGlassRegular = ({color, size = 24, ...rest}: IconProps): JSX.Element => { + const isInverse = useIsInverseOrMediaVariant(); + const fillColor = color ?? (isInverse ? vars.colors.inverse : vars.colors.neutralHigh); + + return ( + + + + ); +}; + +export default IconGlassRegular; diff --git a/src/generated/mistica-icons/icon-washing-machine-filled.tsx b/src/generated/mistica-icons/icon-washing-machine-filled.tsx new file mode 100644 index 0000000000..630ed65b26 --- /dev/null +++ b/src/generated/mistica-icons/icon-washing-machine-filled.tsx @@ -0,0 +1,32 @@ +'use client'; +/* + * This file was autogenerated. Don't edit this file! + * + * To update, execute "yarn start" inside "import-mistica-icons" + */ + +import * as React from 'react'; +import {useIsInverseOrMediaVariant} from '../../theme-variant-context'; +import {vars} from '../../skins/skin-contract.css'; + +import type {IconProps} from '../../utils/types'; + +const IconWashingMachineFilled = ({color, size = 24, ...rest}: IconProps): JSX.Element => { + const isInverse = useIsInverseOrMediaVariant(); + const fillColor = color ?? (isInverse ? vars.colors.inverse : vars.colors.neutralHigh); + + return ( + + + + + ); +}; + +export default IconWashingMachineFilled; diff --git a/src/generated/mistica-icons/icon-washing-machine-light.tsx b/src/generated/mistica-icons/icon-washing-machine-light.tsx new file mode 100644 index 0000000000..fdeafea3aa --- /dev/null +++ b/src/generated/mistica-icons/icon-washing-machine-light.tsx @@ -0,0 +1,32 @@ +'use client'; +/* + * This file was autogenerated. Don't edit this file! + * + * To update, execute "yarn start" inside "import-mistica-icons" + */ + +import * as React from 'react'; +import {useIsInverseOrMediaVariant} from '../../theme-variant-context'; +import {vars} from '../../skins/skin-contract.css'; + +import type {IconProps} from '../../utils/types'; + +const IconWashingMachineLight = ({color, size = 24, ...rest}: IconProps): JSX.Element => { + const isInverse = useIsInverseOrMediaVariant(); + const fillColor = color ?? (isInverse ? vars.colors.inverse : vars.colors.neutralHigh); + + return ( + + + + + ); +}; + +export default IconWashingMachineLight; diff --git a/src/generated/mistica-icons/icon-washing-machine-regular.tsx b/src/generated/mistica-icons/icon-washing-machine-regular.tsx new file mode 100644 index 0000000000..35fa37d0da --- /dev/null +++ b/src/generated/mistica-icons/icon-washing-machine-regular.tsx @@ -0,0 +1,32 @@ +'use client'; +/* + * This file was autogenerated. Don't edit this file! + * + * To update, execute "yarn start" inside "import-mistica-icons" + */ + +import * as React from 'react'; +import {useIsInverseOrMediaVariant} from '../../theme-variant-context'; +import {vars} from '../../skins/skin-contract.css'; + +import type {IconProps} from '../../utils/types'; + +const IconWashingMachineRegular = ({color, size = 24, ...rest}: IconProps): JSX.Element => { + const isInverse = useIsInverseOrMediaVariant(); + const fillColor = color ?? (isInverse ? vars.colors.inverse : vars.colors.neutralHigh); + + return ( + + + + + ); +}; + +export default IconWashingMachineRegular; diff --git a/src/generated/mistica-icons/icon-wind-filled.tsx b/src/generated/mistica-icons/icon-wind-filled.tsx new file mode 100644 index 0000000000..5ce8cae7c9 --- /dev/null +++ b/src/generated/mistica-icons/icon-wind-filled.tsx @@ -0,0 +1,32 @@ +'use client'; +/* + * This file was autogenerated. Don't edit this file! + * + * To update, execute "yarn start" inside "import-mistica-icons" + */ + +import * as React from 'react'; +import {useIsInverseOrMediaVariant} from '../../theme-variant-context'; +import {vars} from '../../skins/skin-contract.css'; + +import type {IconProps} from '../../utils/types'; + +const IconWindFilled = ({color, size = 24, ...rest}: IconProps): JSX.Element => { + const isInverse = useIsInverseOrMediaVariant(); + const fillColor = color ?? (isInverse ? vars.colors.inverse : vars.colors.neutralHigh); + + return ( + + + + + ); +}; + +export default IconWindFilled; diff --git a/src/generated/mistica-icons/icon-wind-light.tsx b/src/generated/mistica-icons/icon-wind-light.tsx new file mode 100644 index 0000000000..eef275a608 --- /dev/null +++ b/src/generated/mistica-icons/icon-wind-light.tsx @@ -0,0 +1,32 @@ +'use client'; +/* + * This file was autogenerated. Don't edit this file! + * + * To update, execute "yarn start" inside "import-mistica-icons" + */ + +import * as React from 'react'; +import {useIsInverseOrMediaVariant} from '../../theme-variant-context'; +import {vars} from '../../skins/skin-contract.css'; + +import type {IconProps} from '../../utils/types'; + +const IconWindLight = ({color, size = 24, ...rest}: IconProps): JSX.Element => { + const isInverse = useIsInverseOrMediaVariant(); + const fillColor = color ?? (isInverse ? vars.colors.inverse : vars.colors.neutralHigh); + + return ( + + + + + ); +}; + +export default IconWindLight; diff --git a/src/generated/mistica-icons/icon-wind-regular.tsx b/src/generated/mistica-icons/icon-wind-regular.tsx new file mode 100644 index 0000000000..a9f3877bc9 --- /dev/null +++ b/src/generated/mistica-icons/icon-wind-regular.tsx @@ -0,0 +1,32 @@ +'use client'; +/* + * This file was autogenerated. Don't edit this file! + * + * To update, execute "yarn start" inside "import-mistica-icons" + */ + +import * as React from 'react'; +import {useIsInverseOrMediaVariant} from '../../theme-variant-context'; +import {vars} from '../../skins/skin-contract.css'; + +import type {IconProps} from '../../utils/types'; + +const IconWindRegular = ({color, size = 24, ...rest}: IconProps): JSX.Element => { + const isInverse = useIsInverseOrMediaVariant(); + const fillColor = color ?? (isInverse ? vars.colors.inverse : vars.colors.neutralHigh); + + return ( + + + + + ); +}; + +export default IconWindRegular; diff --git a/src/generated/mistica-icons/icons-keywords.tsx b/src/generated/mistica-icons/icons-keywords.tsx index adbd51f00a..d1d773ba73 100644 --- a/src/generated/mistica-icons/icons-keywords.tsx +++ b/src/generated/mistica-icons/icons-keywords.tsx @@ -1716,6 +1716,20 @@ const iconKeywords: {[key: string]: Array} = { 'Tankstelle', ], gift: ['present', 'token', 'offering', 'regalo', 'presente', 'Geschenk'], + glass: [ + 'pane', + 'crystal', + 'glazing', + 'vidrio', + 'cristal', + 'acristalamiento', + 'vidraça', + 'cristal', + 'envidraçamento', + 'Fenster', + 'Kristall', + 'Verglasung', + ], group: ['team', 'bunch', 'gathering', 'grupo', 'grupo', 'Gruppe'], guarantee: ['assurance', 'warranty', 'promise', 'garantía', 'garantia', 'Garantie'], guru: ['mentor', 'expert', 'master', 'gurú', 'guru', 'Guru'], @@ -3324,6 +3338,20 @@ const iconKeywords: {[key: string]: Array} = { ], wallet: ['billfold', 'money holder', 'pocketbook', 'billetera', 'carteira', 'Brieftasche'], warning: ['caution', 'alert', 'admonition', 'advertencia', 'advertência', 'Warnung'], + 'washing-machine': [ + 'Laundry machine', + 'clothes washer', + 'appliance', + 'lavadora', + 'máquina de lavar', + 'electrodoméstico', + 'máquina de lavar roupa', + 'lavadora de roupas', + 'eletrodoméstico', + 'Waschmaschine', + 'Kleidungswaschmaschine', + 'Haushaltsgerät', + ], 'water-drop': ['droplet', 'liquid bead', 'raindrop', 'gota de agua', 'gota líquida', 'Wassertropfen'], wearable: [ 'wearable device', @@ -3336,6 +3364,20 @@ const iconKeywords: {[key: string]: Array} = { web: ['internet', 'world wide web', 'online', 'web', 'web', 'Web'], webcam: ['web camera', 'internet camera', 'online camera', 'cámara web', 'câmera web', 'Webkamera'], wifi: ['wireless internet', 'wi-fi', 'wireless network', 'wifi', 'wi-fi', 'WLAN'], + wind: [ + 'breeze', + 'gust', + 'zephyr', + 'viento', + 'brisa', + 'ráfaga', + 'vento', + 'brisa', + 'rajada', + 'Wind', + 'Brise', + 'Böe', + ], winner: ['champion', 'victor', 'conqueror', 'ganador', 'vencedor', 'Gewinner'], 'winner-check': [ 'victor verification', diff --git a/src/index.tsx b/src/index.tsx index d43d7ec699..098b3f0b43 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -1065,6 +1065,9 @@ export {default as IconGasStationRegular} from './generated/mistica-icons/icon-g export {default as IconGiftFilled} from './generated/mistica-icons/icon-gift-filled'; export {default as IconGiftLight} from './generated/mistica-icons/icon-gift-light'; export {default as IconGiftRegular} from './generated/mistica-icons/icon-gift-regular'; +export {default as IconGlassFilled} from './generated/mistica-icons/icon-glass-filled'; +export {default as IconGlassLight} from './generated/mistica-icons/icon-glass-light'; +export {default as IconGlassRegular} from './generated/mistica-icons/icon-glass-regular'; export {default as IconGroupFilled} from './generated/mistica-icons/icon-group-filled'; export {default as IconGroupLight} from './generated/mistica-icons/icon-group-light'; export {default as IconGroupRegular} from './generated/mistica-icons/icon-group-regular'; @@ -1984,6 +1987,9 @@ export {default as IconWalletRegular} from './generated/mistica-icons/icon-walle export {default as IconWarningFilled} from './generated/mistica-icons/icon-warning-filled'; export {default as IconWarningLight} from './generated/mistica-icons/icon-warning-light'; export {default as IconWarningRegular} from './generated/mistica-icons/icon-warning-regular'; +export {default as IconWashingMachineFilled} from './generated/mistica-icons/icon-washing-machine-filled'; +export {default as IconWashingMachineLight} from './generated/mistica-icons/icon-washing-machine-light'; +export {default as IconWashingMachineRegular} from './generated/mistica-icons/icon-washing-machine-regular'; export {default as IconWaterDropFilled} from './generated/mistica-icons/icon-water-drop-filled'; export {default as IconWaterDropLight} from './generated/mistica-icons/icon-water-drop-light'; export {default as IconWaterDropRegular} from './generated/mistica-icons/icon-water-drop-regular'; @@ -1997,6 +2003,9 @@ export {default as IconWebRegular} from './generated/mistica-icons/icon-web-regu export {default as IconWifiFilled} from './generated/mistica-icons/icon-wifi-filled'; export {default as IconWifiLight} from './generated/mistica-icons/icon-wifi-light'; export {default as IconWifiRegular} from './generated/mistica-icons/icon-wifi-regular'; +export {default as IconWindFilled} from './generated/mistica-icons/icon-wind-filled'; +export {default as IconWindLight} from './generated/mistica-icons/icon-wind-light'; +export {default as IconWindRegular} from './generated/mistica-icons/icon-wind-regular'; export {default as IconWinnerCheckFilled} from './generated/mistica-icons/icon-winner-check-filled'; export {default as IconWinnerCheckLight} from './generated/mistica-icons/icon-winner-check-light'; export {default as IconWinnerCheckRegular} from './generated/mistica-icons/icon-winner-check-regular';