Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(icons): New floppy disk icon #1304

Merged
merged 3 commits into from
Dec 13, 2024
Merged
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions src/generated/mistica-icons/icon-floppy-disk-filled.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
'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 IconFloppyDiskFilled = ({color, size = 24, ...rest}: IconProps): JSX.Element => {
const isInverse = useIsInverseOrMediaVariant();
const fillColor = color ?? (isInverse ? vars.colors.inverse : vars.colors.neutralHigh);

return (
<svg width={size} height={size} viewBox="0 0 24 24" role="presentation" {...rest}>
<path
fill={fillColor}
d="M5.6 2h1.6v5.2a1.6 1.6 0 0 0 1.6 1.6h6.4a1.6 1.6 0 0 0 1.6-1.6V2h.8a.4.4 0 0 1 .283.117l4 4A.4.4 0 0 1 22 6.4v12a3.6 3.6 0 0 1-3.6 3.6H5.6A3.6 3.6 0 0 1 2 18.4V5.6A3.6 3.6 0 0 1 5.6 2"
/>
<path fill={fillColor} d="M8.8 2h6.4v5.2H8.8z" />
</svg>
);
};

export default IconFloppyDiskFilled;
28 changes: 28 additions & 0 deletions src/generated/mistica-icons/icon-floppy-disk-light.tsx
Original file line number Diff line number Diff line change
@@ -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 IconFloppyDiskLight = ({color, size = 24, ...rest}: IconProps): JSX.Element => {
const isInverse = useIsInverseOrMediaVariant();
const fillColor = color ?? (isInverse ? vars.colors.inverse : vars.colors.neutralHigh);

return (
<svg width={size} height={size} viewBox="0 0 24 24" role="presentation" {...rest}>
<path
fill={fillColor}
d="M17.385 2c.204 0 .4.081.543.225l3.847 3.846a.77.77 0 0 1 .225.544v11.539A3.846 3.846 0 0 1 18.154 22H5.846A3.846 3.846 0 0 1 2 18.154V5.846A3.846 3.846 0 0 1 5.846 2zM3.538 5.846v12.308a2.31 2.31 0 0 0 2.308 2.308h12.308a2.31 2.31 0 0 0 2.308-2.308V6.934l-3.396-3.396h-.45v3.847c0 .85-.69 1.538-1.54 1.538H8.924c-.85 0-1.538-.689-1.538-1.538V3.538H5.846a2.31 2.31 0 0 0-2.308 2.308m11.539-2.308H8.923v3.847h6.154z"
/>
</svg>
);
};

export default IconFloppyDiskLight;
28 changes: 28 additions & 0 deletions src/generated/mistica-icons/icon-floppy-disk-regular.tsx
Original file line number Diff line number Diff line change
@@ -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 IconFloppyDiskRegular = ({color, size = 24, ...rest}: IconProps): JSX.Element => {
const isInverse = useIsInverseOrMediaVariant();
const fillColor = color ?? (isInverse ? vars.colors.inverse : vars.colors.neutralHigh);

return (
<svg width={size} height={size} viewBox="0 0 24 24" role="presentation" {...rest}>
<path
fill={fillColor}
d="M17.385 2c.204 0 .4.081.543.225l3.847 3.846a.77.77 0 0 1 .225.544v11.539A3.846 3.846 0 0 1 18.154 22H5.846A3.846 3.846 0 0 1 2 18.154V5.846A3.846 3.846 0 0 1 5.846 2zM3.538 5.846v12.308a2.31 2.31 0 0 0 2.308 2.308h12.308a2.31 2.31 0 0 0 2.308-2.308V6.934l-3.396-3.396h-.45v3.847c0 .85-.69 1.538-1.54 1.538H8.924c-.85 0-1.538-.689-1.538-1.538V3.538H5.846a2.31 2.31 0 0 0-2.308 2.308m11.539-2.308H8.923v3.847h6.154z"
/>
</svg>
);
};

