Skip to content

Commit

Permalink
fix: migrate new icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Averethel committed Dec 11, 2024
1 parent 1608077 commit ed38805
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/icons/VideoCameraIcon.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import React from 'react';
import { ComponentWithAs } from '@chakra-ui/system';
import { createIcon, IconProps } from '@chakra-ui/react';
import { createIcon } from '@chakra-ui/react';

export const VideoCameraIcon: ComponentWithAs<'svg', IconProps> = createIcon({
export const VideoCameraIcon = createIcon({
displayName: 'Video Camera',
viewBox: '0 0 24 24',
path: (
Expand Down

0 comments on commit ed38805

Please sign in to comment.