Skip to content

Commit

Permalink
feat: add new icon
Browse files Browse the repository at this point in the history
  • Loading branch information
hdz-666 committed Nov 29, 2023
1 parent edd311c commit 743cbd6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/react-icons/assets/TwitterXIcon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions packages/react-icons/src/TwitterXIcon.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import * as React from 'react';
import { SVGProps } from 'react';
const SvgTwitterXIcon = (props: SVGProps<SVGSVGElement>) => (
<svg width="24px" height="24px" viewBox="0 0 36 37" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M18 32.273c7.456 0 13.5-6.045 13.5-13.5 0-7.456-6.044-13.5-13.5-13.5s-13.5 6.044-13.5 13.5c0 7.455 6.044 13.5 13.5 13.5Zm7.936-21h-2.76l-4.548 4.793-3.933-4.793H9l6.806 8.202-6.45 6.797h2.761l4.979-5.244 4.35 5.245H27l-7.094-8.646 6.03-6.354Zm-2.2 13.477h-1.529l-9.984-12.034h1.641l9.873 12.034Z"
fill="#E0ECFF"
fillOpacity={0.8}
/>
</svg>
);
export default SvgTwitterXIcon;
1 change: 1 addition & 0 deletions packages/react-icons/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ export { default as ThumbsUpIcon } from './ThumbsUpIcon';
export { default as TranscriptIcon } from './TranscriptIcon';
export { default as TrashIcon } from './TrashIcon';
export { default as TwitterIcon } from './TwitterIcon';
export { default as TwitterXIcon } from './TwitterXIcon';
export { default as UploadIcon } from './UploadIcon';
export { default as VerifiedIcon } from './VerifiedIcon';
export { default as VerticalMenuIcon } from './VerticalMenuIcon';
Expand Down

0 comments on commit 743cbd6

Please sign in to comment.