export default IconFloppyDiskRegular;
86 changes: 50 additions & 36 deletions src/generated/mistica-icons/icons-keywords.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1654,6 +1654,20 @@ const iconKeywords: {[key: string]: Array<string>} = {
],
flag: ['banner', 'standard', 'ensign', 'bandera', 'bandeira', 'Flagge'],
floorplan: ['blueprint', 'layout', 'building diagram', 'plano de planta', 'layout', 'Grundriss'],
'floppy-disk': [
'diskette',
'flexible disk',
'data storage disk',
'disquete',
'disco flexible',
'disco de almacenamiento de datos',
'disquete',
'disco flexível',
'disco de armazenamento de dados',
'Diskette',
'Flexibler Datenträger',
'Datenspeicherdiskette',
],
flower: ['blossom', 'bloom', 'botanical', 'flor', 'flor', 'Blume'],
folder: ['directory', 'file folder', 'document folder', 'carpeta', 'pasta', 'Ordner'],
'folder-encrypted': [
Expand Down Expand Up @@ -2107,32 +2121,32 @@ const iconKeywords: {[key: string]: Array<string>} = {
'Mikrofon Atmosphäre',
],
'microphone-aura-disabled': [
'microphone-aura-off',
'microphone-halo-deactivated',
'microphone-glow-disabled',
'micrófono-aura-desactivado',
'micrófono-halo-apagado',
'micrófono-brillo-desactivado',
'microfone-aura-desativado',
'microfone-halo-desativado',
'microfone-brilho-desativado',
'Mikrofon-Aura-deaktiviert',
'Mikrofon-Halo-abgeschaltet',
'Mikrofon-Glow-deaktiviert',
'microphone aura off',
'microphone halo deactivated',
'microphone glow disabled',
'micrófono aura desactivado',
'micrófono halo apagado',
'micrófono brillo desactivado',
'microfone aura desativado',
'microfone halo desativado',
'microfone brilho desativado',
'Mikrofon Aura deaktiviert',
'Mikrofon Halo abgeschaltet',
'Mikrofon Glow deaktiviert',
],
'microphone-disabled': [
'microphone-off',
'microphone-muted',
'microphone-shut',
'micrófono-desactivado',
'micrófono-silenciado',
'micrófono-apagado',
'microfone-desativado',
'microfone-mudo',
'microfone-desligado',
'Mikrofon-deaktiviert',
'Mikrofon-stumm',
'Mikrofon-ausgeschaltet',
'microphone off',
'microphone muted',
'microphone shut',
'micrófono desactivado',
'micrófono silenciado',
'micrófono apagado',
'microfone desativado',
'microfone mudo',
'microfone desligado',
'Mikrofon deaktiviert',
'Mikrofon stumm',
'Mikrofon ausgeschaltet',
],
millennials: ['generation y', 'gen y', 'digital natives', 'millennials', 'millennials', 'Millennials'],
mms: [
Expand Down Expand Up @@ -3173,18 +3187,18 @@ const iconKeywords: {[key: string]: Array<string>} = {
'Videokamera',
],
'video-camera-disabled': [
'video-camera-off',
'video-camera-inactive',
'video-camera-unavailable',
'cámara-de-video-inhabilitada',
'cámara-de-video-desactivada',
'cámara-de-video-indisponible',
'câmera-de-vídeo-desativada',
'câmera-de-vídeo-inativa',
'câmera-de-vídeo-indisponível',
'Videokamera-deaktiviert',
'Videokamera-inaktiv',
'Videokamera-nicht-verfügbar',
'video camera off',
'video camera inactive',
'video camera unavailable',
'cámara de video inhabilitada',
'cámara de video desactivada',
'cámara de video indisponible',
'câmera de vídeo desativada',
'câmera de vídeo inativa',
'câmera de vídeo indisponível',
'Videokamera deaktiviert',
'Videokamera inaktiv',
'Videokamera nicht verfügbar',
],
'video-chat': [
'video call',
Expand Down
3 changes: 3 additions & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1012,6 +1012,9 @@ export {default as IconFlagRegular} from './generated/mistica-icons/icon-flag-re
export {default as IconFloorplanFilled} from './generated/mistica-icons/icon-floorplan-filled';
export {default as IconFloorplanLight} from './generated/mistica-icons/icon-floorplan-light';
export {default as IconFloorplanRegular} from './generated/mistica-icons/icon-floorplan-regular';
export {default as IconFloppyDiskFilled} from './generated/mistica-icons/icon-floppy-disk-filled';
export {default as IconFloppyDiskLight} from './generated/mistica-icons/icon-floppy-disk-light';
export {default as IconFloppyDiskRegular} from './generated/mistica-icons/icon-floppy-disk-regular';
export {default as IconFlowerFilled} from './generated/mistica-icons/icon-flower-filled';
export {default as IconFlowerLight} from './generated/mistica-icons/icon-flower-light';
export {default as IconFlowerRegular} from './generated/mistica-icons/icon-flower-regular';
Expand Down
Loading