diff --git a/.github/assets/sounds/brown-noise2.ogg b/.github/assets/sounds/brown-noise2.ogg deleted file mode 100644 index 820e79d9..00000000 Binary files a/.github/assets/sounds/brown-noise2.ogg and /dev/null differ diff --git a/.github/assets/sounds/brown-noise3.ogg b/.github/assets/sounds/brown-noise3.ogg deleted file mode 100644 index b52805b3..00000000 Binary files a/.github/assets/sounds/brown-noise3.ogg and /dev/null differ diff --git a/src/components/sound-icons/brown-noise2.svg b/src/components/sound-icons/brown-noise2.svg deleted file mode 100644 index 99497e94..00000000 --- a/src/components/sound-icons/brown-noise2.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/src/components/sound-icons/brown-noise3.svg b/src/components/sound-icons/brown-noise3.svg deleted file mode 100644 index 80af41d8..00000000 --- a/src/components/sound-icons/brown-noise3.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/src/components/sound-icons/index.ts b/src/components/sound-icons/index.ts index b19585ce..00dc99f2 100644 --- a/src/components/sound-icons/index.ts +++ b/src/components/sound-icons/index.ts @@ -1,8 +1,6 @@ export { ReactComponent as AirPlane } from './air-plane.svg' export { ReactComponent as BirdsTree } from './birds-tree.svg' export { ReactComponent as BrownNoise } from './brown-noise.svg' -export { ReactComponent as BrownNoise2 } from './brown-noise2.svg' -export { ReactComponent as BrownNoise3 } from './brown-noise3.svg' export { ReactComponent as WhiteNoise } from './white-noise.svg' export { ReactComponent as PinkNoise } from './pink-noise.svg' export { ReactComponent as Cave } from './cave.svg' diff --git a/src/sounds.tsx b/src/sounds.tsx index 955160a4..5c4db2c3 100644 --- a/src/sounds.tsx +++ b/src/sounds.tsx @@ -2,8 +2,6 @@ import { AirPlane, BirdsTree, BrownNoise, - BrownNoise2, - BrownNoise3, Cave, Coffee, Drops, @@ -186,24 +184,6 @@ export const sounds = [ type: 'audio/ogg' } }, - { - id: 'brown-noise2', - title: 'Brown Noise 2', - icon: BrownNoise2, - file: { - url: 'https://storage.googleapis.com/ambience-sounds/brown-noise2.ogg', - type: 'audio/ogg' - } - }, - { - id: 'brown-noise3', - title: 'Brown Noise 3', - icon: BrownNoise3, - file: { - url: 'https://storage.googleapis.com/ambience-sounds/brown-noise3.ogg', - type: 'audio/ogg' - } - }, { id: 'white-noise', title: 'White Noise',