This commit is contained in:
mgabdev
2020-04-23 02:13:29 -04:00
parent fed036be08
commit e2e7e8c0af
177 changed files with 1231 additions and 1326 deletions

View File

@@ -1,8 +1,6 @@
const AddIcon = ({
className = '',
width = '16px',
height = '16px',
viewBox = '0 0 64 64',
size = '16px',
title = 'Add',
}) => (
<svg
@@ -11,9 +9,9 @@ const AddIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 64 64'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -1,8 +1,6 @@
const AngleRightIcon = ({
className = '',
width = '16px',
height = '16px',
viewBox = '0 0 64 64',
size = '16px',
title = '',
}) => (
<svg
@@ -11,9 +9,9 @@ const AngleRightIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 64 64'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -1,8 +1,6 @@
const AppsIcon = ({
className = '',
width = '16px',
height = '16px',
viewBox = '0 0 80 80',
size = '16px',
title = 'Apps',
}) => (
<svg
@@ -11,9 +9,9 @@ const AppsIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 80 80'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -1,8 +1,6 @@
const AudioIcon = ({
className = '',
width = '24px',
height = '24px',
viewBox = '0 0 24 24',
size = '24px',
title = '',
}) => (
<svg
@@ -11,9 +9,9 @@ const AudioIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 24 24'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -1,9 +1,7 @@
const AudioMuteIcon = ({
className = '',
width = '24px',
height = '24px',
viewBox = '0 0 24 24',
title = 'Error',
size = '24px',
title = '',
}) => (
<svg
className={className}
@@ -11,9 +9,9 @@ const AudioMuteIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 24 24'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -1,8 +1,6 @@
const BackIcon = ({
className = '',
width = '16px',
height = '16px',
viewBox = '0 0 60 60',
size = '16px',
title = 'Back',
}) => (
<svg
@@ -11,9 +9,9 @@ const BackIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 60 60'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -1,8 +1,6 @@
const BlockQuoteIcon = ({
className = '',
width = '16px',
height = '16px',
viewBox = '0 0 34 32',
size = '16px',
title = 'Block Quote',
}) => (
<svg
@@ -11,9 +9,9 @@ const BlockQuoteIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 34 32'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -1,8 +1,6 @@
const BoldIcon = ({
className = '',
width = '16px',
height = '16px',
viewBox = '0 0 34 32',
size = '16px',
title = 'Strikethrough',
}) => (
<svg
@@ -11,9 +9,9 @@ const BoldIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 34 32'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -1,8 +1,6 @@
const CalendarIcon = ({
className = '',
width = '26px',
height = '26px',
viewBox = '0 0 48 48',
size = '26px',
title = 'Calendar',
}) => (
<svg
@@ -11,9 +9,9 @@ const CalendarIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 48 48'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -1,8 +1,6 @@
const ChatIcon = ({
className = '',
width = '16px',
height = '16px',
viewBox = '0 0 64 64',
size = '16px',
title = 'Chat',
}) => (
<svg
@@ -11,9 +9,9 @@ const ChatIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 64 64'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -1,8 +1,6 @@
const CircleIcon = ({
className = '',
width = '16px',
height = '16px',
viewBox = '0 0 48 48',
size = '16px',
title = '',
}) => (
<svg
@@ -11,9 +9,9 @@ const CircleIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 48 48'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -1,8 +1,6 @@
const CloseIcon = ({
className = '',
width = '16px',
height = '16px',
viewBox = '0 0 24 24',
size = '16px',
title = 'Close',
}) => (
<svg
@@ -11,9 +9,9 @@ const CloseIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 24 24'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -1,8 +1,6 @@
const CodeIcon = ({
className = '',
width = '24px',
height = '24px',
viewBox = '0 0 48 48',
size = '24px',
title = 'Code',
}) => (
<svg
@@ -11,9 +9,9 @@ const CodeIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 48 48'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -1,8 +1,6 @@
const CommentIcon = ({
className = '',
width = '26px',
height = '26px',
viewBox = '0 0 48 48',
size = '26px',
title = 'Comment',
}) => (
<svg
@@ -11,9 +9,9 @@ const CommentIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 48 48'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -1,8 +1,6 @@
const CopyIcon = ({
className = '',
width = '24px',
height = '24px',
viewBox = '0 0 48 48',
size = '24px',
title = 'Copy',
}) => (
<svg
@@ -11,9 +9,9 @@ const CopyIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 48 48'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -1,8 +1,6 @@
const DissenterIcon = ({
className = '',
width = '32px',
height = '32px',
viewBox = '0 0 64 64',
size = '32px',
title = 'Dissenter',
}) => (
<svg
@@ -11,9 +9,9 @@ const DissenterIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 64 64'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -1,8 +1,6 @@
const DonorIcon = ({
className = '',
width = '24px',
height = '24px',
viewBox = '0 0 24 24',
size = '24px',
title = 'Gab.com Donor',
}) => (
<svg
@@ -11,9 +9,9 @@ const DonorIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 24 24'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -1,8 +1,6 @@
const EllipsisIcon = ({
className = '',
width = '16px',
height = '16px',
viewBox = '0 0 24 24',
size = '16px',
title = 'Ellipsis',
}) => (
<svg
@@ -11,9 +9,9 @@ const EllipsisIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 24 24'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -1,8 +1,6 @@
const EmailIcon = ({
className = '',
width = '24px',
height = '24px',
viewBox = '0 0 48 48',
size = '24px',
title = 'Email',
}) => (
<svg
@@ -11,9 +9,9 @@ const EmailIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 48 48'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -1,8 +1,6 @@
const ErrorIcon = ({
className = '',
width = '32px',
height = '32px',
viewBox = '0 0 64 64',
size = '32px',
title = 'Error',
}) => (
<svg
@@ -11,9 +9,9 @@ const ErrorIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 64 64'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -1,8 +1,6 @@
const FullscreenIcon = ({
className = '',
width = '24px',
height = '24px',
viewBox = '0 0 32 32',
size = '24px',
title = 'Fullscreen',
}) => (
<svg
@@ -11,9 +9,9 @@ const FullscreenIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 32 32'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -1,8 +1,6 @@
const GabLogo = ({
className = _s.fillColorBrand,
width = '50px',
height = '30px',
viewBox = '0 0 50 30'
size = '50px',
}) => (
<svg
className={className}
@@ -10,9 +8,9 @@ const GabLogo = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 50 30'
xmlSpace='preserve'
>
<g>

View File

@@ -1,8 +1,6 @@
const GifIcon = ({
className = '',
width = '26px',
height = '26px',
viewBox = '0 0 64 64',
size = '26px',
title = 'Gif',
}) => (
<svg
@@ -11,9 +9,9 @@ const GifIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 64 64'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -1,9 +1,7 @@
// : todo : fill, stroke colors
const GlobeIcon = ({
className = '',
width = '12px',
height = '12px',
viewBox = '0 0 28 28',
size = '12px',
title = 'Globe',
}) => (
<svg
@@ -12,9 +10,9 @@ const GlobeIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 28 28'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -1,8 +1,6 @@
const GroupAddIcon = ({
className = '',
width = '24px',
height = '24px',
viewBox = '0 0 64 64',
size = '24px',
title = 'Group Add',
}) => (
<svg
@@ -11,9 +9,9 @@ const GroupAddIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 64 64'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -1,8 +1,6 @@
const GroupIcon = ({
className = 'header-nav__item__icon',
width = '26px',
height = '26px',
viewBox = '0 0 48 48',
className = '',
size = '26px',
title = 'Group',
}) => (
<svg
@@ -11,9 +9,9 @@ const GroupIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 48 48'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -1,8 +1,6 @@
const HappyIcon = ({
className = '',
width = '16px',
height = '16px',
viewBox = '0 0 64 64',
size = '16px',
title = '',
}) => (
<svg
@@ -11,9 +9,9 @@ const HappyIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 64 64'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -1,8 +1,6 @@
const HiddenIcon = ({
className = '',
width = '16px',
height = '16px',
viewBox = '0 0 48 48',
size = '16px',
title = 'Hidden',
}) => (
<svg
@@ -11,9 +9,9 @@ const HiddenIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 48 48'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -1,8 +1,6 @@
const HomeIcon = ({
className = '',
width = '26px',
height = '26px',
viewBox = '0 0 48 48',
size = '26px',
title = 'Home',
}) => (
<svg
@@ -11,9 +9,9 @@ const HomeIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 48 48'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -1,8 +1,6 @@
const InvestorIcon = ({
className = '',
width = '24px',
height = '24px',
viewBox = '0 0 24 24',
size = '24px',
title = 'Gab.com Investor',
}) => (
<svg
@@ -11,9 +9,9 @@ const InvestorIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 24 24'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -1,8 +1,6 @@
const ItalicIcon = ({
className = '',
width = '16px',
height = '16px',
viewBox = '0 0 34 32',
size = '16px',
title = 'Italic',
}) => (
<svg
@@ -11,9 +9,9 @@ const ItalicIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 34 32'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -1,8 +1,6 @@
const LikeIcon = ({
className = '',
width = '26px',
height = '26px',
viewBox = '0 0 48 48',
size = '26px',
title = 'Like',
}) => (
<svg
@@ -11,9 +9,9 @@ const LikeIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 48 48'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -1,8 +1,6 @@
const LikedIcon = ({
className = '',
width = '26px',
height = '26px',
viewBox = '0 0 48 48',
size = '26px',
title = 'Liked',
}) => (
<svg
@@ -11,9 +9,9 @@ const LikedIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 48 48'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -1,8 +1,6 @@
const LinkIcon = ({
className = '',
width = '16px',
height = '16px',
viewBox = '0 0 64 64',
size = '16px',
title = 'Link',
}) => (
<svg
@@ -11,9 +9,9 @@ const LinkIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 64 64'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -1,8 +1,6 @@
const ListAddIcon = ({
className = '',
width = '24px',
height = '24px',
viewBox = '0 0 24 24',
size = '24px',
title = 'List Add',
}) => (
<svg
@@ -11,9 +9,9 @@ const ListAddIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 24 24'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -1,8 +1,6 @@
const ListIcon = ({
className = '',
width = '26px',
height = '26px',
viewBox = '0 0 64 64',
size = '26px',
title = 'List',
}) => (
<svg
@@ -11,9 +9,9 @@ const ListIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 64 64'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -1,16 +1,14 @@
const LoadingIcon = ({
className = '',
width = '24px',
height = '24px',
viewBox = '0 0 100 100',
size = '24px',
}) => (
<svg
className={className}
xmlns='http://www.w3.org/2000/svg'
style={{shapeRendering: 'auto'}}
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 100 100'
preserveAspectRatio='xMidYMid'
>
<g transform='translate(82,50)'>

View File

@@ -1,8 +1,6 @@
const LockFilledIcon = ({
className = '',
width = '24px',
height = '24px',
viewBox = '0 0 48 48',
size = '24px',
title = 'Lock',
}) => (
<svg
@@ -11,9 +9,9 @@ const LockFilledIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 48 48'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -1,8 +1,6 @@
const LockIcon = ({
className = '',
width = '24px',
height = '24px',
viewBox = '0 0 48 48',
size = '24px',
title = 'Lock',
}) => (
<svg
@@ -11,9 +9,9 @@ const LockIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 48 48'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -1,8 +1,6 @@
const MediaIcon = ({
className = '',
width = '16px',
height = '16px',
viewBox = '0 0 64 64',
size = '16px',
title = 'Media',
}) => (
<svg
@@ -11,9 +9,9 @@ const MediaIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 64 64'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -1,8 +1,6 @@
const MinimizeFullscreenIcon = ({
className = '',
width = '24px',
height = '24px',
viewBox = '0 0 32 32',
size = '24px',
title = 'Minimize Fullscreen',
}) => (
<svg
@@ -11,9 +9,9 @@ const MinimizeFullscreenIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 32 32'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -1,8 +1,6 @@
const MissingIcon = ({
className = '',
width = '32px',
height = '32px',
viewBox = '0 0 84 84',
size = '32px',
title = 'Missing',
}) => (
<svg
@@ -11,9 +9,9 @@ const MissingIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 84 84'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -1,8 +1,6 @@
const MoreIcon = ({
className = '',
width = '16px',
height = '16px',
viewBox = '0 0 64 64',
size = '16px',
title = 'More',
}) => (
<svg
@@ -11,9 +9,9 @@ const MoreIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 64 64'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -1,8 +1,6 @@
const NotificationsIcon = ({
className = '',
width = '26px',
height = '26px',
viewBox = '0 0 48 48',
size = '26px',
title = 'Notifications',
}) => (
<svg
@@ -11,9 +9,9 @@ const NotificationsIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 48 48'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -1,8 +1,6 @@
const OLListIcon = ({
className = '',
width = '16px',
height = '16px',
viewBox = '0 0 34 32',
size = '16px',
title = 'Ordered List',
}) => (
<svg
@@ -11,9 +9,9 @@ const OLListIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 34 32'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -1,8 +1,6 @@
const PauseIcon = ({
className = '',
width = '16px',
height = '16px',
viewBox = '0 0 64 64',
size = '16px',
title = 'Pause',
}) => (
<svg
@@ -11,9 +9,9 @@ const PauseIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 64 64'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -1,8 +1,6 @@
const PencilIcon = ({
className = '',
width = '16px',
height = '16px',
viewBox = '0 0 64 64',
size = '16px',
title = 'Pencil',
}) => (
<svg
@@ -11,9 +9,9 @@ const PencilIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 64 64'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -1,8 +1,6 @@
const PinIcon = ({
className = '',
width = '16px',
height = '16px',
viewBox = '0 0 32 32',
size = '16px',
title = 'Pin',
}) => (
<svg
@@ -11,9 +9,9 @@ const PinIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 32 32'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -1,8 +1,6 @@
const PlayIcon = ({
className = '',
width = '16px',
height = '16px',
viewBox = '0 0 64 64',
size = '16px',
title = 'Play',
}) => (
<svg
@@ -11,9 +9,9 @@ const PlayIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 64 64'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -1,8 +1,6 @@
const PollIcon = ({
className = '',
width = '16px',
height = '16px',
viewBox = '0 0 48 48',
size = '16px',
title = 'Poll',
}) => (
<svg
@@ -11,9 +9,9 @@ const PollIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 48 48'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -1,8 +1,6 @@
const ProIcon = ({
className = '',
width = '24px',
height = '24px',
viewBox = '0 0 24 24',
size = '24px',
title = 'GabPRO Account',
}) => (
<svg
@@ -11,9 +9,9 @@ const ProIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 24 24'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -1,8 +1,6 @@
const CloseIcon = ({
className = '',
width = '16px',
height = '16px',
viewBox = '0 0 48 48',
size = '16px',
title = 'Close',
}) => (
<svg
@@ -11,9 +9,9 @@ const CloseIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 48 48'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -1,8 +1,6 @@
const RichTextIcon = ({
className = '',
width = '26px',
height = '26px',
viewBox = '0 0 64 64',
size = '26px',
title = 'Rich Text',
}) => (
<svg
@@ -11,9 +9,9 @@ const RichTextIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 64 64'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -1,7 +1,6 @@
const SearchAltIcon = ({
className = '',
width = '16px',
height = '16px',
size = '16px',
viewBox = '0 0 64 64',
title = 'Search',
}) => (
@@ -11,8 +10,8 @@ const SearchAltIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
width={size}
height={size}
viewBox={viewBox}
xmlSpace='preserve'
aria-label={title}

View File

@@ -1,8 +1,6 @@
const SearchIcon = ({
className = '',
width = '16px',
height = '16px',
viewBox = '0 0 48 48',
size = '16px',
title = 'Search',
}) => (
<svg
@@ -11,9 +9,9 @@ const SearchIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 48 48'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -0,0 +1,25 @@
const SelectIcon = ({
className = '',
size = '16px',
title = 'Select',
}) => (
<svg
className={className}
version='1.1'
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={size}
height={size}
viewBox='0 0 32 32'
xmlSpace='preserve'
aria-label={title}
>
<g>
<path d="M 8.535156 14.222656 L 23.464844 14.222656 C 24.070312 14.222656 24.625 13.890625 24.90625 13.355469 C 25.1875 12.820312 25.148438 12.175781 24.808594 11.675781 L 17.25 0.632812 C 16.980469 0.238281 16.53125 0.00390625 16.054688 0 C 15.574219 0 15.125 0.234375 14.851562 0.625 L 7.195312 11.667969 C 6.851562 12.167969 6.8125 12.816406 7.09375 13.351562 C 7.375 13.886719 7.929688 14.222656 8.535156 14.222656 Z M 8.535156 14.222656" />
<path d="M 23.464844 17.777344 L 8.535156 17.777344 C 7.929688 17.777344 7.375 18.113281 7.09375 18.648438 C 6.8125 19.183594 6.851562 19.832031 7.195312 20.332031 L 14.851562 31.375 C 15.125 31.765625 15.574219 32 16.054688 32 C 16.53125 31.996094 16.980469 31.761719 17.25 31.367188 L 24.808594 20.324219 C 25.148438 19.824219 25.1875 19.179688 24.90625 18.644531 C 24.625 18.109375 24.070312 17.777344 23.464844 17.777344 Z M 23.464844 17.777344" />
</g>
</svg>
)
export default SelectIcon

View File

@@ -1,8 +1,6 @@
const ShareIcon = ({
className = '',
width = '16px',
height = '16px',
viewBox = '0 0 24 24',
size = '16px',
title = 'Share',
}) => (
<svg
@@ -11,9 +9,9 @@ const ShareIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 24 24'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -1,8 +1,6 @@
const ShopIcon = ({
className = '',
width = '26px',
height = '26px',
viewBox = '0 0 64 64',
size = '26px',
title = 'Shop',
}) => (
<svg
@@ -11,9 +9,9 @@ const ShopIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 64 64'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -1,8 +1,6 @@
const StrikethroughIcon = ({
className = '',
width = '16px',
height = '16px',
viewBox = '0 0 34 32',
size = '16px',
title = 'Strikethrough',
}) => (
<svg
@@ -11,9 +9,9 @@ const StrikethroughIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 34 32'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -1,8 +1,6 @@
const SubtractIcon = ({
className = '',
width = '16px',
height = '16px',
viewBox = '0 0 64 64',
size = '16px',
title = 'Subtract',
}) => (
<svg
@@ -11,9 +9,9 @@ const SubtractIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 64 64'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -1,8 +1,6 @@
const TextSizeIcon = ({
className = '',
width = '16px',
height = '16px',
viewBox = '0 0 34 32',
size = '16px',
title = 'Text Size',
}) => (
<svg
@@ -11,9 +9,9 @@ const TextSizeIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 34 32'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -1,8 +1,6 @@
const TrendsIcon = ({
className = '',
width = '32px',
height = '32px',
viewBox = '0 0 80 80',
size = '32px',
title = 'Trends',
}) => (
<svg
@@ -11,9 +9,9 @@ const TrendsIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 80 80'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -1,8 +1,6 @@
const ULListIcon = ({
className = '',
width = '16px',
height = '16px',
viewBox = '0 0 34 32',
size = '16px',
title = 'Unordered List',
}) => (
<svg
@@ -11,9 +9,9 @@ const ULListIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 34 32'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -1,8 +1,6 @@
const UnderlineIcon = ({
className = '',
width = '16px',
height = '16px',
viewBox = '0 0 34 32',
size = '16px',
title = 'Underline',
}) => (
<svg
@@ -11,9 +9,9 @@ const UnderlineIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 34 32'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -1,8 +1,6 @@
const UnlockFilledIcon = ({
className = '',
width = '24px',
height = '24px',
viewBox = '0 0 48 48',
size = '24px',
title = 'Unlock',
}) => (
<svg
@@ -11,9 +9,9 @@ const UnlockFilledIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 48 48'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -1,8 +1,6 @@
const VerifiedIcon = ({
className = '',
width = '24px',
height = '24px',
viewBox = '0 0 24 24',
size = '24px',
title = 'Verified Account',
}) => (
<svg
@@ -11,9 +9,9 @@ const VerifiedIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 24 24'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -1,8 +1,6 @@
const WarningIcon = ({
className = '',
width = '16px',
height = '16px',
viewBox = '0 0 48 48',
size = '16px',
title = 'Warning',
}) => (
<svg
@@ -11,9 +9,9 @@ const WarningIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 48 48'
xmlSpace='preserve'
aria-label={title}
>

View File

@@ -1,8 +1,6 @@
const WebsiteIcon = ({
className = '',
width = '16px',
height = '16px',
viewBox = '0 0 48 48',
size = '16px',
title = 'Website',
}) => (
<svg
@@ -11,9 +9,9 @@ const WebsiteIcon = ({
xmlns='http://www.w3.org/2000/svg'
x='0px'
y='0px'
width={width}
height={height}
viewBox={viewBox}
width={size}
height={size}
viewBox='0 0 48 48'
xmlSpace='preserve'
aria-label={title}
>