diff --git a/icons-styled-components/src/icons/Abstract.tsx b/icons-styled-components/src/icons/Abstract.tsx deleted file mode 100644 index c3ec300..0000000 --- a/icons-styled-components/src/icons/Abstract.tsx +++ /dev/null @@ -1,38 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledAbstract = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - width: 14px; - height: 14px; - transform: scale(var(--ggs, 1)); - border-right: 3px solid; - border-top: 3px solid; - } - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 10px; - height: 10px; - left: 0; - bottom: 0; - border: 3px solid; - border-radius: 12px; - } -` - -export const Abstract = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Add.tsx b/icons-styled-components/src/icons/Add.tsx deleted file mode 100644 index e814bdf..0000000 --- a/icons-styled-components/src/icons/Add.tsx +++ /dev/null @@ -1,45 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledAdd = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - width: 22px; - height: 22px; - border: 2px solid; - transform: scale(var(--ggs, 1)); - border-radius: 22px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 10px; - height: 2px; - background: currentColor; - border-radius: 5px; - top: 8px; - left: 4px; - } - &::after { - width: 2px; - height: 10px; - top: 4px; - left: 8px; - } -` - -export const Add = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/AddR.tsx b/icons-styled-components/src/icons/AddR.tsx deleted file mode 100644 index df2cd73..0000000 --- a/icons-styled-components/src/icons/AddR.tsx +++ /dev/null @@ -1,45 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledAddR = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - width: 22px; - height: 22px; - border: 2px solid; - transform: scale(var(--ggs, 1)); - border-radius: 4px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 10px; - height: 2px; - background: currentColor; - border-radius: 5px; - top: 8px; - left: 4px; - } - &::after { - width: 2px; - height: 10px; - top: 4px; - left: 8px; - } -` - -export const AddR = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Adidas.tsx b/icons-styled-components/src/icons/Adidas.tsx deleted file mode 100644 index 31e35d6..0000000 --- a/icons-styled-components/src/icons/Adidas.tsx +++ /dev/null @@ -1,38 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledAdidas = styled.i` - & { - position: relative; - box-sizing: border-box; - display: block; - width: 23px; - height: 15px; - transform: scale(var(--ggs, 1)); - overflow: hidden; - } - &::before { - content: ''; - position: absolute; - box-sizing: border-box; - display: block; - width: 5px; - height: 18px; - background: currentColor; - transform: rotate(-30deg); - left: 4px; - bottom: -14px; - box-shadow: 7px -2px, 14px -4px; - } -` - -export const Adidas = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Alarm.tsx b/icons-styled-components/src/icons/Alarm.tsx deleted file mode 100644 index d924f63..0000000 --- a/icons-styled-components/src/icons/Alarm.tsx +++ /dev/null @@ -1,49 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledAlarm = styled.i` - & { - background: linear-gradient(to left, currentColor 5px, transparent 0) no-repeat 4.5px 6px/5px - 2px, - linear-gradient(to left, currentColor 7px, transparent 0) no-repeat 4.5px 2px/2px 6px; - box-sizing: border-box; - position: relative; - display: block; - width: 16px; - height: 16px; - border-radius: 100%; - border: 2px solid transparent; - transform: scale(var(--ggs, 1)); - box-shadow: 0 0 0 2px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 2px; - background: currentColor; - top: -4px; - } - &::before { - left: -5px; - transform: rotate(-42deg); - } - &::after { - transform: rotate(42deg); - right: -5px; - } -` - -export const Alarm = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Album.tsx b/icons-styled-components/src/icons/Album.tsx deleted file mode 100644 index 4fccf50..0000000 --- a/icons-styled-components/src/icons/Album.tsx +++ /dev/null @@ -1,46 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledAlbum = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - width: 18px; - height: 18px; - transform: scale(var(--ggs, 1)); - border-left: 7px solid transparent; - border-right: 3px solid transparent; - border-bottom: 8px solid transparent; - box-shadow: 0 0 0 2px, inset 6px 4px 0 -4px, inset -6px 4px 0 -4px; - border-radius: 3px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 2px; - height: 5px; - background: currentColor; - transform: rotate(46deg); - top: 5px; - right: 4px; - } - &::after { - transform: rotate(-46deg); - right: 2px; - } -` - -export const Album = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/AlignBottom.tsx b/icons-styled-components/src/icons/AlignBottom.tsx deleted file mode 100644 index f8c021b..0000000 --- a/icons-styled-components/src/icons/AlignBottom.tsx +++ /dev/null @@ -1,45 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledAlignBottom = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - height: 12px; - width: 12px; - border-bottom: 2px solid; - transform: scale(var(--ggs, 1)); - margin-top: 4px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 4px; - background: currentColor; - bottom: 2px; - } - &::before { - left: 1px; - height: 12px; - } - &::after { - height: 6px; - right: 1px; - opacity: 0.5; - } -` - -export const AlignBottom = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/AlignCenter.tsx b/icons-styled-components/src/icons/AlignCenter.tsx deleted file mode 100644 index e27b2dd..0000000 --- a/icons-styled-components/src/icons/AlignCenter.tsx +++ /dev/null @@ -1,46 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledAlignCenter = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - height: 12px; - width: 12px; - border-top: 2px solid transparent; - transform: scale(var(--ggs, 1)); - margin-left: -4px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - height: 4px; - background: currentColor; - } - &::before { - left: 2px; - width: 12px; - top: -2px; - } - &::after { - width: 6px; - right: 1px; - top: 4px; - opacity: 0.5; - } -` - -export const AlignCenter = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/AlignLeft.tsx b/icons-styled-components/src/icons/AlignLeft.tsx deleted file mode 100644 index 03b816e..0000000 --- a/icons-styled-components/src/icons/AlignLeft.tsx +++ /dev/null @@ -1,43 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledAlignLeft = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - height: 12px; - width: 12px; - border-left: 2px solid; - transform: scale(var(--ggs, 1)); - margin-left: -4px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - height: 4px; - width: 12px; - background: currentColor; - left: 2px; - top: 1px; - } - &::after { - width: 6px; - top: 7px; - opacity: 0.5; - } -` - -export const AlignLeft = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/AlignMiddle.tsx b/icons-styled-components/src/icons/AlignMiddle.tsx deleted file mode 100644 index d25c8a2..0000000 --- a/icons-styled-components/src/icons/AlignMiddle.tsx +++ /dev/null @@ -1,46 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledAlignMiddle = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - height: 12px; - width: 12px; - transform: scale(var(--ggs, 1)); - border-top: 2px solid transparent; - margin-top: -8px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 4px; - background: currentColor; - } - &::before { - left: 1px; - height: 12px; - top: 2px; - } - &::after { - height: 6px; - right: 1px; - top: 5px; - opacity: 0.5; - } -` - -export const AlignMiddle = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/AlignRight.tsx b/icons-styled-components/src/icons/AlignRight.tsx deleted file mode 100644 index 86675f4..0000000 --- a/icons-styled-components/src/icons/AlignRight.tsx +++ /dev/null @@ -1,43 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledAlignRight = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - height: 12px; - width: 12px; - border-right: 2px solid; - transform: scale(var(--ggs, 1)); - margin-right: -4px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - height: 4px; - width: 12px; - background: currentColor; - right: 2px; - top: 1px; - } - &::after { - width: 6px; - top: 7px; - opacity: 0.5; - } -` - -export const AlignRight = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/AlignTop.tsx b/icons-styled-components/src/icons/AlignTop.tsx deleted file mode 100644 index 6f1444b..0000000 --- a/icons-styled-components/src/icons/AlignTop.tsx +++ /dev/null @@ -1,45 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledAlignTop = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - height: 12px; - width: 12px; - border-top: 2px solid; - transform: scale(var(--ggs, 1)); - margin-top: -4px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 4px; - background: currentColor; - top: 2px; - } - &::before { - left: 1px; - height: 12px; - } - &::after { - height: 6px; - right: 1px; - opacity: 0.5; - } -` - -export const AlignTop = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Anchor.tsx b/icons-styled-components/src/icons/Anchor.tsx deleted file mode 100644 index 96fc6e9..0000000 --- a/icons-styled-components/src/icons/Anchor.tsx +++ /dev/null @@ -1,49 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledAnchor = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 2px; - height: 14px; - background: currentColor; - border-radius: 8px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - height: 6px; - border: 2px solid; - } - &::after { - width: 12px; - border-bottom-left-radius: 20px; - border-bottom-right-radius: 20px; - border-top-color: transparent; - left: -5px; - bottom: 2px; - } - &::before { - width: 6px; - border-radius: 8px; - top: -4px; - left: -2px; - } -` - -export const Anchor = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/AppleWatch.tsx b/icons-styled-components/src/icons/AppleWatch.tsx deleted file mode 100644 index f16e00e..0000000 --- a/icons-styled-components/src/icons/AppleWatch.tsx +++ /dev/null @@ -1,50 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledAppleWatch = styled.i` - & { - background: linear-gradient(to left, currentColor 5px, transparent 0) no-repeat 13px 4px/2px 4px; - box-sizing: border-box; - position: relative; - display: block; - width: 24px; - height: 24px; - border: 5px solid transparent; - transform: scale(var(--ggs, 1)); - border-radius: 9px; - box-shadow: inset 0 0 0 2px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - width: 10px; - height: 5px; - border: 2px solid; - border-bottom: 0; - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; - left: 2px; - } - &::after { - top: -3px; - } - &::before { - transform: scaleY(-1); - top: 12px; - } -` - -export const AppleWatch = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowAlignH.tsx b/icons-styled-components/src/icons/ArrowAlignH.tsx deleted file mode 100644 index a741112..0000000 --- a/icons-styled-components/src/icons/ArrowAlignH.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowAlignH = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 20px; - height: 10px; - background: linear-gradient(to left, currentColor 15px, transparent 0) no-repeat 2px 4px/6px 2px, - linear-gradient(to left, currentColor 15px, transparent 0) no-repeat 12px 4px/6px 2px, - linear-gradient(to left, currentColor 15px, transparent 0) no-repeat center/2px 10px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - transform: rotate(45deg); - top: 2px; - } - &::after { - border-bottom: 2px solid; - border-left: 2px solid; - left: 1px; - } - &::before { - border-top: 2px solid; - border-right: 2px solid; - right: 1px; - } -` - -export const ArrowAlignH = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowAlignV.tsx b/icons-styled-components/src/icons/ArrowAlignV.tsx deleted file mode 100644 index aa08934..0000000 --- a/icons-styled-components/src/icons/ArrowAlignV.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowAlignV = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 10px; - height: 20px; - background: linear-gradient(to left, currentColor 15px, transparent 0) no-repeat 4px 2px/2px 6px, - linear-gradient(to left, currentColor 15px, transparent 0) no-repeat 4px 12px/2px 6px, - linear-gradient(to left, currentColor 15px, transparent 0) no-repeat center/10px 2px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - transform: rotate(-45deg); - left: 2px; - } - &::after { - border-bottom: 2px solid; - border-left: 2px solid; - bottom: 1px; - } - &::before { - border-top: 2px solid; - border-right: 2px solid; - top: 1px; - } -` - -export const ArrowAlignV = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowBottomLeft.tsx b/icons-styled-components/src/icons/ArrowBottomLeft.tsx deleted file mode 100644 index 3401519..0000000 --- a/icons-styled-components/src/icons/ArrowBottomLeft.tsx +++ /dev/null @@ -1,38 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowBottomLeft = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - width: 8px; - height: 8px; - border-bottom: 2px solid; - transform: scale(var(--ggs, 1)); - border-left: 2px solid; - } - &::after { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 14px; - height: 2px; - background: currentColor; - transform: rotate(-45deg); - bottom: 3px; - left: -3px; - } -` - -export const ArrowBottomLeft = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowBottomLeftO.tsx b/icons-styled-components/src/icons/ArrowBottomLeftO.tsx deleted file mode 100644 index 0625d0e..0000000 --- a/icons-styled-components/src/icons/ArrowBottomLeftO.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowBottomLeftO = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - width: 22px; - height: 22px; - border: 2px solid; - transform: scale(var(--ggs, 1)); - border-radius: 20px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - left: 4px; - } - &::after { - width: 10px; - height: 2px; - background: currentColor; - transform: rotate(-45deg); - bottom: 8px; - } - &::before { - width: 6px; - height: 6px; - bottom: 4px; - border-bottom: 2px solid; - border-left: 2px solid; - } -` - -export const ArrowBottomLeftO = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowBottomLeftR.tsx b/icons-styled-components/src/icons/ArrowBottomLeftR.tsx deleted file mode 100644 index b90e857..0000000 --- a/icons-styled-components/src/icons/ArrowBottomLeftR.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowBottomLeftR = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - width: 22px; - height: 22px; - border: 2px solid; - transform: scale(var(--ggs, 1)); - border-radius: 4px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - left: 4px; - } - &::after { - width: 10px; - height: 2px; - background: currentColor; - transform: rotate(-45deg); - bottom: 8px; - } - &::before { - width: 6px; - height: 6px; - bottom: 4px; - border-bottom: 2px solid; - border-left: 2px solid; - } -` - -export const ArrowBottomLeftR = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowBottomRight.tsx b/icons-styled-components/src/icons/ArrowBottomRight.tsx deleted file mode 100644 index 3338fc6..0000000 --- a/icons-styled-components/src/icons/ArrowBottomRight.tsx +++ /dev/null @@ -1,38 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowBottomRight = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - width: 8px; - height: 8px; - border-bottom: 2px solid; - transform: scale(var(--ggs, 1)); - border-right: 2px solid; - } - &::after { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 14px; - height: 2px; - background: currentColor; - transform: rotate(45deg); - bottom: 3px; - right: -3px; - } -` - -export const ArrowBottomRight = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowBottomRightO.tsx b/icons-styled-components/src/icons/ArrowBottomRightO.tsx deleted file mode 100644 index 2f0049c..0000000 --- a/icons-styled-components/src/icons/ArrowBottomRightO.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowBottomRightO = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - width: 22px; - height: 22px; - border: 2px solid; - transform: scale(var(--ggs, 1)); - border-radius: 20px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - right: 4px; - } - &::after { - width: 10px; - height: 2px; - background: currentColor; - transform: rotate(45deg); - bottom: 8px; - } - &::before { - width: 6px; - height: 6px; - bottom: 4px; - border-bottom: 2px solid; - border-right: 2px solid; - } -` - -export const ArrowBottomRightO = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowBottomRightR.tsx b/icons-styled-components/src/icons/ArrowBottomRightR.tsx deleted file mode 100644 index a7cdbfb..0000000 --- a/icons-styled-components/src/icons/ArrowBottomRightR.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowBottomRightR = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - width: 22px; - height: 22px; - border: 2px solid; - transform: scale(var(--ggs, 1)); - border-radius: 4px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - right: 4px; - } - &::after { - width: 10px; - height: 2px; - background: currentColor; - transform: rotate(45deg); - bottom: 8px; - } - &::before { - width: 6px; - height: 6px; - bottom: 4px; - border-bottom: 2px solid; - border-right: 2px solid; - } -` - -export const ArrowBottomRightR = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowDown.tsx b/icons-styled-components/src/icons/ArrowDown.tsx deleted file mode 100644 index e6dd4af..0000000 --- a/icons-styled-components/src/icons/ArrowDown.tsx +++ /dev/null @@ -1,46 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowDown = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - bottom: 4px; - } - &::after { - width: 8px; - height: 8px; - border-bottom: 2px solid; - border-left: 2px solid; - transform: rotate(-45deg); - left: 7px; - } - &::before { - width: 2px; - height: 16px; - left: 10px; - background: currentColor; - } -` - -export const ArrowDown = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowDownO.tsx b/icons-styled-components/src/icons/ArrowDownO.tsx deleted file mode 100644 index af4a311..0000000 --- a/icons-styled-components/src/icons/ArrowDownO.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowDownO = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - width: 22px; - height: 22px; - border: 2px solid; - transform: scale(var(--ggs, 1)); - border-radius: 20px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - bottom: 4px; - } - &::after { - width: 6px; - height: 6px; - border-bottom: 2px solid; - border-left: 2px solid; - transform: rotate(-45deg); - left: 6px; - } - &::before { - width: 2px; - height: 10px; - left: 8px; - background: currentColor; - } -` - -export const ArrowDownO = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowDownR.tsx b/icons-styled-components/src/icons/ArrowDownR.tsx deleted file mode 100644 index 1941d57..0000000 --- a/icons-styled-components/src/icons/ArrowDownR.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowDownR = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - width: 22px; - height: 22px; - border: 2px solid; - transform: scale(var(--ggs, 1)); - border-radius: 4px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - bottom: 4px; - } - &::after { - width: 6px; - height: 6px; - border-bottom: 2px solid; - border-left: 2px solid; - transform: rotate(-45deg); - left: 6px; - } - &::before { - width: 2px; - height: 10px; - left: 8px; - background: currentColor; - } -` - -export const ArrowDownR = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowLeft.tsx b/icons-styled-components/src/icons/ArrowLeft.tsx deleted file mode 100644 index 62c651d..0000000 --- a/icons-styled-components/src/icons/ArrowLeft.tsx +++ /dev/null @@ -1,46 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowLeft = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - left: 3px; - } - &::after { - width: 8px; - height: 8px; - border-bottom: 2px solid; - border-left: 2px solid; - transform: rotate(45deg); - bottom: 7px; - } - &::before { - width: 16px; - height: 2px; - bottom: 10px; - background: currentColor; - } -` - -export const ArrowLeft = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowLeftO.tsx b/icons-styled-components/src/icons/ArrowLeftO.tsx deleted file mode 100644 index 07844fa..0000000 --- a/icons-styled-components/src/icons/ArrowLeftO.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowLeftO = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - width: 22px; - height: 22px; - border: 2px solid; - transform: scale(var(--ggs, 1)); - border-radius: 22px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - left: 4px; - } - &::after { - width: 6px; - height: 6px; - border-bottom: 2px solid; - border-left: 2px solid; - transform: rotate(45deg); - bottom: 6px; - } - &::before { - width: 10px; - height: 2px; - bottom: 8px; - background: currentColor; - } -` - -export const ArrowLeftO = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowLeftR.tsx b/icons-styled-components/src/icons/ArrowLeftR.tsx deleted file mode 100644 index d119ea6..0000000 --- a/icons-styled-components/src/icons/ArrowLeftR.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowLeftR = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - width: 22px; - height: 22px; - border: 2px solid; - transform: scale(var(--ggs, 1)); - border-radius: 4px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - left: 4px; - } - &::after { - width: 6px; - height: 6px; - border-bottom: 2px solid; - border-left: 2px solid; - transform: rotate(45deg); - bottom: 6px; - } - &::before { - width: 10px; - height: 2px; - bottom: 8px; - background: currentColor; - } -` - -export const ArrowLeftR = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowLongDown.tsx b/icons-styled-components/src/icons/ArrowLongDown.tsx deleted file mode 100644 index a9ab0cc..0000000 --- a/icons-styled-components/src/icons/ArrowLongDown.tsx +++ /dev/null @@ -1,40 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowLongDown = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - border-right: 2px solid transparent; - border-left: 2px solid transparent; - box-shadow: inset 0 0 0 2px; - height: 24px; - width: 6px; - } - &::after { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - border-bottom: 2px solid; - border-right: 2px solid; - transform: rotate(45deg); - bottom: 0; - left: -2px; - } -` - -export const ArrowLongDown = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowLongDownC.tsx b/icons-styled-components/src/icons/ArrowLongDownC.tsx deleted file mode 100644 index 7e37dae..0000000 --- a/icons-styled-components/src/icons/ArrowLongDownC.tsx +++ /dev/null @@ -1,52 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowLongDownC = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - border-right: 2px solid transparent; - border-left: 2px solid transparent; - border-top: 4px solid transparent; - box-shadow: inset 0 0 0 2px; - height: 24px; - width: 6px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::after { - width: 6px; - height: 6px; - border-bottom: 2px solid; - border-right: 2px solid; - transform: rotate(45deg); - bottom: 0; - left: -2px; - } - &::before { - width: 6px; - height: 6px; - border: 2px solid; - border-radius: 8px; - top: -4px; - left: -2px; - } -` - -export const ArrowLongDownC = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowLongDownE.tsx b/icons-styled-components/src/icons/ArrowLongDownE.tsx deleted file mode 100644 index ba7e72f..0000000 --- a/icons-styled-components/src/icons/ArrowLongDownE.tsx +++ /dev/null @@ -1,51 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowLongDownE = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - border-right: 2px solid transparent; - border-left: 2px solid transparent; - border-top: 4px solid transparent; - box-shadow: inset 0 0 0 2px; - height: 24px; - width: 6px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::after { - width: 6px; - height: 6px; - border-bottom: 2px solid; - border-right: 2px solid; - transform: rotate(45deg); - bottom: 0; - left: -2px; - } - &::before { - width: 6px; - height: 6px; - border: 2px solid; - top: -5px; - left: -2px; - } -` - -export const ArrowLongDownE = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowLongDownL.tsx b/icons-styled-components/src/icons/ArrowLongDownL.tsx deleted file mode 100644 index d8e28af..0000000 --- a/icons-styled-components/src/icons/ArrowLongDownL.tsx +++ /dev/null @@ -1,50 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowLongDownL = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - border-right: 2px solid transparent; - border-left: 2px solid transparent; - box-shadow: inset 0 0 0 2px; - height: 24px; - width: 6px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::after { - width: 6px; - height: 6px; - border-bottom: 2px solid; - border-right: 2px solid; - transform: rotate(45deg); - bottom: 0; - left: -2px; - } - &::before { - width: 6px; - height: 2px; - background: currentColor; - top: -1px; - left: -2px; - } -` - -export const ArrowLongDownL = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowLongDownR.tsx b/icons-styled-components/src/icons/ArrowLongDownR.tsx deleted file mode 100644 index 56342d7..0000000 --- a/icons-styled-components/src/icons/ArrowLongDownR.tsx +++ /dev/null @@ -1,52 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowLongDownR = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - border-right: 2px solid transparent; - border-left: 2px solid transparent; - border-top: 4px solid transparent; - box-shadow: inset 0 0 0 2px; - height: 24px; - width: 6px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::after { - width: 6px; - height: 6px; - border-bottom: 2px solid; - border-right: 2px solid; - transform: rotate(45deg); - bottom: 0; - left: -2px; - } - &::before { - width: 6px; - height: 6px; - border: 2px solid; - transform: rotate(45deg); - top: -5px; - left: -2px; - } -` - -export const ArrowLongDownR = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowLongLeft.tsx b/icons-styled-components/src/icons/ArrowLongLeft.tsx deleted file mode 100644 index d575ab7..0000000 --- a/icons-styled-components/src/icons/ArrowLongLeft.tsx +++ /dev/null @@ -1,40 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowLongLeft = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - border-top: 2px solid transparent; - border-bottom: 2px solid transparent; - box-shadow: inset 0 0 0 2px; - width: 24px; - height: 6px; - } - &::after { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - border-bottom: 2px solid; - border-left: 2px solid; - transform: rotate(45deg); - left: 0; - bottom: -2px; - } -` - -export const ArrowLongLeft = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowLongLeftC.tsx b/icons-styled-components/src/icons/ArrowLongLeftC.tsx deleted file mode 100644 index 98bc9b7..0000000 --- a/icons-styled-components/src/icons/ArrowLongLeftC.tsx +++ /dev/null @@ -1,52 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowLongLeftC = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - border-top: 2px solid transparent; - border-bottom: 2px solid transparent; - border-right: 4px solid transparent; - box-shadow: inset 0 0 0 2px; - width: 24px; - height: 6px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::after { - width: 6px; - height: 6px; - border-bottom: 2px solid; - border-left: 2px solid; - transform: rotate(45deg); - left: 0; - bottom: -2px; - } - &::before { - width: 6px; - height: 6px; - border: 2px solid; - border-radius: 8px; - right: -4px; - bottom: -2px; - } -` - -export const ArrowLongLeftC = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowLongLeftE.tsx b/icons-styled-components/src/icons/ArrowLongLeftE.tsx deleted file mode 100644 index 3bc6c1d..0000000 --- a/icons-styled-components/src/icons/ArrowLongLeftE.tsx +++ /dev/null @@ -1,51 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowLongLeftE = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - border-top: 2px solid transparent; - border-bottom: 2px solid transparent; - border-right: 4px solid transparent; - box-shadow: inset 0 0 0 2px; - width: 24px; - height: 6px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::after { - width: 6px; - height: 6px; - border-bottom: 2px solid; - border-left: 2px solid; - transform: rotate(45deg); - left: 0; - bottom: -2px; - } - &::before { - width: 6px; - height: 6px; - border: 2px solid; - right: -4px; - bottom: -2px; - } -` - -export const ArrowLongLeftE = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowLongLeftL.tsx b/icons-styled-components/src/icons/ArrowLongLeftL.tsx deleted file mode 100644 index 9e89f76..0000000 --- a/icons-styled-components/src/icons/ArrowLongLeftL.tsx +++ /dev/null @@ -1,50 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowLongLeftL = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - border-top: 2px solid transparent; - border-bottom: 2px solid transparent; - box-shadow: inset 0 0 0 2px; - width: 24px; - height: 6px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::after { - width: 6px; - height: 6px; - border-bottom: 2px solid; - border-left: 2px solid; - transform: rotate(45deg); - left: 0; - bottom: -2px; - } - &::before { - width: 2px; - height: 6px; - background: currentColor; - right: -1px; - bottom: -2px; - } -` - -export const ArrowLongLeftL = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowLongLeftR.tsx b/icons-styled-components/src/icons/ArrowLongLeftR.tsx deleted file mode 100644 index 3979f17..0000000 --- a/icons-styled-components/src/icons/ArrowLongLeftR.tsx +++ /dev/null @@ -1,52 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowLongLeftR = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - border-top: 2px solid transparent; - border-bottom: 2px solid transparent; - border-right: 4px solid transparent; - box-shadow: inset 0 0 0 2px; - width: 24px; - height: 6px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::after { - width: 6px; - height: 6px; - border-bottom: 2px solid; - border-left: 2px solid; - transform: rotate(45deg); - left: 0; - bottom: -2px; - } - &::before { - width: 6px; - height: 6px; - border: 2px solid; - transform: rotate(45deg); - right: -5px; - bottom: -2px; - } -` - -export const ArrowLongLeftR = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowLongRight.tsx b/icons-styled-components/src/icons/ArrowLongRight.tsx deleted file mode 100644 index f6cb9fd..0000000 --- a/icons-styled-components/src/icons/ArrowLongRight.tsx +++ /dev/null @@ -1,40 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowLongRight = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - border-top: 2px solid transparent; - border-bottom: 2px solid transparent; - box-shadow: inset 0 0 0 2px; - width: 24px; - height: 6px; - } - &::after { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - border-top: 2px solid; - border-right: 2px solid; - transform: rotate(45deg); - right: 0; - bottom: -2px; - } -` - -export const ArrowLongRight = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowLongRightC.tsx b/icons-styled-components/src/icons/ArrowLongRightC.tsx deleted file mode 100644 index 2a31b84..0000000 --- a/icons-styled-components/src/icons/ArrowLongRightC.tsx +++ /dev/null @@ -1,52 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowLongRightC = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - border-top: 2px solid transparent; - border-bottom: 2px solid transparent; - border-left: 4px solid transparent; - box-shadow: inset 0 0 0 2px; - width: 24px; - height: 6px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::after { - width: 6px; - height: 6px; - border-top: 2px solid; - border-right: 2px solid; - transform: rotate(45deg); - right: 0; - bottom: -2px; - } - &::before { - width: 6px; - height: 6px; - border: 2px solid; - border-radius: 8px; - left: -4px; - bottom: -2px; - } -` - -export const ArrowLongRightC = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowLongRightE.tsx b/icons-styled-components/src/icons/ArrowLongRightE.tsx deleted file mode 100644 index 8d097df..0000000 --- a/icons-styled-components/src/icons/ArrowLongRightE.tsx +++ /dev/null @@ -1,51 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowLongRightE = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - border-top: 2px solid transparent; - border-bottom: 2px solid transparent; - border-left: 4px solid transparent; - box-shadow: inset 0 0 0 2px; - width: 24px; - height: 6px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::after { - width: 6px; - height: 6px; - border-top: 2px solid; - border-right: 2px solid; - transform: rotate(45deg); - right: 0; - bottom: -2px; - } - &::before { - width: 6px; - height: 6px; - border: 2px solid; - left: -4px; - bottom: -2px; - } -` - -export const ArrowLongRightE = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowLongRightL.tsx b/icons-styled-components/src/icons/ArrowLongRightL.tsx deleted file mode 100644 index 1a220b6..0000000 --- a/icons-styled-components/src/icons/ArrowLongRightL.tsx +++ /dev/null @@ -1,50 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowLongRightL = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - border-top: 2px solid transparent; - border-bottom: 2px solid transparent; - box-shadow: inset 0 0 0 2px; - width: 24px; - height: 6px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::after { - width: 6px; - height: 6px; - border-top: 2px solid; - border-right: 2px solid; - transform: rotate(45deg); - right: 0; - bottom: -2px; - } - &::before { - width: 2px; - height: 6px; - background: currentColor; - left: -1px; - bottom: -2px; - } -` - -export const ArrowLongRightL = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowLongRightR.tsx b/icons-styled-components/src/icons/ArrowLongRightR.tsx deleted file mode 100644 index ab77dd6..0000000 --- a/icons-styled-components/src/icons/ArrowLongRightR.tsx +++ /dev/null @@ -1,52 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowLongRightR = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - border-top: 2px solid transparent; - border-bottom: 2px solid transparent; - border-left: 4px solid transparent; - box-shadow: inset 0 0 0 2px; - width: 24px; - height: 6px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::after { - width: 6px; - height: 6px; - border-top: 2px solid; - border-right: 2px solid; - transform: rotate(45deg); - right: 0; - bottom: -2px; - } - &::before { - width: 6px; - height: 6px; - border: 2px solid; - transform: rotate(45deg); - left: -5px; - bottom: -2px; - } -` - -export const ArrowLongRightR = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowLongUp.tsx b/icons-styled-components/src/icons/ArrowLongUp.tsx deleted file mode 100644 index f3cee85..0000000 --- a/icons-styled-components/src/icons/ArrowLongUp.tsx +++ /dev/null @@ -1,40 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowLongUp = styled.i` - &, - &::after { - display: block; - box-sizing: border-box; - width: 6px; - } - & { - position: relative; - transform: scale(var(--ggs, 1)); - border-right: 2px solid transparent; - border-left: 2px solid transparent; - box-shadow: inset 0 0 0 2px; - height: 24px; - } - &::after { - content: ''; - position: absolute; - height: 6px; - border-top: 2px solid; - border-left: 2px solid; - transform: rotate(45deg); - top: 0; - left: -2px; - } -` - -export const ArrowLongUp = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowLongUpC.tsx b/icons-styled-components/src/icons/ArrowLongUpC.tsx deleted file mode 100644 index 4e55d5d..0000000 --- a/icons-styled-components/src/icons/ArrowLongUpC.tsx +++ /dev/null @@ -1,52 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowLongUpC = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - border-right: 2px solid transparent; - border-left: 2px solid transparent; - border-bottom: 4px solid transparent; - box-shadow: inset 0 0 0 2px; - height: 24px; - width: 6px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::after { - width: 6px; - height: 6px; - border-top: 2px solid; - border-left: 2px solid; - transform: rotate(45deg); - top: 0; - left: -2px; - } - &::before { - width: 6px; - height: 6px; - border: 2px solid; - border-radius: 8px; - bottom: -4px; - left: -2px; - } -` - -export const ArrowLongUpC = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowLongUpE.tsx b/icons-styled-components/src/icons/ArrowLongUpE.tsx deleted file mode 100644 index 991c3f0..0000000 --- a/icons-styled-components/src/icons/ArrowLongUpE.tsx +++ /dev/null @@ -1,51 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowLongUpE = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - border-right: 2px solid transparent; - border-left: 2px solid transparent; - border-bottom: 4px solid transparent; - box-shadow: inset 0 0 0 2px; - height: 24px; - width: 6px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::after { - width: 6px; - height: 6px; - border-top: 2px solid; - border-left: 2px solid; - transform: rotate(45deg); - top: 0; - left: -2px; - } - &::before { - width: 6px; - height: 6px; - border: 2px solid; - bottom: -5px; - left: -2px; - } -` - -export const ArrowLongUpE = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowLongUpL.tsx b/icons-styled-components/src/icons/ArrowLongUpL.tsx deleted file mode 100644 index 39e411a..0000000 --- a/icons-styled-components/src/icons/ArrowLongUpL.tsx +++ /dev/null @@ -1,50 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowLongUpL = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - border-right: 2px solid transparent; - border-left: 2px solid transparent; - box-shadow: inset 0 0 0 2px; - height: 24px; - width: 6px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::after { - width: 6px; - height: 6px; - border-top: 2px solid; - border-left: 2px solid; - transform: rotate(45deg); - top: 0; - left: -2px; - } - &::before { - width: 6px; - height: 2px; - background: currentColor; - bottom: -1px; - left: -2px; - } -` - -export const ArrowLongUpL = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowLongUpR.tsx b/icons-styled-components/src/icons/ArrowLongUpR.tsx deleted file mode 100644 index f84d510..0000000 --- a/icons-styled-components/src/icons/ArrowLongUpR.tsx +++ /dev/null @@ -1,52 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowLongUpR = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - border-right: 2px solid transparent; - border-left: 2px solid transparent; - border-bottom: 4px solid transparent; - box-shadow: inset 0 0 0 2px; - height: 24px; - width: 6px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::after { - width: 6px; - height: 6px; - border-top: 2px solid; - border-left: 2px solid; - transform: rotate(45deg); - top: 0; - left: -2px; - } - &::before { - width: 6px; - height: 6px; - border: 2px solid; - transform: rotate(45deg); - bottom: -5px; - left: -2px; - } -` - -export const ArrowLongUpR = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowRight.tsx b/icons-styled-components/src/icons/ArrowRight.tsx deleted file mode 100644 index a5d1f78..0000000 --- a/icons-styled-components/src/icons/ArrowRight.tsx +++ /dev/null @@ -1,46 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowRight = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - right: 3px; - } - &::after { - width: 8px; - height: 8px; - border-top: 2px solid; - border-right: 2px solid; - transform: rotate(45deg); - bottom: 7px; - } - &::before { - width: 16px; - height: 2px; - bottom: 10px; - background: currentColor; - } -` - -export const ArrowRight = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowRightO.tsx b/icons-styled-components/src/icons/ArrowRightO.tsx deleted file mode 100644 index 22e9aef..0000000 --- a/icons-styled-components/src/icons/ArrowRightO.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowRightO = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - width: 22px; - height: 22px; - border: 2px solid; - transform: scale(var(--ggs, 1)); - border-radius: 20px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - right: 4px; - } - &::after { - width: 6px; - height: 6px; - border-top: 2px solid; - border-right: 2px solid; - transform: rotate(45deg); - bottom: 6px; - } - &::before { - width: 10px; - height: 2px; - bottom: 8px; - background: currentColor; - } -` - -export const ArrowRightO = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowRightR.tsx b/icons-styled-components/src/icons/ArrowRightR.tsx deleted file mode 100644 index 9fe8e3d..0000000 --- a/icons-styled-components/src/icons/ArrowRightR.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowRightR = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - width: 22px; - height: 22px; - border: 2px solid; - transform: scale(var(--ggs, 1)); - border-radius: 4px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - right: 4px; - } - &::after { - width: 6px; - height: 6px; - border-top: 2px solid; - border-right: 2px solid; - transform: rotate(45deg); - bottom: 6px; - } - &::before { - width: 10px; - height: 2px; - bottom: 8px; - background: currentColor; - } -` - -export const ArrowRightR = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowTopLeft.tsx b/icons-styled-components/src/icons/ArrowTopLeft.tsx deleted file mode 100644 index 9b5f9c7..0000000 --- a/icons-styled-components/src/icons/ArrowTopLeft.tsx +++ /dev/null @@ -1,38 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowTopLeft = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - width: 8px; - height: 8px; - transform: scale(var(--ggs, 1)); - border-top: 2px solid; - border-left: 2px solid; - } - &::after { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 14px; - height: 2px; - background: currentColor; - transform: rotate(45deg); - top: 3px; - left: -3px; - } -` - -export const ArrowTopLeft = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowTopLeftO.tsx b/icons-styled-components/src/icons/ArrowTopLeftO.tsx deleted file mode 100644 index 5285a4c..0000000 --- a/icons-styled-components/src/icons/ArrowTopLeftO.tsx +++ /dev/null @@ -1,49 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowTopLeftO = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - width: 22px; - height: 22px; - border: 2px solid; - transform: scale(var(--ggs, 1)); - border-radius: 20px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::after { - width: 10px; - height: 2px; - background: currentColor; - transform: rotate(45deg); - bottom: 8px; - right: 4px; - } - &::before { - width: 6px; - height: 6px; - left: 4px; - top: 4px; - border-top: 2px solid; - border-left: 2px solid; - } -` - -export const ArrowTopLeftO = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowTopLeftR.tsx b/icons-styled-components/src/icons/ArrowTopLeftR.tsx deleted file mode 100644 index 1b9f2ad..0000000 --- a/icons-styled-components/src/icons/ArrowTopLeftR.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowTopLeftR = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - width: 22px; - height: 22px; - border: 2px solid; - transform: scale(var(--ggs, 1)); - border-radius: 4px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - left: 4px; - } - &::after { - width: 10px; - height: 2px; - background: currentColor; - transform: rotate(45deg); - bottom: 8px; - } - &::before { - width: 6px; - height: 6px; - top: 4px; - border-top: 2px solid; - border-left: 2px solid; - } -` - -export const ArrowTopLeftR = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowTopRight.tsx b/icons-styled-components/src/icons/ArrowTopRight.tsx deleted file mode 100644 index 514a650..0000000 --- a/icons-styled-components/src/icons/ArrowTopRight.tsx +++ /dev/null @@ -1,38 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowTopRight = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - width: 8px; - height: 8px; - border-top: 2px solid; - transform: scale(var(--ggs, 1)); - border-right: 2px solid; - } - &::after { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 14px; - height: 2px; - background: currentColor; - transform: rotate(-45deg); - top: 3px; - right: -3px; - } -` - -export const ArrowTopRight = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowTopRightO.tsx b/icons-styled-components/src/icons/ArrowTopRightO.tsx deleted file mode 100644 index 094e1dc..0000000 --- a/icons-styled-components/src/icons/ArrowTopRightO.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowTopRightO = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - width: 22px; - height: 22px; - border: 2px solid; - transform: scale(var(--ggs, 1)); - border-radius: 20px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - right: 4px; - } - &::after { - width: 10px; - height: 2px; - background: currentColor; - transform: rotate(-45deg); - bottom: 8px; - } - &::before { - width: 6px; - height: 6px; - top: 4px; - border-top: 2px solid; - border-right: 2px solid; - } -` - -export const ArrowTopRightO = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowTopRightR.tsx b/icons-styled-components/src/icons/ArrowTopRightR.tsx deleted file mode 100644 index 1e40f5e..0000000 --- a/icons-styled-components/src/icons/ArrowTopRightR.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowTopRightR = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - width: 22px; - height: 22px; - border: 2px solid; - transform: scale(var(--ggs, 1)); - border-radius: 4px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - right: 4px; - } - &::after { - width: 10px; - height: 2px; - background: currentColor; - transform: rotate(-45deg); - bottom: 8px; - } - &::before { - width: 6px; - height: 6px; - top: 4px; - border-top: 2px solid; - border-right: 2px solid; - } -` - -export const ArrowTopRightR = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowUp.tsx b/icons-styled-components/src/icons/ArrowUp.tsx deleted file mode 100644 index a1e8975..0000000 --- a/icons-styled-components/src/icons/ArrowUp.tsx +++ /dev/null @@ -1,46 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowUp = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - top: 4px; - } - &::after { - width: 8px; - height: 8px; - border-top: 2px solid; - border-left: 2px solid; - transform: rotate(45deg); - left: 7px; - } - &::before { - width: 2px; - height: 16px; - left: 10px; - background: currentColor; - } -` - -export const ArrowUp = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowUpO.tsx b/icons-styled-components/src/icons/ArrowUpO.tsx deleted file mode 100644 index ab1d988..0000000 --- a/icons-styled-components/src/icons/ArrowUpO.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowUpO = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - width: 22px; - height: 22px; - border: 2px solid; - transform: scale(var(--ggs, 1)); - border-radius: 20px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - top: 4px; - } - &::after { - width: 6px; - height: 6px; - border-top: 2px solid; - border-left: 2px solid; - transform: rotate(45deg); - left: 6px; - } - &::before { - width: 2px; - height: 10px; - left: 8px; - background: currentColor; - } -` - -export const ArrowUpO = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowUpR.tsx b/icons-styled-components/src/icons/ArrowUpR.tsx deleted file mode 100644 index 661f35e..0000000 --- a/icons-styled-components/src/icons/ArrowUpR.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowUpR = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - width: 22px; - height: 22px; - border: 2px solid; - transform: scale(var(--ggs, 1)); - border-radius: 4px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - top: 4px; - } - &::after { - width: 6px; - height: 6px; - border-top: 2px solid; - border-left: 2px solid; - transform: rotate(45deg); - left: 6px; - } - &::before { - width: 2px; - height: 10px; - left: 8px; - background: currentColor; - } -` - -export const ArrowUpR = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowsBreakeH.tsx b/icons-styled-components/src/icons/ArrowsBreakeH.tsx deleted file mode 100644 index 8591fce..0000000 --- a/icons-styled-components/src/icons/ArrowsBreakeH.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowsBreakeH = styled.i`` - -export const ArrowsBreakeH = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowsBreakeV.tsx b/icons-styled-components/src/icons/ArrowsBreakeV.tsx deleted file mode 100644 index d5aed86..0000000 --- a/icons-styled-components/src/icons/ArrowsBreakeV.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowsBreakeV = styled.i`` - -export const ArrowsBreakeV = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowsExchange.tsx b/icons-styled-components/src/icons/ArrowsExchange.tsx deleted file mode 100644 index b39e134..0000000 --- a/icons-styled-components/src/icons/ArrowsExchange.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowsExchange = styled.i`` - -export const ArrowsExchange = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowsExchangeAlt.tsx b/icons-styled-components/src/icons/ArrowsExchangeAlt.tsx deleted file mode 100644 index e6e7a0a..0000000 --- a/icons-styled-components/src/icons/ArrowsExchangeAlt.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowsExchangeAlt = styled.i`` - -export const ArrowsExchangeAlt = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowsExchangeAltV.tsx b/icons-styled-components/src/icons/ArrowsExchangeAltV.tsx deleted file mode 100644 index 7ff1211..0000000 --- a/icons-styled-components/src/icons/ArrowsExchangeAltV.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowsExchangeAltV = styled.i`` - -export const ArrowsExchangeAltV = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowsExchangeV.tsx b/icons-styled-components/src/icons/ArrowsExchangeV.tsx deleted file mode 100644 index 2641203..0000000 --- a/icons-styled-components/src/icons/ArrowsExchangeV.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowsExchangeV = styled.i`` - -export const ArrowsExchangeV = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowsExpandDownLeft.tsx b/icons-styled-components/src/icons/ArrowsExpandDownLeft.tsx deleted file mode 100644 index 975751e..0000000 --- a/icons-styled-components/src/icons/ArrowsExpandDownLeft.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowsExpandDownLeft = styled.i`` - -export const ArrowsExpandDownLeft = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowsExpandDownRight.tsx b/icons-styled-components/src/icons/ArrowsExpandDownRight.tsx deleted file mode 100644 index bb38ba0..0000000 --- a/icons-styled-components/src/icons/ArrowsExpandDownRight.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowsExpandDownRight = styled.i`` - -export const ArrowsExpandDownRight = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowsExpandLeft.tsx b/icons-styled-components/src/icons/ArrowsExpandLeft.tsx deleted file mode 100644 index bcc5397..0000000 --- a/icons-styled-components/src/icons/ArrowsExpandLeft.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowsExpandLeft = styled.i`` - -export const ArrowsExpandLeft = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowsExpandLeftAlt.tsx b/icons-styled-components/src/icons/ArrowsExpandLeftAlt.tsx deleted file mode 100644 index 0008958..0000000 --- a/icons-styled-components/src/icons/ArrowsExpandLeftAlt.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowsExpandLeftAlt = styled.i`` - -export const ArrowsExpandLeftAlt = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowsExpandRight.tsx b/icons-styled-components/src/icons/ArrowsExpandRight.tsx deleted file mode 100644 index c7747fb..0000000 --- a/icons-styled-components/src/icons/ArrowsExpandRight.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowsExpandRight = styled.i`` - -export const ArrowsExpandRight = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowsExpandRightAlt.tsx b/icons-styled-components/src/icons/ArrowsExpandRightAlt.tsx deleted file mode 100644 index e440bcc..0000000 --- a/icons-styled-components/src/icons/ArrowsExpandRightAlt.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowsExpandRightAlt = styled.i`` - -export const ArrowsExpandRightAlt = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowsExpandUpLeft.tsx b/icons-styled-components/src/icons/ArrowsExpandUpLeft.tsx deleted file mode 100644 index f63f9f4..0000000 --- a/icons-styled-components/src/icons/ArrowsExpandUpLeft.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowsExpandUpLeft = styled.i`` - -export const ArrowsExpandUpLeft = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowsExpandUpRight.tsx b/icons-styled-components/src/icons/ArrowsExpandUpRight.tsx deleted file mode 100644 index 93a0beb..0000000 --- a/icons-styled-components/src/icons/ArrowsExpandUpRight.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowsExpandUpRight = styled.i`` - -export const ArrowsExpandUpRight = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowsH.tsx b/icons-styled-components/src/icons/ArrowsH.tsx deleted file mode 100644 index 7fb7803..0000000 --- a/icons-styled-components/src/icons/ArrowsH.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowsH = styled.i`` - -export const ArrowsH = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowsHAlt.tsx b/icons-styled-components/src/icons/ArrowsHAlt.tsx deleted file mode 100644 index 1300cda..0000000 --- a/icons-styled-components/src/icons/ArrowsHAlt.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowsHAlt = styled.i`` - -export const ArrowsHAlt = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowsMergeAltH.tsx b/icons-styled-components/src/icons/ArrowsMergeAltH.tsx deleted file mode 100644 index 08c56ef..0000000 --- a/icons-styled-components/src/icons/ArrowsMergeAltH.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowsMergeAltH = styled.i`` - -export const ArrowsMergeAltH = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowsMergeAltV.tsx b/icons-styled-components/src/icons/ArrowsMergeAltV.tsx deleted file mode 100644 index d7b380f..0000000 --- a/icons-styled-components/src/icons/ArrowsMergeAltV.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowsMergeAltV = styled.i`` - -export const ArrowsMergeAltV = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowsPushDownLeft.tsx b/icons-styled-components/src/icons/ArrowsPushDownLeft.tsx deleted file mode 100644 index d3a8f9d..0000000 --- a/icons-styled-components/src/icons/ArrowsPushDownLeft.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowsPushDownLeft = styled.i`` - -export const ArrowsPushDownLeft = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowsPushDownRight.tsx b/icons-styled-components/src/icons/ArrowsPushDownRight.tsx deleted file mode 100644 index 653c559..0000000 --- a/icons-styled-components/src/icons/ArrowsPushDownRight.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowsPushDownRight = styled.i`` - -export const ArrowsPushDownRight = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowsPushUpLeft.tsx b/icons-styled-components/src/icons/ArrowsPushUpLeft.tsx deleted file mode 100644 index 637a295..0000000 --- a/icons-styled-components/src/icons/ArrowsPushUpLeft.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowsPushUpLeft = styled.i`` - -export const ArrowsPushUpLeft = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowsPushUpRight.tsx b/icons-styled-components/src/icons/ArrowsPushUpRight.tsx deleted file mode 100644 index c669c6d..0000000 --- a/icons-styled-components/src/icons/ArrowsPushUpRight.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowsPushUpRight = styled.i`` - -export const ArrowsPushUpRight = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowsResizeH.tsx b/icons-styled-components/src/icons/ArrowsResizeH.tsx deleted file mode 100644 index 84b18e4..0000000 --- a/icons-styled-components/src/icons/ArrowsResizeH.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowsResizeH = styled.i`` - -export const ArrowsResizeH = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowsResizeV.tsx b/icons-styled-components/src/icons/ArrowsResizeV.tsx deleted file mode 100644 index 1e3c84c..0000000 --- a/icons-styled-components/src/icons/ArrowsResizeV.tsx +++ /dev/null @@ -1,44 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowsResizeV = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 6px; - height: 16px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - transform: rotate(-45deg); - } - &::after { - border-bottom: 2px solid; - border-left: 2px solid; - top: 0; - } - &::before { - border-top: 2px solid; - border-right: 2px solid; - bottom: 0; - } -` - -export const ArrowsResizeV = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowsScrollH.tsx b/icons-styled-components/src/icons/ArrowsScrollH.tsx deleted file mode 100644 index 4e7c624..0000000 --- a/icons-styled-components/src/icons/ArrowsScrollH.tsx +++ /dev/null @@ -1,44 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowsScrollH = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 16px; - height: 6px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - transform: rotate(45deg); - } - &::after { - border-bottom: 2px solid; - border-left: 2px solid; - right: 0; - } - &::before { - border-top: 2px solid; - border-right: 2px solid; - left: 0; - } -` - -export const ArrowsScrollH = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowsScrollV.tsx b/icons-styled-components/src/icons/ArrowsScrollV.tsx deleted file mode 100644 index 9029bdb..0000000 --- a/icons-styled-components/src/icons/ArrowsScrollV.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowsScrollV = styled.i`` - -export const ArrowsScrollV = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowsShrinkH.tsx b/icons-styled-components/src/icons/ArrowsShrinkH.tsx deleted file mode 100644 index dd0badb..0000000 --- a/icons-styled-components/src/icons/ArrowsShrinkH.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowsShrinkH = styled.i`` - -export const ArrowsShrinkH = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowsShrinkV.tsx b/icons-styled-components/src/icons/ArrowsShrinkV.tsx deleted file mode 100644 index ee3d746..0000000 --- a/icons-styled-components/src/icons/ArrowsShrinkV.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowsShrinkV = styled.i`` - -export const ArrowsShrinkV = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowsV.tsx b/icons-styled-components/src/icons/ArrowsV.tsx deleted file mode 100644 index 8bfca3c..0000000 --- a/icons-styled-components/src/icons/ArrowsV.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowsV = styled.i`` - -export const ArrowsV = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ArrowsVAlt.tsx b/icons-styled-components/src/icons/ArrowsVAlt.tsx deleted file mode 100644 index dc65e31..0000000 --- a/icons-styled-components/src/icons/ArrowsVAlt.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledArrowsVAlt = styled.i`` - -export const ArrowsVAlt = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Assign.tsx b/icons-styled-components/src/icons/Assign.tsx deleted file mode 100644 index d5b3a82..0000000 --- a/icons-styled-components/src/icons/Assign.tsx +++ /dev/null @@ -1,37 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledAssign = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - width: 6px; - height: 6px; - background: currentColor; - transform: scale(var(--ggs, 1)); - border-radius: 100px; - } - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 12px; - height: 12px; - box-shadow: -5px -5px 0 -3px, 5px 5px 0 -3px, 5px -5px 0 -3px, -5px 5px 0 -3px; - left: -3px; - top: -3px; - } -` - -export const Assign = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Asterisk.tsx b/icons-styled-components/src/icons/Asterisk.tsx deleted file mode 100644 index 2e5c8c2..0000000 --- a/icons-styled-components/src/icons/Asterisk.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledAsterisk = styled.i`` - -export const Asterisk = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Attachment.tsx b/icons-styled-components/src/icons/Attachment.tsx deleted file mode 100644 index 84c7f53..0000000 --- a/icons-styled-components/src/icons/Attachment.tsx +++ /dev/null @@ -1,56 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledAttachment = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - width: 14px; - height: 14px; - border: 2px solid; - border-top: 0; - border-bottom-left-radius: 100px; - border-bottom-right-radius: 100px; - transform: scale(var(--ggs, 1)); - margin-top: 11px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - border: 2px solid; - } - &::after { - border-bottom: 0; - border-top-left-radius: 100px; - border-top-right-radius: 100px; - right: -2px; - width: 10px; - height: 14px; - bottom: 8px; - } - &::before { - width: 6px; - height: 12px; - border-top: 0; - border-bottom-left-radius: 100px; - border-bottom-right-radius: 100px; - left: 2px; - bottom: 4px; - } -` - -export const Attachment = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Attribution.tsx b/icons-styled-components/src/icons/Attribution.tsx deleted file mode 100644 index 815da36..0000000 --- a/icons-styled-components/src/icons/Attribution.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledAttribution = styled.i`` - -export const Attribution = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Awards.tsx b/icons-styled-components/src/icons/Awards.tsx deleted file mode 100644 index fb775f2..0000000 --- a/icons-styled-components/src/icons/Awards.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledAwards = styled.i`` - -export const Awards = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Backspace.tsx b/icons-styled-components/src/icons/Backspace.tsx deleted file mode 100644 index d05f973..0000000 --- a/icons-styled-components/src/icons/Backspace.tsx +++ /dev/null @@ -1,57 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledBackspace = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - width: 14px; - height: 14px; - transform: scale(var(--ggs, 1)); - border: 2px solid; - border-left: 0; - border-top-right-radius: 2px; - border-bottom-right-radius: 2px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::before { - background: linear-gradient(to left, currentColor 18px, transparent 0) no-repeat center - center/10px 2px; - border-right: 3px solid transparent; - box-shadow: inset 0 0 0 2px; - right: 2px; - bottom: 1px; - width: 8px; - height: 8px; - border-left: 3px solid transparent; - transform: rotate(45deg); - } - &::after { - width: 10px; - height: 10px; - border-top: 2px solid; - border-left: 2px solid; - border-top-left-radius: 1px; - transform: rotate(-45deg); - top: 0; - left: -5px; - } -` - -export const Backspace = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/BandAid.tsx b/icons-styled-components/src/icons/BandAid.tsx deleted file mode 100644 index 8564604..0000000 --- a/icons-styled-components/src/icons/BandAid.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledBandAid = styled.i`` - -export const BandAid = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Banks.tsx b/icons-styled-components/src/icons/Banks.tsx deleted file mode 100644 index 5d6a9ca..0000000 --- a/icons-styled-components/src/icons/Banks.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledBanks = styled.i`` - -export const Banks = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Battery.tsx b/icons-styled-components/src/icons/Battery.tsx deleted file mode 100644 index 3e8093f..0000000 --- a/icons-styled-components/src/icons/Battery.tsx +++ /dev/null @@ -1,46 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledBattery = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - width: 20px; - height: 12px; - transform: scale(var(--ggs, 1)); - border: 2px solid; - border-radius: 3px; - margin-left: -3px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - height: 6px; - background: currentColor; - top: 1px; - } - &::before { - right: -4px; - border-radius: 3px; - width: 4px; - } - &::after { - width: 8px; - left: 1px; - } -` - -export const Battery = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/BatteryEmpty.tsx b/icons-styled-components/src/icons/BatteryEmpty.tsx deleted file mode 100644 index c0b998c..0000000 --- a/icons-styled-components/src/icons/BatteryEmpty.tsx +++ /dev/null @@ -1,39 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledBatteryEmpty = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - width: 20px; - height: 12px; - transform: scale(var(--ggs, 1)); - border: 2px solid; - border-radius: 3px; - margin-left: -3px; - } - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - width: 4px; - height: 6px; - right: -4px; - top: 1px; - background: currentColor; - } -` - -export const BatteryEmpty = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/BatteryFull.tsx b/icons-styled-components/src/icons/BatteryFull.tsx deleted file mode 100644 index ad91fe6..0000000 --- a/icons-styled-components/src/icons/BatteryFull.tsx +++ /dev/null @@ -1,46 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledBatteryFull = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - width: 20px; - height: 12px; - transform: scale(var(--ggs, 1)); - border: 2px solid; - border-radius: 3px; - margin-left: -3px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - height: 6px; - background: currentColor; - top: 1px; - } - &::before { - right: -4px; - border-radius: 3px; - width: 4px; - } - &::after { - width: 14px; - left: 1px; - } -` - -export const BatteryFull = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Bee.tsx b/icons-styled-components/src/icons/Bee.tsx deleted file mode 100644 index e362d6f..0000000 --- a/icons-styled-components/src/icons/Bee.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledBee = styled.i`` - -export const Bee = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Bell.tsx b/icons-styled-components/src/icons/Bell.tsx deleted file mode 100644 index d4cfefd..0000000 --- a/icons-styled-components/src/icons/Bell.tsx +++ /dev/null @@ -1,57 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledBell = styled.i` - &, - &::before { - border-top-left-radius: 100px; - border-top-right-radius: 100px; - } - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - border: 2px solid; - border-bottom: 0; - width: 14px; - height: 14px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::before { - background: currentColor; - width: 4px; - height: 4px; - top: -4px; - left: 3px; - } - &::after { - border-radius: 3px; - width: 16px; - height: 10px; - border: 6px solid transparent; - border-top: 1px solid transparent; - box-shadow: inset 0 0 0 4px, 0 -2px 0 0; - top: 14px; - left: -3px; - border-bottom-left-radius: 100px; - border-bottom-right-radius: 100px; - } -` - -export const Bell = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Bitbucket.tsx b/icons-styled-components/src/icons/Bitbucket.tsx deleted file mode 100644 index 13fc6c1..0000000 --- a/icons-styled-components/src/icons/Bitbucket.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledBitbucket = styled.i`` - -export const Bitbucket = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Block.tsx b/icons-styled-components/src/icons/Block.tsx deleted file mode 100644 index 6fcffa9..0000000 --- a/icons-styled-components/src/icons/Block.tsx +++ /dev/null @@ -1,39 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledBlock = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 16px; - height: 16px; - border: 2px solid; - border-radius: 100%; - } - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 10px; - height: 2px; - background: currentColor; - border-radius: 5px; - transform: rotate(-45deg); - top: 5px; - left: 1px; - } -` - -export const Block = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Bmw.tsx b/icons-styled-components/src/icons/Bmw.tsx deleted file mode 100644 index 2a3e82e..0000000 --- a/icons-styled-components/src/icons/Bmw.tsx +++ /dev/null @@ -1,39 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledBmw = styled.i` - & { - position: relative; - box-sizing: border-box; - display: block; - transform: scale(var(--ggs, 1)); - width: 18px; - height: 18px; - border: 2px solid; - border-radius: 18px; - } - &::before { - content: ''; - position: absolute; - box-sizing: border-box; - display: block; - border: 9px solid; - border-top-color: transparent; - border-bottom-color: transparent; - border-radius: 18px; - transform: rotate(45deg); - left: -2px; - top: -2px; - } -` - -export const Bmw = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Board.tsx b/icons-styled-components/src/icons/Board.tsx deleted file mode 100644 index 42acca6..0000000 --- a/icons-styled-components/src/icons/Board.tsx +++ /dev/null @@ -1,28 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledBoard = styled.i` - & { - display: block; - position: relative; - box-sizing: border-box; - transform: scale(var(--ggs, 1)); - width: 16px; - height: 12px; - border-left: 4px solid transparent; - border-right: 4px solid transparent; - box-shadow: 0 0 0 2px, inset 2px 0 0, inset -2px 0 0; - border-radius: 2px; - } -` - -export const Board = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Bolt.tsx b/icons-styled-components/src/icons/Bolt.tsx deleted file mode 100644 index b32c292..0000000 --- a/icons-styled-components/src/icons/Bolt.tsx +++ /dev/null @@ -1,46 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledBolt = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 6px; - height: 21px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 0; - height: 0; - border-left: 3px solid transparent; - border-right: 3px solid transparent; - transform: rotate(30deg); - } - &::before { - border-bottom: 12px solid; - left: 0; - top: 0; - } - &::after { - border-top: 12px solid; - right: 0; - bottom: 0; - } -` - -export const Bolt = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Bookmark.tsx b/icons-styled-components/src/icons/Bookmark.tsx deleted file mode 100644 index af806fe..0000000 --- a/icons-styled-components/src/icons/Bookmark.tsx +++ /dev/null @@ -1,43 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledBookmark = styled.i` - &, - &::after { - display: block; - box-sizing: border-box; - border-top-right-radius: 3px; - } - & { - border: 2px solid; - border-bottom: 0; - border-top-left-radius: 3px; - overflow: hidden; - position: relative; - transform: scale(var(--ggs, 1)); - width: 14px; - height: 16px; - } - &::after { - content: ''; - position: absolute; - width: 12px; - height: 12px; - border-top: 2px solid; - border-right: 2px solid; - transform: rotate(-45deg); - top: 9px; - left: -1px; - } -` - -export const Bookmark = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/BorderAll.tsx b/icons-styled-components/src/icons/BorderAll.tsx deleted file mode 100644 index 5184642..0000000 --- a/icons-styled-components/src/icons/BorderAll.tsx +++ /dev/null @@ -1,34 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledBorderAll = styled.i` - & { - transform: scale(var(--ggs, 1)); - } - &, - &::before { - box-sizing: border-box; - position: relative; - display: block; - width: 14px; - height: 14px; - } - &::before { - content: ''; - position: absolute; - border: 3px solid; - bottom: 0; - left: 0; - } -` - -export const BorderAll = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/BorderBottom.tsx b/icons-styled-components/src/icons/BorderBottom.tsx deleted file mode 100644 index 0e537f1..0000000 --- a/icons-styled-components/src/icons/BorderBottom.tsx +++ /dev/null @@ -1,38 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledBorderBottom = styled.i` - & { - transform: scale(var(--ggs, 1)); - } - &, - &::before { - box-sizing: border-box; - position: relative; - display: block; - width: 14px; - height: 14px; - border-bottom: 3px solid; - } - &::before { - content: ''; - position: absolute; - height: 10px; - border: 3px solid; - border-bottom: 0; - bottom: 2px; - left: 0; - opacity: 0.3; - } -` - -export const BorderBottom = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/BorderLeft.tsx b/icons-styled-components/src/icons/BorderLeft.tsx deleted file mode 100644 index 9685610..0000000 --- a/icons-styled-components/src/icons/BorderLeft.tsx +++ /dev/null @@ -1,38 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledBorderLeft = styled.i` - & { - transform: scale(var(--ggs, 1)); - } - &, - &::before { - box-sizing: border-box; - position: relative; - display: block; - width: 14px; - height: 14px; - border-left: 3px solid; - } - &::before { - content: ''; - position: absolute; - width: 10px; - border: 3px solid; - border-left: 0; - bottom: 0; - left: 2px; - opacity: 0.3; - } -` - -export const BorderLeft = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/BorderRight.tsx b/icons-styled-components/src/icons/BorderRight.tsx deleted file mode 100644 index 78ace5d..0000000 --- a/icons-styled-components/src/icons/BorderRight.tsx +++ /dev/null @@ -1,38 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledBorderRight = styled.i` - & { - transform: scale(var(--ggs, 1)); - } - &, - &::before { - box-sizing: border-box; - position: relative; - display: block; - width: 14px; - height: 14px; - border-right: 3px solid; - } - &::before { - content: ''; - position: absolute; - width: 10px; - border: 3px solid; - border-right: 0; - bottom: 0; - right: 2px; - opacity: 0.3; - } -` - -export const BorderRight = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/BorderStyleDashed.tsx b/icons-styled-components/src/icons/BorderStyleDashed.tsx deleted file mode 100644 index f68df46..0000000 --- a/icons-styled-components/src/icons/BorderStyleDashed.tsx +++ /dev/null @@ -1,34 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledBorderStyleDashed = styled.i` - & { - transform: scale(var(--ggs, 1)); - } - &, - &::before { - box-sizing: border-box; - position: relative; - display: block; - width: 26px; - height: 17px; - } - &::before { - content: ''; - position: absolute; - height: 2px; - top: 7px; - border-top: 2px dashed; - } -` - -export const BorderStyleDashed = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/BorderStyleDotted.tsx b/icons-styled-components/src/icons/BorderStyleDotted.tsx deleted file mode 100644 index c05b6dd..0000000 --- a/icons-styled-components/src/icons/BorderStyleDotted.tsx +++ /dev/null @@ -1,34 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledBorderStyleDotted = styled.i` - & { - transform: scale(var(--ggs, 1)); - } - &, - &::before { - box-sizing: border-box; - position: relative; - display: block; - width: 26px; - height: 17px; - } - &::before { - content: ''; - position: absolute; - height: 2px; - top: 7px; - border-top: 2px dotted; - } -` - -export const BorderStyleDotted = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/BorderStyleSolid.tsx b/icons-styled-components/src/icons/BorderStyleSolid.tsx deleted file mode 100644 index c95534a..0000000 --- a/icons-styled-components/src/icons/BorderStyleSolid.tsx +++ /dev/null @@ -1,34 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledBorderStyleSolid = styled.i` - & { - transform: scale(var(--ggs, 1)); - } - &, - &::before { - box-sizing: border-box; - position: relative; - display: block; - width: 26px; - height: 17px; - } - &::before { - content: ''; - position: absolute; - height: 2px; - top: 7px; - border-top: 2px solid; - } -` - -export const BorderStyleSolid = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/BorderTop.tsx b/icons-styled-components/src/icons/BorderTop.tsx deleted file mode 100644 index 26b6c39..0000000 --- a/icons-styled-components/src/icons/BorderTop.tsx +++ /dev/null @@ -1,38 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledBorderTop = styled.i` - & { - transform: scale(var(--ggs, 1)); - } - &, - &::before { - box-sizing: border-box; - position: relative; - display: block; - width: 14px; - height: 14px; - border-top: 3px solid; - } - &::before { - content: ''; - position: absolute; - height: 10px; - border: 3px solid; - border-top: 0; - top: 2px; - left: 0; - opacity: 0.3; - } -` - -export const BorderTop = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Bot.tsx b/icons-styled-components/src/icons/Bot.tsx deleted file mode 100644 index 5ede0d8..0000000 --- a/icons-styled-components/src/icons/Bot.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledBot = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 21px; - height: 10px; - border-right: 8px solid transparent; - border-left: 8px solid transparent; - border-bottom: 1px solid transparent; - border-radius: 12px; - box-shadow: 0 0 0 2px, -4px 0 0 -1px, 4px 0 0 -1px, inset 0 -4px 0 -2px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 2px; - height: 2px; - box-shadow: 0 0 0 2px; - top: 3px; - } - &::before { - left: -4px; - border-radius: 3px; - } - &::after { - border-radius: 100px; - right: -4px; - } -` - -export const Bot = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Bowl.tsx b/icons-styled-components/src/icons/Bowl.tsx deleted file mode 100644 index b661f5e..0000000 --- a/icons-styled-components/src/icons/Bowl.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledBowl = styled.i` - & { - display: block; - position: relative; - transform: scale(var(--ggs, 1)); - box-sizing: border-box; - width: 20px; - height: 18px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::before { - width: 20px; - height: 12px; - border: 2px solid; - border-bottom-left-radius: 10px; - border-bottom-right-radius: 10px; - bottom: 0; - } - &::after { - background: currentColor; - width: 2px; - height: 10px; - border-radius: 4px; - transform: rotate(45deg); - right: 4px; - top: -1px; - } -` - -export const Bowl = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Box.tsx b/icons-styled-components/src/icons/Box.tsx deleted file mode 100644 index b1c99db..0000000 --- a/icons-styled-components/src/icons/Box.tsx +++ /dev/null @@ -1,46 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledBox = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 20px; - border: 2px solid; - border-radius: 3px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - height: 2px; - background: currentColor; - } - &::before { - left: 6px; - width: 6px; - top: 8px; - } - &::after { - width: 22px; - left: -2px; - top: 4px; - } -` - -export const Box = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Boy.tsx b/icons-styled-components/src/icons/Boy.tsx deleted file mode 100644 index ca627b0..0000000 --- a/icons-styled-components/src/icons/Boy.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledBoy = styled.i` - &, - &::after, - &::before { - display: block; - box-sizing: border-box; - border-radius: 42px; - } - & { - position: relative; - width: 20px; - height: 20px; - transform: scale(var(--ggs, 1)); - overflow: hidden; - box-shadow: inset 0 0 0 2px; - } - &::after, - &::before { - content: ''; - position: absolute; - width: 2px; - height: 2px; - background: currentColor; - box-shadow: 6px 0 0; - left: 6px; - top: 10px; - } - &::after { - width: 20px; - height: 20px; - top: -13px; - right: -12px; - } -` - -export const Boy = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Brackets.tsx b/icons-styled-components/src/icons/Brackets.tsx deleted file mode 100644 index d52ba84..0000000 --- a/icons-styled-components/src/icons/Brackets.tsx +++ /dev/null @@ -1,45 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledBrackets = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 18px; - height: 18px; - border: 2px solid; - border-radius: 3px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - border: 2px solid; - width: 4px; - height: 10px; - top: 2px; - } - &::before { - border-right: 0; - left: 2px; - } - &::after { - border-left: 0; - right: 2px; - } -` - -export const Brackets = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Briefcase.tsx b/icons-styled-components/src/icons/Briefcase.tsx deleted file mode 100644 index 54df2eb..0000000 --- a/icons-styled-components/src/icons/Briefcase.tsx +++ /dev/null @@ -1,53 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledBriefcase = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 16px; - border: 2px solid; - border-radius: 2px; - margin-top: 1px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::before { - border: 2px solid; - border-top-left-radius: 1px; - border-top-right-radius: 1px; - left: 4px; - width: 10px; - height: 4px; - border-bottom: 0; - top: -5px; - } - &::after { - width: 18px; - height: 3px; - border-left: 7px solid transparent; - border-right: 7px solid transparent; - border-bottom: 1px solid transparent; - box-shadow: 0 2px 0, inset 16px 74px 0; - top: 4px; - } -` - -export const Briefcase = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Browser.tsx b/icons-styled-components/src/icons/Browser.tsx deleted file mode 100644 index 8a092bb..0000000 --- a/icons-styled-components/src/icons/Browser.tsx +++ /dev/null @@ -1,44 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledBrowser = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 24px; - height: 18px; - border: 2px solid; - border-radius: 3px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 22px; - height: 2px; - background: currentColor; - top: 4px; - } - &::after { - border-radius: 3px; - width: 2px; - box-shadow: 3px 0 0, 6px 0 0; - top: 1px; - left: 1px; - } -` - -export const Browser = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Brush.tsx b/icons-styled-components/src/icons/Brush.tsx deleted file mode 100644 index 8693456..0000000 --- a/icons-styled-components/src/icons/Brush.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledBrush = styled.i`` - -export const Brush = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Bulb.tsx b/icons-styled-components/src/icons/Bulb.tsx deleted file mode 100644 index 414b125..0000000 --- a/icons-styled-components/src/icons/Bulb.tsx +++ /dev/null @@ -1,54 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledBulb = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 16px; - height: 16px; - border: 2px solid; - border-bottom-color: transparent; - border-radius: 100px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::before { - border-top: 0; - border-bottom-left-radius: 18px; - border-bottom-right-radius: 18px; - top: 10px; - border-bottom: 2px solid transparent; - box-shadow: 0 5px 0 -2px, inset 2px 0 0 0, inset -2px 0 0 0, inset 0 -4px 0 -2px; - width: 8px; - height: 8px; - left: 2px; - } - &::after { - width: 12px; - height: 2px; - border-left: 3px solid; - border-right: 3px solid; - border-radius: 2px; - bottom: 0; - left: 0; - } -` - -export const Bulb = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/CPlusPlus.tsx b/icons-styled-components/src/icons/CPlusPlus.tsx deleted file mode 100644 index 9c455d3..0000000 --- a/icons-styled-components/src/icons/CPlusPlus.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledCPlusPlus = styled.i` - & { - position: relative; - display: block; - width: 16px; - height: 16px; - transform: scale(var(--ggs, 1)); - border: 3px solid currentColor; - box-sizing: border-box; - border-radius: 100px; - border-right-color: transparent; - } - &::after, - &::before { - content: ''; - position: absolute; - box-sizing: border-box; - display: block; - width: 9px; - height: 6px; - border-left: 2px solid; - border-right: 2px solid; - right: -9px; - top: 2px; - } - &::after { - width: 13px; - height: 2px; - border-left: 6px solid; - border-right: 6px solid; - right: -11px; - top: 4px; - } -` - -export const CPlusPlus = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Calculator.tsx b/icons-styled-components/src/icons/Calculator.tsx deleted file mode 100644 index 9396e03..0000000 --- a/icons-styled-components/src/icons/Calculator.tsx +++ /dev/null @@ -1,44 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledCalculator = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 18px; - height: 22px; - border: 2px solid; - border-radius: 2px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 10px; - height: 2px; - background: currentColor; - top: 2px; - left: 2px; - } - &::after { - width: 2px; - box-shadow: 4px 0 0, 8px 0 0, 0 4px 0, 4px 4px 0, 8px 4px 0, 0 8px 0, 4px 8px 0, 8px 8px 0, - 8px 6px 0; - top: 6px; - } -` - -export const Calculator = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Calendar.tsx b/icons-styled-components/src/icons/Calendar.tsx deleted file mode 100644 index 4a5345c..0000000 --- a/icons-styled-components/src/icons/Calendar.tsx +++ /dev/null @@ -1,40 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledCalendar = styled.i` - &, - &::before { - display: block; - box-sizing: border-box; - } - & { - position: relative; - transform: scale(var(--ggs, 1)); - width: 18px; - height: 18px; - border: 2px solid; - border-top: 4px solid; - border-radius: 3px; - } - &::before { - content: ''; - position: absolute; - width: 10px; - border-radius: 3px; - left: 2px; - background: currentColor; - height: 2px; - top: 2px; - } -` - -export const Calendar = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/CalendarDates.tsx b/icons-styled-components/src/icons/CalendarDates.tsx deleted file mode 100644 index a3e451a..0000000 --- a/icons-styled-components/src/icons/CalendarDates.tsx +++ /dev/null @@ -1,47 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledCalendarDates = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 18px; - height: 18px; - border: 2px solid; - border-radius: 3px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - height: 2px; - left: 2px; - } - &::before { - background: currentColor; - width: 2px; - box-shadow: 4px 0 0, 8px 0 0, 0 4px 0, 4px 4px 0, 8px 4px 0; - top: 6px; - } - &::after { - width: 10px; - top: -4px; - box-shadow: 0 6px 0 0; - } -` - -export const CalendarDates = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/CalendarDue.tsx b/icons-styled-components/src/icons/CalendarDue.tsx deleted file mode 100644 index b466d19..0000000 --- a/icons-styled-components/src/icons/CalendarDue.tsx +++ /dev/null @@ -1,47 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledCalendarDue = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 18px; - height: 18px; - border: 2px solid; - border-radius: 3px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 6px; - background: currentColor; - } - &::before { - top: 2px; - width: 10px; - height: 2px; - left: 2px; - } - &::after { - width: 4px; - height: 4px; - bottom: 3px; - left: 5px; - } -` - -export const CalendarDue = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/CalendarNext.tsx b/icons-styled-components/src/icons/CalendarNext.tsx deleted file mode 100644 index 8b5109a..0000000 --- a/icons-styled-components/src/icons/CalendarNext.tsx +++ /dev/null @@ -1,54 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledCalendarNext = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 14px; - height: 14px; - border: 2px solid transparent; - border-bottom: 4px solid transparent; - border-right: 4px solid transparent; - border-left: 3px solid transparent; - box-shadow: 0 0 0 2px, inset 0 -2px 0; - border-radius: 1px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::before { - background: currentColor; - border-radius: 2px; - top: 0; - left: -1px; - width: 10px; - height: 2px; - } - &::after { - width: 0; - height: 0; - border-top: 3px solid transparent; - border-bottom: 3px solid transparent; - border-left: 5px solid; - bottom: -2px; - right: -2px; - } -` - -export const CalendarNext = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/CalendarToday.tsx b/icons-styled-components/src/icons/CalendarToday.tsx deleted file mode 100644 index 40d2623..0000000 --- a/icons-styled-components/src/icons/CalendarToday.tsx +++ /dev/null @@ -1,39 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledCalendarToday = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 18px; - height: 18px; - border: 2px solid; - border-top: 4px solid; - border-radius: 3px; - } - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - background: currentColor; - height: 4px; - width: 4px; - border-radius: 2px; - right: 2px; - bottom: 2px; - } -` - -export const CalendarToday = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/CalendarTwo.tsx b/icons-styled-components/src/icons/CalendarTwo.tsx deleted file mode 100644 index 110767b..0000000 --- a/icons-styled-components/src/icons/CalendarTwo.tsx +++ /dev/null @@ -1,38 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledCalendarTwo = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 18px; - height: 18px; - border: 2px solid; - border-radius: 3px; - } - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 10px; - height: 2px; - background: currentColor; - border-radius: 3px; - top: 2px; - left: 2px; - } -` - -export const CalendarTwo = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Calibrate.tsx b/icons-styled-components/src/icons/Calibrate.tsx deleted file mode 100644 index e957148..0000000 --- a/icons-styled-components/src/icons/Calibrate.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledCalibrate = styled.i`` - -export const Calibrate = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Camera.tsx b/icons-styled-components/src/icons/Camera.tsx deleted file mode 100644 index 441cb94..0000000 --- a/icons-styled-components/src/icons/Camera.tsx +++ /dev/null @@ -1,52 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledCamera = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - border: 2px solid; - border-radius: 3px; - width: 18px; - height: 12px; - perspective: 24px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::before { - border: 2px solid; - border-left-color: transparent; - transform: rotateY(-70deg); - width: 8px; - height: 8px; - right: -7px; - top: 0; - } - &::after { - width: 10px; - height: 5px; - border-top: 2px solid; - border-right: 2px solid; - top: -5px; - right: 2px; - border-top-right-radius: 2px; - } -` - -export const Camera = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Cap.tsx b/icons-styled-components/src/icons/Cap.tsx deleted file mode 100644 index e570d5f..0000000 --- a/icons-styled-components/src/icons/Cap.tsx +++ /dev/null @@ -1,55 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledCap = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 18px; - height: 12px; - border: 2px solid; - border-bottom-color: transparent; - border-top-left-radius: 100px; - border-top-right-radius: 100px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::after { - border-top: 2px solid transparent; - border-bottom: 2px solid transparent; - border-left: 4px solid transparent; - border-right: 4px solid transparent; - box-shadow: 0 0 0 2px, inset 12px 0 0 0; - bottom: -8px; - width: 18px; - height: 6px; - border-radius: 1px; - left: -2px; - } - &::before { - width: 4px; - height: 4px; - background: currentColor; - border-radius: 2px; - left: 5px; - top: -4px; - } -` - -export const Cap = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Captions.tsx b/icons-styled-components/src/icons/Captions.tsx deleted file mode 100644 index 8f09c02..0000000 --- a/icons-styled-components/src/icons/Captions.tsx +++ /dev/null @@ -1,43 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledCaptions = styled.i` - & { - border-radius: 1px; - transform: scale(var(--ggs, 1)); - } - &, - &::after, - &::before { - box-sizing: border-box; - position: relative; - display: block; - width: 20px; - height: 16px; - border: 2px solid; - } - &::after, - &::before { - content: ''; - position: absolute; - width: 5px; - height: 8px; - border-right: transparent; - top: 2px; - left: 2px; - } - &::before { - left: 9px; - } -` - -export const Captions = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/CardClubs.tsx b/icons-styled-components/src/icons/CardClubs.tsx deleted file mode 100644 index 75360d5..0000000 --- a/icons-styled-components/src/icons/CardClubs.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledCardClubs = styled.i`` - -export const CardClubs = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/CardDiamonds.tsx b/icons-styled-components/src/icons/CardDiamonds.tsx deleted file mode 100644 index 48ed750..0000000 --- a/icons-styled-components/src/icons/CardDiamonds.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledCardDiamonds = styled.i`` - -export const CardDiamonds = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/CardHearts.tsx b/icons-styled-components/src/icons/CardHearts.tsx deleted file mode 100644 index 8f780e6..0000000 --- a/icons-styled-components/src/icons/CardHearts.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledCardHearts = styled.i`` - -export const CardHearts = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/CardSpades.tsx b/icons-styled-components/src/icons/CardSpades.tsx deleted file mode 100644 index 555725b..0000000 --- a/icons-styled-components/src/icons/CardSpades.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledCardSpades = styled.i`` - -export const CardSpades = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Cast.tsx b/icons-styled-components/src/icons/Cast.tsx deleted file mode 100644 index a482371..0000000 --- a/icons-styled-components/src/icons/Cast.tsx +++ /dev/null @@ -1,58 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledCast = styled.i` - & { - background: linear-gradient(to left, currentColor 5px, transparent 0) no-repeat bottom right/6px - 2px, - linear-gradient(to left, currentColor 5px, transparent 0) no-repeat top left/2px 2px; - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 20px; - height: 16px; - border-top: 2px solid; - border-right: 2px solid; - border-radius: 2px; - border-left: 0; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 20px; - height: 20px; - border: 6px double; - border-top-color: transparent; - border-bottom-color: transparent; - border-left-color: transparent; - border-radius: 50%; - transform: rotate(-45deg); - bottom: -10px; - left: -10px; - } - &::after { - width: 4px; - height: 4px; - border: 2px solid; - border-top-color: transparent; - border-bottom-color: transparent; - border-left-color: transparent; - bottom: -2px; - left: -2px; - } -` - -export const Cast = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Chart.tsx b/icons-styled-components/src/icons/Chart.tsx deleted file mode 100644 index 817e0cf..0000000 --- a/icons-styled-components/src/icons/Chart.tsx +++ /dev/null @@ -1,49 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledChart = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 10px; - height: 10px; - border-bottom: 2px solid; - border-left: 2px solid; - } - &::after, - &::before { - content: ''; - display: block; - position: absolute; - border: 2px solid; - box-sizing: border-box; - } - &::before { - border-top-right-radius: 100px; - right: -2px; - top: -2px; - width: 8px; - height: 8px; - } - &::after { - width: 18px; - height: 18px; - border-radius: 100px; - border-right-color: transparent; - left: -10px; - transform: rotate(-45deg); - } -` - -export const Chart = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Check.tsx b/icons-styled-components/src/icons/Check.tsx deleted file mode 100644 index 707c7bc..0000000 --- a/icons-styled-components/src/icons/Check.tsx +++ /dev/null @@ -1,40 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledCheck = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - border: 2px solid transparent; - border-radius: 100px; - } - &::after { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - left: 3px; - top: -1px; - width: 6px; - height: 10px; - border-width: 0 2px 2px 0; - border-style: solid; - transform-origin: bottom left; - transform: rotate(45deg); - } -` - -export const Check = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/CheckO.tsx b/icons-styled-components/src/icons/CheckO.tsx deleted file mode 100644 index d9ef4a1..0000000 --- a/icons-styled-components/src/icons/CheckO.tsx +++ /dev/null @@ -1,41 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledCheckO = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 100px; - } - &::after { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - left: 3px; - top: -1px; - width: 6px; - height: 10px; - border-color: currentColor; - border-width: 0 2px 2px 0; - border-style: solid; - transform-origin: bottom left; - transform: rotate(45deg); - } -` - -export const CheckO = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/CheckR.tsx b/icons-styled-components/src/icons/CheckR.tsx deleted file mode 100644 index de66927..0000000 --- a/icons-styled-components/src/icons/CheckR.tsx +++ /dev/null @@ -1,40 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledCheckR = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - width: 22px; - height: 22px; - border: 2px solid; - transform: scale(var(--ggs, 1)); - border-radius: 4px; - } - &::after { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - left: 3px; - top: -1px; - width: 6px; - height: 10px; - border-width: 0 2px 2px 0; - border-style: solid; - transform-origin: bottom left; - transform: rotate(45deg); - } -` - -export const CheckR = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ChevronDoubleDown.tsx b/icons-styled-components/src/icons/ChevronDoubleDown.tsx deleted file mode 100644 index bf88514..0000000 --- a/icons-styled-components/src/icons/ChevronDoubleDown.tsx +++ /dev/null @@ -1,41 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledChevronDoubleDown = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 8px; - height: 8px; - border-bottom: 2px solid; - border-right: 2px solid; - transform: rotate(45deg); - left: 7px; - top: 3px; - } - &::after { - top: 8px; - } -` - -export const ChevronDoubleDown = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ChevronDoubleDownO.tsx b/icons-styled-components/src/icons/ChevronDoubleDownO.tsx deleted file mode 100644 index e0ce281..0000000 --- a/icons-styled-components/src/icons/ChevronDoubleDownO.tsx +++ /dev/null @@ -1,43 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledChevronDoubleDownO = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - border: 2px solid; - border-radius: 40px; - width: 22px; - height: 22px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - border-bottom: 2px solid; - border-right: 2px solid; - transform: rotate(45deg); - left: 6px; - top: 3px; - } - &::after { - top: 7px; - } -` - -export const ChevronDoubleDownO = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ChevronDoubleDownR.tsx b/icons-styled-components/src/icons/ChevronDoubleDownR.tsx deleted file mode 100644 index 5c38ac8..0000000 --- a/icons-styled-components/src/icons/ChevronDoubleDownR.tsx +++ /dev/null @@ -1,43 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledChevronDoubleDownR = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - border: 2px solid; - border-radius: 4px; - width: 22px; - height: 22px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - border-bottom: 2px solid; - border-right: 2px solid; - transform: rotate(45deg); - left: 6px; - top: 3px; - } - &::after { - top: 7px; - } -` - -export const ChevronDoubleDownR = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ChevronDoubleLeft.tsx b/icons-styled-components/src/icons/ChevronDoubleLeft.tsx deleted file mode 100644 index 9a6bb0a..0000000 --- a/icons-styled-components/src/icons/ChevronDoubleLeft.tsx +++ /dev/null @@ -1,41 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledChevronDoubleLeft = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 8px; - height: 8px; - border-left: 2px solid; - border-bottom: 2px solid; - transform: rotate(45deg); - top: 7px; - left: 6px; - } - &::after { - left: 11px; - } -` - -export const ChevronDoubleLeft = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ChevronDoubleLeftO.tsx b/icons-styled-components/src/icons/ChevronDoubleLeftO.tsx deleted file mode 100644 index 1190534..0000000 --- a/icons-styled-components/src/icons/ChevronDoubleLeftO.tsx +++ /dev/null @@ -1,43 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledChevronDoubleLeftO = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - border: 2px solid; - border-radius: 40px; - width: 22px; - height: 22px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - border-left: 2px solid; - border-bottom: 2px solid; - transform: rotate(45deg); - top: 6px; - left: 5px; - } - &::after { - left: 9px; - } -` - -export const ChevronDoubleLeftO = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ChevronDoubleLeftR.tsx b/icons-styled-components/src/icons/ChevronDoubleLeftR.tsx deleted file mode 100644 index cab2355..0000000 --- a/icons-styled-components/src/icons/ChevronDoubleLeftR.tsx +++ /dev/null @@ -1,43 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledChevronDoubleLeftR = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - border: 2px solid; - border-radius: 4px; - width: 22px; - height: 22px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - border-left: 2px solid; - border-bottom: 2px solid; - transform: rotate(45deg); - top: 6px; - left: 5px; - } - &::after { - left: 9px; - } -` - -export const ChevronDoubleLeftR = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ChevronDoubleRight.tsx b/icons-styled-components/src/icons/ChevronDoubleRight.tsx deleted file mode 100644 index 143cd50..0000000 --- a/icons-styled-components/src/icons/ChevronDoubleRight.tsx +++ /dev/null @@ -1,41 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledChevronDoubleRight = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 8px; - height: 8px; - border-right: 2px solid; - border-top: 2px solid; - transform: rotate(45deg); - top: 7px; - right: 6px; - } - &::after { - right: 11px; - } -` - -export const ChevronDoubleRight = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ChevronDoubleRightO.tsx b/icons-styled-components/src/icons/ChevronDoubleRightO.tsx deleted file mode 100644 index 292c30d..0000000 --- a/icons-styled-components/src/icons/ChevronDoubleRightO.tsx +++ /dev/null @@ -1,43 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledChevronDoubleRightO = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - border: 2px solid; - border-radius: 40px; - width: 22px; - height: 22px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - border-right: 2px solid; - border-top: 2px solid; - transform: rotate(45deg); - top: 6px; - right: 5px; - } - &::after { - right: 9px; - } -` - -export const ChevronDoubleRightO = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ChevronDoubleRightR.tsx b/icons-styled-components/src/icons/ChevronDoubleRightR.tsx deleted file mode 100644 index 2f2db09..0000000 --- a/icons-styled-components/src/icons/ChevronDoubleRightR.tsx +++ /dev/null @@ -1,43 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledChevronDoubleRightR = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - border: 2px solid; - border-radius: 4px; - width: 22px; - height: 22px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - border-right: 2px solid; - border-top: 2px solid; - transform: rotate(45deg); - top: 6px; - right: 5px; - } - &::after { - right: 9px; - } -` - -export const ChevronDoubleRightR = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ChevronDoubleUp.tsx b/icons-styled-components/src/icons/ChevronDoubleUp.tsx deleted file mode 100644 index 9d6a479..0000000 --- a/icons-styled-components/src/icons/ChevronDoubleUp.tsx +++ /dev/null @@ -1,41 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledChevronDoubleUp = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 8px; - height: 8px; - border-top: 2px solid; - border-left: 2px solid; - transform: rotate(45deg); - left: 7px; - bottom: 3px; - } - &::after { - bottom: 8px; - } -` - -export const ChevronDoubleUp = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ChevronDoubleUpO.tsx b/icons-styled-components/src/icons/ChevronDoubleUpO.tsx deleted file mode 100644 index 5a367a8..0000000 --- a/icons-styled-components/src/icons/ChevronDoubleUpO.tsx +++ /dev/null @@ -1,43 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledChevronDoubleUpO = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - border: 2px solid; - border-radius: 40px; - width: 22px; - height: 22px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - border-top: 2px solid; - border-left: 2px solid; - transform: rotate(45deg); - left: 6px; - bottom: 3px; - } - &::after { - bottom: 7px; - } -` - -export const ChevronDoubleUpO = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ChevronDoubleUpR.tsx b/icons-styled-components/src/icons/ChevronDoubleUpR.tsx deleted file mode 100644 index 6be0ab7..0000000 --- a/icons-styled-components/src/icons/ChevronDoubleUpR.tsx +++ /dev/null @@ -1,43 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledChevronDoubleUpR = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - border: 2px solid; - border-radius: 4px; - width: 22px; - height: 22px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - border-top: 2px solid; - border-left: 2px solid; - transform: rotate(45deg); - left: 6px; - bottom: 3px; - } - &::after { - bottom: 7px; - } -` - -export const ChevronDoubleUpR = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ChevronDown.tsx b/icons-styled-components/src/icons/ChevronDown.tsx deleted file mode 100644 index c99eccf..0000000 --- a/icons-styled-components/src/icons/ChevronDown.tsx +++ /dev/null @@ -1,39 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledChevronDown = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - border: 2px solid transparent; - border-radius: 100px; - } - &::after { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 10px; - height: 10px; - border-bottom: 2px solid; - border-right: 2px solid; - transform: rotate(45deg); - left: 4px; - top: 2px; - } -` - -export const ChevronDown = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ChevronDownO.tsx b/icons-styled-components/src/icons/ChevronDownO.tsx deleted file mode 100644 index 51b727b..0000000 --- a/icons-styled-components/src/icons/ChevronDownO.tsx +++ /dev/null @@ -1,39 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledChevronDownO = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 100px; - } - &::after { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - border-bottom: 2px solid; - border-right: 2px solid; - transform: rotate(45deg); - left: 6px; - top: 5px; - } -` - -export const ChevronDownO = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ChevronDownR.tsx b/icons-styled-components/src/icons/ChevronDownR.tsx deleted file mode 100644 index d816c1c..0000000 --- a/icons-styled-components/src/icons/ChevronDownR.tsx +++ /dev/null @@ -1,39 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledChevronDownR = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 4px; - } - &::after { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - border-bottom: 2px solid; - border-right: 2px solid; - transform: rotate(45deg); - left: 6px; - top: 5px; - } -` - -export const ChevronDownR = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ChevronLeft.tsx b/icons-styled-components/src/icons/ChevronLeft.tsx deleted file mode 100644 index e8df0ff..0000000 --- a/icons-styled-components/src/icons/ChevronLeft.tsx +++ /dev/null @@ -1,39 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledChevronLeft = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - border: 2px solid transparent; - border-radius: 100px; - } - &::after { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 10px; - height: 10px; - border-bottom: 2px solid; - border-left: 2px solid; - transform: rotate(45deg); - left: 6px; - top: 4px; - } -` - -export const ChevronLeft = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ChevronLeftO.tsx b/icons-styled-components/src/icons/ChevronLeftO.tsx deleted file mode 100644 index 7602b6b..0000000 --- a/icons-styled-components/src/icons/ChevronLeftO.tsx +++ /dev/null @@ -1,39 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledChevronLeftO = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 100px; - } - &::after { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - border-bottom: 2px solid; - border-left: 2px solid; - transform: rotate(45deg); - left: 7px; - top: 6px; - } -` - -export const ChevronLeftO = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ChevronLeftR.tsx b/icons-styled-components/src/icons/ChevronLeftR.tsx deleted file mode 100644 index c7b5488..0000000 --- a/icons-styled-components/src/icons/ChevronLeftR.tsx +++ /dev/null @@ -1,39 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledChevronLeftR = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 4px; - } - &::after { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - border-bottom: 2px solid; - border-left: 2px solid; - transform: rotate(45deg); - left: 7px; - top: 6px; - } -` - -export const ChevronLeftR = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ChevronRight.tsx b/icons-styled-components/src/icons/ChevronRight.tsx deleted file mode 100644 index ec28558..0000000 --- a/icons-styled-components/src/icons/ChevronRight.tsx +++ /dev/null @@ -1,39 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledChevronRight = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - border: 2px solid transparent; - border-radius: 100px; - } - &::after { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 10px; - height: 10px; - border-bottom: 2px solid; - border-right: 2px solid; - transform: rotate(-45deg); - right: 6px; - top: 4px; - } -` - -export const ChevronRight = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ChevronRightO.tsx b/icons-styled-components/src/icons/ChevronRightO.tsx deleted file mode 100644 index 88cc5de..0000000 --- a/icons-styled-components/src/icons/ChevronRightO.tsx +++ /dev/null @@ -1,39 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledChevronRightO = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 100px; - } - &::after { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - border-bottom: 2px solid; - border-right: 2px solid; - transform: rotate(-45deg); - left: 5px; - top: 6px; - } -` - -export const ChevronRightO = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ChevronRightR.tsx b/icons-styled-components/src/icons/ChevronRightR.tsx deleted file mode 100644 index c4e4fb9..0000000 --- a/icons-styled-components/src/icons/ChevronRightR.tsx +++ /dev/null @@ -1,39 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledChevronRightR = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 4px; - } - &::after { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - border-bottom: 2px solid; - border-right: 2px solid; - transform: rotate(-45deg); - left: 5px; - top: 6px; - } -` - -export const ChevronRightR = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ChevronUp.tsx b/icons-styled-components/src/icons/ChevronUp.tsx deleted file mode 100644 index 5bb4805..0000000 --- a/icons-styled-components/src/icons/ChevronUp.tsx +++ /dev/null @@ -1,39 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledChevronUp = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - border: 2px solid transparent; - border-radius: 100px; - } - &::after { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 10px; - height: 10px; - border-top: 2px solid; - border-right: 2px solid; - transform: rotate(-45deg); - left: 4px; - bottom: 2px; - } -` - -export const ChevronUp = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ChevronUpO.tsx b/icons-styled-components/src/icons/ChevronUpO.tsx deleted file mode 100644 index 28314de..0000000 --- a/icons-styled-components/src/icons/ChevronUpO.tsx +++ /dev/null @@ -1,39 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledChevronUpO = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 100px; - } - &::after { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - border-top: 2px solid; - border-right: 2px solid; - transform: rotate(-45deg); - left: 6px; - bottom: 5px; - } -` - -export const ChevronUpO = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ChevronUpR.tsx b/icons-styled-components/src/icons/ChevronUpR.tsx deleted file mode 100644 index 37b8c49..0000000 --- a/icons-styled-components/src/icons/ChevronUpR.tsx +++ /dev/null @@ -1,39 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledChevronUpR = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 4px; - } - &::after { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - border-top: 2px solid; - border-right: 2px solid; - transform: rotate(-45deg); - left: 6px; - bottom: 5px; - } -` - -export const ChevronUpR = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Circleci.tsx b/icons-styled-components/src/icons/Circleci.tsx deleted file mode 100644 index bce331d..0000000 --- a/icons-styled-components/src/icons/Circleci.tsx +++ /dev/null @@ -1,39 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledCircleci = styled.i` - &, - &::before { - display: block; - box-sizing: border-box; - border-radius: 18px; - } - & { - position: relative; - transform: scale(var(--ggs, 1)); - width: 24px; - height: 24px; - border: 4px solid; - background: linear-gradient(to left, currentColor 8px, transparent 0) no-repeat -2px center/8px 3px; - } - &::before { - content: ''; - position: absolute; - width: 10px; - height: 10px; - border: 3px solid; - top: 3px; - right: 3px; - } -` - -export const Circleci = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ClapperBoard.tsx b/icons-styled-components/src/icons/ClapperBoard.tsx deleted file mode 100644 index 943fa7a..0000000 --- a/icons-styled-components/src/icons/ClapperBoard.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledClapperBoard = styled.i`` - -export const ClapperBoard = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Clipboard.tsx b/icons-styled-components/src/icons/Clipboard.tsx deleted file mode 100644 index 8b2880c..0000000 --- a/icons-styled-components/src/icons/Clipboard.tsx +++ /dev/null @@ -1,49 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledClipboard = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 18px; - height: 18px; - border: 2px solid; - border-radius: 2px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 2px; - width: 10px; - left: 2px; - } - &::before { - border: 2px solid; - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; - top: -2px; - height: 6px; - } - &::after { - height: 2px; - background: currentColor; - box-shadow: 0 -4px 0 0; - bottom: 2px; - } -` - -export const Clipboard = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Close.tsx b/icons-styled-components/src/icons/Close.tsx deleted file mode 100644 index 3a80815..0000000 --- a/icons-styled-components/src/icons/Close.tsx +++ /dev/null @@ -1,43 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledClose = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - border: 2px solid transparent; - border-radius: 40px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 16px; - height: 2px; - background: currentColor; - transform: rotate(45deg); - border-radius: 5px; - top: 8px; - left: 1px; - } - &::after { - transform: rotate(-45deg); - } -` - -export const Close = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/CloseO.tsx b/icons-styled-components/src/icons/CloseO.tsx deleted file mode 100644 index c47620a..0000000 --- a/icons-styled-components/src/icons/CloseO.tsx +++ /dev/null @@ -1,43 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledCloseO = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 40px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 12px; - height: 2px; - background: currentColor; - transform: rotate(45deg); - border-radius: 5px; - top: 8px; - left: 3px; - } - &::after { - transform: rotate(-45deg); - } -` - -export const CloseO = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/CloseR.tsx b/icons-styled-components/src/icons/CloseR.tsx deleted file mode 100644 index b307d77..0000000 --- a/icons-styled-components/src/icons/CloseR.tsx +++ /dev/null @@ -1,43 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledCloseR = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 4px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 12px; - height: 2px; - background: currentColor; - transform: rotate(45deg); - border-radius: 5px; - top: 8px; - left: 3px; - } - &::after { - transform: rotate(-45deg); - } -` - -export const CloseR = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Cloud.tsx b/icons-styled-components/src/icons/Cloud.tsx deleted file mode 100644 index b52c14d..0000000 --- a/icons-styled-components/src/icons/Cloud.tsx +++ /dev/null @@ -1,51 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledCloud = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 8px; - height: 2px; - background: currentColor; - margin-bottom: -20px; - } - &::after, - &::before { - content: ''; - display: block; - position: absolute; - border: 2px solid; - box-sizing: border-box; - bottom: 0; - } - &::before { - border-top-left-radius: 100px; - border-bottom-left-radius: 100px; - border-right: 0; - left: -6px; - width: 7px; - height: 12px; - } - &::after { - width: 16px; - height: 16px; - border-radius: 100px; - border-left-color: transparent; - right: -8px; - transform: rotate(-45deg); - } -` - -export const Cloud = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Code.tsx b/icons-styled-components/src/icons/Code.tsx deleted file mode 100644 index 368d76c..0000000 --- a/icons-styled-components/src/icons/Code.tsx +++ /dev/null @@ -1,43 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledCode = styled.i` - & { - transform: scale(var(--ggs, 1)); - } - &, - &::after, - &::before { - box-sizing: border-box; - position: relative; - display: block; - width: 8px; - height: 20px; - } - &::after, - &::before { - content: ''; - position: absolute; - height: 8px; - border-left: 2px solid; - border-bottom: 2px solid; - transform: rotate(45deg) scaleY(1); - left: -4px; - top: 6px; - } - &::after { - transform: rotate(-45deg) scaleX(-1); - left: 4px; - } -` - -export const Code = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/CodeClimate.tsx b/icons-styled-components/src/icons/CodeClimate.tsx deleted file mode 100644 index b3c48e1..0000000 --- a/icons-styled-components/src/icons/CodeClimate.tsx +++ /dev/null @@ -1,45 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledCodeClimate = styled.i` - & { - display: block; - box-sizing: border-box; - position: relative; - transform: scale(var(--ggs, 1)); - width: 24px; - height: 16px; - } - &::after, - &::before { - content: ''; - display: block; - position: absolute; - box-sizing: border-box; - width: 12px; - border-left: 4px solid; - border-top: 4px solid; - transform: rotate(45deg); - } - &::before { - height: 12px; - left: 2px; - bottom: -2px; - } - &::after { - height: 6px; - right: 0; - bottom: 6px; - } -` - -export const CodeClimate = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/CodeSlash.tsx b/icons-styled-components/src/icons/CodeSlash.tsx deleted file mode 100644 index 5fbe07a..0000000 --- a/icons-styled-components/src/icons/CodeSlash.tsx +++ /dev/null @@ -1,47 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledCodeSlash = styled.i` - & { - display: block; - position: relative; - box-sizing: border-box; - transform: rotate(15deg) scale(var(--ggs, 1)); - width: 2px; - height: 16px; - background: currentColor; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 8px; - height: 8px; - transform: rotate(-60deg); - } - &::before { - border-left: 2px solid; - border-top: 2px solid; - left: -8px; - top: 5px; - } - &::after { - border-right: 2px solid; - border-bottom: 2px solid; - right: -8px; - top: 3px; - } -` - -export const CodeSlash = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Codesandbox.tsx b/icons-styled-components/src/icons/Codesandbox.tsx deleted file mode 100644 index 3e4b480..0000000 --- a/icons-styled-components/src/icons/Codesandbox.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledCodesandbox = styled.i`` - -export const Codesandbox = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Coffe.tsx b/icons-styled-components/src/icons/Coffe.tsx deleted file mode 100644 index bdc2674..0000000 --- a/icons-styled-components/src/icons/Coffe.tsx +++ /dev/null @@ -1,56 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledCoffe = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 18px; - height: 14px; - border: 2px solid; - border-radius: 6px; - border-top-left-radius: 0; - border-top-right-radius: 0; - margin-left: -4px; - margin-top: 3px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::before { - left: 2px; - background: currentColor; - box-shadow: 4px 0 0, 8px 0 0; - border-radius: 3px; - width: 2px; - height: 4px; - top: -7px; - } - &::after { - width: 6px; - height: 8px; - border: 2px solid; - border-radius: 100px; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - right: -6px; - top: -1px; - } -` - -export const Coffe = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Collage.tsx b/icons-styled-components/src/icons/Collage.tsx deleted file mode 100644 index 6ee85a6..0000000 --- a/icons-styled-components/src/icons/Collage.tsx +++ /dev/null @@ -1,45 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledCollage = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 16px; - height: 20px; - border: 2px solid; - border-radius: 3px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 2px; - height: 20px; - background: currentColor; - left: 5px; - top: -2px; - } - &::after { - width: 9px; - height: 2px; - left: -2px; - top: 4px; - box-shadow: 7px 5px 0 0; - } -` - -export const Collage = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ColorBucket.tsx b/icons-styled-components/src/icons/ColorBucket.tsx deleted file mode 100644 index ae54ffd..0000000 --- a/icons-styled-components/src/icons/ColorBucket.tsx +++ /dev/null @@ -1,54 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledColorBucket = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 6px; - height: 10px; - border: 2px solid; - border-bottom: 0; - border-top-left-radius: 100px; - border-top-right-radius: 100px; - margin-top: -18px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - transform: rotate(45deg); - } - &::before { - border: 2px solid; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; - top: 4px; - left: -4px; - width: 14px; - height: 16px; - } - &::after { - width: 6px; - height: 6px; - border-radius: 0 100% 100% 100%; - background: currentColor; - right: -15px; - bottom: -12px; - } -` - -export const ColorBucket = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ColorPicker.tsx b/icons-styled-components/src/icons/ColorPicker.tsx deleted file mode 100644 index d92067a..0000000 --- a/icons-styled-components/src/icons/ColorPicker.tsx +++ /dev/null @@ -1,54 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledColorPicker = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: rotate(-45deg) scale(var(--ggs, 1)); - width: 18px; - height: 10px; - border-left: 0; - border-top-left-radius: 100px; - border-bottom-left-radius: 100px; - border-top: 2px solid transparent; - border-bottom: 2px solid transparent; - border-right: 2px solid transparent; - box-shadow: inset 0 0 0 2px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - background: currentColor; - } - &::before { - top: -2px; - border-radius: 3px; - width: 2px; - height: 10px; - right: -3px; - } - &::after { - width: 8px; - height: 6px; - right: -9px; - box-shadow: -21px 0 0 -2px; - border-top-right-radius: 100px; - border-bottom-right-radius: 100px; - } -` - -export const ColorPicker = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ComedyCentral.tsx b/icons-styled-components/src/icons/ComedyCentral.tsx deleted file mode 100644 index 59255a4..0000000 --- a/icons-styled-components/src/icons/ComedyCentral.tsx +++ /dev/null @@ -1,39 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledComedyCentral = styled.i` - &, - &::before { - box-sizing: border-box; - display: block; - border: 3px solid; - border-radius: 100px; - } - & { - position: relative; - border-left-color: transparent; - transform: scale(var(--ggs, 1)); - width: 20px; - height: 20px; - } - &::before { - content: ''; - position: absolute; - border-right-color: transparent; - width: 10px; - height: 10px; - bottom: 2px; - right: 2px; - } -` - -export const ComedyCentral = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Comment.tsx b/icons-styled-components/src/icons/Comment.tsx deleted file mode 100644 index afdfb52..0000000 --- a/icons-styled-components/src/icons/Comment.tsx +++ /dev/null @@ -1,50 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledComment = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 20px; - height: 16px; - border: 2px solid; - border-bottom: 0; - box-shadow: -6px 8px 0 -6px, 6px 8px 0 -6px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 8px; - } - &::before { - border: 2px solid; - border-top-color: transparent; - border-bottom-left-radius: 20px; - right: 4px; - bottom: -6px; - height: 6px; - } - &::after { - height: 2px; - background: currentColor; - box-shadow: 0 4px 0 0; - left: 4px; - top: 4px; - } -` - -export const Comment = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Components.tsx b/icons-styled-components/src/icons/Components.tsx deleted file mode 100644 index a2d5ac0..0000000 --- a/icons-styled-components/src/icons/Components.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledComponents = styled.i`` - -export const Components = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Compress.tsx b/icons-styled-components/src/icons/Compress.tsx deleted file mode 100644 index 5ab1918..0000000 --- a/icons-styled-components/src/icons/Compress.tsx +++ /dev/null @@ -1,47 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledCompress = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 26px; - height: 2px; - border-left: 10px solid; - border-right: 10px solid; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - border-top: 2px solid; - top: -2px; - } - &::before { - border-right: 2px solid; - left: -5px; - transform: rotate(45deg); - } - &::after { - border-left: 2px solid; - right: -5px; - transform: rotate(-45deg); - } -` - -export const Compress = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/CompressLeft.tsx b/icons-styled-components/src/icons/CompressLeft.tsx deleted file mode 100644 index 0d34236..0000000 --- a/icons-styled-components/src/icons/CompressLeft.tsx +++ /dev/null @@ -1,47 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledCompressLeft = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: rotate(-45deg) scale(var(--ggs, 1)); - width: 2px; - height: 26px; - border-top: 10px solid; - border-bottom: 10px solid; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - transform: rotate(45deg); - left: -2px; - } - &::after { - border-bottom: 2px solid; - border-right: 2px solid; - top: -5px; - } - &::before { - border-top: 2px solid; - border-left: 2px solid; - bottom: -5px; - } -` - -export const CompressLeft = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/CompressRight.tsx b/icons-styled-components/src/icons/CompressRight.tsx deleted file mode 100644 index dcc8174..0000000 --- a/icons-styled-components/src/icons/CompressRight.tsx +++ /dev/null @@ -1,47 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledCompressRight = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: rotate(45deg) scale(var(--ggs, 1)); - width: 2px; - height: 26px; - border-top: 10px solid; - border-bottom: 10px solid; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - transform: rotate(45deg); - left: -2px; - } - &::after { - border-bottom: 2px solid; - border-right: 2px solid; - top: -5px; - } - &::before { - border-top: 2px solid; - border-left: 2px solid; - bottom: -5px; - } -` - -export const CompressRight = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/CompressV.tsx b/icons-styled-components/src/icons/CompressV.tsx deleted file mode 100644 index fd743f9..0000000 --- a/icons-styled-components/src/icons/CompressV.tsx +++ /dev/null @@ -1,47 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledCompressV = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 2px; - height: 26px; - border-top: 10px solid; - border-bottom: 10px solid; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - transform: rotate(45deg); - left: -2px; - } - &::after { - border-bottom: 2px solid; - border-right: 2px solid; - top: -5px; - } - &::before { - border-top: 2px solid; - border-left: 2px solid; - bottom: -5px; - } -` - -export const CompressV = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Controller.tsx b/icons-styled-components/src/icons/Controller.tsx deleted file mode 100644 index b29e93d..0000000 --- a/icons-styled-components/src/icons/Controller.tsx +++ /dev/null @@ -1,38 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledController = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 8px; - height: 8px; - border: 2px solid; - border-radius: 100px; - } - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 14px; - height: 14px; - box-shadow: -6px -6px 0 -4px, 6px 6px 0 -4px, 6px -6px 0 -4px, -6px 6px 0 -4px; - left: -5px; - top: -5px; - transform: rotate(45deg); - } -` - -export const Controller = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Copy.tsx b/icons-styled-components/src/icons/Copy.tsx deleted file mode 100644 index 03d39f0..0000000 --- a/icons-styled-components/src/icons/Copy.tsx +++ /dev/null @@ -1,52 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledCopy = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 14px; - height: 18px; - border: 2px solid; - margin-left: -5px; - margin-top: -4px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::before { - background: linear-gradient(to left, currentColor 5px, transparent 0) no-repeat right top/5px - 2px, - linear-gradient(to left, currentColor 5px, transparent 0) no-repeat left bottom/ 2px 5px; - box-shadow: inset -4px -4px 0 -2px; - bottom: -6px; - right: -6px; - width: 14px; - height: 18px; - } - &::after { - width: 6px; - height: 2px; - background: currentColor; - left: 2px; - top: 2px; - box-shadow: 0 4px 0, 0 8px 0; - } -` - -export const Copy = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Copyright.tsx b/icons-styled-components/src/icons/Copyright.tsx deleted file mode 100644 index ece7248..0000000 --- a/icons-styled-components/src/icons/Copyright.tsx +++ /dev/null @@ -1,37 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledCopyright = styled.i` - &, - &::after { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 18px; - height: 18px; - border: 2px solid; - border-radius: 40px; - } - &::after { - content: ''; - position: absolute; - border-right-color: transparent; - width: 8px; - height: 8px; - top: 3px; - left: 3px; - transform: none; - } -` - -export const Copyright = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/CornerDoubleDownLeft.tsx b/icons-styled-components/src/icons/CornerDoubleDownLeft.tsx deleted file mode 100644 index 39d87a0..0000000 --- a/icons-styled-components/src/icons/CornerDoubleDownLeft.tsx +++ /dev/null @@ -1,46 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledCornerDoubleDownLeft = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 12px; - height: 12px; - border-bottom-right-radius: 4px; - border-bottom: 2px solid; - border-right: 2px solid; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - border-left: 2px solid; - transform: rotate(45deg); - } - &::after { - border-bottom: 2px solid; - bottom: -4px; - } - &::before { - border-top: 2px solid; - right: -4px; - } -` - -export const CornerDoubleDownLeft = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/CornerDoubleDownRight.tsx b/icons-styled-components/src/icons/CornerDoubleDownRight.tsx deleted file mode 100644 index 37db42c..0000000 --- a/icons-styled-components/src/icons/CornerDoubleDownRight.tsx +++ /dev/null @@ -1,47 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledCornerDoubleDownRight = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 12px; - height: 12px; - border-bottom-left-radius: 4px; - border-bottom: 2px solid; - border-left: 2px solid; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - border-top: 2px solid; - transform: rotate(45deg); - } - &::after { - border-right: 2px solid; - bottom: -4px; - right: 0; - } - &::before { - border-left: 2px solid; - left: -4px; - } -` - -export const CornerDoubleDownRight = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/CornerDoubleLeftDown.tsx b/icons-styled-components/src/icons/CornerDoubleLeftDown.tsx deleted file mode 100644 index bef85df..0000000 --- a/icons-styled-components/src/icons/CornerDoubleLeftDown.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledCornerDoubleLeftDown = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 12px; - height: 12px; - border-top-left-radius: 4px; - border-top: 2px solid; - border-left: 2px solid; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - border-right: 2px solid; - transform: rotate(45deg); - } - &::after { - border-top: 2px solid; - top: -4px; - right: 0; - } - &::before { - border-bottom: 2px solid; - left: -4px; - bottom: 0; - } -` - -export const CornerDoubleLeftDown = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/CornerDoubleLeftUp.tsx b/icons-styled-components/src/icons/CornerDoubleLeftUp.tsx deleted file mode 100644 index 8ec0882..0000000 --- a/icons-styled-components/src/icons/CornerDoubleLeftUp.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledCornerDoubleLeftUp = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 12px; - height: 12px; - border-bottom-left-radius: 4px; - border-bottom: 2px solid; - border-left: 2px solid; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - border-top: 2px solid; - transform: rotate(45deg); - } - &::after { - border-right: 2px solid; - bottom: -4px; - right: 0; - } - &::before { - border-left: 2px solid; - left: -4px; - top: 0; - } -` - -export const CornerDoubleLeftUp = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/CornerDoubleRightDown.tsx b/icons-styled-components/src/icons/CornerDoubleRightDown.tsx deleted file mode 100644 index 0046ba6..0000000 --- a/icons-styled-components/src/icons/CornerDoubleRightDown.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledCornerDoubleRightDown = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 12px; - height: 12px; - border-top-right-radius: 4px; - border-top: 2px solid; - border-right: 2px solid; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - border-bottom: 2px solid; - transform: rotate(45deg); - } - &::after { - border-left: 2px solid; - top: -4px; - left: 0; - } - &::before { - border-right: 2px solid; - right: -4px; - bottom: 0; - } -` - -export const CornerDoubleRightDown = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/CornerDoubleRightUp.tsx b/icons-styled-components/src/icons/CornerDoubleRightUp.tsx deleted file mode 100644 index c98735b..0000000 --- a/icons-styled-components/src/icons/CornerDoubleRightUp.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledCornerDoubleRightUp = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 12px; - height: 12px; - border-bottom-right-radius: 4px; - border-bottom: 2px solid; - border-right: 2px solid; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - border-left: 2px solid; - transform: rotate(45deg); - } - &::after { - border-bottom: 2px solid; - bottom: -4px; - left: 0; - } - &::before { - border-top: 2px solid; - right: -4px; - top: 0; - } -` - -export const CornerDoubleRightUp = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/CornerDoubleUpLeft.tsx b/icons-styled-components/src/icons/CornerDoubleUpLeft.tsx deleted file mode 100644 index a9035b5..0000000 --- a/icons-styled-components/src/icons/CornerDoubleUpLeft.tsx +++ /dev/null @@ -1,47 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledCornerDoubleUpLeft = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 12px; - height: 12px; - border-top-right-radius: 4px; - border-top: 2px solid; - border-right: 2px solid; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - border-bottom: 2px solid; - transform: rotate(45deg); - } - &::after { - border-left: 2px solid; - top: -4px; - } - &::before { - border-right: 2px solid; - right: -4px; - bottom: 0; - } -` - -export const CornerDoubleUpLeft = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/CornerDoubleUpRight.tsx b/icons-styled-components/src/icons/CornerDoubleUpRight.tsx deleted file mode 100644 index 0914ac0..0000000 --- a/icons-styled-components/src/icons/CornerDoubleUpRight.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledCornerDoubleUpRight = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 12px; - height: 12px; - border-top-left-radius: 4px; - border-top: 2px solid; - border-left: 2px solid; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - border-right: 2px solid; - transform: rotate(45deg); - } - &::after { - border-top: 2px solid; - top: -4px; - right: 0; - } - &::before { - border-bottom: 2px solid; - left: -4px; - bottom: 0; - } -` - -export const CornerDoubleUpRight = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/CornerDownLeft.tsx b/icons-styled-components/src/icons/CornerDownLeft.tsx deleted file mode 100644 index f110b80..0000000 --- a/icons-styled-components/src/icons/CornerDownLeft.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledCornerDownLeft = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - left: 3px; - } - &::after { - width: 8px; - height: 8px; - border-bottom: 2px solid; - border-left: 2px solid; - transform: rotate(45deg); - bottom: 3px; - } - &::before { - width: 16px; - height: 12px; - border-bottom-right-radius: 4px; - border-bottom: 2px solid; - border-right: 2px solid; - bottom: 6px; - } -` - -export const CornerDownLeft = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/CornerDownRight.tsx b/icons-styled-components/src/icons/CornerDownRight.tsx deleted file mode 100644 index 0e8ce2c..0000000 --- a/icons-styled-components/src/icons/CornerDownRight.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledCornerDownRight = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - right: 3px; - } - &::after { - width: 8px; - height: 8px; - border-top: 2px solid; - border-right: 2px solid; - transform: rotate(45deg); - bottom: 3px; - } - &::before { - width: 16px; - height: 12px; - border-bottom-left-radius: 4px; - border-bottom: 2px solid; - border-left: 2px solid; - bottom: 6px; - } -` - -export const CornerDownRight = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/CornerLeftDown.tsx b/icons-styled-components/src/icons/CornerLeftDown.tsx deleted file mode 100644 index ce5e61d..0000000 --- a/icons-styled-components/src/icons/CornerLeftDown.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledCornerLeftDown = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - bottom: 3px; - } - &::after { - width: 8px; - height: 8px; - border-bottom: 2px solid; - border-right: 2px solid; - transform: rotate(45deg); - left: 3px; - } - &::before { - width: 12px; - height: 16px; - border-top-left-radius: 4px; - border-top: 2px solid; - border-left: 2px solid; - left: 6px; - } -` - -export const CornerLeftDown = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/CornerLeftUp.tsx b/icons-styled-components/src/icons/CornerLeftUp.tsx deleted file mode 100644 index 74f818c..0000000 --- a/icons-styled-components/src/icons/CornerLeftUp.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledCornerLeftUp = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - top: 3px; - } - &::after { - width: 8px; - height: 8px; - border-top: 2px solid; - border-left: 2px solid; - transform: rotate(45deg); - left: 3px; - } - &::before { - width: 12px; - height: 16px; - border-bottom-left-radius: 4px; - border-bottom: 2px solid; - border-left: 2px solid; - left: 6px; - } -` - -export const CornerLeftUp = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/CornerRightDown.tsx b/icons-styled-components/src/icons/CornerRightDown.tsx deleted file mode 100644 index 84dc85d..0000000 --- a/icons-styled-components/src/icons/CornerRightDown.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledCornerRightDown = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - bottom: 3px; - } - &::after { - width: 8px; - height: 8px; - border-bottom: 2px solid; - border-right: 2px solid; - transform: rotate(45deg); - right: 3px; - } - &::before { - width: 12px; - height: 16px; - border-top-right-radius: 4px; - border-top: 2px solid; - border-right: 2px solid; - right: 6px; - } -` - -export const CornerRightDown = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/CornerRightUp.tsx b/icons-styled-components/src/icons/CornerRightUp.tsx deleted file mode 100644 index 0ca2226..0000000 --- a/icons-styled-components/src/icons/CornerRightUp.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledCornerRightUp = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - top: 3px; - } - &::after { - width: 8px; - height: 8px; - border-top: 2px solid; - border-left: 2px solid; - transform: rotate(45deg); - right: 3px; - } - &::before { - width: 12px; - height: 16px; - border-bottom-right-radius: 4px; - border-bottom: 2px solid; - border-right: 2px solid; - right: 6px; - } -` - -export const CornerRightUp = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/CornerUpLeft.tsx b/icons-styled-components/src/icons/CornerUpLeft.tsx deleted file mode 100644 index 62b7407..0000000 --- a/icons-styled-components/src/icons/CornerUpLeft.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledCornerUpLeft = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - left: 3px; - } - &::after { - width: 8px; - height: 8px; - border-bottom: 2px solid; - border-left: 2px solid; - transform: rotate(45deg); - top: 3px; - } - &::before { - width: 16px; - height: 12px; - border-top-right-radius: 4px; - border-top: 2px solid; - border-right: 2px solid; - top: 6px; - } -` - -export const CornerUpLeft = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/CornerUpRight.tsx b/icons-styled-components/src/icons/CornerUpRight.tsx deleted file mode 100644 index 4f14449..0000000 --- a/icons-styled-components/src/icons/CornerUpRight.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledCornerUpRight = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - right: 3px; - } - &::after { - width: 8px; - height: 8px; - border-top: 2px solid; - border-right: 2px solid; - transform: rotate(45deg); - top: 3px; - } - &::before { - width: 16px; - height: 12px; - border-top-left-radius: 4px; - border-top: 2px solid; - border-left: 2px solid; - top: 6px; - } -` - -export const CornerUpRight = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/CreditCard.tsx b/icons-styled-components/src/icons/CreditCard.tsx deleted file mode 100644 index bde06c9..0000000 --- a/icons-styled-components/src/icons/CreditCard.tsx +++ /dev/null @@ -1,44 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledCreditCard = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 24px; - height: 18px; - border: 2px solid; - border-radius: 4px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - width: 24px; - left: -2px; - height: 2px; - background: currentColor; - top: 9px; - } - &::before { - width: 6px; - left: 2px; - top: 3px; - } -` - -export const CreditCard = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Crop.tsx b/icons-styled-components/src/icons/Crop.tsx deleted file mode 100644 index 0bbcc43..0000000 --- a/icons-styled-components/src/icons/Crop.tsx +++ /dev/null @@ -1,45 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledCrop = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 20px; - height: 20px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 14px; - height: 14px; - } - &::before { - border-right: 2px solid; - border-top: 2px solid; - left: 1px; - top: 5px; - } - &::after { - border-left: 2px solid; - border-bottom: 2px solid; - top: 1px; - right: 1px; - } -` - -export const Crop = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Cross.tsx b/icons-styled-components/src/icons/Cross.tsx deleted file mode 100644 index 19083ac..0000000 --- a/icons-styled-components/src/icons/Cross.tsx +++ /dev/null @@ -1,37 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledCross = styled.i` - & { - transform: scale(var(--ggs, 1)); - } - &, - &::after { - box-sizing: border-box; - position: relative; - display: block; - width: 10px; - height: 2px; - border-radius: 3px; - background: currentColor; - } - &::after { - content: ''; - position: absolute; - width: 2px; - height: 12px; - top: -4px; - left: 4px; - } -` - -export const Cross = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Crowdfire.tsx b/icons-styled-components/src/icons/Crowdfire.tsx deleted file mode 100644 index 78bbbd7..0000000 --- a/icons-styled-components/src/icons/Crowdfire.tsx +++ /dev/null @@ -1,47 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledCrowdfire = styled.i` - & { - display: block; - box-sizing: border-box; - position: relative; - transform: scale(var(--ggs, 1)); - width: 20px; - height: 20px; - } - &::after, - &::before { - content: ''; - display: block; - position: absolute; - box-sizing: border-box; - } - &::before { - width: 20px; - height: 20px; - border: 4px solid; - border-radius: 100px; - border-right-color: transparent; - transform: rotate(-45deg); - } - &::after { - width: 8px; - height: 8px; - border-top: 4px solid; - border-right: 4px solid; - right: 2px; - top: 2px; - } -` - -export const Crowdfire = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Crown.tsx b/icons-styled-components/src/icons/Crown.tsx deleted file mode 100644 index bdf3e98..0000000 --- a/icons-styled-components/src/icons/Crown.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledCrown = styled.i`` - -export const Crown = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Cube.tsx b/icons-styled-components/src/icons/Cube.tsx deleted file mode 100644 index 045e027..0000000 --- a/icons-styled-components/src/icons/Cube.tsx +++ /dev/null @@ -1,25 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledCube = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - width: 18px; - height: 18px; - transform: scale(var(--ggs, 1)); - background-color: red; - } -` - -export const Cube = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Danger.tsx b/icons-styled-components/src/icons/Danger.tsx deleted file mode 100644 index c280b4b..0000000 --- a/icons-styled-components/src/icons/Danger.tsx +++ /dev/null @@ -1,45 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledDanger = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 20px; - height: 20px; - border: 2px solid; - border-radius: 40px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - width: 2px; - background: currentColor; - left: 7px; - } - &::after { - top: 2px; - height: 8px; - } - &::before { - height: 2px; - bottom: 2px; - } -` - -export const Danger = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/DarkMode.tsx b/icons-styled-components/src/icons/DarkMode.tsx deleted file mode 100644 index 410e93c..0000000 --- a/icons-styled-components/src/icons/DarkMode.tsx +++ /dev/null @@ -1,53 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledDarkMode = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - border: 2px solid; - border-radius: 100px; - width: 20px; - height: 20px; - } - &::after, - &::before { - content: ''; - box-sizing: border-box; - position: absolute; - display: block; - } - &::before { - border: 5px solid; - border-top-left-radius: 100px; - border-bottom-left-radius: 100px; - border-right: 0; - width: 9px; - height: 18px; - top: -1px; - left: -1px; - } - &::after { - border: 4px solid; - border-top-right-radius: 100px; - border-bottom-right-radius: 100px; - border-left: 0; - width: 4px; - height: 8px; - right: 4px; - top: 4px; - } -` - -export const DarkMode = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Data.tsx b/icons-styled-components/src/icons/Data.tsx deleted file mode 100644 index f1d5f7b..0000000 --- a/icons-styled-components/src/icons/Data.tsx +++ /dev/null @@ -1,52 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledData = styled.i` - & { - transform: scale(var(--ggs, 1)); - } - &, - &::after, - &::before { - box-sizing: border-box; - position: relative; - display: block; - border: 2px solid; - border-radius: 50%; - width: 14px; - height: 14px; - } - &::after, - &::before { - content: ''; - position: absolute; - width: 6px; - height: 6px; - top: 2px; - left: 2px; - } - &::after { - background: linear-gradient(to left, currentColor 8px, transparent 0) no-repeat bottom - center/2px 8px; - width: 22px; - height: 22px; - top: -6px; - left: -6px; - } - &, - &::after { - border-top-color: transparent; - border-bottom-color: transparent; - } -` - -export const Data = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Database.tsx b/icons-styled-components/src/icons/Database.tsx deleted file mode 100644 index e2137e7..0000000 --- a/icons-styled-components/src/icons/Database.tsx +++ /dev/null @@ -1,52 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledDatabase = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 18px; - height: 14px; - border: 2px solid transparent; - border-top: 2px solid transparent; - border-bottom: 2px solid transparent; - border-left: 6px solid transparent; - box-shadow: 0 0 0 2px, inset 0 2px 0 0, inset 0 -2px 0 0; - border-radius: 1px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::before { - background: currentColor; - width: 20px; - height: 2px; - top: 4px; - left: -8px; - } - &::after { - width: 2px; - height: 10px; - border-bottom: 2px solid; - border-top: 2px solid; - top: 0; - left: -4px; - } -` - -export const Database = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Designmodo.tsx b/icons-styled-components/src/icons/Designmodo.tsx deleted file mode 100644 index 10760a8..0000000 --- a/icons-styled-components/src/icons/Designmodo.tsx +++ /dev/null @@ -1,45 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledDesignmodo = styled.i` - & { - display: block; - position: relative; - box-sizing: border-box; - transform: scale(var(--ggs, 1)); - width: 20px; - height: 16px; - background: linear-gradient(to left, currentColor 5px, transparent 0) no-repeat right 3px/8px - 3px; - } - &::after, - &::before { - content: ''; - display: block; - position: absolute; - box-sizing: border-box; - width: 10px; - height: 10px; - border: 3px solid; - border-radius: 10px; - } - &::after { - width: 14px; - height: 14px; - border: 3px solid transparent; - border-bottom: 3px solid; - left: 3px; - bottom: 0; - } -` - -export const Designmodo = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Desktop.tsx b/icons-styled-components/src/icons/Desktop.tsx deleted file mode 100644 index 344e18d..0000000 --- a/icons-styled-components/src/icons/Desktop.tsx +++ /dev/null @@ -1,51 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledDesktop = styled.i` - & { - display: block; - position: relative; - box-sizing: border-box; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 18px; - border: 2px solid; - border-radius: 3px; - overflow: hidden; - } - &::before { - content: ''; - display: block; - position: absolute; - box-sizing: border-box; - width: 22px; - height: 2px; - background: currentColor; - top: 2px; - left: -2px; - } - &::after { - content: ''; - display: block; - position: absolute; - box-sizing: border-box; - background: currentColor; - width: 2px; - height: 2px; - border-radius: 4px; - bottom: 2px; - left: 4px; - box-shadow: 4px 0 0, 8px 0 0; - } -` - -export const Desktop = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/DetailsLess.tsx b/icons-styled-components/src/icons/DetailsLess.tsx deleted file mode 100644 index 66a7b47..0000000 --- a/icons-styled-components/src/icons/DetailsLess.tsx +++ /dev/null @@ -1,43 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledDetailsLess = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 20px; - height: 14px; - border: 2px solid transparent; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - height: 2px; - border-radius: 3px; - background: currentColor; - } - &::before { - top: 2px; - width: 16px; - } - &::after { - width: 10px; - bottom: 2px; - } -` - -export const DetailsLess = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/DetailsMore.tsx b/icons-styled-components/src/icons/DetailsMore.tsx deleted file mode 100644 index 0ed5aa7..0000000 --- a/icons-styled-components/src/icons/DetailsMore.tsx +++ /dev/null @@ -1,44 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledDetailsMore = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 20px; - height: 14px; - border: 2px solid transparent; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - height: 2px; - border-radius: 3px; - background: currentColor; - } - &::before { - box-shadow: 0 4px 0 0; - top: 0; - width: 16px; - } - &::after { - width: 10px; - bottom: 0; - } -` - -export const DetailsMore = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Dialpad.tsx b/icons-styled-components/src/icons/Dialpad.tsx deleted file mode 100644 index dc8bea3..0000000 --- a/icons-styled-components/src/icons/Dialpad.tsx +++ /dev/null @@ -1,46 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledDialpad = styled.i` - & { - transform: scale(var(--ggs, 1)); - } - &, - &::before { - box-shadow: -5px 0 0, 5px 0 0; - } - &, - &::after, - &::before { - box-sizing: border-box; - position: relative; - display: block; - width: 3px; - height: 3px; - background: currentColor; - } - &::after, - &::before { - content: ''; - position: absolute; - left: 0; - } - &::before { - bottom: 5px; - } - &::after { - box-shadow: -5px 0 0, 5px 0 0, 0 5px 0; - top: 5px; - } -` - -export const Dialpad = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Dice1.tsx b/icons-styled-components/src/icons/Dice1.tsx deleted file mode 100644 index a5105e5..0000000 --- a/icons-styled-components/src/icons/Dice1.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledDice1 = styled.i`` - -export const Dice1 = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Dice2.tsx b/icons-styled-components/src/icons/Dice2.tsx deleted file mode 100644 index 0ae61cc..0000000 --- a/icons-styled-components/src/icons/Dice2.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledDice2 = styled.i`` - -export const Dice2 = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Dice3.tsx b/icons-styled-components/src/icons/Dice3.tsx deleted file mode 100644 index 098ee9f..0000000 --- a/icons-styled-components/src/icons/Dice3.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledDice3 = styled.i`` - -export const Dice3 = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Dice4.tsx b/icons-styled-components/src/icons/Dice4.tsx deleted file mode 100644 index dd7bf2f..0000000 --- a/icons-styled-components/src/icons/Dice4.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledDice4 = styled.i`` - -export const Dice4 = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Dice5.tsx b/icons-styled-components/src/icons/Dice5.tsx deleted file mode 100644 index 8652084..0000000 --- a/icons-styled-components/src/icons/Dice5.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledDice5 = styled.i`` - -export const Dice5 = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Dice6.tsx b/icons-styled-components/src/icons/Dice6.tsx deleted file mode 100644 index 8130b00..0000000 --- a/icons-styled-components/src/icons/Dice6.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledDice6 = styled.i`` - -export const Dice6 = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Digitalocean.tsx b/icons-styled-components/src/icons/Digitalocean.tsx deleted file mode 100644 index 7e2ae96..0000000 --- a/icons-styled-components/src/icons/Digitalocean.tsx +++ /dev/null @@ -1,49 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledDigitalocean = styled.i` - & { - position: relative; - display: block; - transform: rotate(45deg) scale(var(--ggs, 1)); - width: 22px; - height: 22px; - border: 5px solid; - box-sizing: border-box; - border-radius: 100px; - border-bottom-color: transparent; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - background: currentColor; - transform: rotate(-45deg); - } - &::after { - box-shadow: -4px 4px 0 -1px; - width: 5px; - height: 5px; - right: 2px; - bottom: 0; - } - &::before { - width: 2px; - height: 2px; - right: 7px; - bottom: -5px; - } -` - -export const Digitalocean = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Directory.tsx b/icons-styled-components/src/icons/Directory.tsx deleted file mode 100644 index 74f1b22..0000000 --- a/icons-styled-components/src/icons/Directory.tsx +++ /dev/null @@ -1,55 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledDirectory = styled.i` - & { - background: linear-gradient(to left, currentColor 5px, transparent 0) no-repeat 2px 2px/4px 2px, - linear-gradient(to left, currentColor 5px, transparent 0) no-repeat 2px 6px/4px 2px, - linear-gradient(to left, currentColor 5px, transparent 0) no-repeat 2px 10px/4px 2px; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 18px; - box-sizing: border-box; - border-radius: 3px; - border: 2px solid; - position: relative; - margin-left: -2px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - border: 2px solid; - } - &::before { - top: 2px; - border-radius: 100px; - right: 4px; - width: 5px; - height: 5px; - } - &::after { - width: 9px; - height: 4px; - border-radius: 150px; - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; - border-bottom: 0; - right: 2px; - bottom: 2px; - } -` - -export const Directory = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Disc.tsx b/icons-styled-components/src/icons/Disc.tsx deleted file mode 100644 index d80ba3b..0000000 --- a/icons-styled-components/src/icons/Disc.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledDisc = styled.i` - &, - &::after, - &::before { - display: block; - box-sizing: border-box; - border: 2px solid; - border-radius: 50%; - } - & { - border-top-color: transparent; - border-bottom-color: transparent; - transform: rotate(45deg) scale(var(--ggs, 1)); - position: relative; - width: 14px; - height: 14px; - } - &::after, - &::before { - content: ''; - position: absolute; - width: 6px; - height: 6px; - top: 2px; - left: 2px; - } - &::after { - width: 22px; - height: 22px; - border-radius: 100%; - top: -6px; - left: -6px; - } -` - -export const Disc = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/DisplayFlex.tsx b/icons-styled-components/src/icons/DisplayFlex.tsx deleted file mode 100644 index d46227f..0000000 --- a/icons-styled-components/src/icons/DisplayFlex.tsx +++ /dev/null @@ -1,26 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledDisplayFlex = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - height: 14px; - width: 16px; - border: 2px solid transparent; - box-shadow: 0 0 0 2px, inset -2px 0 0 0, inset 2px 0 0 0; - } -` - -export const DisplayFlex = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/DisplayFullwidth.tsx b/icons-styled-components/src/icons/DisplayFullwidth.tsx deleted file mode 100644 index 4dd6abb..0000000 --- a/icons-styled-components/src/icons/DisplayFullwidth.tsx +++ /dev/null @@ -1,27 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledDisplayFullwidth = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - height: 14px; - width: 16px; - box-shadow: inset 0 0 0 2px, 0 2px 0 0, 0 -2px 0 0; - border-top: 2px solid transparent; - border-bottom: 2px solid transparent; - } -` - -export const DisplayFullwidth = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/DisplayGrid.tsx b/icons-styled-components/src/icons/DisplayGrid.tsx deleted file mode 100644 index bdbaf54..0000000 --- a/icons-styled-components/src/icons/DisplayGrid.tsx +++ /dev/null @@ -1,42 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledDisplayGrid = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - height: 14px; - width: 14px; - border: 2px solid transparent; - box-shadow: 0 0 0 2px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 10px; - height: 4px; - border-right: 4px solid; - border-left: 4px solid; - top: 0; - left: 0; - } - &::before { - top: 6px; - } -` - -export const DisplayGrid = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/DisplaySpacing.tsx b/icons-styled-components/src/icons/DisplaySpacing.tsx deleted file mode 100644 index 5431f66..0000000 --- a/icons-styled-components/src/icons/DisplaySpacing.tsx +++ /dev/null @@ -1,27 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledDisplaySpacing = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - height: 14px; - width: 14px; - box-shadow: inset 0 0 0 2px, 2px 0 0 0, -2px 0 0 0; - border-left: 2px solid transparent; - border-right: 2px solid transparent; - } -` - -export const DisplaySpacing = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/DistributeHorizontal.tsx b/icons-styled-components/src/icons/DistributeHorizontal.tsx deleted file mode 100644 index ed35019..0000000 --- a/icons-styled-components/src/icons/DistributeHorizontal.tsx +++ /dev/null @@ -1,38 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledDistributeHorizontal = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - height: 14px; - width: 14px; - border-left: 2px solid; - border-right: 2px solid; - } - &::after { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - height: 8px; - width: 4px; - background: currentColor; - right: 3px; - top: 3px; - opacity: 0.5; - } -` - -export const DistributeHorizontal = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/DistributeVertical.tsx b/icons-styled-components/src/icons/DistributeVertical.tsx deleted file mode 100644 index 834c697..0000000 --- a/icons-styled-components/src/icons/DistributeVertical.tsx +++ /dev/null @@ -1,38 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledDistributeVertical = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - height: 14px; - width: 14px; - border-top: 2px solid; - border-bottom: 2px solid; - } - &::after { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - height: 4px; - width: 8px; - background: currentColor; - right: 3px; - top: 3px; - opacity: 0.5; - } -` - -export const DistributeVertical = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/DockBottom.tsx b/icons-styled-components/src/icons/DockBottom.tsx deleted file mode 100644 index c3d2b14..0000000 --- a/icons-styled-components/src/icons/DockBottom.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledDockBottom = styled.i`` - -export const DockBottom = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/DockLeft.tsx b/icons-styled-components/src/icons/DockLeft.tsx deleted file mode 100644 index 3ad72a4..0000000 --- a/icons-styled-components/src/icons/DockLeft.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledDockLeft = styled.i`` - -export const DockLeft = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/DockRight.tsx b/icons-styled-components/src/icons/DockRight.tsx deleted file mode 100644 index 0e5262a..0000000 --- a/icons-styled-components/src/icons/DockRight.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledDockRight = styled.i`` - -export const DockRight = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/DockWindow.tsx b/icons-styled-components/src/icons/DockWindow.tsx deleted file mode 100644 index e2342fa..0000000 --- a/icons-styled-components/src/icons/DockWindow.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledDockWindow = styled.i`` - -export const DockWindow = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Dolby.tsx b/icons-styled-components/src/icons/Dolby.tsx deleted file mode 100644 index 63266ab..0000000 --- a/icons-styled-components/src/icons/Dolby.tsx +++ /dev/null @@ -1,46 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledDolby = styled.i` - &, - &::after, - &::before { - display: block; - box-sizing: border-box; - height: 16px; - border: 4px solid; - } - & { - position: relative; - transform: scale(var(--ggs, 1)); - width: 24px; - } - &::after, - &::before { - content: ''; - position: absolute; - width: 14px; - top: -4px; - } - &::before { - border-top-right-radius: 10px; - border-bottom-right-radius: 10px; - left: -4px; - } - &::after { - border-top-left-radius: 10px; - border-bottom-left-radius: 10px; - right: -4px; - } -` - -export const Dolby = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Dollar.tsx b/icons-styled-components/src/icons/Dollar.tsx deleted file mode 100644 index 9da6fad..0000000 --- a/icons-styled-components/src/icons/Dollar.tsx +++ /dev/null @@ -1,51 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledDollar = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 2px; - height: 20px; - background: currentColor; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 10px; - height: 8px; - border: 2px solid; - } - &::before { - border-right: 0; - border-top-left-radius: 100px; - border-bottom-left-radius: 100px; - top: 3px; - left: -6px; - box-shadow: 4px -2px 0 -2px; - } - &::after { - border-left: 0; - border-top-right-radius: 100px; - border-bottom-right-radius: 100px; - bottom: 3px; - right: -6px; - box-shadow: -4px 2px 0 -2px; - } -` - -export const Dollar = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/DotBricks.tsx b/icons-styled-components/src/icons/DotBricks.tsx deleted file mode 100644 index d158a8d..0000000 --- a/icons-styled-components/src/icons/DotBricks.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledDotBricks = styled.i`` - -export const DotBricks = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/DotCarousel.tsx b/icons-styled-components/src/icons/DotCarousel.tsx deleted file mode 100644 index f5df5ae..0000000 --- a/icons-styled-components/src/icons/DotCarousel.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledDotCarousel = styled.i`` - -export const DotCarousel = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/DotCollision.tsx b/icons-styled-components/src/icons/DotCollision.tsx deleted file mode 100644 index c94bad4..0000000 --- a/icons-styled-components/src/icons/DotCollision.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledDotCollision = styled.i`` - -export const DotCollision = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/DotElastic.tsx b/icons-styled-components/src/icons/DotElastic.tsx deleted file mode 100644 index 67edbbd..0000000 --- a/icons-styled-components/src/icons/DotElastic.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledDotElastic = styled.i`` - -export const DotElastic = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/DotFalling.tsx b/icons-styled-components/src/icons/DotFalling.tsx deleted file mode 100644 index 8c1a52f..0000000 --- a/icons-styled-components/src/icons/DotFalling.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledDotFalling = styled.i`` - -export const DotFalling = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/DotFire.tsx b/icons-styled-components/src/icons/DotFire.tsx deleted file mode 100644 index cc5153f..0000000 --- a/icons-styled-components/src/icons/DotFire.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledDotFire = styled.i`` - -export const DotFire = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/DotFlashing.tsx b/icons-styled-components/src/icons/DotFlashing.tsx deleted file mode 100644 index c05e5b8..0000000 --- a/icons-styled-components/src/icons/DotFlashing.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledDotFlashing = styled.i`` - -export const DotFlashing = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/DotFloating.tsx b/icons-styled-components/src/icons/DotFloating.tsx deleted file mode 100644 index fb418de..0000000 --- a/icons-styled-components/src/icons/DotFloating.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledDotFloating = styled.i`` - -export const DotFloating = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/DotPulse.tsx b/icons-styled-components/src/icons/DotPulse.tsx deleted file mode 100644 index 3835742..0000000 --- a/icons-styled-components/src/icons/DotPulse.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledDotPulse = styled.i`` - -export const DotPulse = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/DotRevolution.tsx b/icons-styled-components/src/icons/DotRevolution.tsx deleted file mode 100644 index deea961..0000000 --- a/icons-styled-components/src/icons/DotRevolution.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledDotRevolution = styled.i`` - -export const DotRevolution = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/DotSpin.tsx b/icons-styled-components/src/icons/DotSpin.tsx deleted file mode 100644 index 2c96506..0000000 --- a/icons-styled-components/src/icons/DotSpin.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledDotSpin = styled.i`` - -export const DotSpin = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/DotStretching.tsx b/icons-styled-components/src/icons/DotStretching.tsx deleted file mode 100644 index 72fd18c..0000000 --- a/icons-styled-components/src/icons/DotStretching.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledDotStretching = styled.i`` - -export const DotStretching = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/DotTyping.tsx b/icons-styled-components/src/icons/DotTyping.tsx deleted file mode 100644 index 461b04d..0000000 --- a/icons-styled-components/src/icons/DotTyping.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledDotTyping = styled.i`` - -export const DotTyping = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/DotWindmill.tsx b/icons-styled-components/src/icons/DotWindmill.tsx deleted file mode 100644 index 489894e..0000000 --- a/icons-styled-components/src/icons/DotWindmill.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledDotWindmill = styled.i`` - -export const DotWindmill = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Dribbble.tsx b/icons-styled-components/src/icons/Dribbble.tsx deleted file mode 100644 index f7d5f86..0000000 --- a/icons-styled-components/src/icons/Dribbble.tsx +++ /dev/null @@ -1,56 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledDribbble = styled.i` - & { - background: radial-gradient( - circle at 50%, - transparent 0, - transparent 9px, - currentColor 9.2px, - currentColor 11px, - transparent 11.2px - ) - no-repeat -8px center; - box-sizing: border-box; - position: relative; - display: block; - transform: rotate(-25deg) scale(var(--ggs, 1)); - width: 22px; - height: 22px; - box-shadow: inset 0 0 0 2px; - border-radius: 50%; - overflow: hidden; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 50%; - border: 2px solid; - height: 26px; - } - &::before { - width: 36px; - left: -6px; - top: -15px; - } - &::after { - top: 13px; - left: -7px; - width: 31px; - } -` - -export const Dribbble = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Drink.tsx b/icons-styled-components/src/icons/Drink.tsx deleted file mode 100644 index b08adcd..0000000 --- a/icons-styled-components/src/icons/Drink.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledDrink = styled.i`` - -export const Drink = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Drive.tsx b/icons-styled-components/src/icons/Drive.tsx deleted file mode 100644 index 252c488..0000000 --- a/icons-styled-components/src/icons/Drive.tsx +++ /dev/null @@ -1,42 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledDrive = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 26px; - height: 10px; - border: 2px solid; - border-radius: 2px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 2px; - height: 2px; - border-radius: 10px; - background: currentColor; - top: 2px; - right: 2px; - } - &::before { - right: 6px; - } -` - -export const Drive = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Drop.tsx b/icons-styled-components/src/icons/Drop.tsx deleted file mode 100644 index 9e741b1..0000000 --- a/icons-styled-components/src/icons/Drop.tsx +++ /dev/null @@ -1,27 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledDrop = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: rotate(45deg) scale(var(--ggs, 1)); - width: 18px; - height: 18px; - border-radius: 0 100% 100% 100%; - box-shadow: inset 0 0 0 2px; - margin-top: 3px; - } -` - -export const Drop = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/DropInvert.tsx b/icons-styled-components/src/icons/DropInvert.tsx deleted file mode 100644 index 8d4c644..0000000 --- a/icons-styled-components/src/icons/DropInvert.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledDropInvert = styled.i`` - -export const DropInvert = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/DropOpacity.tsx b/icons-styled-components/src/icons/DropOpacity.tsx deleted file mode 100644 index bdd6c1d..0000000 --- a/icons-styled-components/src/icons/DropOpacity.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledDropOpacity = styled.i`` - -export const DropOpacity = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Duplicate.tsx b/icons-styled-components/src/icons/Duplicate.tsx deleted file mode 100644 index df76704..0000000 --- a/icons-styled-components/src/icons/Duplicate.tsx +++ /dev/null @@ -1,51 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledDuplicate = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 10px; - height: 10px; - border: 2px solid transparent; - border-bottom: 4px solid transparent; - box-shadow: 0 0 0 2px, inset 0 -2px 0 0; - margin-left: -4px; - margin-top: 4px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::before { - background: currentColor; - left: 2px; - bottom: -2px; - width: 2px; - height: 6px; - } - &::after { - width: 14px; - height: 14px; - border-right: 2px solid; - border-top: 2px solid; - right: -8px; - top: -8px; - } -` - -export const Duplicate = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/EditBlackPoint.tsx b/icons-styled-components/src/icons/EditBlackPoint.tsx deleted file mode 100644 index 74ae092..0000000 --- a/icons-styled-components/src/icons/EditBlackPoint.tsx +++ /dev/null @@ -1,40 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledEditBlackPoint = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 16px; - height: 16px; - border: 2px solid transparent; - box-shadow: 0 0 0 2px; - border-radius: 100px; - overflow: hidden; - } - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 8px; - height: 8px; - border: 3px solid; - border-radius: 6px; - left: 2px; - top: 2px; - } -` - -export const EditBlackPoint = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/EditContrast.tsx b/icons-styled-components/src/icons/EditContrast.tsx deleted file mode 100644 index 0456ac3..0000000 --- a/icons-styled-components/src/icons/EditContrast.tsx +++ /dev/null @@ -1,37 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledEditContrast = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 16px; - height: 16px; - border: 2px solid transparent; - box-shadow: 0 0 0 2px; - border-radius: 100px; - overflow: hidden; - } - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 12px; - background: currentColor; - } -` - -export const EditContrast = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/EditExposure.tsx b/icons-styled-components/src/icons/EditExposure.tsx deleted file mode 100644 index d8037d7..0000000 --- a/icons-styled-components/src/icons/EditExposure.tsx +++ /dev/null @@ -1,51 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledEditExposure = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 16px; - height: 16px; - border: 2px solid transparent; - box-shadow: 0 0 0 2px; - border-radius: 100px; - overflow: hidden; - } - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 8px; - border-top: 2px solid; - border-bottom: 2px solid; - left: 3px; - top: 3px; - } - &::after { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 2px; - height: 6px; - background: currentColor; - left: 5px; - top: 1px; - } -` - -export const EditExposure = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/EditFade.tsx b/icons-styled-components/src/icons/EditFade.tsx deleted file mode 100644 index ab6f8c8..0000000 --- a/icons-styled-components/src/icons/EditFade.tsx +++ /dev/null @@ -1,44 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledEditFade = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 16px; - height: 16px; - border: 2px solid transparent; - box-shadow: 0 0 0 2px; - border-radius: 100px; - overflow: hidden; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 8px; - height: 20px; - left: -2px; - background: currentColor; - opacity: 0.6; - } - &::before { - left: 6px; - opacity: 0.1; - } -` - -export const EditFade = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/EditFlipH.tsx b/icons-styled-components/src/icons/EditFlipH.tsx deleted file mode 100644 index d4c74c5..0000000 --- a/icons-styled-components/src/icons/EditFlipH.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledEditFlipH = styled.i`` - -export const EditFlipH = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/EditFlipV.tsx b/icons-styled-components/src/icons/EditFlipV.tsx deleted file mode 100644 index c3718d4..0000000 --- a/icons-styled-components/src/icons/EditFlipV.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledEditFlipV = styled.i`` - -export const EditFlipV = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/EditHighlight.tsx b/icons-styled-components/src/icons/EditHighlight.tsx deleted file mode 100644 index d01ee83..0000000 --- a/icons-styled-components/src/icons/EditHighlight.tsx +++ /dev/null @@ -1,54 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledEditHighlight = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 16px; - height: 16px; - border: 2px solid transparent; - box-shadow: 0 0 0 2px; - border-radius: 100px; - overflow: hidden; - } - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 14px; - top: -1px; - background: repeating-linear-gradient( - to bottom, - currentColor, - currentColor 2px, - transparent 0px, - transparent 3px - ); - } - &::after { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 14px; - right: 0; - background: currentColor; - } -` - -export const EditHighlight = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/EditNoise.tsx b/icons-styled-components/src/icons/EditNoise.tsx deleted file mode 100644 index 036fa8a..0000000 --- a/icons-styled-components/src/icons/EditNoise.tsx +++ /dev/null @@ -1,40 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledEditNoise = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 16px; - height: 16px; - border: 2px solid transparent; - box-shadow: 0 0 0 2px; - border-radius: 100px; - overflow: hidden; - } - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 12px; - height: 12px; - background-image: radial-gradient(circle, currentColor 25%, transparent 25%), - radial-gradient(circle, currentColor 25%, transparent 25%); - background-position: 4px 4px, 2px 2px; - background-size: 4px 4px; - } -` - -export const EditNoise = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/EditShadows.tsx b/icons-styled-components/src/icons/EditShadows.tsx deleted file mode 100644 index f82fe6f..0000000 --- a/icons-styled-components/src/icons/EditShadows.tsx +++ /dev/null @@ -1,55 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledEditShadows = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 16px; - height: 16px; - border: 2px solid transparent; - box-shadow: 0 0 0 2px; - border-radius: 100px; - overflow: hidden; - } - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 14px; - right: 0; - top: -1px; - background: repeating-linear-gradient( - to bottom, - currentColor, - currentColor 2px, - transparent 0px, - transparent 3px - ); - } - &::after { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 14px; - left: 0; - background: currentColor; - } -` - -export const EditShadows = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/EditStraight.tsx b/icons-styled-components/src/icons/EditStraight.tsx deleted file mode 100644 index f9ebbe3..0000000 --- a/icons-styled-components/src/icons/EditStraight.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledEditStraight = styled.i`` - -export const EditStraight = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Eject.tsx b/icons-styled-components/src/icons/Eject.tsx deleted file mode 100644 index 51e65e7..0000000 --- a/icons-styled-components/src/icons/Eject.tsx +++ /dev/null @@ -1,49 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledEject = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - border: 2px solid transparent; - border-radius: 100px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::before { - border-bottom: 2px solid; - width: 12px; - height: 2px; - bottom: 0; - left: 3px; - } - &::after { - width: 8px; - height: 8px; - border-top: 2px solid; - border-left: 2px solid; - transform: rotate(45deg); - left: 5px; - bottom: 1px; - } -` - -export const Eject = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Enter.tsx b/icons-styled-components/src/icons/Enter.tsx deleted file mode 100644 index cc163ff..0000000 --- a/icons-styled-components/src/icons/Enter.tsx +++ /dev/null @@ -1,49 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledEnter = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 16px; - height: 18px; - border: 2px solid; - border-left: 0; - box-shadow: -8px -6px 0 -6px, -8px 6px 0 -6px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - right: 4px; - } - &::before { - background: currentColor; - width: 16px; - height: 2px; - top: 6px; - } - &::after { - width: 6px; - height: 6px; - border-right: 2px solid; - border-top: 2px solid; - top: 4px; - transform: rotate(45deg); - } -` - -export const Enter = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Erase.tsx b/icons-styled-components/src/icons/Erase.tsx deleted file mode 100644 index 2235217..0000000 --- a/icons-styled-components/src/icons/Erase.tsx +++ /dev/null @@ -1,49 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledErase = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 18px; - height: 10px; - border: 2px solid; - border-radius: 2px; - transform: rotate(-45deg); - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - background: currentColor; - } - &::before { - top: -1px; - width: 3px; - height: 8px; - left: 4px; - } - &::after { - border-radius: 3px; - width: 18px; - height: 2px; - transform: rotate(45deg); - bottom: -3px; - left: -8px; - } -` - -export const Erase = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Ereader.tsx b/icons-styled-components/src/icons/Ereader.tsx deleted file mode 100644 index 5ac1e55..0000000 --- a/icons-styled-components/src/icons/Ereader.tsx +++ /dev/null @@ -1,46 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledEreader = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 24px; - height: 18px; - border: 2px solid; - border-radius: 3px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - width: 2px; - height: 18px; - right: 9px; - top: -2px; - background: currentColor; - } - &::after { - width: 5px; - height: 2px; - box-shadow: 0 4px 0, 0 8px 0; - top: 2px; - right: 2px; - } -` - -export const Ereader = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Ericsson.tsx b/icons-styled-components/src/icons/Ericsson.tsx deleted file mode 100644 index 0fc66d4..0000000 --- a/icons-styled-components/src/icons/Ericsson.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledEricsson = styled.i`` - -export const Ericsson = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Ethernet.tsx b/icons-styled-components/src/icons/Ethernet.tsx deleted file mode 100644 index 467e4aa..0000000 --- a/icons-styled-components/src/icons/Ethernet.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledEthernet = styled.i`` - -export const Ethernet = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Euro.tsx b/icons-styled-components/src/icons/Euro.tsx deleted file mode 100644 index f38d9d6..0000000 --- a/icons-styled-components/src/icons/Euro.tsx +++ /dev/null @@ -1,40 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledEuro = styled.i` - & { - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 14px; - height: 14px; - border: 2px solid; - box-sizing: border-box; - border-radius: 100px; - border-right-color: transparent; - } - &::after { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 9px; - height: 5px; - border-top: 2px solid; - border-bottom: 2px solid; - transform: skewX(-20deg); - left: -4px; - top: 3px; - } -` - -export const Euro = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Eventbrite.tsx b/icons-styled-components/src/icons/Eventbrite.tsx deleted file mode 100644 index 62c3289..0000000 --- a/icons-styled-components/src/icons/Eventbrite.tsx +++ /dev/null @@ -1,47 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledEventbrite = styled.i` - & { - display: block; - position: relative; - box-sizing: border-box; - transform: rotate(-25deg) scale(var(--ggs, 1)); - width: 20px; - height: 20px; - } - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 18px; - height: 11px; - border: 4px solid; - border-top-right-radius: 20px; - border-top-left-radius: 20px; - } - &::after { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 18px; - height: 18px; - border: 4px solid; - border-top-color: transparent; - border-right-color: transparent; - border-radius: 20px; - } -` - -export const Eventbrite = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Expand.tsx b/icons-styled-components/src/icons/Expand.tsx deleted file mode 100644 index 9a10066..0000000 --- a/icons-styled-components/src/icons/Expand.tsx +++ /dev/null @@ -1,49 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledExpand = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 6px; - height: 6px; - border-bottom: 2px solid; - border-left: 2px solid; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::after { - background: currentColor; - bottom: 4px; - transform: rotate(-44deg); - width: 14px; - height: 2px; - left: -2px; - } - &::before { - width: 6px; - height: 6px; - border-top: 2px solid; - border-right: 2px solid; - left: 5px; - top: -7px; - } -` - -export const Expand = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Export.tsx b/icons-styled-components/src/icons/Export.tsx deleted file mode 100644 index 0fd4908..0000000 --- a/icons-styled-components/src/icons/Export.tsx +++ /dev/null @@ -1,50 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledExport = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 18px; - height: 14px; - border: 2px solid; - border-top: 0; - box-shadow: -6px -8px 0 -6px, 6px -8px 0 -6px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::before { - background: currentColor; - width: 2px; - height: 14px; - right: 6px; - bottom: 5px; - } - &::after { - width: 6px; - height: 6px; - border-left: 2px solid; - border-top: 2px solid; - right: 4px; - bottom: 14px; - transform: rotate(45deg); - } -` - -export const Export = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Extension.tsx b/icons-styled-components/src/icons/Extension.tsx deleted file mode 100644 index c117cb9..0000000 --- a/icons-styled-components/src/icons/Extension.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledExtension = styled.i` - &, - &::after, - &::before { - box-sizing: border-box; - display: block; - border: 2px solid; - border-radius: 3px; - } - & { - position: relative; - transform: translateX(-10px) scale(var(--ggs, 1)); - width: 8px; - height: 14px; - border-bottom-right-radius: 0; - } - &::after, - &::before { - content: ''; - position: absolute; - height: 8px; - } - &::before { - bottom: -2px; - left: -2px; - width: 14px; - border-top-left-radius: 0; - } - &::after { - top: -5px; - right: -11px; - width: 8px; - } -` - -export const Extension = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ExtensionAlt.tsx b/icons-styled-components/src/icons/ExtensionAlt.tsx deleted file mode 100644 index 9dd7623..0000000 --- a/icons-styled-components/src/icons/ExtensionAlt.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledExtensionAlt = styled.i`` - -export const ExtensionAlt = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/External.tsx b/icons-styled-components/src/icons/External.tsx deleted file mode 100644 index 1e5a665..0000000 --- a/icons-styled-components/src/icons/External.tsx +++ /dev/null @@ -1,49 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledExternal = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 12px; - height: 12px; - box-shadow: -2px 2px 0 0, -4px -4px 0 -2px, 4px 4px 0 -2px; - margin-left: -2px; - margin-top: 1px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - right: -4px; - } - &::before { - background: currentColor; - transform: rotate(-45deg); - width: 12px; - height: 2px; - top: 1px; - } - &::after { - width: 8px; - height: 8px; - border-right: 2px solid; - border-top: 2px solid; - top: -4px; - } -` - -export const External = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Eye.tsx b/icons-styled-components/src/icons/Eye.tsx deleted file mode 100644 index dd29672..0000000 --- a/icons-styled-components/src/icons/Eye.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledEye = styled.i` - & { - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 24px; - height: 18px; - border-bottom-right-radius: 100px; - border-bottom-left-radius: 100px; - overflow: hidden; - box-sizing: border-box; - } - &::after, - &::before { - content: ''; - display: block; - border-radius: 100px; - position: absolute; - box-sizing: border-box; - } - &::after { - top: 2px; - box-shadow: inset 0 -8px 0 2px, inset 0 0 0 2px; - width: 24px; - height: 24px; - } - &::before { - width: 8px; - height: 8px; - border: 2px solid; - bottom: 4px; - left: 8px; - } -` - -export const Eye = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/EyeAlt.tsx b/icons-styled-components/src/icons/EyeAlt.tsx deleted file mode 100644 index 499bc96..0000000 --- a/icons-styled-components/src/icons/EyeAlt.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledEyeAlt = styled.i`` - -export const EyeAlt = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Facebook.tsx b/icons-styled-components/src/icons/Facebook.tsx deleted file mode 100644 index d8b0428..0000000 --- a/icons-styled-components/src/icons/Facebook.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledFacebook = styled.i`` - -export const Facebook = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Feed.tsx b/icons-styled-components/src/icons/Feed.tsx deleted file mode 100644 index 53c95a6..0000000 --- a/icons-styled-components/src/icons/Feed.tsx +++ /dev/null @@ -1,49 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledFeed = styled.i` - &, - &::after, - &::before { - display: block; - box-sizing: border-box; - background: currentColor; - box-shadow: 0 10px 0 0; - } - & { - margin-left: -8px; - margin-top: -8px; - position: relative; - transform: scale(var(--ggs, 1)); - width: 7px; - height: 7px; - border-radius: 1px; - } - &::after, - &::before { - content: ''; - position: absolute; - border-radius: 3px; - width: 12px; - height: 2px; - top: 1px; - left: 9px; - opacity: 0.8; - } - &::after { - width: 8px; - top: 4px; - opacity: 0.5; - } -` - -export const Feed = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/File.tsx b/icons-styled-components/src/icons/File.tsx deleted file mode 100644 index 333b6e7..0000000 --- a/icons-styled-components/src/icons/File.tsx +++ /dev/null @@ -1,43 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledFile = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 14px; - height: 16px; - border: 2px solid transparent; - border-right: 0; - border-top: 0; - box-shadow: 0 0 0 2px; - border-radius: 1px; - border-top-right-radius: 4px; - overflow: hidden; - } - &::after { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - border-left: 2px solid; - border-bottom: 2px solid; - right: -1px; - top: -1px; - } -` - -export const File = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/FileAdd.tsx b/icons-styled-components/src/icons/FileAdd.tsx deleted file mode 100644 index 4d45027..0000000 --- a/icons-styled-components/src/icons/FileAdd.tsx +++ /dev/null @@ -1,54 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledFileAdd = styled.i` - & { - background: linear-gradient(to bottom, currentColor 5px, transparent 0) no-repeat 2px 9px/6px - 2px; - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 14px; - height: 16px; - border: 2px solid transparent; - border-right: 0; - border-top: 0; - box-shadow: 0 0 0 2px; - border-radius: 1px; - border-top-right-radius: 4px; - overflow: hidden; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - height: 6px; - } - &::before { - background: currentColor; - left: 4px; - width: 2px; - top: 7px; - } - &::after { - width: 6px; - border-left: 2px solid; - border-bottom: 2px solid; - right: -1px; - top: -1px; - } -` - -export const FileAdd = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/FileDocument.tsx b/icons-styled-components/src/icons/FileDocument.tsx deleted file mode 100644 index 0a97ef2..0000000 --- a/icons-styled-components/src/icons/FileDocument.tsx +++ /dev/null @@ -1,54 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledFileDocument = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 14px; - height: 16px; - border: 2px solid transparent; - border-right: 0; - border-top: 0; - box-shadow: 0 0 0 2px; - border-radius: 1px; - border-top-right-radius: 4px; - overflow: hidden; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::before { - background: currentColor; - box-shadow: 0 4px 0, -6px -4px 0; - left: 0; - width: 10px; - height: 2px; - top: 8px; - } - &::after { - width: 6px; - height: 6px; - border-left: 2px solid; - border-bottom: 2px solid; - right: -1px; - top: -1px; - } -` - -export const FileDocument = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/FileRemove.tsx b/icons-styled-components/src/icons/FileRemove.tsx deleted file mode 100644 index 1a77616..0000000 --- a/icons-styled-components/src/icons/FileRemove.tsx +++ /dev/null @@ -1,52 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledFileRemove = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 14px; - height: 16px; - border: 2px solid transparent; - border-right: 0; - border-top: 0; - box-shadow: 0 0 0 2px; - border-radius: 1px; - border-top-right-radius: 4px; - overflow: hidden; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - } - &::before { - background: currentColor; - left: 2px; - height: 2px; - top: 9px; - } - &::after { - height: 6px; - border-left: 2px solid; - border-bottom: 2px solid; - right: -1px; - top: -1px; - } -` - -export const FileRemove = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Film.tsx b/icons-styled-components/src/icons/Film.tsx deleted file mode 100644 index e0ac923..0000000 --- a/icons-styled-components/src/icons/Film.tsx +++ /dev/null @@ -1,39 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledFilm = styled.i` - &, - &::after { - display: block; - box-sizing: border-box; - border-radius: 3px; - } - & { - border: 2px solid; - position: relative; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 18px; - } - &::after { - content: ''; - position: absolute; - width: 2px; - height: 2px; - background: currentColor; - left: 2px; - top: 2px; - box-shadow: 0 4px 0, 0 8px 0, 12px 0 0, 12px 4px 0, 12px 8px 0; - } -` - -export const Film = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Flag.tsx b/icons-styled-components/src/icons/Flag.tsx deleted file mode 100644 index 460605d..0000000 --- a/icons-styled-components/src/icons/Flag.tsx +++ /dev/null @@ -1,44 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledFlag = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 18px; - border-left: 2px solid; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 8px; - height: 8px; - } - &::before { - border-top: 2px solid; - border-bottom: 2px solid; - } - &::after { - border: 2px solid; - border-left: 0; - top: 2px; - left: 7px; - } -` - -export const Flag = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/FlagAlt.tsx b/icons-styled-components/src/icons/FlagAlt.tsx deleted file mode 100644 index b5386bf..0000000 --- a/icons-styled-components/src/icons/FlagAlt.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledFlagAlt = styled.i`` - -export const FlagAlt = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Folder.tsx b/icons-styled-components/src/icons/Folder.tsx deleted file mode 100644 index 035e2d1..0000000 --- a/icons-styled-components/src/icons/Folder.tsx +++ /dev/null @@ -1,41 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledFolder = styled.i` - & { - transform: scale(var(--ggs, 1)); - } - &, - &::after { - box-sizing: border-box; - position: relative; - display: block; - width: 22px; - height: 16px; - border: 2px solid; - border-radius: 3px; - } - &::after { - content: ''; - position: absolute; - width: 10px; - height: 4px; - border-bottom: 0; - border-top-left-radius: 2px; - border-top-right-radius: 4px; - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; - top: -5px; - } -` - -export const Folder = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/FolderAdd.tsx b/icons-styled-components/src/icons/FolderAdd.tsx deleted file mode 100644 index 7a03a77..0000000 --- a/icons-styled-components/src/icons/FolderAdd.tsx +++ /dev/null @@ -1,53 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledFolderAdd = styled.i` - & { - background: linear-gradient(to left, currentColor 10px, transparent 0) no-repeat center - center/2px 6px; - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 16px; - border: 2px solid; - border-radius: 3px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::before { - background: currentColor; - left: 6px; - width: 6px; - height: 2px; - top: 5px; - } - &::after { - width: 10px; - height: 4px; - border: 2px solid; - border-bottom: 0; - border-top-left-radius: 2px; - border-top-right-radius: 4px; - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; - top: -5px; - } -` - -export const FolderAdd = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/FolderRemove.tsx b/icons-styled-components/src/icons/FolderRemove.tsx deleted file mode 100644 index 0f7a312..0000000 --- a/icons-styled-components/src/icons/FolderRemove.tsx +++ /dev/null @@ -1,52 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledFolderRemove = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 16px; - border: 2px solid; - border-radius: 3px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - } - &::before { - background: currentColor; - left: 5px; - width: 8px; - height: 2px; - top: 5px; - } - &::after { - width: 10px; - height: 4px; - border: 2px solid; - border-bottom: 0; - border-top-left-radius: 2px; - border-top-right-radius: 4px; - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; - top: -5px; - } -` - -export const FolderRemove = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/FontHeight.tsx b/icons-styled-components/src/icons/FontHeight.tsx deleted file mode 100644 index 27b8a91..0000000 --- a/icons-styled-components/src/icons/FontHeight.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledFontHeight = styled.i`` - -export const FontHeight = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/FontSize.tsx b/icons-styled-components/src/icons/FontSize.tsx deleted file mode 100644 index 05beedc..0000000 --- a/icons-styled-components/src/icons/FontSize.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledFontSize = styled.i`` - -export const FontSize = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/FontSpacing.tsx b/icons-styled-components/src/icons/FontSpacing.tsx deleted file mode 100644 index 2d87977..0000000 --- a/icons-styled-components/src/icons/FontSpacing.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledFontSpacing = styled.i`` - -export const FontSpacing = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/FormatBold.tsx b/icons-styled-components/src/icons/FormatBold.tsx deleted file mode 100644 index ab92138..0000000 --- a/icons-styled-components/src/icons/FormatBold.tsx +++ /dev/null @@ -1,37 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledFormatBold = styled.i` - & { - transform: scale(var(--ggs, 1)); - } - &, - &::after { - box-sizing: border-box; - position: relative; - display: block; - width: 8px; - height: 8px; - border: 2px solid; - border-top-right-radius: 100px; - border-bottom-right-radius: 100px; - } - &::after { - content: ''; - position: absolute; - width: 10px; - left: -2px; - top: 4px; - } -` - -export const FormatBold = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/FormatCenter.tsx b/icons-styled-components/src/icons/FormatCenter.tsx deleted file mode 100644 index ee3c0db..0000000 --- a/icons-styled-components/src/icons/FormatCenter.tsx +++ /dev/null @@ -1,38 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledFormatCenter = styled.i` - &, - &::before { - display: block; - box-sizing: border-box; - height: 2px; - background: currentColor; - border-radius: 3px; - box-shadow: 0 8px 0; - } - & { - margin-top: -12px; - position: relative; - transform: scale(var(--ggs, 1)); - width: 16px; - } - &::before { - content: ''; - position: absolute; - width: 10px; - top: 4px; - left: 3px; - } -` - -export const FormatCenter = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/FormatColor.tsx b/icons-styled-components/src/icons/FormatColor.tsx deleted file mode 100644 index 6a5cc61..0000000 --- a/icons-styled-components/src/icons/FormatColor.tsx +++ /dev/null @@ -1,47 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledFormatColor = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - width: 9px; - height: 2px; - background: currentColor; - transform: scale(var(--ggs, 1)); - border-radius: 3px; - box-shadow: -2px 8px 0 0, 2px 8px 0 0; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - width: 2px; - height: 14px; - background: currentColor; - top: -8px; - } - &::before { - transform: rotate(25deg); - left: 1px; - } - &::after { - transform: rotate(-25deg); - right: 1px; - } -` - -export const FormatColor = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/FormatHeading.tsx b/icons-styled-components/src/icons/FormatHeading.tsx deleted file mode 100644 index 3b65296..0000000 --- a/icons-styled-components/src/icons/FormatHeading.tsx +++ /dev/null @@ -1,37 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledFormatHeading = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 12px; - height: 14px; - border-left: 2px solid; - border-right: 2px solid; - } - &::after { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 12px; - height: 2px; - background: currentColor; - top: 6px; - left: -2px; - } -` - -export const FormatHeading = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/FormatIndentDecrease.tsx b/icons-styled-components/src/icons/FormatIndentDecrease.tsx deleted file mode 100644 index 43444f7..0000000 --- a/icons-styled-components/src/icons/FormatIndentDecrease.tsx +++ /dev/null @@ -1,49 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledFormatIndentDecrease = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 16px; - height: 14px; - border-top: 2px solid; - border-bottom: 2px solid; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - top: 2px; - } - &::before { - border-right: 4px solid; - left: 1px; - width: 0; - height: 0; - border-top: 3px solid transparent; - border-bottom: 3px solid transparent; - } - &::after { - width: 8px; - height: 6px; - border-top: 2px solid; - border-bottom: 2px solid; - right: 0; - } -` - -export const FormatIndentDecrease = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/FormatIndentIncrease.tsx b/icons-styled-components/src/icons/FormatIndentIncrease.tsx deleted file mode 100644 index 35057d0..0000000 --- a/icons-styled-components/src/icons/FormatIndentIncrease.tsx +++ /dev/null @@ -1,49 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledFormatIndentIncrease = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 16px; - height: 14px; - border-top: 2px solid; - border-bottom: 2px solid; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - top: 2px; - } - &::before { - border-left: 4px solid; - left: 1px; - width: 0; - height: 0; - border-top: 3px solid transparent; - border-bottom: 3px solid transparent; - } - &::after { - width: 8px; - height: 6px; - border-top: 2px solid; - border-bottom: 2px solid; - right: 0; - } -` - -export const FormatIndentIncrease = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/FormatItalic.tsx b/icons-styled-components/src/icons/FormatItalic.tsx deleted file mode 100644 index 32ecdab..0000000 --- a/icons-styled-components/src/icons/FormatItalic.tsx +++ /dev/null @@ -1,37 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledFormatItalic = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: skewX(-20deg) scale(var(--ggs, 1)); - width: 6px; - height: 12px; - border-top: 2px solid; - border-bottom: 2px solid; - } - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - height: 10px; - width: 2px; - background: currentColor; - left: 2px; - top: -2px; - } -` - -export const FormatItalic = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/FormatJustify.tsx b/icons-styled-components/src/icons/FormatJustify.tsx deleted file mode 100644 index 4f5f64f..0000000 --- a/icons-styled-components/src/icons/FormatJustify.tsx +++ /dev/null @@ -1,37 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledFormatJustify = styled.i` - &, - &::before { - display: block; - box-sizing: border-box; - width: 16px; - height: 2px; - border-radius: 3px; - background: currentColor; - box-shadow: 0 8px 0; - } - & { - margin-top: -11px; - transform: scale(var(--ggs, 1)); - position: relative; - } - &::before { - content: ''; - position: absolute; - top: 4px; - left: 0; - } -` - -export const FormatJustify = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/FormatLeft.tsx b/icons-styled-components/src/icons/FormatLeft.tsx deleted file mode 100644 index c06557d..0000000 --- a/icons-styled-components/src/icons/FormatLeft.tsx +++ /dev/null @@ -1,38 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledFormatLeft = styled.i` - &, - &::before { - display: block; - box-sizing: border-box; - height: 2px; - background: currentColor; - border-radius: 3px; - box-shadow: 0 8px 0; - } - & { - margin-top: -11px; - position: relative; - transform: scale(var(--ggs, 1)); - width: 16px; - } - &::before { - content: ''; - position: absolute; - width: 10px; - top: 4px; - left: 0; - } -` - -export const FormatLeft = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/FormatLineHeight.tsx b/icons-styled-components/src/icons/FormatLineHeight.tsx deleted file mode 100644 index 5106e0a..0000000 --- a/icons-styled-components/src/icons/FormatLineHeight.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledFormatLineHeight = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 14px; - height: 10px; - border-top: 2px solid transparent; - border-bottom: 2px solid transparent; - border-left: 4px solid transparent; - box-shadow: -2px 0 0 0, 2px -4px 0 -2px, 2px 4px 0 -2px, inset 0 2px 0 0, inset 0 -2px 0 0; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 0; - height: 0; - border-right: 3px solid transparent; - border-left: 3px solid transparent; - left: -8px; - } - &::before { - border-top: 4px solid; - bottom: -5px; - } - &::after { - border-bottom: 4px solid; - top: -5px; - } -` - -export const FormatLineHeight = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/FormatRight.tsx b/icons-styled-components/src/icons/FormatRight.tsx deleted file mode 100644 index 0056d46..0000000 --- a/icons-styled-components/src/icons/FormatRight.tsx +++ /dev/null @@ -1,38 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledFormatRight = styled.i` - &, - &::before { - display: block; - box-sizing: border-box; - height: 2px; - background: currentColor; - border-radius: 3px; - box-shadow: 0 8px 0; - } - & { - margin-top: -11px; - position: relative; - transform: scale(var(--ggs, 1)); - width: 16px; - } - &::before { - content: ''; - position: absolute; - width: 10px; - top: 4px; - left: 6px; - } -` - -export const FormatRight = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/FormatSeparator.tsx b/icons-styled-components/src/icons/FormatSeparator.tsx deleted file mode 100644 index cc2e6a0..0000000 --- a/icons-styled-components/src/icons/FormatSeparator.tsx +++ /dev/null @@ -1,38 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledFormatSeparator = styled.i` - & { - transform: scale(var(--ggs, 1)); - } - &, - &::after { - box-sizing: border-box; - position: relative; - display: block; - width: 18px; - height: 2px; - border-radius: 3px; - background: currentColor; - } - &::after { - content: ''; - position: absolute; - top: -12px; - left: 3px; - opacity: 0.5; - width: 12px; - box-shadow: 0 4px 0 0, 0 8px 0 0, 0 16px 0 0; - } -` - -export const FormatSeparator = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/FormatSlash.tsx b/icons-styled-components/src/icons/FormatSlash.tsx deleted file mode 100644 index 039f186..0000000 --- a/icons-styled-components/src/icons/FormatSlash.tsx +++ /dev/null @@ -1,26 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledFormatSlash = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: rotate(25deg) scale(var(--ggs, 1)); - width: 2px; - height: 14px; - background: currentColor; - border-radius: 3px; - } -` - -export const FormatSlash = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/FormatStrike.tsx b/icons-styled-components/src/icons/FormatStrike.tsx deleted file mode 100644 index acfd0b8..0000000 --- a/icons-styled-components/src/icons/FormatStrike.tsx +++ /dev/null @@ -1,45 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledFormatStrike = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 10px; - height: 3px; - border-left: 4px solid transparent; - border-right: 4px solid transparent; - box-shadow: 0 -2px 0 0, inset 0 0 0 2px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 14px; - height: 2px; - background: currentColor; - left: -6px; - top: 4px; - } - &::after { - width: 2px; - height: 4px; - left: 0; - top: 7px; - } -` - -export const FormatStrike = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/FormatText.tsx b/icons-styled-components/src/icons/FormatText.tsx deleted file mode 100644 index e2e3c68..0000000 --- a/icons-styled-components/src/icons/FormatText.tsx +++ /dev/null @@ -1,38 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledFormatText = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 10px; - height: 8px; - border-left: 4px solid transparent; - border-right: 4px solid transparent; - box-shadow: 0 -2px 0 0, inset 0 0 0 2px; - } - &::after { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 18px; - height: 18px; - border: 1px dashed; - top: -6px; - left: -8px; - } -` - -export const FormatText = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/FormatUnderline.tsx b/icons-styled-components/src/icons/FormatUnderline.tsx deleted file mode 100644 index 6fb5554..0000000 --- a/icons-styled-components/src/icons/FormatUnderline.tsx +++ /dev/null @@ -1,40 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledFormatUnderline = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 12px; - height: 12px; - border: 2px solid; - border-top: 0; - border-bottom-left-radius: 100px; - border-bottom-right-radius: 100px; - } - &::after { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - width: 12px; - height: 2px; - background: currentColor; - left: -2px; - bottom: -6px; - } -` - -export const FormatUnderline = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/FormatUppercase.tsx b/icons-styled-components/src/icons/FormatUppercase.tsx deleted file mode 100644 index 47365da..0000000 --- a/icons-styled-components/src/icons/FormatUppercase.tsx +++ /dev/null @@ -1,40 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledFormatUppercase = styled.i` - & { - transform: scale(var(--ggs, 1)); - } - &, - &::after { - box-sizing: border-box; - position: relative; - display: block; - width: 8px; - height: 8px; - border-left: 3px solid transparent; - border-right: 3px solid transparent; - box-shadow: 0 -2px 0 0, inset 0 0 0 2px; - } - &::after { - content: ''; - position: absolute; - width: 6px; - height: 4px; - border-left: 2px solid transparent; - border-right: 2px solid transparent; - bottom: 0; - right: -8px; - } -` - -export const FormatUppercase = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Games.tsx b/icons-styled-components/src/icons/Games.tsx deleted file mode 100644 index 9276e74..0000000 --- a/icons-styled-components/src/icons/Games.tsx +++ /dev/null @@ -1,49 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledGames = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 24px; - height: 12px; - border: 3px solid transparent; - border-left: 6px solid transparent; - box-shadow: 0 0 0 2px, inset 2px 0 0; - border-radius: 40px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - height: 2px; - background: currentColor; - } - &::before { - left: -2px; - width: 6px; - top: 2px; - } - &::after { - border-radius: 3px; - width: 2px; - box-shadow: 0 4px 0, -2px 2px 0, 2px 2px 0; - top: 0; - right: 2px; - } -` - -export const Games = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/GenderFemale.tsx b/icons-styled-components/src/icons/GenderFemale.tsx deleted file mode 100644 index bc54892..0000000 --- a/icons-styled-components/src/icons/GenderFemale.tsx +++ /dev/null @@ -1,45 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledGenderFemale = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 10px; - height: 10px; - border: 2px solid; - border-radius: 100%; - margin-top: -4px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 8px; - height: 2px; - background: currentColor; - bottom: -6px; - left: -1px; - } - &::before { - width: 2px; - height: 9px; - bottom: -9px; - left: 2px; - } -` - -export const GenderFemale = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/GenderMale.tsx b/icons-styled-components/src/icons/GenderMale.tsx deleted file mode 100644 index f1c5b02..0000000 --- a/icons-styled-components/src/icons/GenderMale.tsx +++ /dev/null @@ -1,50 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledGenderMale = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 10px; - height: 10px; - border: 2px solid; - border-radius: 100%; - margin-left: -4px; - margin-top: 4px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - height: 8px; - top: -6px; - } - &::after { - border-right: 2px solid; - border-top: 2px solid; - width: 7px; - height: 7px; - left: 5px; - } - &::before { - width: 2px; - background: currentColor; - left: 7px; - transform: rotate(45deg); - } -` - -export const GenderMale = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Ghost.tsx b/icons-styled-components/src/icons/Ghost.tsx deleted file mode 100644 index b0aff69..0000000 --- a/icons-styled-components/src/icons/Ghost.tsx +++ /dev/null @@ -1,44 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledGhost = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 18px; - height: 16px; - background: linear-gradient(to left, currentColor 40px, transparent 0) no-repeat -6px center/40px - 4px; - overflow: hidden; - } - &::after, - &::before { - content: ''; - background: currentColor; - box-sizing: border-box; - position: absolute; - display: block; - height: 4px; - width: 12px; - box-shadow: 14px 0 0; - } - &::after { - width: 20px; - left: -12px; - box-shadow: 22px 0 0; - bottom: 0; - } -` - -export const Ghost = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Gift.tsx b/icons-styled-components/src/icons/Gift.tsx deleted file mode 100644 index 7fd97e3..0000000 --- a/icons-styled-components/src/icons/Gift.tsx +++ /dev/null @@ -1,53 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledGift = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 14px; - margin-top: 8px; - border: 2px solid transparent; - box-shadow: inset 2px 0 0, inset -2px 0 0, 0 -2px 0, inset 0 2px 0, inset 0 -2px 0; - background: linear-gradient(to left, currentColor 10px, transparent 0), - linear-gradient(to left, currentColor 10px, transparent 0), - linear-gradient(to left, currentColor 10px, transparent 0); - background-repeat: no-repeat; - background-size: 2px 10px, 2px 10px, 2px 10px; - background-position: 8px 0, 18px -8px, -2px -8px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - width: 6px; - height: 8px; - border: 2px solid; - top: -10px; - } - &::after { - left: 3px; - transform: rotate(-45deg); - } - &::before { - right: 3px; - transform: rotate(45deg); - } -` - -export const Gift = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Girl.tsx b/icons-styled-components/src/icons/Girl.tsx deleted file mode 100644 index 72adeb9..0000000 --- a/icons-styled-components/src/icons/Girl.tsx +++ /dev/null @@ -1,49 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledGirl = styled.i` - &, - &::after, - &::before { - display: block; - box-sizing: border-box; - border-radius: 42px; - } - & { - position: relative; - transform: scale(var(--ggs, 1)); - width: 20px; - height: 20px; - overflow: hidden; - box-shadow: inset 0 0 0 2px; - } - &::after, - &::before { - content: ''; - position: absolute; - width: 2px; - height: 2px; - background: currentColor; - box-shadow: 6px 0 0; - left: 6px; - top: 10px; - } - &::after { - width: 20px; - height: 20px; - top: -11px; - left: -12px; - box-shadow: 17px -4px 0 3px; - } -` - -export const Girl = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/GitBranch.tsx b/icons-styled-components/src/icons/GitBranch.tsx deleted file mode 100644 index e803d1c..0000000 --- a/icons-styled-components/src/icons/GitBranch.tsx +++ /dev/null @@ -1,50 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledGitBranch = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 2px; - height: 14px; - background: currentColor; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::before { - border-right: 2px solid; - border-bottom: 2px solid; - border-bottom-right-radius: 4px; - bottom: 0; - width: 8px; - height: 6px; - left: 0; - } - &::after { - width: 4px; - height: 4px; - background: currentColor; - box-shadow: 0 12px 0 0, 6px 6px 0 0; - border-radius: 100%; - left: -1px; - top: -1px; - } -` - -export const GitBranch = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/GitCommit.tsx b/icons-styled-components/src/icons/GitCommit.tsx deleted file mode 100644 index e73ae69..0000000 --- a/icons-styled-components/src/icons/GitCommit.tsx +++ /dev/null @@ -1,39 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledGitCommit = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 2px; - height: 16px; - border-radius: 3px; - border-top: 6px solid; - border-bottom: 6px solid; - } - &::after { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 2px; - height: 2px; - box-shadow: 0 0 0 2px; - border-radius: 100%; - left: 0; - top: 1px; - } -` - -export const GitCommit = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/GitFork.tsx b/icons-styled-components/src/icons/GitFork.tsx deleted file mode 100644 index 08325e3..0000000 --- a/icons-styled-components/src/icons/GitFork.tsx +++ /dev/null @@ -1,50 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledGitFork = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 2px; - height: 14px; - background: currentColor; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::before { - border-right: 2px solid; - border-bottom: 2px solid; - border-bottom-right-radius: 4px; - bottom: 4px; - width: 8px; - height: 6px; - left: 0; - } - &::after { - width: 4px; - height: 4px; - background: currentColor; - box-shadow: 0 12px 0 0, 6px 2px 0 0; - border-radius: 100%; - left: -1px; - top: -1px; - } -` - -export const GitFork = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/GitPull.tsx b/icons-styled-components/src/icons/GitPull.tsx deleted file mode 100644 index aedf991..0000000 --- a/icons-styled-components/src/icons/GitPull.tsx +++ /dev/null @@ -1,50 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledGitPull = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 2px; - height: 14px; - background: currentColor; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::before { - border-right: 2px solid; - border-top: 2px solid; - border-top-right-radius: 4px; - width: 8px; - height: 6px; - left: 0; - top: 2px; - } - &::after { - width: 4px; - height: 4px; - background: currentColor; - box-shadow: 0 12px 0 0, 6px 8px 0 0; - border-radius: 100%; - left: -1px; - top: -1px; - } -` - -export const GitPull = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Gitter.tsx b/icons-styled-components/src/icons/Gitter.tsx deleted file mode 100644 index 95355d6..0000000 --- a/icons-styled-components/src/icons/Gitter.tsx +++ /dev/null @@ -1,45 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledGitter = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 14px; - height: 18px; - border-left: 4px solid transparent; - border-right: 4px solid transparent; - box-shadow: inset 2px 0 0, inset -2px 0 0; - } - &::after, - &::before { - content: ''; - position: absolute; - box-sizing: border-box; - display: block; - width: 2px; - background: currentColor; - } - &::before { - height: 13px; - top: -3px; - left: -4px; - } - &::after { - height: 10px; - left: 8px; - } -` - -export const Gitter = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Glass.tsx b/icons-styled-components/src/icons/Glass.tsx deleted file mode 100644 index 784caf3..0000000 --- a/icons-styled-components/src/icons/Glass.tsx +++ /dev/null @@ -1,41 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledGlass = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 6px; - height: 13px; - border-top: 8px solid transparent; - border-left: 2px solid transparent; - border-right: 2px solid transparent; - box-shadow: inset 0 0 0 2px, 0 2px 0 0; - } - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 10px; - height: 10px; - border: 2px solid; - border-bottom-left-radius: 100px; - border-bottom-right-radius: 100px; - left: -4px; - bottom: 3px; - } -` - -export const Glass = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/GlassAlt.tsx b/icons-styled-components/src/icons/GlassAlt.tsx deleted file mode 100644 index 750f1d4..0000000 --- a/icons-styled-components/src/icons/GlassAlt.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledGlassAlt = styled.i`` - -export const GlassAlt = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Globe.tsx b/icons-styled-components/src/icons/Globe.tsx deleted file mode 100644 index e998a58..0000000 --- a/icons-styled-components/src/icons/Globe.tsx +++ /dev/null @@ -1,55 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledGlobe = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 10px; - height: 10px; - border: 2px solid; - border-radius: 100px; - margin-left: -3px; - margin-top: -7px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::before { - top: 11px; - border-right: 2px solid transparent; - box-shadow: 0 2px 0, inset -2px 0 0; - left: 1px; - width: 6px; - height: 2px; - } - &::after { - width: 16px; - height: 10px; - border-radius: 50px; - border-top-left-radius: 0; - border-top-right-radius: 0; - border: 2px solid; - border-top-color: transparent; - right: -7px; - bottom: -5px; - transform: rotate(-35deg); - } -` - -export const Globe = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/GlobeAlt.tsx b/icons-styled-components/src/icons/GlobeAlt.tsx deleted file mode 100644 index bbf54ac..0000000 --- a/icons-styled-components/src/icons/GlobeAlt.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledGlobeAlt = styled.i`` - -export const GlobeAlt = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Google.tsx b/icons-styled-components/src/icons/Google.tsx deleted file mode 100644 index 642a930..0000000 --- a/icons-styled-components/src/icons/Google.tsx +++ /dev/null @@ -1,42 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledGoogle = styled.i` - &, - &::before { - box-sizing: border-box; - display: block; - } - & { - position: relative; - transform: scale(var(--ggs, 1)); - width: 20px; - height: 20px; - border: 4px solid; - border-right-color: transparent; - border-radius: 22px; - } - &::before { - content: ''; - position: absolute; - border-top: 4px solid; - border-right: 4px solid; - border-bottom: 4px solid; - border-radius: 0 0 10px 0; - width: 10px; - height: 12px; - right: -4px; - bottom: -4px; - } -` - -export const Google = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/GoogleTasks.tsx b/icons-styled-components/src/icons/GoogleTasks.tsx deleted file mode 100644 index ec36e3e..0000000 --- a/icons-styled-components/src/icons/GoogleTasks.tsx +++ /dev/null @@ -1,46 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledGoogleTasks = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 18px; - height: 18px; - } - &::after, - &::before { - content: ''; - position: absolute; - display: block; - background: currentColor; - } - &::before { - width: 6px; - height: 6px; - border-radius: 10px; - bottom: 6px; - left: 2px; - } - &::after { - height: 18px; - width: 4px; - border-radius: 20px; - transform: rotate(40deg); - right: 2px; - bottom: 0; - } -` - -export const GoogleTasks = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Gym.tsx b/icons-styled-components/src/icons/Gym.tsx deleted file mode 100644 index cf04b07..0000000 --- a/icons-styled-components/src/icons/Gym.tsx +++ /dev/null @@ -1,51 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledGym = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: rotate(-35deg) scale(var(--ggs, 1)); - width: 8px; - height: 20px; - border-top: 9px solid transparent; - border-bottom: 9px solid transparent; - box-shadow: inset 0 0 0 2px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::before { - box-shadow: -3px 0 0 -1px, 3px 0 0 -1px, inset 2px 0 0 0, inset -2px 0 0 0; - width: 14px; - height: 8px; - border-left: 1px solid transparent; - border-right: 1px solid transparent; - top: -3px; - left: -3px; - } - &::after { - width: 22px; - height: 2px; - border-left: 2px solid; - border-right: 2px solid; - top: 0; - left: -7px; - } -` - -export const Gym = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Hamburger.tsx b/icons-styled-components/src/icons/Hamburger.tsx deleted file mode 100644 index e675677..0000000 --- a/icons-styled-components/src/icons/Hamburger.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledHamburger = styled.i`` - -export const Hamburger = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Hashtag.tsx b/icons-styled-components/src/icons/Hashtag.tsx deleted file mode 100644 index 3488e82..0000000 --- a/icons-styled-components/src/icons/Hashtag.tsx +++ /dev/null @@ -1,38 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledHashtag = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 8px; - height: 16px; - border-left: 2px solid; - border-right: 2px solid; - } - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 16px; - height: 8px; - border-top: 2px solid; - border-bottom: 2px solid; - left: -6px; - top: 4px; - } -` - -export const Hashtag = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Headlamp.tsx b/icons-styled-components/src/icons/Headlamp.tsx deleted file mode 100644 index a87a9b8..0000000 --- a/icons-styled-components/src/icons/Headlamp.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledHeadlamp = styled.i`` - -export const Headlamp = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Headset.tsx b/icons-styled-components/src/icons/Headset.tsx deleted file mode 100644 index ad5f3ae..0000000 --- a/icons-styled-components/src/icons/Headset.tsx +++ /dev/null @@ -1,49 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledHeadset = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 18px; - height: 18px; - border-top-left-radius: 120px; - border-top-right-radius: 120px; - border: 2px solid; - border-bottom: 0; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - border: 2px solid; - width: 6px; - height: 8px; - top: 8px; - } - &::before { - border-top-right-radius: 2px; - border-bottom-right-radius: 2px; - left: -2px; - } - &::after { - border-top-left-radius: 2px; - border-bottom-left-radius: 2px; - left: 10px; - } -` - -export const Headset = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Heart.tsx b/icons-styled-components/src/icons/Heart.tsx deleted file mode 100644 index f9b2ad5..0000000 --- a/icons-styled-components/src/icons/Heart.tsx +++ /dev/null @@ -1,52 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledHeart = styled.i` - &, - &::after { - border: 2px solid; - border-top-left-radius: 100px; - border-top-right-radius: 100px; - width: 10px; - height: 8px; - border-bottom: 0; - } - & { - box-sizing: border-box; - position: relative; - transform: translate(calc(-10px / 2 * var(--ggs, 1)), calc(-6px / 2 * var(--ggs, 1))) - rotate(-45deg) scale(var(--ggs, 1)); - display: block; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::after { - right: -9px; - transform: rotate(90deg); - top: 5px; - } - &::before { - width: 11px; - height: 11px; - border-left: 2px solid; - border-bottom: 2px solid; - left: -2px; - top: 3px; - } -` - -export const Heart = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Hello.tsx b/icons-styled-components/src/icons/Hello.tsx deleted file mode 100644 index 690f003..0000000 --- a/icons-styled-components/src/icons/Hello.tsx +++ /dev/null @@ -1,51 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledHello = styled.i` - & { - display: block; - position: relative; - box-sizing: border-box; - transform: scale(var(--ggs, 1)); - overflow: hidden; - width: 20px; - height: 20px; - border-radius: 6px; - border-bottom-left-radius: 0; - } - &::after, - &::before { - content: ''; - display: block; - position: absolute; - box-sizing: border-box; - } - &::before { - width: 30px; - height: 30px; - border: 8px solid; - left: -5px; - top: -5px; - border-radius: 30px; - } - &::after { - width: 10px; - height: 5px; - background: currentColor; - border-bottom-left-radius: 30px; - border-bottom-right-radius: 30px; - bottom: 5px; - left: 5px; - } -` - -export const Hello = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Home.tsx b/icons-styled-components/src/icons/Home.tsx deleted file mode 100644 index bdc3bce..0000000 --- a/icons-styled-components/src/icons/Home.tsx +++ /dev/null @@ -1,63 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledHome = styled.i` - & { - background: linear-gradient(to left, currentColor 5px, transparent 0) no-repeat 0 bottom/4px 2px, - linear-gradient(to left, currentColor 5px, transparent 0) no-repeat right bottom/4px 2px; - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 18px; - height: 14px; - border: 2px solid; - border-top: 0; - border-bottom: 0; - border-top-right-radius: 3px; - border-top-left-radius: 3px; - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; - margin-bottom: -2px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::before { - border-top: 2px solid; - border-left: 2px solid; - border-top-left-radius: 4px; - transform: rotate(45deg); - top: -5px; - border-radius: 3px; - width: 14px; - height: 14px; - left: 0; - } - &::after { - width: 8px; - height: 10px; - border: 2px solid; - border-radius: 100px; - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; - border-bottom: 0; - left: 3px; - bottom: 0; - } -` - -export const Home = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/HomeAlt.tsx b/icons-styled-components/src/icons/HomeAlt.tsx deleted file mode 100644 index 5ae68b1..0000000 --- a/icons-styled-components/src/icons/HomeAlt.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledHomeAlt = styled.i`` - -export const HomeAlt = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/HomeScreen.tsx b/icons-styled-components/src/icons/HomeScreen.tsx deleted file mode 100644 index c28732f..0000000 --- a/icons-styled-components/src/icons/HomeScreen.tsx +++ /dev/null @@ -1,46 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledHomeScreen = styled.i` - & { - display: block; - position: relative; - box-sizing: border-box; - transform: scale(var(--ggs, 1)); - width: 14px; - height: 22px; - border-radius: 3px; - border: 2px solid; - } - &::after, - &::before { - content: ''; - display: block; - position: absolute; - box-sizing: border-box; - border-radius: 2px; - width: 2px; - height: 2px; - left: 1px; - background: currentColor; - } - &::after { - top: 1px; - box-shadow: 3px 0, 6px 0, 0 3px, 3px 3px, 6px 3px, 0 6px; - } - &::before { - bottom: 1px; - box-shadow: 3px 0 0, 6px 0 0; - } -` - -export const HomeScreen = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Icecream.tsx b/icons-styled-components/src/icons/Icecream.tsx deleted file mode 100644 index bc10a49..0000000 --- a/icons-styled-components/src/icons/Icecream.tsx +++ /dev/null @@ -1,54 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledIcecream = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 14px; - height: 16px; - border: 2px solid; - border-top-left-radius: 12px; - border-top-right-radius: 12px; - margin-top: -8px; - border-bottom: 0; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::before { - border-left: 4px solid; - border-right: 4px solid; - width: 12px; - height: 2px; - bottom: 0; - left: -2px; - } - &::after { - width: 6px; - height: 8px; - border: 2px solid; - bottom: -6px; - left: 2px; - border-bottom-left-radius: 100px; - border-bottom-right-radius: 100px; - border-top: 0; - } -` - -export const Icecream = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/IfDesign.tsx b/icons-styled-components/src/icons/IfDesign.tsx deleted file mode 100644 index 472483b..0000000 --- a/icons-styled-components/src/icons/IfDesign.tsx +++ /dev/null @@ -1,38 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledIfDesign = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 14px; - height: 14px; - background: linear-gradient(to left, currentColor 18px, transparent 0) no-repeat center - center/4px 18px, - linear-gradient(to left, currentColor 5px, transparent 0) no-repeat 10px top/4px 4px, - linear-gradient(to left, currentColor 5px, transparent 0) no-repeat 10px 5px/4px 4px, - linear-gradient(to left, currentColor 14px, transparent 0) no-repeat 0 5px/4px 14px; - } - &::before { - content: ''; - display: block; - position: absolute; - width: 4px; - height: 4px; - border-radius: 10px; - background-color: currentColor; - } -` - -export const IfDesign = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Image.tsx b/icons-styled-components/src/icons/Image.tsx deleted file mode 100644 index 7922fbf..0000000 --- a/icons-styled-components/src/icons/Image.tsx +++ /dev/null @@ -1,50 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledImage = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 20px; - height: 16px; - overflow: hidden; - box-shadow: 0 0 0 2px; - border-radius: 2px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - border: 2px solid; - } - &::after { - transform: rotate(45deg); - border-radius: 3px; - width: 16px; - height: 16px; - top: 9px; - left: 6px; - } - &::before { - width: 6px; - height: 6px; - border-radius: 100%; - top: 2px; - left: 2px; - } -` - -export const Image = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Import.tsx b/icons-styled-components/src/icons/Import.tsx deleted file mode 100644 index afb3192..0000000 --- a/icons-styled-components/src/icons/Import.tsx +++ /dev/null @@ -1,50 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledImport = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 18px; - height: 14px; - border: 2px solid; - border-top: 0; - box-shadow: -6px -8px 0 -6px, 6px -8px 0 -6px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::before { - background: currentColor; - width: 2px; - height: 14px; - right: 6px; - bottom: 5px; - } - &::after { - width: 6px; - height: 6px; - border-right: 2px solid; - border-bottom: 2px solid; - right: 4px; - bottom: 4px; - transform: rotate(45deg); - } -` - -export const Import = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Inbox.tsx b/icons-styled-components/src/icons/Inbox.tsx deleted file mode 100644 index 1658cc3..0000000 --- a/icons-styled-components/src/icons/Inbox.tsx +++ /dev/null @@ -1,45 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledInbox = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 18px; - height: 18px; - border: 2px solid; - box-shadow: inset 0 -2px 0 0; - border-radius: 3px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - background: currentColor; - height: 7px; - width: 7px; - border-radius: 2px; - bottom: -2px; - } - &::before { - left: -2px; - } - &::after { - right: -2px; - } -` - -export const Inbox = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/IndieHackers.tsx b/icons-styled-components/src/icons/IndieHackers.tsx deleted file mode 100644 index 1860120..0000000 --- a/icons-styled-components/src/icons/IndieHackers.tsx +++ /dev/null @@ -1,44 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledIndieHackers = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 16px; - height: 12px; - } - &::after, - &::before { - content: ''; - position: absolute; - box-sizing: border-box; - display: block; - height: 12px; - } - &::before { - width: 3px; - background: currentColor; - } - &::after { - width: 10px; - right: 0; - border-left: 3px solid; - border-right: 3px solid; - background: linear-gradient(to left, currentColor 14px, transparent 0) no-repeat 0 center/14px - 3px; - } -` - -export const IndieHackers = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Infinity.tsx b/icons-styled-components/src/icons/Infinity.tsx deleted file mode 100644 index 310b49c..0000000 --- a/icons-styled-components/src/icons/Infinity.tsx +++ /dev/null @@ -1,50 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledInfinity = styled.i` - & { - background: linear-gradient(to left, currentColor 5px, transparent 0) no-repeat -4px 4px/2px 2px, - linear-gradient(to left, currentColor 5px, transparent 0) no-repeat 4px 4px/2px 2px; - box-sizing: border-box; - position: relative; - display: block; - transform: rotate(-45deg) scale(var(--ggs, 1)); - width: 10px; - height: 18px; - border: 4px solid transparent; - box-shadow: inset 0 0 0 2px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 10px; - height: 10px; - border: 2px solid; - border-radius: 200px; - transform: rotate(45deg); - } - &::after { - border-right-color: transparent; - left: -8px; - top: -4px; - } - &::before { - border-left-color: transparent; - right: -8px; - top: 4px; - } -` - -export const Infinity = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Info.tsx b/icons-styled-components/src/icons/Info.tsx deleted file mode 100644 index ff892c0..0000000 --- a/icons-styled-components/src/icons/Info.tsx +++ /dev/null @@ -1,45 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledInfo = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 20px; - height: 20px; - border: 2px solid; - border-radius: 40px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - width: 2px; - background: currentColor; - left: 7px; - } - &::after { - bottom: 2px; - height: 8px; - } - &::before { - height: 2px; - top: 2px; - } -` - -export const Info = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Inpicture.tsx b/icons-styled-components/src/icons/Inpicture.tsx deleted file mode 100644 index 3f7359e..0000000 --- a/icons-styled-components/src/icons/Inpicture.tsx +++ /dev/null @@ -1,37 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledInpicture = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 16px; - border: 2px solid; - border-radius: 2px; - } - &::after { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 5px; - background: currentColor; - right: 2px; - bottom: 2px; - } -` - -export const Inpicture = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/InsertAfter.tsx b/icons-styled-components/src/icons/InsertAfter.tsx deleted file mode 100644 index 89e6b99..0000000 --- a/icons-styled-components/src/icons/InsertAfter.tsx +++ /dev/null @@ -1,46 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledInsertAfter = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 18px; - height: 18px; - } - &::before { - box-shadow: -2px 10px 0, 2px 10px 0; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 10px; - height: 2px; - background: currentColor; - border-radius: 5px; - top: 8px; - left: 4px; - } - &::after { - width: 2px; - height: 10px; - top: 4px; - left: 8px; - } -` - -export const InsertAfter = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/InsertAfterO.tsx b/icons-styled-components/src/icons/InsertAfterO.tsx deleted file mode 100644 index c0c9bee..0000000 --- a/icons-styled-components/src/icons/InsertAfterO.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledInsertAfterO = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 16px; - height: 16px; - border: 2px solid; - border-radius: 20px; - } - &::before { - box-shadow: -2px 12px 0, 2px 12px 0; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 8px; - height: 2px; - background: currentColor; - border-radius: 5px; - top: 5px; - left: 2px; - } - &::after { - width: 2px; - height: 8px; - top: 2px; - left: 5px; - } -` - -export const InsertAfterO = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/InsertAfterR.tsx b/icons-styled-components/src/icons/InsertAfterR.tsx deleted file mode 100644 index 5b92a85..0000000 --- a/icons-styled-components/src/icons/InsertAfterR.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledInsertAfterR = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 16px; - height: 16px; - border: 2px solid; - border-radius: 4px; - } - &::before { - box-shadow: -2px 12px 0, 2px 12px 0; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 8px; - height: 2px; - background: currentColor; - border-radius: 5px; - top: 5px; - left: 2px; - } - &::after { - width: 2px; - height: 8px; - top: 2px; - left: 5px; - } -` - -export const InsertAfterR = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/InsertBefore.tsx b/icons-styled-components/src/icons/InsertBefore.tsx deleted file mode 100644 index 85691bc..0000000 --- a/icons-styled-components/src/icons/InsertBefore.tsx +++ /dev/null @@ -1,46 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledInsertBefore = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 18px; - height: 18px; - } - &::before { - box-shadow: -2px -10px 0, 2px -10px 0; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 10px; - height: 2px; - background: currentColor; - border-radius: 5px; - top: 8px; - left: 4px; - } - &::after { - width: 2px; - height: 10px; - top: 4px; - left: 8px; - } -` - -export const InsertBefore = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/InsertBeforeO.tsx b/icons-styled-components/src/icons/InsertBeforeO.tsx deleted file mode 100644 index a3cfa07..0000000 --- a/icons-styled-components/src/icons/InsertBeforeO.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledInsertBeforeO = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 16px; - height: 16px; - border: 2px solid; - border-radius: 20px; - } - &::before { - box-shadow: -2px -12px 0, 2px -12px 0; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 8px; - height: 2px; - background: currentColor; - border-radius: 5px; - top: 5px; - left: 2px; - } - &::after { - width: 2px; - height: 8px; - top: 2px; - left: 5px; - } -` - -export const InsertBeforeO = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/InsertBeforeR.tsx b/icons-styled-components/src/icons/InsertBeforeR.tsx deleted file mode 100644 index de75cad..0000000 --- a/icons-styled-components/src/icons/InsertBeforeR.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledInsertBeforeR = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 16px; - height: 16px; - border: 2px solid; - border-radius: 4px; - } - &::before { - box-shadow: -2px -12px 0, 2px -12px 0; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 8px; - height: 2px; - background: currentColor; - border-radius: 5px; - top: 5px; - left: 2px; - } - &::after { - width: 2px; - height: 8px; - top: 2px; - left: 5px; - } -` - -export const InsertBeforeR = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Insights.tsx b/icons-styled-components/src/icons/Insights.tsx deleted file mode 100644 index dfa9b17..0000000 --- a/icons-styled-components/src/icons/Insights.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledInsights = styled.i`` - -export const Insights = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Instagram.tsx b/icons-styled-components/src/icons/Instagram.tsx deleted file mode 100644 index 88cec4f..0000000 --- a/icons-styled-components/src/icons/Instagram.tsx +++ /dev/null @@ -1,50 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledInstagram = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - border: 2px solid transparent; - box-shadow: 0 0 0 2px; - border-radius: 4px; - width: 20px; - height: 20px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::after { - border: 2px solid; - left: 3px; - width: 10px; - height: 10px; - border-radius: 100%; - top: 3px; - } - &::before { - border-radius: 3px; - width: 2px; - height: 2px; - background: currentColor; - right: 1px; - top: 1px; - } -` - -export const Instagram = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Inteligence.tsx b/icons-styled-components/src/icons/Inteligence.tsx deleted file mode 100644 index 35d1566..0000000 --- a/icons-styled-components/src/icons/Inteligence.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledInteligence = styled.i`` - -export const Inteligence = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Internal.tsx b/icons-styled-components/src/icons/Internal.tsx deleted file mode 100644 index 1bd23bb..0000000 --- a/icons-styled-components/src/icons/Internal.tsx +++ /dev/null @@ -1,49 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledInternal = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 12px; - height: 12px; - box-shadow: -2px 2px 0 0, -4px -4px 0 -2px, 4px 4px 0 -2px; - margin-left: -2px; - margin-top: 1px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - left: 2px; - } - &::before { - background: currentColor; - transform: rotate(-45deg); - width: 14px; - height: 2px; - bottom: 8px; - } - &::after { - width: 7px; - height: 7px; - border-left: 2px solid; - border-bottom: 2px solid; - bottom: 2px; - } -` - -export const Internal = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Key.tsx b/icons-styled-components/src/icons/Key.tsx deleted file mode 100644 index 8cad9d8..0000000 --- a/icons-styled-components/src/icons/Key.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledKey = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 6px; - height: 8px; - border: 2px solid; - border-radius: 100px; - margin-left: -12px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - right: -12px; - } - &::before { - background: currentColor; - width: 12px; - height: 2px; - top: 1px; - } - &::after { - width: 5px; - height: 3px; - top: 2px; - border-left: 2px solid; - border-right: 2px solid; - } -` - -export const Key = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Keyboard.tsx b/icons-styled-components/src/icons/Keyboard.tsx deleted file mode 100644 index b68b54b..0000000 --- a/icons-styled-components/src/icons/Keyboard.tsx +++ /dev/null @@ -1,46 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledKeyboard = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 26px; - height: 14px; - border: 2px solid; - border-radius: 2px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - height: 2px; - background: currentColor; - } - &::before { - top: 2px; - box-shadow: 4px 0 0, 8px 0 0, 12px 0 0, 16px 0 0, 16px 4px 0, 0 4px 0; - width: 2px; - left: 2px; - } - &::after { - width: 10px; - bottom: 2px; - left: 6px; - } -` - -export const Keyboard = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Keyhole.tsx b/icons-styled-components/src/icons/Keyhole.tsx deleted file mode 100644 index 3a98f90..0000000 --- a/icons-styled-components/src/icons/Keyhole.tsx +++ /dev/null @@ -1,49 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledKeyhole = styled.i` - &, - &::after, - &::before { - display: block; - box-sizing: border-box; - border-radius: 20px; - } - & { - position: relative; - transform: scale(var(--ggs, 1)); - width: 20px; - height: 20px; - border: 2px solid; - } - &::after, - &::before { - content: ''; - position: absolute; - } - &::before { - width: 6px; - height: 6px; - border: 2px solid; - left: 5px; - top: 3px; - } - &::after { - background: currentColor; - width: 2px; - height: 5px; - left: 7px; - bottom: 3px; - } -` - -export const Keyhole = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Laptop.tsx b/icons-styled-components/src/icons/Laptop.tsx deleted file mode 100644 index 67d26d6..0000000 --- a/icons-styled-components/src/icons/Laptop.tsx +++ /dev/null @@ -1,38 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledLaptop = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 18px; - height: 12px; - border: 2px solid; - border-radius: 2px; - } - &::after { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 22px; - height: 2px; - background: currentColor; - left: -4px; - bottom: -5px; - border-radius: 100px; - } -` - -export const Laptop = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/LayoutGrid.tsx b/icons-styled-components/src/icons/LayoutGrid.tsx deleted file mode 100644 index 4b2c703..0000000 --- a/icons-styled-components/src/icons/LayoutGrid.tsx +++ /dev/null @@ -1,42 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledLayoutGrid = styled.i` - & { - transform: scale(var(--ggs, 1)); - } - &, - &::after, - &::before { - box-sizing: border-box; - position: relative; - display: block; - width: 10px; - height: 10px; - } - &::after, - &::before { - content: ''; - position: absolute; - height: 4px; - border-left: 4px solid; - border-right: 4px solid; - } - &::before { - top: 0; - } - &::after { - bottom: 0; - } -` - -export const LayoutGrid = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/LayoutGridSmall.tsx b/icons-styled-components/src/icons/LayoutGridSmall.tsx deleted file mode 100644 index 7bff416..0000000 --- a/icons-styled-components/src/icons/LayoutGridSmall.tsx +++ /dev/null @@ -1,42 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledLayoutGridSmall = styled.i` - & { - transform: scale(var(--ggs, 1)); - } - &, - &::after, - &::before { - box-sizing: border-box; - position: relative; - display: block; - width: 10px; - height: 2px; - border-left: 6px double; - border-right: 2px solid; - } - &::after, - &::before { - content: ''; - position: absolute; - left: -6px; - } - &::after { - bottom: 4px; - } - &::before { - top: 4px; - } -` - -export const LayoutGridSmall = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/LayoutList.tsx b/icons-styled-components/src/icons/LayoutList.tsx deleted file mode 100644 index 661043c..0000000 --- a/icons-styled-components/src/icons/LayoutList.tsx +++ /dev/null @@ -1,42 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledLayoutList = styled.i` - & { - transform: scale(var(--ggs, 1)); - } - &, - &::after, - &::before { - box-sizing: border-box; - position: relative; - display: block; - width: 10px; - height: 2px; - border-left: 6px double; - border-right: 4px solid; - } - &::after, - &::before { - content: ''; - position: absolute; - left: -6px; - } - &::after { - bottom: 4px; - } - &::before { - top: 4px; - } -` - -export const LayoutList = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Linear.tsx b/icons-styled-components/src/icons/Linear.tsx deleted file mode 100644 index 03c6c19..0000000 --- a/icons-styled-components/src/icons/Linear.tsx +++ /dev/null @@ -1,45 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledLinear = styled.i` - & { - display: block; - position: relative; - box-sizing: border-box; - transform: scale(var(--ggs, 1)); - width: 18px; - height: 18px; - overflow: hidden; - border-radius: 100px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 25px; - height: 25px; - transform: rotate(-45deg); - background: currentColor; - top: -14px; - left: 4px; - } - &::after { - width: 2px; - box-shadow: -3px 4px 0 0, -6px -2px 0 0; - top: -3px; - left: 6px; - } -` - -export const Linear = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Link.tsx b/icons-styled-components/src/icons/Link.tsx deleted file mode 100644 index 9f6a7cf..0000000 --- a/icons-styled-components/src/icons/Link.tsx +++ /dev/null @@ -1,50 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledLink = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: rotate(-45deg) scale(var(--ggs, 1)); - width: 8px; - height: 2px; - background: currentColor; - border-radius: 4px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - width: 8px; - height: 10px; - border: 2px solid; - top: -4px; - } - &::before { - border-right: 0; - border-top-left-radius: 40px; - border-bottom-left-radius: 40px; - left: -6px; - } - &::after { - border-left: 0; - border-top-right-radius: 40px; - border-bottom-right-radius: 40px; - right: -6px; - } -` - -export const Link = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/List.tsx b/icons-styled-components/src/icons/List.tsx deleted file mode 100644 index 9b5c9ef..0000000 --- a/icons-styled-components/src/icons/List.tsx +++ /dev/null @@ -1,44 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledList = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 20px; - border: 2px solid; - border-radius: 3px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 2px; - height: 2px; - background: currentColor; - top: 3px; - left: 3px; - box-shadow: 0 4px 0, 0 8px 0; - } - &::after { - border-radius: 3px; - width: 8px; - left: 7px; - } -` - -export const List = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/LivePhoto.tsx b/icons-styled-components/src/icons/LivePhoto.tsx deleted file mode 100644 index 087ade3..0000000 --- a/icons-styled-components/src/icons/LivePhoto.tsx +++ /dev/null @@ -1,39 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledLivePhoto = styled.i` - & { - transform: scale(var(--ggs, 1)); - } - &, - &::after { - box-sizing: border-box; - position: relative; - display: block; - width: 20px; - height: 20px; - border-radius: 100px; - border: 2px dotted currentColor; - } - &::after { - content: ''; - position: absolute; - width: 8px; - height: 8px; - border: 1px solid transparent; - top: 4px; - left: 4px; - box-shadow: 0 0 0 2px, inset 0 0 0 2px currentColor; - } -` - -export const LivePhoto = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Loadbar.tsx b/icons-styled-components/src/icons/Loadbar.tsx deleted file mode 100644 index 2abc08d..0000000 --- a/icons-styled-components/src/icons/Loadbar.tsx +++ /dev/null @@ -1,50 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledLoadbar = styled.i` - @keyframes loadbar { - 0%, - to { - left: 0; - right: 80%; - } - 25%, - 75% { - left: 0; - right: 0; - } - 50% { - left: 80%; - right: 0; - } - } - &, - &::before { - display: block; - box-sizing: border-box; - height: 4px; - } - & { - position: relative; - transform: scale(var(--ggs, 1)); - width: 18px; - } - &::before { - content: ''; - position: absolute; - border-radius: 4px; - background: currentColor; - animation: loadbar 2s cubic-bezier(0, 0, 0.58, 1) infinite; - } -` - -export const Loadbar = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/LoadbarAlt.tsx b/icons-styled-components/src/icons/LoadbarAlt.tsx deleted file mode 100644 index ba977a6..0000000 --- a/icons-styled-components/src/icons/LoadbarAlt.tsx +++ /dev/null @@ -1,58 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledLoadbarAlt = styled.i` - @keyframes loadbaralt { - 0%, - to { - left: 0; - right: 80%; - } - 25%, - 75% { - left: 0; - right: 0; - } - 50% { - left: 80%; - right: 0; - } - } - &, - &::before, - &::after { - display: block; - box-sizing: border-box; - height: 4px; - border-radius: 4px; - } - & { - position: relative; - transform: scale(var(--ggs, 1)); - width: 18px; - } - &::after, - &::before { - background: currentColor; - content: ''; - position: absolute; - } - &::before { - animation: loadbaralt 2s cubic-bezier(0, 0, 0.58, 1) infinite; - } - &::after { - width: 18px; - opacity: 0.3; - } -` - -export const LoadbarAlt = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/LoadbarDoc.tsx b/icons-styled-components/src/icons/LoadbarDoc.tsx deleted file mode 100644 index cbf745c..0000000 --- a/icons-styled-components/src/icons/LoadbarDoc.tsx +++ /dev/null @@ -1,55 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledLoadbarDoc = styled.i` - @keyframes gg-doc { - 0% { - left: -16px; - } - 60%, - to { - left: 0; - } - } - & { - display: block; - position: relative; - box-sizing: border-box; - transform: scale(var(--ggs, 1)); - border: 2px solid transparent; - box-shadow: 0 0 0 2px; - border-radius: 1px; - width: 12px; - height: 14px; - overflow: hidden; - } - &::after, - &::before { - content: ''; - display: block; - position: absolute; - box-sizing: border-box; - height: 2px; - background: currentColor; - animation: gg-doc 1s linear infinite alternate; - } - &::before { - width: 14px; - box-shadow: -4px 4px 0; - } - &::after { - width: 5px; - top: 8px; - } -` - -export const LoadbarDoc = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/LoadbarSound.tsx b/icons-styled-components/src/icons/LoadbarSound.tsx deleted file mode 100644 index 7557361..0000000 --- a/icons-styled-components/src/icons/LoadbarSound.tsx +++ /dev/null @@ -1,61 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledLoadbarSound = styled.i` - @keyframes gg-bar { - 10% { - box-shadow: inset 0 -4px 0; - } - 30% { - box-shadow: inset 0 -10px 0; - } - 60% { - box-shadow: inset 0 -6px 0; - } - 80% { - box-shadow: inset 0 -8px 0; - } - to { - box-shadow: inset 0 -2px 0; - } - } - &, - &::after, - &::before { - display: block; - box-sizing: border-box; - width: 2px; - height: 12px; - box-shadow: inset 0 -12px 0; - animation: gg-bar 1.3s ease infinite alternate; - } - & { - position: relative; - transform: scale(var(--ggs, 1)); - } - &::after, - &::before { - content: ''; - position: absolute; - bottom: 0; - } - &::before { - left: -4px; - animation-delay: -2.4s; - } - &::after { - right: -4px; - animation-delay: -3.7s; - } -` - -export const LoadbarSound = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Lock.tsx b/icons-styled-components/src/icons/Lock.tsx deleted file mode 100644 index c8092e2..0000000 --- a/icons-styled-components/src/icons/Lock.tsx +++ /dev/null @@ -1,42 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledLock = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 12px; - height: 11px; - border: 2px solid; - border-top-right-radius: 50%; - border-top-left-radius: 50%; - border-bottom: transparent; - margin-top: -12px; - } - &::after { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 16px; - height: 10px; - border-radius: 2px; - border: 2px solid transparent; - box-shadow: 0 0 0 2px; - left: -4px; - top: 9px; - } -` - -export const Lock = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/LockUnlock.tsx b/icons-styled-components/src/icons/LockUnlock.tsx deleted file mode 100644 index dd28d08..0000000 --- a/icons-styled-components/src/icons/LockUnlock.tsx +++ /dev/null @@ -1,53 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledLockUnlock = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 12px; - height: 6px; - border: 2px solid; - border-top-right-radius: 100px; - border-top-left-radius: 100px; - border-bottom: transparent; - margin-top: -18px; - margin-left: -2px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::after { - border: 2px solid transparent; - box-shadow: 0 0 0 2px; - width: 16px; - height: 10px; - border-radius: 2px; - left: -4px; - top: 10px; - } - &::before { - width: 2px; - height: 6px; - background: currentColor; - left: -2px; - top: 4px; - } -` - -export const LockUnlock = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/LogIn.tsx b/icons-styled-components/src/icons/LogIn.tsx deleted file mode 100644 index fec8418..0000000 --- a/icons-styled-components/src/icons/LogIn.tsx +++ /dev/null @@ -1,53 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledLogIn = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 6px; - height: 16px; - border: 2px solid; - border-left: 0; - border-top-right-radius: 2px; - border-bottom-right-radius: 2px; - margin-right: -10px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::after { - border-top: 2px solid; - border-right: 2px solid; - transform: rotate(45deg); - width: 8px; - height: 8px; - left: -8px; - bottom: 2px; - } - &::before { - border-radius: 3px; - width: 10px; - height: 2px; - background: currentColor; - left: -11px; - bottom: 5px; - } -` - -export const LogIn = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/LogOff.tsx b/icons-styled-components/src/icons/LogOff.tsx deleted file mode 100644 index 0a0dcbf..0000000 --- a/icons-styled-components/src/icons/LogOff.tsx +++ /dev/null @@ -1,39 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledLogOff = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - border-radius: 16px; - border: 2px solid; - transform: scale(var(--ggs, 1)); - width: 16px; - height: 16px; - border-top: 2px solid transparent; - } - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - height: 8px; - width: 2px; - background: currentColor; - left: 5px; - bottom: 6px; - } -` - -export const LogOff = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/LogOut.tsx b/icons-styled-components/src/icons/LogOut.tsx deleted file mode 100644 index ad5e909..0000000 --- a/icons-styled-components/src/icons/LogOut.tsx +++ /dev/null @@ -1,53 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledLogOut = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - width: 6px; - height: 16px; - border: 2px solid; - transform: scale(var(--ggs, 1)); - border-right: 0; - border-top-left-radius: 2px; - border-bottom-left-radius: 2px; - margin-left: -10px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::after { - border-top: 2px solid; - border-left: 2px solid; - transform: rotate(-45deg); - width: 8px; - height: 8px; - left: 4px; - bottom: 2px; - } - &::before { - border-radius: 3px; - width: 10px; - height: 2px; - background: currentColor; - left: 5px; - bottom: 5px; - } -` - -export const LogOut = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Loupe.tsx b/icons-styled-components/src/icons/Loupe.tsx deleted file mode 100644 index a230b02..0000000 --- a/icons-styled-components/src/icons/Loupe.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledLoupe = styled.i`` - -export const Loupe = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Magnet.tsx b/icons-styled-components/src/icons/Magnet.tsx deleted file mode 100644 index 92ed280..0000000 --- a/icons-styled-components/src/icons/Magnet.tsx +++ /dev/null @@ -1,41 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledMagnet = styled.i` - &, - &::before { - display: block; - box-sizing: border-box; - width: 14px; - } - & { - border: 4px solid; - transform: scale(var(--ggs, 1)); - border-bottom-left-radius: 100px; - border-bottom-right-radius: 100px; - border-top: 0; - position: relative; - height: 12px; - } - &::before { - content: ''; - position: absolute; - height: 3px; - border-left: 4px solid; - border-right: 4px solid; - top: -5px; - left: -4px; - opacity: 0.5; - } -` - -export const Magnet = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Mail.tsx b/icons-styled-components/src/icons/Mail.tsx deleted file mode 100644 index 28d672d..0000000 --- a/icons-styled-components/src/icons/Mail.tsx +++ /dev/null @@ -1,39 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledMail = styled.i` - &, - &::after { - display: block; - box-sizing: border-box; - height: 14px; - border: 2px solid; - } - & { - overflow: hidden; - transform: scale(var(--ggs, 1)); - position: relative; - width: 18px; - border-radius: 2px; - } - &::after { - content: ''; - position: absolute; - border-radius: 3px; - width: 14px; - transform: rotate(-45deg); - bottom: 3px; - left: 0; - } -` - -export const Mail = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/MailForward.tsx b/icons-styled-components/src/icons/MailForward.tsx deleted file mode 100644 index 8f473d1..0000000 --- a/icons-styled-components/src/icons/MailForward.tsx +++ /dev/null @@ -1,39 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledMailForward = styled.i` - &, - &::before { - display: block; - box-sizing: border-box; - height: 6px; - border-top: 2px solid; - } - & { - border-left: 2px solid; - transform: scale(var(--ggs, 1)); - border-top-left-radius: 4px; - position: relative; - width: 14px; - } - &::before { - content: ''; - position: absolute; - width: 6px; - border-right: 2px solid; - top: -4px; - right: -1px; - transform: rotate(45deg); - } -` - -export const MailForward = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/MailOpen.tsx b/icons-styled-components/src/icons/MailOpen.tsx deleted file mode 100644 index 3e632ac..0000000 --- a/icons-styled-components/src/icons/MailOpen.tsx +++ /dev/null @@ -1,39 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledMailOpen = styled.i` - &, - &::after { - display: block; - box-sizing: border-box; - height: 14px; - border: 2px solid; - } - & { - border-top: 0; - transform: scale(var(--ggs, 1)); - position: relative; - width: 18px; - border-radius: 2px; - } - &::after { - content: ''; - position: absolute; - border-radius: 3px; - width: 14px; - transform: rotate(-45deg); - bottom: 3px; - left: 0; - } -` - -export const MailOpen = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/MailReply.tsx b/icons-styled-components/src/icons/MailReply.tsx deleted file mode 100644 index 39ffe5e..0000000 --- a/icons-styled-components/src/icons/MailReply.tsx +++ /dev/null @@ -1,39 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledMailReply = styled.i` - &, - &::before { - display: block; - box-sizing: border-box; - height: 6px; - border-top: 2px solid; - } - & { - border-right: 2px solid; - transform: scale(var(--ggs, 1)); - border-top-right-radius: 4px; - position: relative; - width: 14px; - } - &::before { - content: ''; - position: absolute; - width: 6px; - border-left: 2px solid; - top: -4px; - left: -1px; - transform: rotate(-45deg); - } -` - -export const MailReply = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Map.tsx b/icons-styled-components/src/icons/Map.tsx deleted file mode 100644 index d018232..0000000 --- a/icons-styled-components/src/icons/Map.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledMap = styled.i`` - -export const Map = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/MathDivide.tsx b/icons-styled-components/src/icons/MathDivide.tsx deleted file mode 100644 index ee91c2f..0000000 --- a/icons-styled-components/src/icons/MathDivide.tsx +++ /dev/null @@ -1,42 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledMathDivide = styled.i` - & { - transform: scale(var(--ggs, 1)); - } - &, - &::after, - &::before { - box-sizing: border-box; - position: relative; - display: block; - width: 16px; - height: 2px; - background: currentColor; - border-radius: 20px; - } - &::after, - &::before { - content: ''; - position: absolute; - width: 4px; - height: 4px; - top: -6px; - left: 6px; - } - &::after { - top: 4px; - } -` - -export const MathDivide = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/MathEqual.tsx b/icons-styled-components/src/icons/MathEqual.tsx deleted file mode 100644 index dde83f2..0000000 --- a/icons-styled-components/src/icons/MathEqual.tsx +++ /dev/null @@ -1,28 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledMathEqual = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 16px; - height: 2px; - background: currentColor; - border-radius: 10px; - margin-top: -6px; - box-shadow: 0 6px 0; - } -` - -export const MathEqual = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/MathMinus.tsx b/icons-styled-components/src/icons/MathMinus.tsx deleted file mode 100644 index d1047ad..0000000 --- a/icons-styled-components/src/icons/MathMinus.tsx +++ /dev/null @@ -1,26 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledMathMinus = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 16px; - height: 2px; - background: currentColor; - border-radius: 10px; - } -` - -export const MathMinus = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/MathPercent.tsx b/icons-styled-components/src/icons/MathPercent.tsx deleted file mode 100644 index 58fe471..0000000 --- a/icons-styled-components/src/icons/MathPercent.tsx +++ /dev/null @@ -1,43 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledMathPercent = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 16px; - height: 2px; - background: currentColor; - border-radius: 20px; - transform: rotate(-45deg); - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 4px; - height: 4px; - background: currentColor; - border-radius: 20px; - top: -7px; - left: 6px; - } - &::after { - top: 5px; - } -` - -export const MathPercent = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/MathPlus.tsx b/icons-styled-components/src/icons/MathPlus.tsx deleted file mode 100644 index 5a552e2..0000000 --- a/icons-styled-components/src/icons/MathPlus.tsx +++ /dev/null @@ -1,38 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledMathPlus = styled.i` - &, - &::after { - display: block; - box-sizing: border-box; - background: currentColor; - border-radius: 10px; - } - & { - margin-top: -2px; - position: relative; - transform: scale(var(--ggs, 1)); - width: 16px; - height: 2px; - } - &::after { - content: ''; - position: absolute; - width: 2px; - height: 16px; - top: -7px; - left: 7px; - } -` - -export const MathPlus = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Maximize.tsx b/icons-styled-components/src/icons/Maximize.tsx deleted file mode 100644 index 578c4cf..0000000 --- a/icons-styled-components/src/icons/Maximize.tsx +++ /dev/null @@ -1,25 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledMaximize = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 14px; - height: 14px; - box-shadow: -6px -6px 0 -4px, 6px 6px 0 -4px, 6px -6px 0 -4px, -6px 6px 0 -4px; - } -` - -export const Maximize = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/MaximizeAlt.tsx b/icons-styled-components/src/icons/MaximizeAlt.tsx deleted file mode 100644 index e9eddb5..0000000 --- a/icons-styled-components/src/icons/MaximizeAlt.tsx +++ /dev/null @@ -1,43 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledMaximizeAlt = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 14px; - height: 14px; - box-shadow: -6px -6px 0 -4px, 6px 6px 0 -4px, 6px -6px 0 -4px, -6px 6px 0 -4px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - width: 22px; - height: 2px; - border-left: 8px solid; - border-right: 8px solid; - transform: rotate(-45deg); - bottom: 6px; - left: -4px; - } - &::before { - transform: rotate(45deg); - } -` - -export const MaximizeAlt = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/MediaLive.tsx b/icons-styled-components/src/icons/MediaLive.tsx deleted file mode 100644 index 54757b9..0000000 --- a/icons-styled-components/src/icons/MediaLive.tsx +++ /dev/null @@ -1,50 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledMediaLive = styled.i` - & { - transform: scale(var(--ggs, 1)); - } - &, - &::after { - border-top-color: transparent; - border-bottom-color: transparent; - } - &, - &::after, - &::before { - box-sizing: border-box; - position: relative; - display: block; - border: 2px solid; - border-radius: 50%; - width: 14px; - height: 14px; - } - &::after, - &::before { - content: ''; - position: absolute; - width: 6px; - height: 6px; - top: 2px; - left: 2px; - } - &::after { - width: 22px; - height: 22px; - top: -6px; - left: -6px; - } -` - -export const MediaLive = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/MediaPodcast.tsx b/icons-styled-components/src/icons/MediaPodcast.tsx deleted file mode 100644 index 38bf710..0000000 --- a/icons-styled-components/src/icons/MediaPodcast.tsx +++ /dev/null @@ -1,46 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledMediaPodcast = styled.i` - & { - transform: scale(var(--ggs, 1)); - } - &, - &::after, - &::before { - box-sizing: border-box; - position: relative; - display: block; - width: 14px; - height: 14px; - border: 2px solid; - border-bottom-color: transparent; - border-radius: 50%; - } - &::after, - &::before { - content: ''; - position: absolute; - width: 6px; - height: 6px; - top: 2px; - left: 2px; - } - &::after { - width: 22px; - height: 22px; - top: -6px; - left: -6px; - } -` - -export const MediaPodcast = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Menu.tsx b/icons-styled-components/src/icons/Menu.tsx deleted file mode 100644 index 9cfca89..0000000 --- a/icons-styled-components/src/icons/Menu.tsx +++ /dev/null @@ -1,39 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledMenu = styled.i` - & { - transform: scale(var(--ggs, 1)); - } - &, - &::after, - &::before { - box-sizing: border-box; - position: relative; - display: block; - width: 20px; - height: 2px; - border-radius: 3px; - background: currentColor; - } - &::after, - &::before { - content: ''; - position: absolute; - top: -6px; - } - &::after { - top: 6px; - } -` - -export const Menu = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/MenuBoxed.tsx b/icons-styled-components/src/icons/MenuBoxed.tsx deleted file mode 100644 index 1e61b5b..0000000 --- a/icons-styled-components/src/icons/MenuBoxed.tsx +++ /dev/null @@ -1,39 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledMenuBoxed = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 18px; - height: 18px; - border-radius: 3px; - border: 2px solid; - } - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 10px; - height: 2px; - background: currentColor; - border-radius: 3px; - top: 2px; - left: 2px; - box-shadow: 0 4px 0, 0 8px 0; - } -` - -export const MenuBoxed = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/MenuCake.tsx b/icons-styled-components/src/icons/MenuCake.tsx deleted file mode 100644 index 47f026c..0000000 --- a/icons-styled-components/src/icons/MenuCake.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledMenuCake = styled.i`` - -export const MenuCake = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/MenuCheese.tsx b/icons-styled-components/src/icons/MenuCheese.tsx deleted file mode 100644 index 2ab8f1b..0000000 --- a/icons-styled-components/src/icons/MenuCheese.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledMenuCheese = styled.i`` - -export const MenuCheese = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/MenuGridO.tsx b/icons-styled-components/src/icons/MenuGridO.tsx deleted file mode 100644 index 42a9e9e..0000000 --- a/icons-styled-components/src/icons/MenuGridO.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledMenuGridO = styled.i`` - -export const MenuGridO = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/MenuGridR.tsx b/icons-styled-components/src/icons/MenuGridR.tsx deleted file mode 100644 index 386234c..0000000 --- a/icons-styled-components/src/icons/MenuGridR.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledMenuGridR = styled.i`` - -export const MenuGridR = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/MenuHotdog.tsx b/icons-styled-components/src/icons/MenuHotdog.tsx deleted file mode 100644 index d439d3b..0000000 --- a/icons-styled-components/src/icons/MenuHotdog.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledMenuHotdog = styled.i`` - -export const MenuHotdog = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/MenuLeft.tsx b/icons-styled-components/src/icons/MenuLeft.tsx deleted file mode 100644 index 3981888..0000000 --- a/icons-styled-components/src/icons/MenuLeft.tsx +++ /dev/null @@ -1,41 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledMenuLeft = styled.i` - & { - transform: scale(var(--ggs, 1)); - } - &, - &::after, - &::before { - box-sizing: border-box; - position: relative; - display: block; - width: 20px; - height: 2px; - border-radius: 3px; - background: currentColor; - } - &::after, - &::before { - content: ''; - position: absolute; - top: -6px; - width: 10px; - } - &::after { - top: 6px; - width: 14px; - } -` - -export const MenuLeft = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/MenuLeftAlt.tsx b/icons-styled-components/src/icons/MenuLeftAlt.tsx deleted file mode 100644 index 7069b92..0000000 --- a/icons-styled-components/src/icons/MenuLeftAlt.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledMenuLeftAlt = styled.i`` - -export const MenuLeftAlt = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/MenuMotion.tsx b/icons-styled-components/src/icons/MenuMotion.tsx deleted file mode 100644 index 255a4d2..0000000 --- a/icons-styled-components/src/icons/MenuMotion.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledMenuMotion = styled.i`` - -export const MenuMotion = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/MenuOreos.tsx b/icons-styled-components/src/icons/MenuOreos.tsx deleted file mode 100644 index a1bcd7d..0000000 --- a/icons-styled-components/src/icons/MenuOreos.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledMenuOreos = styled.i`` - -export const MenuOreos = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/MenuRight.tsx b/icons-styled-components/src/icons/MenuRight.tsx deleted file mode 100644 index 8b6ed92..0000000 --- a/icons-styled-components/src/icons/MenuRight.tsx +++ /dev/null @@ -1,42 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledMenuRight = styled.i` - & { - transform: scale(var(--ggs, 1)); - } - &, - &::after, - &::before { - box-sizing: border-box; - position: relative; - display: block; - width: 20px; - height: 2px; - border-radius: 3px; - background: currentColor; - } - &::after, - &::before { - content: ''; - position: absolute; - top: -6px; - right: 0; - width: 10px; - } - &::after { - top: 6px; - width: 14px; - } -` - -export const MenuRight = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/MenuRightAlt.tsx b/icons-styled-components/src/icons/MenuRightAlt.tsx deleted file mode 100644 index 81ddb10..0000000 --- a/icons-styled-components/src/icons/MenuRightAlt.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledMenuRightAlt = styled.i`` - -export const MenuRightAlt = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/MenuRound.tsx b/icons-styled-components/src/icons/MenuRound.tsx deleted file mode 100644 index be544e8..0000000 --- a/icons-styled-components/src/icons/MenuRound.tsx +++ /dev/null @@ -1,39 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledMenuRound = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - border-radius: 24px; - border: 2px solid; - } - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 10px; - height: 2px; - background: currentColor; - border-radius: 3px; - top: 4px; - left: 4px; - box-shadow: 0 4px 0, 0 8px 0; - } -` - -export const MenuRound = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/MergeHorizontal.tsx b/icons-styled-components/src/icons/MergeHorizontal.tsx deleted file mode 100644 index fbf6600..0000000 --- a/icons-styled-components/src/icons/MergeHorizontal.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledMergeHorizontal = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 14px; - height: 2px; - border-radius: 3px; - background: currentColor; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - transform: rotate(-45deg); - } - &::after { - border-bottom: 2px solid; - border-left: 2px solid; - left: 4px; - bottom: 5px; - } - &::before { - border-top: 2px solid; - border-right: 2px solid; - right: 4px; - top: 5px; - } -` - -export const MergeHorizontal = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/MergeVertical.tsx b/icons-styled-components/src/icons/MergeVertical.tsx deleted file mode 100644 index 5f8c441..0000000 --- a/icons-styled-components/src/icons/MergeVertical.tsx +++ /dev/null @@ -1,47 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledMergeVertical = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 2px; - height: 14px; - border-radius: 3px; - background: currentColor; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - border-bottom: 2px solid; - top: 4px; - } - &::after { - border-left: 2px solid; - left: 5px; - transform: rotate(45deg); - } - &::before { - border-right: 2px solid; - transform: rotate(-45deg); - right: 5px; - } -` - -export const MergeVertical = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Mic.tsx b/icons-styled-components/src/icons/Mic.tsx deleted file mode 100644 index 6f5c5f9..0000000 --- a/icons-styled-components/src/icons/Mic.tsx +++ /dev/null @@ -1,52 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledMic = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 16px; - height: 12px; - border-bottom-left-radius: 120px; - border-bottom-right-radius: 120px; - border: 2px solid; - border-top: 0; - margin-top: 3px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::after { - border: 2px solid; - width: 8px; - height: 18px; - left: 2px; - top: -10px; - border-radius: 4px; - } - &::before { - width: 10px; - height: 4px; - top: 12px; - left: 1px; - border-right: 4px solid transparent; - box-shadow: 0 2px 0, inset -2px 0 0; - } -` - -export const Mic = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Microbit.tsx b/icons-styled-components/src/icons/Microbit.tsx deleted file mode 100644 index 4d71674..0000000 --- a/icons-styled-components/src/icons/Microbit.tsx +++ /dev/null @@ -1,39 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledMicrobit = styled.i` - &, - &::before { - display: block; - box-sizing: border-box; - border-radius: 20px; - } - & { - position: relative; - transform: scale(var(--ggs, 1)); - width: 24px; - height: 14px; - border: 3px solid; - } - &::before { - content: ''; - position: absolute; - width: 4px; - height: 4px; - background: currentColor; - top: 2px; - left: 2px; - box-shadow: 10px 0 0 0; - } -` - -export const Microbit = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Microsoft.tsx b/icons-styled-components/src/icons/Microsoft.tsx deleted file mode 100644 index 1afeca0..0000000 --- a/icons-styled-components/src/icons/Microsoft.tsx +++ /dev/null @@ -1,39 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledMicrosoft = styled.i` - & { - transform: scale(var(--ggs, 1)); - } - &, - &::after, - &::before { - box-sizing: border-box; - position: relative; - display: block; - width: 18px; - height: 18px; - } - &::after, - &::before { - content: ''; - position: absolute; - width: 8px; - border-top: 8px solid; - border-bottom: 8px solid; - } - &::after { - right: 0; - } -` - -export const Microsoft = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/MiniPlayer.tsx b/icons-styled-components/src/icons/MiniPlayer.tsx deleted file mode 100644 index a37294f..0000000 --- a/icons-styled-components/src/icons/MiniPlayer.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledMiniPlayer = styled.i`` - -export const MiniPlayer = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Minimize.tsx b/icons-styled-components/src/icons/Minimize.tsx deleted file mode 100644 index 1e71306..0000000 --- a/icons-styled-components/src/icons/Minimize.tsx +++ /dev/null @@ -1,45 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledMinimize = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 4px; - height: 4px; - box-shadow: -8px -4px 0 -1px, -6px -4px 0 -1px, 8px 4px 0 -1px, 6px 4px 0 -1px, 8px -4px 0 -1px, - 6px -4px 0 -1px, -8px 4px 0 -1px, -6px 4px 0 -1px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 2px; - height: 18px; - border-top: 6px solid; - border-bottom: 6px solid; - box-shadow: 18px 0 0 -2px; - top: -7px; - } - &::after { - left: -3px; - } - &::before { - right: -3px; - } -` - -export const Minimize = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/MinimizeAlt.tsx b/icons-styled-components/src/icons/MinimizeAlt.tsx deleted file mode 100644 index a1af9da..0000000 --- a/icons-styled-components/src/icons/MinimizeAlt.tsx +++ /dev/null @@ -1,47 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledMinimizeAlt = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: rotate(-45deg) scale(var(--ggs, 1)); - width: 26px; - height: 2px; - border-left: 10px solid; - border-right: 10px solid; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - border-top: 2px solid; - top: -2px; - } - &::before { - border-right: 2px solid; - left: -5px; - transform: rotate(45deg); - } - &::after { - border-left: 2px solid; - right: -5px; - transform: rotate(-45deg); - } -` - -export const MinimizeAlt = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Modem.tsx b/icons-styled-components/src/icons/Modem.tsx deleted file mode 100644 index b13f31a..0000000 --- a/icons-styled-components/src/icons/Modem.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledModem = styled.i`` - -export const Modem = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Monday.tsx b/icons-styled-components/src/icons/Monday.tsx deleted file mode 100644 index 6585aad..0000000 --- a/icons-styled-components/src/icons/Monday.tsx +++ /dev/null @@ -1,44 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledMonday = styled.i` - & { - display: block; - box-sizing: border-box; - position: relative; - transform: scale(var(--ggs, 1)); - width: 21px; - height: 16px; - } - &::after, - &::before { - background: currentColor; - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - border-radius: 22px; - } - &::before { - height: 16px; - transform: rotate(35deg); - box-shadow: 7px -5px 0 0; - } - &::after { - height: 6px; - bottom: 1px; - right: 0; - } -` - -export const Monday = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Moon.tsx b/icons-styled-components/src/icons/Moon.tsx deleted file mode 100644 index f0cb06c..0000000 --- a/icons-styled-components/src/icons/Moon.tsx +++ /dev/null @@ -1,41 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledMoon = styled.i` - &, - &::after { - display: block; - box-sizing: border-box; - border-radius: 50%; - } - & { - overflow: hidden; - position: relative; - transform: rotate(-135deg) scale(var(--ggs, 1)); - width: 20px; - height: 20px; - border: 2px solid; - border-bottom-color: transparent; - } - &::after { - content: ''; - position: absolute; - width: 12px; - height: 18px; - border: 2px solid transparent; - box-shadow: 0 0 0 2px; - top: 8px; - left: 2px; - } -` - -export const Moon = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/More.tsx b/icons-styled-components/src/icons/More.tsx deleted file mode 100644 index ffe1f5d..0000000 --- a/icons-styled-components/src/icons/More.tsx +++ /dev/null @@ -1,42 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledMore = styled.i` - & { - transform: scale(var(--ggs, 1)); - } - &, - &::after, - &::before { - box-sizing: border-box; - position: relative; - display: block; - width: 6px; - height: 6px; - border: 2px solid; - border-radius: 100%; - } - &::after, - &::before { - content: ''; - position: absolute; - top: -2px; - } - &::after { - left: -9px; - } - &::before { - right: -9px; - } -` - -export const More = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/MoreAlt.tsx b/icons-styled-components/src/icons/MoreAlt.tsx deleted file mode 100644 index 424c9c6..0000000 --- a/icons-styled-components/src/icons/MoreAlt.tsx +++ /dev/null @@ -1,42 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledMoreAlt = styled.i` - & { - transform: scale(var(--ggs, 1)); - } - &, - &::after, - &::before { - box-sizing: border-box; - position: relative; - display: block; - width: 4px; - height: 4px; - background: currentColor; - border-radius: 100%; - } - &::after, - &::before { - content: ''; - position: absolute; - top: 0; - } - &::after { - left: -6px; - } - &::before { - right: -6px; - } -` - -export const MoreAlt = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/MoreO.tsx b/icons-styled-components/src/icons/MoreO.tsx deleted file mode 100644 index 6897eb9..0000000 --- a/icons-styled-components/src/icons/MoreO.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledMoreO = styled.i`` - -export const MoreO = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/MoreR.tsx b/icons-styled-components/src/icons/MoreR.tsx deleted file mode 100644 index 4e3531f..0000000 --- a/icons-styled-components/src/icons/MoreR.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledMoreR = styled.i`` - -export const MoreR = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/MoreVertical.tsx b/icons-styled-components/src/icons/MoreVertical.tsx deleted file mode 100644 index a7c6ae6..0000000 --- a/icons-styled-components/src/icons/MoreVertical.tsx +++ /dev/null @@ -1,40 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledMoreVertical = styled.i` - & { - transform: scale(var(--ggs, 1)); - } - &, - &::after, - &::before { - box-sizing: border-box; - position: relative; - display: block; - width: 6px; - height: 6px; - border: 2px solid; - border-radius: 100%; - } - &::after, - &::before { - content: ''; - position: absolute; - top: 6px; - left: -2px; - } - &::before { - top: -10px; - } -` - -export const MoreVertical = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/MoreVerticalAlt.tsx b/icons-styled-components/src/icons/MoreVerticalAlt.tsx deleted file mode 100644 index d1177b6..0000000 --- a/icons-styled-components/src/icons/MoreVerticalAlt.tsx +++ /dev/null @@ -1,43 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledMoreVerticalAlt = styled.i` - & { - transform: scale(var(--ggs, 1)); - } - &, - &::after, - &::before { - box-sizing: border-box; - position: relative; - display: block; - width: 4px; - height: 4px; - background: currentColor; - border-radius: 100%; - } - &::after, - &::before { - content: ''; - position: absolute; - } - &::after { - left: 0; - top: 6px; - } - &::before { - top: -6px; - right: 0; - } -` - -export const MoreVerticalAlt = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Mouse.tsx b/icons-styled-components/src/icons/Mouse.tsx deleted file mode 100644 index 5b7f82c..0000000 --- a/icons-styled-components/src/icons/Mouse.tsx +++ /dev/null @@ -1,38 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledMouse = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 16px; - height: 24px; - border: 2px solid; - border-radius: 10px; - } - &::after { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - width: 2px; - height: 6px; - background: currentColor; - top: 3px; - left: 5px; - } -` - -export const Mouse = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/MoveDown.tsx b/icons-styled-components/src/icons/MoveDown.tsx deleted file mode 100644 index 9eb5a91..0000000 --- a/icons-styled-components/src/icons/MoveDown.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledMoveDown = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 10px; - height: 8px; - border-left: 2px solid; - border-right: 2px solid; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::before { - background: currentColor; - left: 2px; - top: 0; - width: 2px; - height: 12px; - } - &::after { - width: 0; - height: 0; - border-left: 3px solid transparent; - border-right: 3px solid transparent; - border-top: 5px solid; - bottom: -7px; - } -` - -export const MoveDown = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/MoveLeft.tsx b/icons-styled-components/src/icons/MoveLeft.tsx deleted file mode 100644 index 58246f0..0000000 --- a/icons-styled-components/src/icons/MoveLeft.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledMoveLeft = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 8px; - height: 10px; - border-top: 2px solid; - border-bottom: 2px solid; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::before { - background: currentColor; - right: 0; - top: 2px; - width: 12px; - height: 2px; - } - &::after { - width: 0; - height: 0; - border-top: 3px solid transparent; - border-bottom: 3px solid transparent; - border-right: 5px solid; - left: -7px; - } -` - -export const MoveLeft = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/MoveRight.tsx b/icons-styled-components/src/icons/MoveRight.tsx deleted file mode 100644 index 59bcf81..0000000 --- a/icons-styled-components/src/icons/MoveRight.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledMoveRight = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 8px; - height: 10px; - border-top: 2px solid; - border-bottom: 2px solid; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::before { - background: currentColor; - left: 0; - top: 2px; - width: 12px; - height: 2px; - } - &::after { - width: 0; - height: 0; - border-top: 3px solid transparent; - border-bottom: 3px solid transparent; - border-left: 5px solid; - right: -7px; - } -` - -export const MoveRight = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/MoveTask.tsx b/icons-styled-components/src/icons/MoveTask.tsx deleted file mode 100644 index 1c68650..0000000 --- a/icons-styled-components/src/icons/MoveTask.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledMoveTask = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 8px; - height: 10px; - border-top: 2px solid; - border-bottom: 2px solid; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::before { - background: currentColor; - top: 2px; - width: 8px; - height: 2px; - left: 0; - } - &::after { - width: 0; - height: 0; - border-top: 3px solid transparent; - border-bottom: 3px solid transparent; - border-left: 5px solid; - left: -6px; - } -` - -export const MoveTask = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/MoveUp.tsx b/icons-styled-components/src/icons/MoveUp.tsx deleted file mode 100644 index 5fecd51..0000000 --- a/icons-styled-components/src/icons/MoveUp.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledMoveUp = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 10px; - height: 8px; - border-left: 2px solid; - border-right: 2px solid; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::before { - background: currentColor; - left: 2px; - bottom: 0; - width: 2px; - height: 12px; - } - &::after { - width: 0; - height: 0; - border-left: 3px solid transparent; - border-right: 3px solid transparent; - border-bottom: 5px solid; - top: -7px; - } -` - -export const MoveUp = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Music.tsx b/icons-styled-components/src/icons/Music.tsx deleted file mode 100644 index 3686aad..0000000 --- a/icons-styled-components/src/icons/Music.tsx +++ /dev/null @@ -1,47 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledMusic = styled.i` - &, - &::after, - &::before { - display: block; - box-sizing: border-box; - border: 2px solid; - } - & { - border-top-left-radius: 4px; - border-top-right-radius: 4px; - border-bottom: 0; - margin-top: -4px; - position: relative; - transform: skewY(-15deg) scale(var(--ggs, 1)); - width: 14px; - height: 16px; - } - &::after, - &::before { - content: ''; - position: absolute; - width: 7px; - height: 7px; - top: 9px; - left: -7px; - transform: skewY(15deg); - border-radius: 10px; - } - &::after { - left: 5px; - } -` - -export const Music = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/MusicNote.tsx b/icons-styled-components/src/icons/MusicNote.tsx deleted file mode 100644 index 7e4adcd..0000000 --- a/icons-styled-components/src/icons/MusicNote.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledMusicNote = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 2px; - height: 14px; - background: currentColor; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - border: 2px solid; - } - &::before { - bottom: -4px; - width: 8px; - height: 8px; - left: -6px; - border-radius: 10px; - } - &::after { - width: 10px; - height: 6px; - top: -4px; - left: 0; - border-radius: 2px; - transform: skewY(-15deg); - } -` - -export const MusicNote = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/MusicSpeaker.tsx b/icons-styled-components/src/icons/MusicSpeaker.tsx deleted file mode 100644 index f411c2a..0000000 --- a/icons-styled-components/src/icons/MusicSpeaker.tsx +++ /dev/null @@ -1,47 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledMusicSpeaker = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 16px; - height: 22px; - border: 2px solid; - border-radius: 3px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - border: 2px solid; - border-radius: 100px; - } - &::before { - bottom: 2px; - width: 8px; - height: 8px; - left: 2px; - } - &::after { - width: 4px; - height: 4px; - left: 4px; - top: 2px; - } -` - -export const MusicSpeaker = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Nametag.tsx b/icons-styled-components/src/icons/Nametag.tsx deleted file mode 100644 index 33be5bb..0000000 --- a/icons-styled-components/src/icons/Nametag.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledNametag = styled.i`` - -export const Nametag = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Notes.tsx b/icons-styled-components/src/icons/Notes.tsx deleted file mode 100644 index b496c5a..0000000 --- a/icons-styled-components/src/icons/Notes.tsx +++ /dev/null @@ -1,46 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledNotes = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 20px; - height: 22px; - border: 2px solid; - border-radius: 3px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - height: 2px; - background: currentColor; - left: 2px; - } - &::before { - box-shadow: 0 4px 0, 0 8px 0; - width: 12px; - top: 2px; - } - &::after { - width: 6px; - top: 14px; - } -` - -export const Notes = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Notifications.tsx b/icons-styled-components/src/icons/Notifications.tsx deleted file mode 100644 index 5f05364..0000000 --- a/icons-styled-components/src/icons/Notifications.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledNotifications = styled.i`` - -export const Notifications = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Npm.tsx b/icons-styled-components/src/icons/Npm.tsx deleted file mode 100644 index b908c95..0000000 --- a/icons-styled-components/src/icons/Npm.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledNpm = styled.i`` - -export const Npm = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Oculus.tsx b/icons-styled-components/src/icons/Oculus.tsx deleted file mode 100644 index 14e1174..0000000 --- a/icons-styled-components/src/icons/Oculus.tsx +++ /dev/null @@ -1,26 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledOculus = styled.i` - & { - display: block; - position: relative; - box-sizing: border-box; - transform: scale(var(--ggs, 1)); - width: 20px; - height: 12px; - border: 4px solid; - border-radius: 22px; - } -` - -export const Oculus = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/OpenCollective.tsx b/icons-styled-components/src/icons/OpenCollective.tsx deleted file mode 100644 index ed603fc..0000000 --- a/icons-styled-components/src/icons/OpenCollective.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledOpenCollective = styled.i`` - -export const OpenCollective = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Options.tsx b/icons-styled-components/src/icons/Options.tsx deleted file mode 100644 index 4845b9b..0000000 --- a/icons-styled-components/src/icons/Options.tsx +++ /dev/null @@ -1,44 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledOptions = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 10px; - height: 2px; - box-shadow: -3px 4px 0 0, 3px -4px 0 0; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 8px; - height: 8px; - border: 2px solid; - border-radius: 100%; - } - &::before { - top: -7px; - left: -4px; - } - &::after { - bottom: -7px; - right: -4px; - } -` - -export const Options = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Organisation.tsx b/icons-styled-components/src/icons/Organisation.tsx deleted file mode 100644 index 20ff3d4..0000000 --- a/icons-styled-components/src/icons/Organisation.tsx +++ /dev/null @@ -1,52 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledOrganisation = styled.i` - & { - background: linear-gradient(to bottom, currentColor 5px, transparent 0) no-repeat center 2px/12px - 2px, - linear-gradient(to bottom, currentColor 5px, transparent 0) no-repeat center 6px/12px 2px, - linear-gradient(to bottom, currentColor 5px, transparent 0) no-repeat center 10px/12px 2px, - linear-gradient(to bottom, currentColor 18px, transparent 0) no-repeat center/2px 18px; - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 12px; - height: 18px; - border: 2px solid; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::before { - background: currentColor; - right: -8px; - top: 6px; - box-shadow: 0 4px 0, -4px 4px 0, -4px 0 0; - width: 2px; - height: 2px; - } - &::after { - width: 12px; - height: 14px; - border: 2px solid; - left: 8px; - bottom: -2px; - } -` - -export const Organisation = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Overflow.tsx b/icons-styled-components/src/icons/Overflow.tsx deleted file mode 100644 index 256de2b..0000000 --- a/icons-styled-components/src/icons/Overflow.tsx +++ /dev/null @@ -1,50 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledOverflow = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 16px; - height: 16px; - border-radius: 20px; - border-bottom: 8px solid; - } - &::after, - &::before { - content: ''; - box-sizing: border-box; - position: absolute; - display: block; - border-radius: 20px; - } - &::before { - width: 20px; - height: 20px; - border-bottom: 10px solid; - opacity: 0.6; - left: -2px; - top: -2px; - } - &::after { - width: 16px; - height: 16px; - border-top: 8px solid; - opacity: 0.2; - left: 0; - top: 0; - } -` - -export const Overflow = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Pacman.tsx b/icons-styled-components/src/icons/Pacman.tsx deleted file mode 100644 index 49d5d11..0000000 --- a/icons-styled-components/src/icons/Pacman.tsx +++ /dev/null @@ -1,50 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPacman = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: rotate(45deg) scale(var(--ggs, 1)); - width: 10px; - height: 10px; - border-bottom: 2px solid; - border-left: 2px solid; - } - &::after, - &::before { - content: ''; - display: block; - position: absolute; - box-sizing: border-box; - } - &::before { - background: currentColor; - top: 5px; - border-radius: 3px; - width: 2px; - height: 2px; - left: -5px; - } - &::after { - width: 18px; - height: 18px; - border: 2px solid; - border-radius: 100px; - border-right-color: transparent; - left: -10px; - transform: rotate(-45deg); - } -` - -export const Pacman = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Password.tsx b/icons-styled-components/src/icons/Password.tsx deleted file mode 100644 index b89a233..0000000 --- a/icons-styled-components/src/icons/Password.tsx +++ /dev/null @@ -1,47 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPassword = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 30px; - height: 12px; - border: 2px solid; - border-radius: 3px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 4px; - background: currentColor; - } - &::before { - left: 2px; - top: 2px; - box-shadow: 6px 0 0, 12px 0 0; - height: 4px; - border-radius: 100%; - } - &::after { - height: 2px; - right: 2px; - bottom: 2px; - } -` - -export const Password = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/PathBack.tsx b/icons-styled-components/src/icons/PathBack.tsx deleted file mode 100644 index cb3e6c3..0000000 --- a/icons-styled-components/src/icons/PathBack.tsx +++ /dev/null @@ -1,42 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPathBack = styled.i` - & { - display: block; - position: relative; - box-sizing: border-box; - transform: scale(var(--ggs, 1)); - width: 14px; - height: 14px; - } - &::after, - &::before { - content: ''; - position: absolute; - display: block; - box-sizing: border-box; - width: 10px; - height: 10px; - } - &::after { - border: 2px solid; - } - &::before { - border-right: 5px solid; - border-bottom: 5px solid; - bottom: 0; - right: 0; - } -` - -export const PathBack = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/PathCrop.tsx b/icons-styled-components/src/icons/PathCrop.tsx deleted file mode 100644 index 2c05d36..0000000 --- a/icons-styled-components/src/icons/PathCrop.tsx +++ /dev/null @@ -1,42 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPathCrop = styled.i` - & { - display: block; - position: relative; - box-sizing: border-box; - transform: scale(var(--ggs, 1)); - width: 14px; - height: 14px; - } - &::after, - &::before { - content: ''; - position: absolute; - display: block; - box-sizing: border-box; - border: 2px solid; - width: 10px; - height: 10px; - } - &::after { - opacity: 0.5; - } - &::before { - background: linear-gradient(to left, currentColor 4px, transparent 0) no-repeat top left/4px 4px; - bottom: 0; - right: 0; - } -` - -export const PathCrop = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/PathDivide.tsx b/icons-styled-components/src/icons/PathDivide.tsx deleted file mode 100644 index 338fac9..0000000 --- a/icons-styled-components/src/icons/PathDivide.tsx +++ /dev/null @@ -1,44 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPathDivide = styled.i` - & { - display: block; - position: relative; - box-sizing: border-box; - transform: scale(var(--ggs, 1)); - width: 14px; - height: 14px; - } - &::after, - &::before { - content: ''; - position: absolute; - display: block; - box-sizing: border-box; - width: 10px; - height: 10px; - } - &::after { - border-top: 4px solid; - border-left: 4px solid; - } - &::before { - background: linear-gradient(to left, currentColor 4px, transparent 0) no-repeat 1px 1px/4px 4px; - border-right: 4px solid; - border-bottom: 4px solid; - bottom: 0; - right: 0; - } -` - -export const PathDivide = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/PathExclude.tsx b/icons-styled-components/src/icons/PathExclude.tsx deleted file mode 100644 index 61b6e50..0000000 --- a/icons-styled-components/src/icons/PathExclude.tsx +++ /dev/null @@ -1,43 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPathExclude = styled.i` - & { - display: block; - position: relative; - box-sizing: border-box; - transform: scale(var(--ggs, 1)); - width: 14px; - height: 14px; - } - &::after, - &::before { - content: ''; - position: absolute; - display: block; - box-sizing: border-box; - width: 10px; - height: 10px; - } - &::after { - border-top: 4px solid; - border-left: 4px solid; - } - &::before { - border-right: 4px solid; - border-bottom: 4px solid; - bottom: 0; - right: 0; - } -` - -export const PathExclude = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/PathFront.tsx b/icons-styled-components/src/icons/PathFront.tsx deleted file mode 100644 index d8aac8a..0000000 --- a/icons-styled-components/src/icons/PathFront.tsx +++ /dev/null @@ -1,42 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPathFront = styled.i` - & { - display: block; - position: relative; - box-sizing: border-box; - transform: scale(var(--ggs, 1)); - width: 14px; - height: 14px; - } - &::after, - &::before { - content: ''; - position: absolute; - display: block; - box-sizing: border-box; - width: 10px; - height: 10px; - } - &::after { - border-left: 5px solid; - border-top: 5px solid; - } - &::before { - border: 2px solid; - bottom: 0; - right: 0; - } -` - -export const PathFront = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/PathIntersect.tsx b/icons-styled-components/src/icons/PathIntersect.tsx deleted file mode 100644 index e50aa78..0000000 --- a/icons-styled-components/src/icons/PathIntersect.tsx +++ /dev/null @@ -1,39 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPathIntersect = styled.i` - & { - display: block; - position: relative; - box-sizing: border-box; - transform: scale(var(--ggs, 1)); - width: 14px; - height: 14px; - } - &::after, - &::before { - content: ''; - position: absolute; - display: block; - box-sizing: border-box; - border: 2px solid; - width: 10px; - height: 10px; - } - &::before { - background: linear-gradient(to left, currentColor 4px, transparent 0) no-repeat top left/4px 4px; - bottom: 0; - right: 0; - } -` - -export const PathIntersect = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/PathOutline.tsx b/icons-styled-components/src/icons/PathOutline.tsx deleted file mode 100644 index 00289c3..0000000 --- a/icons-styled-components/src/icons/PathOutline.tsx +++ /dev/null @@ -1,38 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPathOutline = styled.i` - & { - display: block; - position: relative; - box-sizing: border-box; - transform: scale(var(--ggs, 1)); - width: 14px; - height: 14px; - } - &::after, - &::before { - content: ''; - position: absolute; - display: block; - box-sizing: border-box; - border: 2px solid; - width: 10px; - height: 10px; - } - &::before { - bottom: 0; - right: 0; - } -` - -export const PathOutline = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/PathTrim.tsx b/icons-styled-components/src/icons/PathTrim.tsx deleted file mode 100644 index 2e11652..0000000 --- a/icons-styled-components/src/icons/PathTrim.tsx +++ /dev/null @@ -1,42 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPathTrim = styled.i` - & { - display: block; - position: relative; - box-sizing: border-box; - transform: scale(var(--ggs, 1)); - width: 14px; - height: 14px; - } - &::after, - &::before { - content: ''; - position: absolute; - display: block; - box-sizing: border-box; - width: 10px; - height: 10px; - } - &::after { - border-left: 3px solid; - border-top: 3px solid; - } - &::before { - background: currentColor; - bottom: 0; - right: 0; - } -` - -export const PathTrim = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/PathUnite.tsx b/icons-styled-components/src/icons/PathUnite.tsx deleted file mode 100644 index 88b456a..0000000 --- a/icons-styled-components/src/icons/PathUnite.tsx +++ /dev/null @@ -1,38 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPathUnite = styled.i` - & { - display: block; - position: relative; - box-sizing: border-box; - transform: scale(var(--ggs, 1)); - width: 14px; - height: 14px; - } - &::after, - &::before { - content: ''; - position: absolute; - display: block; - box-sizing: border-box; - background: currentColor; - width: 10px; - height: 10px; - } - &::before { - bottom: 0; - right: 0; - } -` - -export const PathUnite = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Patreon.tsx b/icons-styled-components/src/icons/Patreon.tsx deleted file mode 100644 index 7b2e1bc..0000000 --- a/icons-styled-components/src/icons/Patreon.tsx +++ /dev/null @@ -1,38 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPatreon = styled.i` - & { - transform: scale(var(--ggs, 1)); - } - &, - &::after { - box-sizing: border-box; - position: relative; - display: block; - width: 4px; - height: 16px; - background: currentColor; - left: -6px; - } - &::after { - content: ''; - position: absolute; - width: 12px; - height: 12px; - opacity: 0.5; - border-radius: 100px; - left: 6px; - } -` - -export const Patreon = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Pen.tsx b/icons-styled-components/src/icons/Pen.tsx deleted file mode 100644 index 6dc11bf..0000000 --- a/icons-styled-components/src/icons/Pen.tsx +++ /dev/null @@ -1,54 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPen = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: rotate(-45deg) scale(var(--ggs, 1)); - width: 14px; - height: 4px; - border-right: 2px solid transparent; - box-shadow: 0 0 0 2px, inset -2px 0 0; - border-top-right-radius: 1px; - border-bottom-right-radius: 1px; - margin-right: -2px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::before { - background: currentColor; - border-left: 0; - right: -6px; - width: 3px; - height: 4px; - border-radius: 1px; - top: 0; - } - &::after { - width: 8px; - height: 7px; - border-top: 4px solid transparent; - border-bottom: 4px solid transparent; - border-right: 7px solid; - left: -11px; - top: -2px; - } -` - -export const Pen = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/PentagonDown.tsx b/icons-styled-components/src/icons/PentagonDown.tsx deleted file mode 100644 index b91c634..0000000 --- a/icons-styled-components/src/icons/PentagonDown.tsx +++ /dev/null @@ -1,49 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPentagonDown = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 10px; - height: 10px; - } - &:before { - width: 51%; - } - &:after, - &:before { - content: ' '; - position: absolute; - top: 0; - height: 100%; - } - &:before { - left: -2px; - border-top: 2px solid; - border-left: 2px solid; - border-bottom: 2px solid; - transform: skew(0deg, 30deg); - } - &:after { - right: -2px; - width: 50%; - border-right: 2px solid; - border-bottom: 2px solid; - border-top: 2px solid; - transform: skew(0deg, -30deg); - } -` - -export const PentagonDown = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/PentagonLeft.tsx b/icons-styled-components/src/icons/PentagonLeft.tsx deleted file mode 100644 index 397b106..0000000 --- a/icons-styled-components/src/icons/PentagonLeft.tsx +++ /dev/null @@ -1,49 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPentagonLeft = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 10px; - height: 8px; - } - &:before { - height: 51%; - } - &:after, - &:before { - content: ' '; - position: absolute; - left: 0; - width: 100%; - } - &:before { - top: -2px; - border-top: 2px solid; - border-right: 2px solid; - border-left: 2px solid; - transform: skewX(-30deg); - } - &:after { - bottom: -2px; - height: 50%; - border-right: 2px solid; - border-bottom: 2px solid; - border-left: 2px solid; - transform: skewX(30deg); - } -` - -export const PentagonLeft = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/PentagonRight.tsx b/icons-styled-components/src/icons/PentagonRight.tsx deleted file mode 100644 index ba12c76..0000000 --- a/icons-styled-components/src/icons/PentagonRight.tsx +++ /dev/null @@ -1,49 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPentagonRight = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 10px; - height: 8px; - } - &:before { - height: 51%; - } - &:after, - &:before { - content: ' '; - position: absolute; - left: 0; - width: 100%; - } - &:before { - top: -2px; - border-top: 2px solid; - border-right: 2px solid; - border-left: 2px solid; - transform: skewX(30deg); - } - &:after { - bottom: -2px; - height: 50%; - border-right: 2px solid; - border-bottom: 2px solid; - border-left: 2px solid; - transform: skewX(-30deg); - } -` - -export const PentagonRight = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/PentagonUp.tsx b/icons-styled-components/src/icons/PentagonUp.tsx deleted file mode 100644 index e8d0718..0000000 --- a/icons-styled-components/src/icons/PentagonUp.tsx +++ /dev/null @@ -1,49 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPentagonUp = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 10px; - height: 10px; - } - &:before { - width: 51%; - } - &:after, - &:before { - content: ' '; - position: absolute; - top: 0; - height: 100%; - } - &:before { - left: -2px; - border-top: 2px solid; - border-left: 2px solid; - border-bottom: 2px solid; - transform: skew(0deg, -30deg); - } - &:after { - right: -2px; - width: 50%; - border-right: 2px solid; - border-bottom: 2px solid; - border-top: 2px solid; - transform: skew(0deg, 30deg); - } -` - -export const PentagonUp = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Performance.tsx b/icons-styled-components/src/icons/Performance.tsx deleted file mode 100644 index e3a90f0..0000000 --- a/icons-styled-components/src/icons/Performance.tsx +++ /dev/null @@ -1,53 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPerformance = styled.i` - & { - background: linear-gradient(to left, currentColor 8px, transparent 0) no-repeat center/2px 6px; - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 100px; - } - &::after, - &::before { - content: ''; - display: block; - position: absolute; - border: 2px solid; - } - &::before { - bottom: 2px; - width: 2px; - height: 2px; - box-sizing: content-box; - border-radius: 100px; - left: 6px; - } - &::after { - box-sizing: border-box; - border-radius: 3px; - width: 14px; - height: 8px; - border-top-left-radius: 100px; - border-top-right-radius: 100px; - border-bottom: 0; - top: 2px; - left: 2px; - } -` - -export const Performance = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Pexels.tsx b/icons-styled-components/src/icons/Pexels.tsx deleted file mode 100644 index 12cb25a..0000000 --- a/icons-styled-components/src/icons/Pexels.tsx +++ /dev/null @@ -1,50 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPexels = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 6px; - height: 14px; - border: 2px solid; - border-right: 0; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::before { - width: 5px; - height: 10px; - border: 2px solid; - border-top-right-radius: 100px; - border-bottom-right-radius: 100px; - border-left: 0; - right: -5px; - top: -2px; - } - &::after { - background: currentColor; - width: 2px; - height: 6px; - bottom: -2px; - right: -1px; - } -` - -export const Pexels = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Photoscan.tsx b/icons-styled-components/src/icons/Photoscan.tsx deleted file mode 100644 index e0468d5..0000000 --- a/icons-styled-components/src/icons/Photoscan.tsx +++ /dev/null @@ -1,38 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPhotoscan = styled.i` - & { - box-sizing: border-box; - display: block; - position: relative; - transform: scale(var(--ggs, 1)); - border-radius: 2px; - width: 14px; - height: 18px; - border: 2px solid; - border-bottom: 4px solid; - } - &::before { - content: ''; - position: absolute; - box-sizing: border-box; - display: block; - width: 4px; - height: 4px; - border-radius: 20px; - box-shadow: 0 0 0 2px, inset 0 0 0 2px; - border: 1px solid transparent; - } -` - -export const Photoscan = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Piano.tsx b/icons-styled-components/src/icons/Piano.tsx deleted file mode 100644 index 7830079..0000000 --- a/icons-styled-components/src/icons/Piano.tsx +++ /dev/null @@ -1,46 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPiano = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 23px; - height: 18px; - border: 2px solid; - border-radius: 2px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - height: 10px; - background: currentColor; - box-shadow: 5px 0 0, 10px 0 0; - } - &::before { - top: -2px; - width: 3px; - left: 3px; - } - &::after { - width: 1px; - bottom: -2px; - left: 4px; - } -` - -export const Piano = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Pill.tsx b/icons-styled-components/src/icons/Pill.tsx deleted file mode 100644 index a5c51cc..0000000 --- a/icons-styled-components/src/icons/Pill.tsx +++ /dev/null @@ -1,40 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPill = styled.i` - &, - &::after { - display: block; - box-sizing: border-box; - width: 12px; - } - & { - border-top-left-radius: 140px; - border-top-right-radius: 140px; - border: 2px solid; - transform: rotate(45deg) scale(var(--ggs, 1)); - position: relative; - height: 14px; - } - &::after { - content: ''; - position: absolute; - height: 12px; - background: currentColor; - left: -2px; - bottom: -12px; - border-bottom-left-radius: 140px; - border-bottom-right-radius: 140px; - } -` - -export const Pill = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Pin.tsx b/icons-styled-components/src/icons/Pin.tsx deleted file mode 100644 index 138b804..0000000 --- a/icons-styled-components/src/icons/Pin.tsx +++ /dev/null @@ -1,39 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPin = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: rotate(45deg) scale(var(--ggs, 1)); - width: 18px; - height: 18px; - border-radius: 100% 100% 0 100%; - box-shadow: inset 0 0 0 2px; - margin-top: -4px; - } - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 8px; - height: 8px; - border: 2px solid; - top: 5px; - left: 5px; - border-radius: 40px; - } -` - -export const Pin = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/PinAlt.tsx b/icons-styled-components/src/icons/PinAlt.tsx deleted file mode 100644 index 47d6321..0000000 --- a/icons-styled-components/src/icons/PinAlt.tsx +++ /dev/null @@ -1,38 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPinAlt = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - width: 2px; - height: 8px; - border-radius: 3px; - transform: scale(var(--ggs, 1)); - background: currentColor; - } - &::after { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 12px; - height: 12px; - border: 6px double; - border-radius: 100px; - top: -10px; - left: -5px; - } -` - -export const PinAlt = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/PinBottom.tsx b/icons-styled-components/src/icons/PinBottom.tsx deleted file mode 100644 index d2e53c2..0000000 --- a/icons-styled-components/src/icons/PinBottom.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPinBottom = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 2px; - height: 8px; - background: currentColor; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::after { - background: currentColor; - bottom: -2px; - border-radius: 3px; - width: 10px; - height: 2px; - left: -4px; - } - &::before { - width: 8px; - height: 8px; - border: 6px double; - border-radius: 100px; - top: -10px; - left: -5px; - } -` - -export const PinBottom = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/PinTop.tsx b/icons-styled-components/src/icons/PinTop.tsx deleted file mode 100644 index 5426908..0000000 --- a/icons-styled-components/src/icons/PinTop.tsx +++ /dev/null @@ -1,49 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPinTop = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 2px; - height: 8px; - background: currentColor; - margin-top: -8px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::after { - background: currentColor; - top: -2px; - border-radius: 3px; - width: 10px; - height: 2px; - left: -4px; - } - &::before { - width: 8px; - height: 8px; - border: 6px double; - border-radius: 100px; - bottom: -10px; - left: -5px; - } -` - -export const PinTop = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/PlayBackwards.tsx b/icons-styled-components/src/icons/PlayBackwards.tsx deleted file mode 100644 index f939e55..0000000 --- a/icons-styled-components/src/icons/PlayBackwards.tsx +++ /dev/null @@ -1,41 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPlayBackwards = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 3px; - height: 10px; - background: currentColor; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 0; - height: 10px; - border-top: 5px solid transparent; - border-bottom: 5px solid transparent; - border-right: 6px solid; - right: -7px; - } - &::before { - right: -14px; - } -` - -export const PlayBackwards = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/PlayForwards.tsx b/icons-styled-components/src/icons/PlayForwards.tsx deleted file mode 100644 index 345f6d1..0000000 --- a/icons-styled-components/src/icons/PlayForwards.tsx +++ /dev/null @@ -1,41 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPlayForwards = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 3px; - height: 10px; - background: currentColor; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 0; - height: 10px; - border-top: 5px solid transparent; - border-bottom: 5px solid transparent; - border-left: 6px solid; - left: -7px; - } - &::before { - left: -14px; - } -` - -export const PlayForwards = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/PlayList.tsx b/icons-styled-components/src/icons/PlayList.tsx deleted file mode 100644 index f424bc5..0000000 --- a/icons-styled-components/src/icons/PlayList.tsx +++ /dev/null @@ -1,40 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPlayList = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 12px; - height: 6px; - border-top: 0 solid transparent; - border-bottom: 2px solid transparent; - box-shadow: inset 0 -2px 0, -2px 4px 0 -2px, 0 -2px 0 0; - } - &::after { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 0; - height: 0; - border-top: 3px solid transparent; - border-bottom: 3px solid transparent; - border-left: 5px solid; - top: 6px; - right: -3px; - } -` - -export const PlayList = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/PlayListAdd.tsx b/icons-styled-components/src/icons/PlayListAdd.tsx deleted file mode 100644 index c961cad..0000000 --- a/icons-styled-components/src/icons/PlayListAdd.tsx +++ /dev/null @@ -1,45 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPlayListAdd = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 12px; - height: 6px; - border-top: 0 solid transparent; - border-bottom: 2px solid transparent; - box-shadow: inset 0 -2px 0, -2px 4px 0 -2px, 0 -2px 0 0; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 10px; - height: 2px; - background: currentColor; - top: 6px; - right: -8px; - } - &::before { - width: 2px; - height: 10px; - top: 2px; - right: -4px; - } -` - -export const PlayListAdd = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/PlayListCheck.tsx b/icons-styled-components/src/icons/PlayListCheck.tsx deleted file mode 100644 index 5484926..0000000 --- a/icons-styled-components/src/icons/PlayListCheck.tsx +++ /dev/null @@ -1,40 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPlayListCheck = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 12px; - height: 6px; - border-top: 0 solid transparent; - border-bottom: 2px solid transparent; - box-shadow: inset 0 -2px 0, -2px 4px 0 -2px, 0 -2px 0 0; - } - &::after { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 5px; - height: 8px; - border-right: 2px solid; - border-bottom: 2px solid; - transform: rotate(45deg); - top: 2px; - right: -4px; - } -` - -export const PlayListCheck = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/PlayListRemove.tsx b/icons-styled-components/src/icons/PlayListRemove.tsx deleted file mode 100644 index b9b0dfc..0000000 --- a/icons-styled-components/src/icons/PlayListRemove.tsx +++ /dev/null @@ -1,46 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPlayListRemove = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 12px; - height: 6px; - border-top: 0 solid transparent; - border-bottom: 2px solid transparent; - box-shadow: inset 0 -2px 0, -2px 4px 0 -2px, 0 -2px 0 0; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 8px; - height: 2px; - background: currentColor; - transform: rotate(-45deg); - top: 8px; - right: -4px; - } - &::before { - width: 2px; - height: 8px; - top: 5px; - right: -1px; - } -` - -export const PlayListRemove = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/PlayListSearch.tsx b/icons-styled-components/src/icons/PlayListSearch.tsx deleted file mode 100644 index 3c7da85..0000000 --- a/icons-styled-components/src/icons/PlayListSearch.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPlayListSearch = styled.i`` - -export const PlayListSearch = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/PlayPause.tsx b/icons-styled-components/src/icons/PlayPause.tsx deleted file mode 100644 index 2f0c2aa..0000000 --- a/icons-styled-components/src/icons/PlayPause.tsx +++ /dev/null @@ -1,26 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPlayPause = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 8px; - height: 10px; - border-left: 3px solid; - border-right: 3px solid; - } -` - -export const PlayPause = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/PlayPauseO.tsx b/icons-styled-components/src/icons/PlayPauseO.tsx deleted file mode 100644 index a41272b..0000000 --- a/icons-styled-components/src/icons/PlayPauseO.tsx +++ /dev/null @@ -1,38 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPlayPauseO = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 22px; - } - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - left: 6px; - top: 6px; - border-left: 2px solid; - border-right: 2px solid; - } -` - -export const PlayPauseO = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/PlayPauseR.tsx b/icons-styled-components/src/icons/PlayPauseR.tsx deleted file mode 100644 index 8ce77e6..0000000 --- a/icons-styled-components/src/icons/PlayPauseR.tsx +++ /dev/null @@ -1,38 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPlayPauseR = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 4px; - } - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - left: 6px; - top: 6px; - border-left: 2px solid; - border-right: 2px solid; - } -` - -export const PlayPauseR = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/PlayStop.tsx b/icons-styled-components/src/icons/PlayStop.tsx deleted file mode 100644 index 798935c..0000000 --- a/icons-styled-components/src/icons/PlayStop.tsx +++ /dev/null @@ -1,25 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPlayStop = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 10px; - height: 10px; - background: currentColor; - } -` - -export const PlayStop = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/PlayStopO.tsx b/icons-styled-components/src/icons/PlayStopO.tsx deleted file mode 100644 index 4a38200..0000000 --- a/icons-styled-components/src/icons/PlayStopO.tsx +++ /dev/null @@ -1,37 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPlayStopO = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 20px; - } - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - top: 6px; - left: 6px; - background: currentColor; - } -` - -export const PlayStopO = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/PlayStopR.tsx b/icons-styled-components/src/icons/PlayStopR.tsx deleted file mode 100644 index fc4c3a9..0000000 --- a/icons-styled-components/src/icons/PlayStopR.tsx +++ /dev/null @@ -1,37 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPlayStopR = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 4px; - } - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - top: 6px; - left: 6px; - background: currentColor; - } -` - -export const PlayStopR = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/PlayTrackNext.tsx b/icons-styled-components/src/icons/PlayTrackNext.tsx deleted file mode 100644 index 3bb159c..0000000 --- a/icons-styled-components/src/icons/PlayTrackNext.tsx +++ /dev/null @@ -1,37 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPlayTrackNext = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 3px; - height: 10px; - background: currentColor; - } - &::after { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 0; - height: 10px; - border-top: 5px solid transparent; - border-bottom: 5px solid transparent; - border-left: 6px solid; - left: -7px; - } -` - -export const PlayTrackNext = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/PlayTrackNextO.tsx b/icons-styled-components/src/icons/PlayTrackNextO.tsx deleted file mode 100644 index 26342c6..0000000 --- a/icons-styled-components/src/icons/PlayTrackNextO.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPlayTrackNextO = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 20px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - height: 8px; - top: 5px; - } - &::before { - width: 2px; - border-radius: 2px; - left: 11px; - background: currentColor; - } - &::after { - width: 0; - border-top: 4px solid transparent; - border-bottom: 4px solid transparent; - border-left: 5px solid; - left: 5px; - } -` - -export const PlayTrackNextO = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/PlayTrackNextR.tsx b/icons-styled-components/src/icons/PlayTrackNextR.tsx deleted file mode 100644 index 1988acc..0000000 --- a/icons-styled-components/src/icons/PlayTrackNextR.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPlayTrackNextR = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 4px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - height: 8px; - top: 5px; - } - &::before { - width: 2px; - border-radius: 2px; - left: 11px; - background: currentColor; - } - &::after { - width: 0; - border-top: 4px solid transparent; - border-bottom: 4px solid transparent; - border-left: 5px solid; - left: 5px; - } -` - -export const PlayTrackNextR = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/PlayTrackPrev.tsx b/icons-styled-components/src/icons/PlayTrackPrev.tsx deleted file mode 100644 index fc1d577..0000000 --- a/icons-styled-components/src/icons/PlayTrackPrev.tsx +++ /dev/null @@ -1,37 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPlayTrackPrev = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 3px; - height: 10px; - background: currentColor; - } - &::after { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 0; - height: 10px; - border-top: 5px solid transparent; - border-bottom: 5px solid transparent; - border-right: 6px solid; - right: -7px; - } -` - -export const PlayTrackPrev = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/PlayTrackPrevO.tsx b/icons-styled-components/src/icons/PlayTrackPrevO.tsx deleted file mode 100644 index f195043..0000000 --- a/icons-styled-components/src/icons/PlayTrackPrevO.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPlayTrackPrevO = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 20px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - height: 8px; - top: 5px; - } - &::before { - width: 2px; - border-radius: 2px; - right: 11px; - background: currentColor; - } - &::after { - width: 0; - border-top: 4px solid transparent; - border-bottom: 4px solid transparent; - border-right: 5px solid; - right: 5px; - } -` - -export const PlayTrackPrevO = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/PlayTrackPrevR.tsx b/icons-styled-components/src/icons/PlayTrackPrevR.tsx deleted file mode 100644 index 186c858..0000000 --- a/icons-styled-components/src/icons/PlayTrackPrevR.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPlayTrackPrevR = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 4px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - height: 8px; - top: 5px; - } - &::before { - width: 2px; - border-radius: 2px; - right: 11px; - background: currentColor; - } - &::after { - width: 0; - border-top: 4px solid transparent; - border-bottom: 4px solid transparent; - border-right: 5px solid; - right: 5px; - } -` - -export const PlayTrackPrevR = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Plug.tsx b/icons-styled-components/src/icons/Plug.tsx deleted file mode 100644 index 66130a5..0000000 --- a/icons-styled-components/src/icons/Plug.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPlug = styled.i`` - -export const Plug = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Pocket.tsx b/icons-styled-components/src/icons/Pocket.tsx deleted file mode 100644 index 520d2cc..0000000 --- a/icons-styled-components/src/icons/Pocket.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPocket = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 20px; - border: 2px solid; - border-radius: 6px; - border-bottom-left-radius: 22px; - border-bottom-right-radius: 22px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 22px; - width: 8px; - height: 2px; - background: currentColor; - bottom: 7px; - } - &::before { - transform: rotate(-48deg); - right: 3px; - } - &::after { - transform: rotate(48deg); - left: 3px; - } -` - -export const Pocket = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Pokemon.tsx b/icons-styled-components/src/icons/Pokemon.tsx deleted file mode 100644 index a3ef842..0000000 --- a/icons-styled-components/src/icons/Pokemon.tsx +++ /dev/null @@ -1,39 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPokemon = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 18px; - height: 18px; - border: 5px solid transparent; - box-shadow: 0 0 0 2px, inset 0 0 0 2px; - border-radius: 100%; - } - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 20px; - height: 2px; - border-left: 8px solid; - border-right: 8px solid; - left: -6px; - top: 3px; - } -` - -export const Pokemon = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Polaroid.tsx b/icons-styled-components/src/icons/Polaroid.tsx deleted file mode 100644 index 76de0d0..0000000 --- a/icons-styled-components/src/icons/Polaroid.tsx +++ /dev/null @@ -1,27 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPolaroid = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 18px; - height: 20px; - border: 2px solid; - border-radius: 2px; - box-shadow: inset 0 -5px 0; - } -` - -export const Polaroid = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Poll.tsx b/icons-styled-components/src/icons/Poll.tsx deleted file mode 100644 index 2c76e92..0000000 --- a/icons-styled-components/src/icons/Poll.tsx +++ /dev/null @@ -1,45 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPoll = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 16px; - height: 16px; - border: 3px solid transparent; - border-top: 6px solid transparent; - box-shadow: 0 0 0 2px, inset 2px 0 0; - border-radius: 1px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 2px; - height: 10px; - background: currentColor; - top: -3px; - left: 4px; - } - &::after { - height: 4px; - top: 3px; - left: 8px; - } -` - -export const Poll = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Printer.tsx b/icons-styled-components/src/icons/Printer.tsx deleted file mode 100644 index d23cff3..0000000 --- a/icons-styled-components/src/icons/Printer.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPrinter = styled.i` - & { - background: linear-gradient(to left, currentColor 5px, transparent 0) no-repeat 0 10px/6px 2px, - linear-gradient(to left, currentColor 5px, transparent 0) no-repeat 14px 10px/6px 2px, - linear-gradient(to left, currentColor 5px, transparent 0) no-repeat 4px 4px/2px 2px; - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 24px; - height: 14px; - border: 2px solid transparent; - border-bottom: 0; - box-shadow: inset 0 2px 0, inset 2px 2px 0, inset -2px 2px 0, inset -2px 2px 0; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 12px; - border: 2px solid; - left: 4px; - } - &::before { - height: 6px; - top: -4px; - } - &::after { - height: 8px; - top: 8px; - } -` - -export const Printer = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/PriorityLow.tsx b/icons-styled-components/src/icons/PriorityLow.tsx deleted file mode 100644 index 7b762cb..0000000 --- a/icons-styled-components/src/icons/PriorityLow.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPriorityLow = styled.i`` - -export const PriorityLow = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ProductHunt.tsx b/icons-styled-components/src/icons/ProductHunt.tsx deleted file mode 100644 index 2a8ee76..0000000 --- a/icons-styled-components/src/icons/ProductHunt.tsx +++ /dev/null @@ -1,49 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledProductHunt = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 18px; - height: 18px; - border: 2px solid; - border-radius: 100px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - top: 3px; - } - &::before { - border: 2px solid; - border-left: 0; - border-top-right-radius: 40px; - border-bottom-right-radius: 40px; - width: 6px; - height: 6px; - left: 5px; - } - &::after { - width: 2px; - height: 8px; - background: currentColor; - left: 4px; - } -` - -export const ProductHunt = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Profile.tsx b/icons-styled-components/src/icons/Profile.tsx deleted file mode 100644 index b607b0e..0000000 --- a/icons-styled-components/src/icons/Profile.tsx +++ /dev/null @@ -1,47 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledProfile = styled.i` - &, - &::after, - &::before { - display: block; - box-sizing: border-box; - border: 2px solid; - border-radius: 100px; - } - & { - overflow: hidden; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - position: relative; - } - &::after, - &::before { - content: ''; - position: absolute; - top: 2px; - left: 5px; - width: 8px; - height: 8px; - } - &::after { - border-radius: 200px; - top: 12px; - left: -2px; - width: 22px; - height: 22px; - } -` - -export const Profile = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/PullClear.tsx b/icons-styled-components/src/icons/PullClear.tsx deleted file mode 100644 index 2bb43c1..0000000 --- a/icons-styled-components/src/icons/PullClear.tsx +++ /dev/null @@ -1,40 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPullClear = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 20px; - height: 12px; - border: 2px solid; - border-top: 0; - border-bottom-left-radius: 2px; - border-bottom-right-radius: 2px; - } - &::after { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 12px; - height: 2px; - bottom: 2px; - left: 2px; - background: currentColor; - box-shadow: 0 -4px 0 0; - } -` - -export const PullClear = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/PushChevronDown.tsx b/icons-styled-components/src/icons/PushChevronDown.tsx deleted file mode 100644 index f44319f..0000000 --- a/icons-styled-components/src/icons/PushChevronDown.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPushChevronDown = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - border: 2px solid transparent; - border-radius: 100px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - border-bottom: 2px solid; - } - &::before { - bottom: 0; - width: 14px; - height: 2px; - left: 2px; - } - &::after { - width: 10px; - height: 10px; - border-right: 2px solid; - transform: rotate(45deg); - left: 4px; - top: 2px; - } -` - -export const PushChevronDown = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/PushChevronDownO.tsx b/icons-styled-components/src/icons/PushChevronDownO.tsx deleted file mode 100644 index 556645d..0000000 --- a/icons-styled-components/src/icons/PushChevronDownO.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPushChevronDownO = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 100px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - border-bottom: 2px solid; - } - &::before { - bottom: 5px; - width: 8px; - height: 2px; - left: 5px; - } - &::after { - width: 6px; - height: 6px; - border-right: 2px solid; - transform: rotate(45deg); - left: 6px; - top: 3px; - } -` - -export const PushChevronDownO = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/PushChevronDownR.tsx b/icons-styled-components/src/icons/PushChevronDownR.tsx deleted file mode 100644 index 98b8513..0000000 --- a/icons-styled-components/src/icons/PushChevronDownR.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPushChevronDownR = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 4px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - border-bottom: 2px solid; - } - &::before { - bottom: 5px; - width: 8px; - height: 2px; - left: 5px; - } - &::after { - width: 6px; - height: 6px; - border-right: 2px solid; - transform: rotate(45deg); - left: 6px; - top: 3px; - } -` - -export const PushChevronDownR = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/PushChevronLeft.tsx b/icons-styled-components/src/icons/PushChevronLeft.tsx deleted file mode 100644 index 50221cb..0000000 --- a/icons-styled-components/src/icons/PushChevronLeft.tsx +++ /dev/null @@ -1,46 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPushChevronLeft = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - border: 2px solid transparent; - border-radius: 100px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 2px; - height: 14px; - border-left: 2px solid; - top: 2px; - left: 0; - } - &::after { - width: 10px; - height: 10px; - border-bottom: 2px solid; - transform: rotate(45deg); - left: 6px; - top: 4px; - } -` - -export const PushChevronLeft = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/PushChevronLeftO.tsx b/icons-styled-components/src/icons/PushChevronLeftO.tsx deleted file mode 100644 index 8bf228c..0000000 --- a/icons-styled-components/src/icons/PushChevronLeftO.tsx +++ /dev/null @@ -1,46 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPushChevronLeftO = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 100px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 2px; - height: 8px; - border-left: 2px solid; - top: 5px; - left: 5px; - } - &::after { - width: 6px; - height: 6px; - border-bottom: 2px solid; - transform: rotate(45deg); - left: 9px; - top: 6px; - } -` - -export const PushChevronLeftO = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/PushChevronLeftR.tsx b/icons-styled-components/src/icons/PushChevronLeftR.tsx deleted file mode 100644 index c568fd2..0000000 --- a/icons-styled-components/src/icons/PushChevronLeftR.tsx +++ /dev/null @@ -1,46 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPushChevronLeftR = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 4px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 2px; - height: 8px; - border-left: 2px solid; - top: 5px; - left: 5px; - } - &::after { - width: 6px; - height: 6px; - border-bottom: 2px solid; - transform: rotate(45deg); - left: 9px; - top: 6px; - } -` - -export const PushChevronLeftR = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/PushChevronRight.tsx b/icons-styled-components/src/icons/PushChevronRight.tsx deleted file mode 100644 index 5213c44..0000000 --- a/icons-styled-components/src/icons/PushChevronRight.tsx +++ /dev/null @@ -1,46 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPushChevronRight = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - border: 2px solid transparent; - border-radius: 100px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 2px; - height: 14px; - border-right: 2px solid; - top: 2px; - right: 0; - } - &::after { - width: 10px; - height: 10px; - border-bottom: 2px solid; - transform: rotate(-45deg); - right: 6px; - top: 4px; - } -` - -export const PushChevronRight = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/PushChevronRightO.tsx b/icons-styled-components/src/icons/PushChevronRightO.tsx deleted file mode 100644 index 1fc2229..0000000 --- a/icons-styled-components/src/icons/PushChevronRightO.tsx +++ /dev/null @@ -1,46 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPushChevronRightO = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 100px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 2px; - height: 8px; - border-right: 2px solid; - top: 5px; - right: 5px; - } - &::after { - width: 6px; - height: 6px; - border-bottom: 2px solid; - transform: rotate(-45deg); - right: 9px; - top: 6px; - } -` - -export const PushChevronRightO = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/PushChevronRightR.tsx b/icons-styled-components/src/icons/PushChevronRightR.tsx deleted file mode 100644 index ff1dd84..0000000 --- a/icons-styled-components/src/icons/PushChevronRightR.tsx +++ /dev/null @@ -1,46 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPushChevronRightR = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 4px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 2px; - height: 8px; - border-right: 2px solid; - top: 5px; - right: 5px; - } - &::after { - width: 6px; - height: 6px; - border-bottom: 2px solid; - transform: rotate(-45deg); - right: 9px; - top: 6px; - } -` - -export const PushChevronRightR = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/PushChevronUp.tsx b/icons-styled-components/src/icons/PushChevronUp.tsx deleted file mode 100644 index 5e5eef7..0000000 --- a/icons-styled-components/src/icons/PushChevronUp.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPushChevronUp = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - border: 2px solid transparent; - border-radius: 100px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - border-top: 2px solid; - } - &::before { - top: 0; - width: 14px; - height: 2px; - left: 2px; - } - &::after { - width: 10px; - height: 10px; - border-right: 2px solid; - transform: rotate(-45deg); - left: 4px; - bottom: 2px; - } -` - -export const PushChevronUp = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/PushChevronUpO.tsx b/icons-styled-components/src/icons/PushChevronUpO.tsx deleted file mode 100644 index efbcfb9..0000000 --- a/icons-styled-components/src/icons/PushChevronUpO.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPushChevronUpO = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 100px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - border-top: 2px solid; - } - &::before { - top: 5px; - width: 8px; - height: 2px; - left: 5px; - } - &::after { - width: 6px; - height: 6px; - border-right: 2px solid; - transform: rotate(-45deg); - left: 6px; - bottom: 3px; - } -` - -export const PushChevronUpO = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/PushChevronUpR.tsx b/icons-styled-components/src/icons/PushChevronUpR.tsx deleted file mode 100644 index b52428f..0000000 --- a/icons-styled-components/src/icons/PushChevronUpR.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPushChevronUpR = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 4px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - border-top: 2px solid; - } - &::before { - top: 5px; - width: 8px; - height: 2px; - left: 5px; - } - &::after { - width: 6px; - height: 6px; - border-right: 2px solid; - transform: rotate(-45deg); - left: 6px; - bottom: 3px; - } -` - -export const PushChevronUpR = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/PushDown.tsx b/icons-styled-components/src/icons/PushDown.tsx deleted file mode 100644 index 7b95572..0000000 --- a/icons-styled-components/src/icons/PushDown.tsx +++ /dev/null @@ -1,45 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPushDown = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 2px; - height: 16px; - background: currentColor; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 12px; - height: 2px; - border-bottom: 2px solid; - bottom: -5px; - left: -5px; - } - &::after { - width: 8px; - height: 8px; - border-right: 2px solid; - transform: rotate(45deg); - left: -3px; - bottom: 0; - } -` - -export const PushDown = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/PushLeft.tsx b/icons-styled-components/src/icons/PushLeft.tsx deleted file mode 100644 index 94fe26c..0000000 --- a/icons-styled-components/src/icons/PushLeft.tsx +++ /dev/null @@ -1,45 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPushLeft = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 16px; - height: 2px; - background: currentColor; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 2px; - height: 12px; - border-left: 2px solid; - left: -5px; - top: -5px; - } - &::after { - width: 8px; - height: 8px; - border-bottom: 2px solid; - transform: rotate(45deg); - top: -3px; - left: 0; - } -` - -export const PushLeft = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/PushRight.tsx b/icons-styled-components/src/icons/PushRight.tsx deleted file mode 100644 index 3a05337..0000000 --- a/icons-styled-components/src/icons/PushRight.tsx +++ /dev/null @@ -1,45 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPushRight = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 16px; - height: 2px; - background: currentColor; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 2px; - height: 12px; - border-right: 2px solid; - right: -5px; - top: -5px; - } - &::after { - width: 8px; - height: 8px; - border-top: 2px solid; - transform: rotate(45deg); - top: -3px; - right: 0; - } -` - -export const PushRight = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/PushUp.tsx b/icons-styled-components/src/icons/PushUp.tsx deleted file mode 100644 index 25cee49..0000000 --- a/icons-styled-components/src/icons/PushUp.tsx +++ /dev/null @@ -1,45 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledPushUp = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 2px; - height: 16px; - background: currentColor; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 12px; - height: 2px; - border-top: 2px solid; - top: -5px; - left: -5px; - } - &::after { - width: 8px; - height: 8px; - border-left: 2px solid; - transform: rotate(45deg); - left: -3px; - top: 0; - } -` - -export const PushUp = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Qr.tsx b/icons-styled-components/src/icons/Qr.tsx deleted file mode 100644 index fe74531..0000000 --- a/icons-styled-components/src/icons/Qr.tsx +++ /dev/null @@ -1,38 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledQr = styled.i` - & { - transform: scale(var(--ggs, 1)); - } - &, - &::after { - box-sizing: border-box; - position: relative; - display: block; - width: 14px; - height: 14px; - box-shadow: -6px -6px 0 -4px, 6px 6px 0 -4px, 6px -6px 0 -4px, -6px 6px 0 -4px; - } - &::after { - content: ''; - position: absolute; - width: 4px; - height: 4px; - background: currentColor; - box-shadow: 0 6px 0, 6px 6px 0, 6px 0 0; - top: 2px; - left: 2px; - } -` - -export const Qr = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/QueueAdd.tsx b/icons-styled-components/src/icons/QueueAdd.tsx deleted file mode 100644 index 022950a..0000000 --- a/icons-styled-components/src/icons/QueueAdd.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledQueueAdd = styled.i`` - -export const QueueAdd = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/QueueRemove.tsx b/icons-styled-components/src/icons/QueueRemove.tsx deleted file mode 100644 index 88dbeb0..0000000 --- a/icons-styled-components/src/icons/QueueRemove.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledQueueRemove = styled.i`` - -export const QueueRemove = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Quote.tsx b/icons-styled-components/src/icons/Quote.tsx deleted file mode 100644 index e14618e..0000000 --- a/icons-styled-components/src/icons/Quote.tsx +++ /dev/null @@ -1,39 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledQuote = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 20px; - height: 18px; - border: 2px solid transparent; - border-radius: 2px; - } - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 8px; - height: 6px; - border-left: 3px solid; - border-right: 3px solid; - left: 4px; - top: 4px; - transform: skewX(-20deg); - } -` - -export const Quote = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/QuoteO.tsx b/icons-styled-components/src/icons/QuoteO.tsx deleted file mode 100644 index a63fdb4..0000000 --- a/icons-styled-components/src/icons/QuoteO.tsx +++ /dev/null @@ -1,39 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledQuoteO = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 20px; - height: 18px; - border: 2px solid; - border-radius: 2px; - } - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 8px; - height: 6px; - border-left: 3px solid; - border-right: 3px solid; - left: 4px; - top: 4px; - transform: skewX(-20deg); - } -` - -export const QuoteO = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/RadioCheck.tsx b/icons-styled-components/src/icons/RadioCheck.tsx deleted file mode 100644 index fb073e5..0000000 --- a/icons-styled-components/src/icons/RadioCheck.tsx +++ /dev/null @@ -1,26 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledRadioCheck = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 20px; - height: 20px; - border: 2px solid; - border-radius: 100px; - } -` - -export const RadioCheck = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/RadioChecked.tsx b/icons-styled-components/src/icons/RadioChecked.tsx deleted file mode 100644 index 8c338aa..0000000 --- a/icons-styled-components/src/icons/RadioChecked.tsx +++ /dev/null @@ -1,38 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledRadioChecked = styled.i` - &, - &::after { - display: block; - box-sizing: border-box; - border-radius: 100px; - } - & { - border: 2px solid; - position: relative; - transform: scale(var(--ggs, 1)); - width: 20px; - height: 20px; - } - &::after { - content: ''; - position: absolute; - width: 8px; - height: 8px; - background: currentColor; - top: 4px; - left: 4px; - } -` - -export const RadioChecked = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Ratio.tsx b/icons-styled-components/src/icons/Ratio.tsx deleted file mode 100644 index e2082d4..0000000 --- a/icons-styled-components/src/icons/Ratio.tsx +++ /dev/null @@ -1,47 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledRatio = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 24px; - height: 20px; - border: 2px solid; - border-radius: 4px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - } - &::before { - border-bottom: 2px solid; - border-right: 2px solid; - top: 8px; - left: 12px; - } - &::after { - border-top: 2px solid; - border-left: 2px solid; - top: 2px; - left: 2px; - } -` - -export const Ratio = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Read.tsx b/icons-styled-components/src/icons/Read.tsx deleted file mode 100644 index 6d2b28f..0000000 --- a/icons-styled-components/src/icons/Read.tsx +++ /dev/null @@ -1,49 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledRead = styled.i` - &, - &::after, - &::before { - display: block; - box-sizing: border-box; - border: 2px solid; - } - & { - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; - border-bottom-color: transparent; - margin-left: -1px; - position: relative; - transform: scale(var(--ggs, 1)); - width: 6px; - height: 5px; - border-radius: 50px; - } - &::after, - &::before { - content: ''; - position: absolute; - width: 10px; - height: 10px; - border-radius: 10px; - left: -10px; - top: -5px; - box-shadow: -6px 0 0 -4px currentColor; - } - &::after { - left: 2px; - box-shadow: 6px 0 0 -4px currentColor; - } -` - -export const Read = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Readme.tsx b/icons-styled-components/src/icons/Readme.tsx deleted file mode 100644 index 3f1fa2d..0000000 --- a/icons-styled-components/src/icons/Readme.tsx +++ /dev/null @@ -1,50 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledReadme = styled.i` - & { - display: block; - position: relative; - box-sizing: border-box; - transform: scale(var(--ggs, 1)); - width: 2px; - height: 17px; - border-bottom: 4px solid; - border-radius: 4px; - } - &::after, - &::before { - content: ''; - display: block; - position: absolute; - box-sizing: border-box; - width: 8px; - height: 12px; - box-shadow: 0 0 0 2px; - border-radius: 1px; - bottom: -1px; - background: linear-gradient(to left, currentColor 4px, transparent 0) no-repeat center 5px/4px - 2px, - linear-gradient(to left, currentColor 4px, transparent 0) no-repeat center 2px/4px 2px, - linear-gradient(to left, currentColor 4px, transparent 0) no-repeat center 8px/4px 2px; - } - &::before { - border-top-right-radius: 3px; - left: -8px; - } - &::after { - border-top-left-radius: 3px; - right: -8px; - } -` - -export const Readme = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Record.tsx b/icons-styled-components/src/icons/Record.tsx deleted file mode 100644 index 04f3b0f..0000000 --- a/icons-styled-components/src/icons/Record.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledRecord = styled.i`` - -export const Record = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Redo.tsx b/icons-styled-components/src/icons/Redo.tsx deleted file mode 100644 index 001134b..0000000 --- a/icons-styled-components/src/icons/Redo.tsx +++ /dev/null @@ -1,40 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledRedo = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 14px; - height: 14px; - border: 2px solid; - border-right-color: transparent; - border-radius: 100px; - } - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - border-top: 2px solid; - border-right: 2px solid; - top: -3px; - right: -1px; - transform: rotate(68deg); - } -` - -export const Redo = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Remote.tsx b/icons-styled-components/src/icons/Remote.tsx deleted file mode 100644 index 1902b9c..0000000 --- a/icons-styled-components/src/icons/Remote.tsx +++ /dev/null @@ -1,45 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledRemote = styled.i` - & { - transform: scale(var(--ggs, 1)); - } - &, - &::after, - &::before { - box-sizing: border-box; - position: relative; - display: block; - width: 8px; - height: 8px; - } - &::after, - &::before { - content: ''; - position: absolute; - border-left: 2px solid; - border-bottom: 2px solid; - transform: rotate(45deg) scaleY(1); - } - &::before { - left: 5px; - top: -2px; - } - &::after { - transform: rotate(-45deg) scaleX(-1); - left: -5px; - top: 2px; - } -` - -export const Remote = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Remove.tsx b/icons-styled-components/src/icons/Remove.tsx deleted file mode 100644 index 4e89d6f..0000000 --- a/icons-styled-components/src/icons/Remove.tsx +++ /dev/null @@ -1,38 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledRemove = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 22px; - } - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 10px; - height: 2px; - background: currentColor; - border-radius: 5px; - top: 8px; - left: 4px; - } -` - -export const Remove = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/RemoveR.tsx b/icons-styled-components/src/icons/RemoveR.tsx deleted file mode 100644 index a30513a..0000000 --- a/icons-styled-components/src/icons/RemoveR.tsx +++ /dev/null @@ -1,38 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledRemoveR = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 4px; - } - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 10px; - height: 2px; - background: currentColor; - border-radius: 5px; - top: 8px; - left: 4px; - } -` - -export const RemoveR = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Reorder.tsx b/icons-styled-components/src/icons/Reorder.tsx deleted file mode 100644 index 6c623f2..0000000 --- a/icons-styled-components/src/icons/Reorder.tsx +++ /dev/null @@ -1,50 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledReorder = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 14px; - height: 2px; - border-radius: 3px; - background: currentColor; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - } - &::before { - border: 2px solid; - width: 6px; - height: 6px; - left: 12px; - top: -2px; - } - &::after { - top: -4px; - left: 0; - width: 10px; - height: 2px; - opacity: 0.5; - background: currentColor; - box-shadow: 0 8px 0 0, 0 12px 0 0, 0 16px 0 0; - } -` - -export const Reorder = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Repeat.tsx b/icons-styled-components/src/icons/Repeat.tsx deleted file mode 100644 index 10c4981..0000000 --- a/icons-styled-components/src/icons/Repeat.tsx +++ /dev/null @@ -1,46 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledRepeat = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - box-shadow: -2px -2px 0 0, 2px 2px 0 0; - width: 14px; - height: 6px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 0; - height: 0; - border-top: 3px solid transparent; - border-bottom: 3px solid transparent; - } - &::before { - border-left: 5px solid; - top: -4px; - right: 0; - } - &::after { - border-right: 5px solid; - bottom: -4px; - left: 0; - } -` - -export const Repeat = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Restaurant.tsx b/icons-styled-components/src/icons/Restaurant.tsx deleted file mode 100644 index 0a8d5f9..0000000 --- a/icons-styled-components/src/icons/Restaurant.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledRestaurant = styled.i`` - -export const Restaurant = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Ring.tsx b/icons-styled-components/src/icons/Ring.tsx deleted file mode 100644 index 9a963c1..0000000 --- a/icons-styled-components/src/icons/Ring.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledRing = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 20px; - height: 20px; - } - &::after, - &::before { - content: ''; - display: block; - position: absolute; - border: 2px solid; - box-sizing: border-box; - } - &::before { - border-top-right-radius: 100px; - transform: rotate(-45deg); - width: 8px; - height: 8px; - left: 6px; - top: -1px; - } - &::after { - width: 18px; - height: 18px; - border-radius: 100px; - border-top-color: transparent; - left: 1px; - top: 2px; - } -` - -export const Ring = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/RowFirst.tsx b/icons-styled-components/src/icons/RowFirst.tsx deleted file mode 100644 index 3743c7d..0000000 --- a/icons-styled-components/src/icons/RowFirst.tsx +++ /dev/null @@ -1,43 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledRowFirst = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 14px; - height: 10px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - height: 2px; - background: currentColor; - } - &::before { - width: 10px; - top: 4px; - opacity: 0.5; - box-shadow: 0 4px 0; - } - &::after { - width: 14px; - } -` - -export const RowFirst = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/RowLast.tsx b/icons-styled-components/src/icons/RowLast.tsx deleted file mode 100644 index 59ce535..0000000 --- a/icons-styled-components/src/icons/RowLast.tsx +++ /dev/null @@ -1,43 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledRowLast = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 14px; - height: 10px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - height: 2px; - background: currentColor; - } - &::before { - width: 10px; - opacity: 0.5; - box-shadow: 0 4px 0; - } - &::after { - width: 14px; - bottom: 0; - } -` - -export const RowLast = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Ruler.tsx b/icons-styled-components/src/icons/Ruler.tsx deleted file mode 100644 index 1bd1b20..0000000 --- a/icons-styled-components/src/icons/Ruler.tsx +++ /dev/null @@ -1,44 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledRuler = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 24px; - height: 13px; - border: 2px solid; - border-radius: 3px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - width: 2px; - height: 5px; - background: currentColor; - left: 7px; - top: -1px; - box-shadow: 8px 0 0; - } - &::before { - height: 7px; - left: 3px; - } -` - -export const Ruler = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/SandClock.tsx b/icons-styled-components/src/icons/SandClock.tsx deleted file mode 100644 index f21711d..0000000 --- a/icons-styled-components/src/icons/SandClock.tsx +++ /dev/null @@ -1,52 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledSandClock = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 12px; - height: 20px; - border-top: 2px solid; - border-bottom: 2px solid; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::before { - border-top-left-radius: 14px; - border-top-right-radius: 14px; - bottom: -2px; - width: 10px; - height: 10px; - border: 2px solid; - left: 1px; - } - &::after { - width: 6px; - height: 6px; - border: 2px solid transparent; - border-bottom-left-radius: 14px; - border-bottom-right-radius: 14px; - top: 0; - left: 3px; - box-shadow: 0 0 0 2px, inset 2px 0 0; - } -` - -export const SandClock = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Scissors.tsx b/icons-styled-components/src/icons/Scissors.tsx deleted file mode 100644 index b2bfd87..0000000 --- a/icons-styled-components/src/icons/Scissors.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledScissors = styled.i`` - -export const Scissors = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Screen.tsx b/icons-styled-components/src/icons/Screen.tsx deleted file mode 100644 index 8ed0a19..0000000 --- a/icons-styled-components/src/icons/Screen.tsx +++ /dev/null @@ -1,46 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledScreen = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 14px; - border: 2px solid; - border-radius: 3px; - margin-top: -4px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - width: 10px; - height: 2px; - background: currentColor; - top: 14px; - left: 4px; - } - &::before { - width: 2px; - height: 6px; - top: 10px; - left: 8px; - } -` - -export const Screen = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ScreenMirror.tsx b/icons-styled-components/src/icons/ScreenMirror.tsx deleted file mode 100644 index d9f32c8..0000000 --- a/icons-styled-components/src/icons/ScreenMirror.tsx +++ /dev/null @@ -1,50 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledScreenMirror = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 18px; - height: 10px; - border: 2px solid; - border-bottom: 0; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::after { - border-bottom: 5px solid; - width: 0; - height: 0; - border-left: 4px solid transparent; - border-right: 4px solid transparent; - bottom: -2px; - left: 3px; - } - &::before { - width: 18px; - height: 2px; - left: -2px; - bottom: 0; - border-left: 5px solid; - border-right: 5px solid; - } -` - -export const ScreenMirror = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ScreenShot.tsx b/icons-styled-components/src/icons/ScreenShot.tsx deleted file mode 100644 index 3208ce9..0000000 --- a/icons-styled-components/src/icons/ScreenShot.tsx +++ /dev/null @@ -1,47 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledScreenShot = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 16px; - height: 20px; - border: 2px solid; - border-radius: 1px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 4px; - height: 4px; - } - &::before { - border-bottom: 2px solid; - border-right: 2px solid; - bottom: 2px; - right: 2px; - } - &::after { - border-top: 2px solid; - border-left: 2px solid; - top: 2px; - left: 2px; - } -` - -export const ScreenShot = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ScreenWide.tsx b/icons-styled-components/src/icons/ScreenWide.tsx deleted file mode 100644 index bc86526..0000000 --- a/icons-styled-components/src/icons/ScreenWide.tsx +++ /dev/null @@ -1,46 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledScreenWide = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 24px; - height: 11px; - border: 2px solid; - border-radius: 3px; - margin-top: -4px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - width: 8px; - height: 2px; - background: currentColor; - top: 10px; - left: 6px; - } - &::before { - width: 2px; - height: 4px; - top: 8px; - left: 9px; - } -` - -export const ScreenWide = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ScrollH.tsx b/icons-styled-components/src/icons/ScrollH.tsx deleted file mode 100644 index fbb0432..0000000 --- a/icons-styled-components/src/icons/ScrollH.tsx +++ /dev/null @@ -1,47 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledScrollH = styled.i` - &, - &::after, - &::before { - display: block; - box-sizing: border-box; - width: 6px; - height: 6px; - } - & { - position: relative; - transform: scale(var(--ggs, 1)); - border: 2px solid; - border-radius: 10px; - } - &::after, - &::before { - content: ''; - position: absolute; - transform: rotate(45deg); - top: -2px; - } - &::after { - border-top: 2px solid; - border-right: 2px solid; - right: -8px; - } - &::before { - border-bottom: 2px solid; - border-left: 2px solid; - left: -8px; - } -` - -export const ScrollH = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ScrollV.tsx b/icons-styled-components/src/icons/ScrollV.tsx deleted file mode 100644 index 189ac0c..0000000 --- a/icons-styled-components/src/icons/ScrollV.tsx +++ /dev/null @@ -1,47 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledScrollV = styled.i` - &, - &::after, - &::before { - display: block; - box-sizing: border-box; - width: 6px; - height: 6px; - } - & { - position: relative; - transform: scale(var(--ggs, 1)); - border: 2px solid; - border-radius: 10px; - } - &::after, - &::before { - content: ''; - position: absolute; - transform: rotate(-45deg); - left: -2px; - } - &::after { - border-bottom: 2px solid; - border-left: 2px solid; - bottom: -8px; - } - &::before { - border-top: 2px solid; - border-right: 2px solid; - top: -8px; - } -` - -export const ScrollV = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Search.tsx b/icons-styled-components/src/icons/Search.tsx deleted file mode 100644 index 7b9cd0a..0000000 --- a/icons-styled-components/src/icons/Search.tsx +++ /dev/null @@ -1,41 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledSearch = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 16px; - height: 16px; - border: 2px solid; - border-radius: 100%; - margin-left: -4px; - margin-top: -4px; - } - &::after { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - width: 2px; - height: 8px; - background: currentColor; - transform: rotate(-45deg); - top: 10px; - left: 12px; - } -` - -export const Search = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Select.tsx b/icons-styled-components/src/icons/Select.tsx deleted file mode 100644 index a1b4442..0000000 --- a/icons-styled-components/src/icons/Select.tsx +++ /dev/null @@ -1,45 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledSelect = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 8px; - height: 8px; - left: 7px; - transform: rotate(-45deg); - } - &::before { - border-left: 2px solid; - border-bottom: 2px solid; - bottom: 4px; - } - &::after { - border-right: 2px solid; - border-top: 2px solid; - top: 4px; - } -` - -export const Select = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/SelectO.tsx b/icons-styled-components/src/icons/SelectO.tsx deleted file mode 100644 index 58bc2e9..0000000 --- a/icons-styled-components/src/icons/SelectO.tsx +++ /dev/null @@ -1,47 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledSelectO = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 20px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - left: 6px; - transform: rotate(-45deg); - } - &::before { - border-left: 2px solid; - border-bottom: 2px solid; - bottom: 4px; - } - &::after { - border-right: 2px solid; - border-top: 2px solid; - top: 4px; - } -` - -export const SelectO = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/SelectR.tsx b/icons-styled-components/src/icons/SelectR.tsx deleted file mode 100644 index b267049..0000000 --- a/icons-styled-components/src/icons/SelectR.tsx +++ /dev/null @@ -1,47 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledSelectR = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - border: 2px solid; - border-radius: 4px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - left: 6px; - transform: rotate(-45deg); - } - &::before { - border-left: 2px solid; - border-bottom: 2px solid; - bottom: 4px; - } - &::after { - border-right: 2px solid; - border-top: 2px solid; - top: 4px; - } -` - -export const SelectR = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Server.tsx b/icons-styled-components/src/icons/Server.tsx deleted file mode 100644 index d3f3b2a..0000000 --- a/icons-styled-components/src/icons/Server.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledServer = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 16px; - height: 20px; - border: 2px solid; - border-radius: 3px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - height: 2px; - background: currentColor; - } - &::before { - top: 2px; - box-shadow: 0 4px 0; - border-radius: 3px; - width: 8px; - left: 2px; - } - &::after { - width: 2px; - border-radius: 10px; - left: 5px; - bottom: 2px; - } -` - -export const Server = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Serverless.tsx b/icons-styled-components/src/icons/Serverless.tsx deleted file mode 100644 index fe72b06..0000000 --- a/icons-styled-components/src/icons/Serverless.tsx +++ /dev/null @@ -1,44 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledServerless = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 15px; - height: 13px; - overflow: hidden; - } - &::after, - &::before { - background: currentColor; - content: ''; - box-sizing: border-box; - position: absolute; - display: block; - height: 3px; - box-shadow: 0 5px 0, 0 10px 0; - transform: skew(-20deg); - } - &::before { - width: 8px; - left: -2px; - } - &::after { - width: 12px; - right: -5px; - } -` - -export const Serverless = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ShapeCircle.tsx b/icons-styled-components/src/icons/ShapeCircle.tsx deleted file mode 100644 index b32db92..0000000 --- a/icons-styled-components/src/icons/ShapeCircle.tsx +++ /dev/null @@ -1,26 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledShapeCircle = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 16px; - height: 16px; - border: 3px solid; - border-radius: 100px; - } -` - -export const ShapeCircle = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ShapeHalfCircle.tsx b/icons-styled-components/src/icons/ShapeHalfCircle.tsx deleted file mode 100644 index 17eea1e..0000000 --- a/icons-styled-components/src/icons/ShapeHalfCircle.tsx +++ /dev/null @@ -1,28 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledShapeHalfCircle = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 8px; - height: 16px; - border: 3px solid; - border-top-left-radius: 100px; - border-bottom-left-radius: 100px; - border-right: 0; - } -` - -export const ShapeHalfCircle = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ShapeHexagon.tsx b/icons-styled-components/src/icons/ShapeHexagon.tsx deleted file mode 100644 index c608e9d..0000000 --- a/icons-styled-components/src/icons/ShapeHexagon.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledShapeHexagon = styled.i`` - -export const ShapeHexagon = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ShapeRhombus.tsx b/icons-styled-components/src/icons/ShapeRhombus.tsx deleted file mode 100644 index 0418365..0000000 --- a/icons-styled-components/src/icons/ShapeRhombus.tsx +++ /dev/null @@ -1,25 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledShapeRhombus = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: rotate(45deg) scale(var(--ggs, 1)); - width: 14px; - height: 14px; - border: 3px solid; - } -` - -export const ShapeRhombus = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ShapeSquare.tsx b/icons-styled-components/src/icons/ShapeSquare.tsx deleted file mode 100644 index 2c59039..0000000 --- a/icons-styled-components/src/icons/ShapeSquare.tsx +++ /dev/null @@ -1,25 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledShapeSquare = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 16px; - height: 16px; - border: 3px solid; - } -` - -export const ShapeSquare = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ShapeTriangle.tsx b/icons-styled-components/src/icons/ShapeTriangle.tsx deleted file mode 100644 index a968aaf..0000000 --- a/icons-styled-components/src/icons/ShapeTriangle.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledShapeTriangle = styled.i`` - -export const ShapeTriangle = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ShapeZigzag.tsx b/icons-styled-components/src/icons/ShapeZigzag.tsx deleted file mode 100644 index b3ae514..0000000 --- a/icons-styled-components/src/icons/ShapeZigzag.tsx +++ /dev/null @@ -1,42 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledShapeZigzag = styled.i` - &, - &::after, - &::before { - display: block; - box-sizing: border-box; - width: 5px; - height: 7px; - border-left: 2px solid; - border-bottom: 2px solid; - } - & { - margin-left: -18px; - transform: rotate(-49deg) scale(var(--ggs, 1)); - position: relative; - } - &::after, - &::before { - content: ''; - position: absolute; - left: 2px; - top: 5px; - } - &::before { - left: 7px; - top: 10px; - } -` - -export const ShapeZigzag = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Share.tsx b/icons-styled-components/src/icons/Share.tsx deleted file mode 100644 index 7ae6cdd..0000000 --- a/icons-styled-components/src/icons/Share.tsx +++ /dev/null @@ -1,47 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledShare = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 6px; - height: 6px; - background: currentColor; - border-radius: 100px; - box-shadow: 10px -6px 0, 10px 6px 0; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - width: 10px; - height: 2px; - background: currentColor; - left: 2px; - } - &::before { - top: 0; - transform: rotate(-35deg); - } - &::after { - bottom: 0; - transform: rotate(35deg); - } -` - -export const Share = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Shield.tsx b/icons-styled-components/src/icons/Shield.tsx deleted file mode 100644 index 9f0329a..0000000 --- a/icons-styled-components/src/icons/Shield.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledShield = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 14px; - height: 4px; - background: currentColor; - border-radius: 100px; - margin-top: -6px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - width: 8px; - height: 16px; - border: 2px solid; - } - &::before { - border-bottom-left-radius: 40px; - border-right: 0; - left: 0; - } - &::after { - border-bottom-right-radius: 40px; - border-left: 0; - right: 0; - } -` - -export const Shield = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ShoppingBag.tsx b/icons-styled-components/src/icons/ShoppingBag.tsx deleted file mode 100644 index 4658a78..0000000 --- a/icons-styled-components/src/icons/ShoppingBag.tsx +++ /dev/null @@ -1,40 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledShoppingBag = styled.i` - & { - transform: scale(var(--ggs, 1)); - } - &, - &::after { - box-sizing: border-box; - position: relative; - display: block; - width: 20px; - height: 20px; - border: 2px solid; - border-radius: 3px; - } - &::after { - content: ''; - position: absolute; - width: 10px; - height: 6px; - border-bottom-left-radius: 120px; - border-bottom-right-radius: 120px; - border-top: 0; - top: 2px; - left: 3px; - } -` - -export const ShoppingBag = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ShoppingCart.tsx b/icons-styled-components/src/icons/ShoppingCart.tsx deleted file mode 100644 index a67d2f5..0000000 --- a/icons-styled-components/src/icons/ShoppingCart.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledShoppingCart = styled.i`` - -export const ShoppingCart = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Shortcut.tsx b/icons-styled-components/src/icons/Shortcut.tsx deleted file mode 100644 index 71e934f..0000000 --- a/icons-styled-components/src/icons/Shortcut.tsx +++ /dev/null @@ -1,39 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledShortcut = styled.i` - &, - &::after { - display: block; - box-sizing: border-box; - border-radius: 3px; - } - & { - border: 2px solid; - position: relative; - transform: scale(var(--ggs, 1)); - width: 18px; - height: 18px; - } - &::after { - content: ''; - position: absolute; - width: 2px; - height: 12px; - background: currentColor; - left: 6px; - top: 1px; - transform: rotate(45deg); - } -` - -export const Shortcut = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Shutterstock.tsx b/icons-styled-components/src/icons/Shutterstock.tsx deleted file mode 100644 index fb0340f..0000000 --- a/icons-styled-components/src/icons/Shutterstock.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledShutterstock = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 20px; - height: 20px; - border: 2px solid; - border-radius: 3px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - border-radius: 1px; - } - &::before { - border-bottom: 2px solid; - border-right: 2px solid; - bottom: 2px; - right: 2px; - } - &::after { - border-top: 2px solid; - border-left: 2px solid; - top: 2px; - left: 2px; - } -` - -export const Shutterstock = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Sidebar.tsx b/icons-styled-components/src/icons/Sidebar.tsx deleted file mode 100644 index b3c36dd..0000000 --- a/icons-styled-components/src/icons/Sidebar.tsx +++ /dev/null @@ -1,36 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledSidebar = styled.i` - &, - &::before { - display: block; - box-sizing: border-box; - height: 16px; - } - & { - border-left: 2px solid; - position: relative; - transform: scale(var(--ggs, 1)); - width: 18px; - } - &::before { - content: ''; - position: absolute; - width: 14px; - border: 2px solid; - top: 0; - left: 2px; - } -` - -export const Sidebar = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/SidebarOpen.tsx b/icons-styled-components/src/icons/SidebarOpen.tsx deleted file mode 100644 index 67389ef..0000000 --- a/icons-styled-components/src/icons/SidebarOpen.tsx +++ /dev/null @@ -1,36 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledSidebarOpen = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 18px; - height: 16px; - border: 2px solid; - } - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 4px; - height: 12px; - background: currentColor; - top: 0; - left: 0; - } -` - -export const SidebarOpen = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/SidebarRight.tsx b/icons-styled-components/src/icons/SidebarRight.tsx deleted file mode 100644 index 2228d1a..0000000 --- a/icons-styled-components/src/icons/SidebarRight.tsx +++ /dev/null @@ -1,36 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledSidebarRight = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 18px; - height: 16px; - border-right: 2px solid; - } - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 14px; - height: 16px; - border: 2px solid; - top: 0; - right: 2px; - } -` - -export const SidebarRight = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Signal.tsx b/icons-styled-components/src/icons/Signal.tsx deleted file mode 100644 index 819d36e..0000000 --- a/icons-styled-components/src/icons/Signal.tsx +++ /dev/null @@ -1,45 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledSignal = styled.i` - &, - &::after, - &::before { - display: block; - box-sizing: border-box; - width: 2px; - border-radius: 4px; - background: currentColor; - } - & { - position: relative; - transform: scale(var(--ggs, 1)); - height: 8px; - } - &::after, - &::before { - content: ''; - position: absolute; - } - &::before { - height: 12px; - left: 4px; - bottom: 0; - } - &::after { - height: 4px; - left: -4px; - bottom: 0; - } -` - -export const Signal = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Sleep.tsx b/icons-styled-components/src/icons/Sleep.tsx deleted file mode 100644 index 2a4e74f..0000000 --- a/icons-styled-components/src/icons/Sleep.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledSleep = styled.i`` - -export const Sleep = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/SmartHomeBoiler.tsx b/icons-styled-components/src/icons/SmartHomeBoiler.tsx deleted file mode 100644 index faa9431..0000000 --- a/icons-styled-components/src/icons/SmartHomeBoiler.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledSmartHomeBoiler = styled.i`` - -export const SmartHomeBoiler = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/SmartHomeHeat.tsx b/icons-styled-components/src/icons/SmartHomeHeat.tsx deleted file mode 100644 index 1dbd5ec..0000000 --- a/icons-styled-components/src/icons/SmartHomeHeat.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledSmartHomeHeat = styled.i`` - -export const SmartHomeHeat = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/SmartHomeLight.tsx b/icons-styled-components/src/icons/SmartHomeLight.tsx deleted file mode 100644 index 0ccee93..0000000 --- a/icons-styled-components/src/icons/SmartHomeLight.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledSmartHomeLight = styled.i`` - -export const SmartHomeLight = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Smartphone.tsx b/icons-styled-components/src/icons/Smartphone.tsx deleted file mode 100644 index 8cb4326..0000000 --- a/icons-styled-components/src/icons/Smartphone.tsx +++ /dev/null @@ -1,27 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledSmartphone = styled.i` - & { - background: linear-gradient(to left, currentColor 5px, transparent 0) no-repeat 4px 12px/2px 2px; - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 14px; - height: 20px; - border: 2px solid; - border-radius: 2px; - } -` - -export const Smartphone = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/SmartphoneChip.tsx b/icons-styled-components/src/icons/SmartphoneChip.tsx deleted file mode 100644 index 4bcb87e..0000000 --- a/icons-styled-components/src/icons/SmartphoneChip.tsx +++ /dev/null @@ -1,40 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledSmartphoneChip = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 16px; - height: 16px; - border: 6px double; - border-radius: 3px; - } - &::after { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - width: 2px; - height: 2px; - left: -3px; - top: -9px; - background: currentColor; - box-shadow: 4px 0 0, 8px 0 0, 0 20px 0, 4px 20px 0, -6px 6px 0, 14px 6px 0, 14px 10px 0, - 14px 14px 0, -6px 10px 0, -6px 14px 0, 8px 20px 0; - } -` - -export const SmartphoneChip = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/SmartphoneRam.tsx b/icons-styled-components/src/icons/SmartphoneRam.tsx deleted file mode 100644 index ba23ece..0000000 --- a/icons-styled-components/src/icons/SmartphoneRam.tsx +++ /dev/null @@ -1,45 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledSmartphoneRam = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 26px; - height: 14px; - border: 2px solid; - border-radius: 3px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - width: 2px; - height: 2px; - background: currentColor; - box-shadow: 16px 4px 0; - top: 2px; - left: 2px; - } - &::after { - box-shadow: 4px 0 0, 8px 0 0, 12px 0 0, 16px 0 0, 0 18px 0, 4px 18px 0, 8px 18px 0, 12px 18px 0, - 16px 18px 0; - top: -5px; - } -` - -export const SmartphoneRam = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/SmartphoneShake.tsx b/icons-styled-components/src/icons/SmartphoneShake.tsx deleted file mode 100644 index f285a0c..0000000 --- a/icons-styled-components/src/icons/SmartphoneShake.tsx +++ /dev/null @@ -1,45 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledSmartphoneShake = styled.i` - & { - background: linear-gradient(to left, currentColor 5px, transparent 0) no-repeat 4px 12px/2px 2px; - box-sizing: border-box; - position: relative; - transform: scale(var(--ggs, 1)); - display: block; - width: 14px; - height: 20px; - border: 2px solid; - border-radius: 2px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - height: 10px; - width: 6px; - border: 2px solid transparent; - overflow: hidden; - box-shadow: 2px 0 0, inset -2px 0 0; - top: 3px; - left: -12px; - } - &::after { - transform: scaleX(-1); - left: 16px; - } -` - -export const SmartphoneShake = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Smile.tsx b/icons-styled-components/src/icons/Smile.tsx deleted file mode 100644 index 76ce311..0000000 --- a/icons-styled-components/src/icons/Smile.tsx +++ /dev/null @@ -1,52 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledSmile = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 20px; - height: 20px; - border: 2px solid; - border-radius: 100px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - left: 4px; - } - &::before { - background: currentColor; - box-shadow: 6px 0 0; - width: 2px; - height: 2px; - border-radius: 50%; - top: 5px; - } - &::after { - width: 8px; - height: 4px; - border-radius: 150px; - border-top-left-radius: 0; - border-top-right-radius: 0; - border: 2px solid; - border-top-color: transparent; - top: 9px; - } -` - -export const Smile = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/SmileNeutral.tsx b/icons-styled-components/src/icons/SmileNeutral.tsx deleted file mode 100644 index 5e44a71..0000000 --- a/icons-styled-components/src/icons/SmileNeutral.tsx +++ /dev/null @@ -1,47 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledSmileNeutral = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 20px; - height: 20px; - border: 2px solid; - border-radius: 100px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - height: 2px; - background: currentColor; - left: 4px; - } - &::before { - box-shadow: 6px 0 0; - width: 2px; - border-radius: 10px; - top: 5px; - } - &::after { - border-radius: 3px; - width: 8px; - top: 10px; - } -` - -export const SmileNeutral = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/SmileSad.tsx b/icons-styled-components/src/icons/SmileSad.tsx deleted file mode 100644 index c496b6f..0000000 --- a/icons-styled-components/src/icons/SmileSad.tsx +++ /dev/null @@ -1,53 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledSmileSad = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 20px; - height: 20px; - border: 2px solid; - border-radius: 100px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - left: 4px; - } - &::before { - background: currentColor; - box-shadow: 6px 0 0; - width: 2px; - height: 2px; - border-radius: 50%; - top: 5px; - } - &::after { - width: 8px; - height: 4px; - border-radius: 150px; - border-top-left-radius: 0; - border-top-right-radius: 0; - border: 2px solid; - border-top-color: transparent; - top: 9px; - transform: scaleY(-1); - } -` - -export const SmileSad = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/SoftwareDownload.tsx b/icons-styled-components/src/icons/SoftwareDownload.tsx deleted file mode 100644 index 2ecd6d7..0000000 --- a/icons-styled-components/src/icons/SoftwareDownload.tsx +++ /dev/null @@ -1,54 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledSoftwareDownload = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 16px; - height: 6px; - border: 2px solid; - border-top: 0; - border-bottom-left-radius: 2px; - border-bottom-right-radius: 2px; - margin-top: 8px; - } - &::after { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 8px; - height: 8px; - border-left: 2px solid; - border-bottom: 2px solid; - transform: rotate(-45deg); - left: 2px; - bottom: 4px; - } - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - width: 2px; - height: 10px; - background: currentColor; - left: 5px; - bottom: 5px; - } -` - -export const SoftwareDownload = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/SoftwareUpload.tsx b/icons-styled-components/src/icons/SoftwareUpload.tsx deleted file mode 100644 index ad45dfa..0000000 --- a/icons-styled-components/src/icons/SoftwareUpload.tsx +++ /dev/null @@ -1,54 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledSoftwareUpload = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 16px; - height: 6px; - border: 2px solid; - border-top: 0; - border-bottom-left-radius: 2px; - border-bottom-right-radius: 2px; - margin-top: 8px; - } - &::after { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 8px; - height: 8px; - border-left: 2px solid; - border-top: 2px solid; - transform: rotate(45deg); - left: 2px; - bottom: 4px; - } - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - width: 2px; - height: 10px; - background: currentColor; - left: 5px; - bottom: 3px; - } -` - -export const SoftwareUpload = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/SortAz.tsx b/icons-styled-components/src/icons/SortAz.tsx deleted file mode 100644 index 4136f62..0000000 --- a/icons-styled-components/src/icons/SortAz.tsx +++ /dev/null @@ -1,45 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledSortAz = styled.i` - &, - &::after, - &::before { - display: block; - box-sizing: border-box; - height: 2px; - border-radius: 4px; - background: currentColor; - } - & { - position: relative; - transform: scale(var(--ggs, 1)); - width: 8px; - } - &::after, - &::before { - content: ''; - position: absolute; - } - &::before { - width: 12px; - top: -4px; - left: -2px; - } - &::after { - width: 4px; - top: 4px; - left: 2px; - } -` - -export const SortAz = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/SortZa.tsx b/icons-styled-components/src/icons/SortZa.tsx deleted file mode 100644 index bcd41df..0000000 --- a/icons-styled-components/src/icons/SortZa.tsx +++ /dev/null @@ -1,45 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledSortZa = styled.i` - &, - &::after, - &::before { - display: block; - box-sizing: border-box; - height: 2px; - border-radius: 4px; - background: currentColor; - } - & { - position: relative; - transform: scale(var(--ggs, 1)); - width: 8px; - } - &::after, - &::before { - content: ''; - position: absolute; - } - &::before { - width: 12px; - top: 4px; - left: -2px; - } - &::after { - width: 4px; - top: -4px; - left: 2px; - } -` - -export const SortZa = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/SpaceBetween.tsx b/icons-styled-components/src/icons/SpaceBetween.tsx deleted file mode 100644 index 4aac196..0000000 --- a/icons-styled-components/src/icons/SpaceBetween.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledSpaceBetween = styled.i`` - -export const SpaceBetween = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Spectrum.tsx b/icons-styled-components/src/icons/Spectrum.tsx deleted file mode 100644 index 044867a..0000000 --- a/icons-styled-components/src/icons/Spectrum.tsx +++ /dev/null @@ -1,37 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledSpectrum = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 16px; - height: 16px; - overflow: hidden; - } - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 30px; - height: 30px; - left: -15px; - bottom: -15px; - border: 8px solid; - border-radius: 18px; - } -` - -export const Spectrum = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Spinner.tsx b/icons-styled-components/src/icons/Spinner.tsx deleted file mode 100644 index 332fdc3..0000000 --- a/icons-styled-components/src/icons/Spinner.tsx +++ /dev/null @@ -1,51 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledSpinner = styled.i` - & { - transform: scale(var(--ggs, 1)); - } - &, - &::after, - &::before { - box-sizing: border-box; - position: relative; - display: block; - width: 20px; - height: 20px; - } - &::after, - &::before { - content: ''; - position: absolute; - border-radius: 100px; - } - &::before { - animation: spinner 1s cubic-bezier(0.6, 0, 0.4, 1) infinite; - border: 3px solid transparent; - border-top-color: currentColor; - } - &::after { - border: 3px solid; - opacity: 0.2; - } - @keyframes spinner { - 0% { - transform: rotate(0deg); - } - to { - transform: rotate(359deg); - } - } -` - -export const Spinner = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/SpinnerAlt.tsx b/icons-styled-components/src/icons/SpinnerAlt.tsx deleted file mode 100644 index 58db98e..0000000 --- a/icons-styled-components/src/icons/SpinnerAlt.tsx +++ /dev/null @@ -1,43 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledSpinnerAlt = styled.i` - @keyframes spinneralt { - 0% { - transform: rotate(0deg); - } - to { - transform: rotate(359deg); - } - } - & { - transform: scale(var(--ggs, 1)); - } - &, - &::before { - box-sizing: border-box; - position: relative; - display: block; - width: 20px; - height: 20px; - } - &::before { - content: ''; - position: absolute; - border-radius: 100px; - animation: spinneralt 1s cubic-bezier(0.6, 0, 0.4, 1) infinite; - border: 3px solid transparent; - border-top-color: currentColor; - } -` - -export const SpinnerAlt = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/SpinnerTwo.tsx b/icons-styled-components/src/icons/SpinnerTwo.tsx deleted file mode 100644 index a028d9d..0000000 --- a/icons-styled-components/src/icons/SpinnerTwo.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledSpinnerTwo = styled.i`` - -export const SpinnerTwo = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Square.tsx b/icons-styled-components/src/icons/Square.tsx deleted file mode 100644 index 09ca782..0000000 --- a/icons-styled-components/src/icons/Square.tsx +++ /dev/null @@ -1,27 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledSquare = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 12px; - height: 12px; - border-radius: 1px; - border: 3px solid transparent; - box-shadow: 0 0 0 3px, inset 0 0 0 3px; - } -` - -export const Square = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Stack.tsx b/icons-styled-components/src/icons/Stack.tsx deleted file mode 100644 index 2112f72..0000000 --- a/icons-styled-components/src/icons/Stack.tsx +++ /dev/null @@ -1,44 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledStack = styled.i` - &, - &::after, - &::before { - display: block; - box-sizing: border-box; - width: 14px; - height: 14px; - border: 2px solid; - } - & { - margin-right: 8px; - margin-top: 8px; - transform: scale(var(--ggs, 1)); - position: relative; - } - &::after, - &::before { - content: ''; - position: absolute; - border-left: 0; - border-bottom: 0; - right: -5px; - top: -5px; - } - &::before { - right: -8px; - top: -8px; - } -` - -export const Stack = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Stark.tsx b/icons-styled-components/src/icons/Stark.tsx deleted file mode 100644 index 846407c..0000000 --- a/icons-styled-components/src/icons/Stark.tsx +++ /dev/null @@ -1,51 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledStark = styled.i` - & { - background: currentColor; - box-sizing: border-box; - position: relative; - display: block; - transform: rotate(45deg) scale(var(--ggs, 1)); - width: 3px; - height: 16px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 8px; - height: 16px; - border: 3px solid; - } - &::before { - border-top-left-radius: 100px; - border-bottom-left-radius: 100px; - border-right: 0; - border-top-color: transparent; - left: -7px; - bottom: 0; - } - &::after { - border-top-right-radius: 100px; - border-bottom-right-radius: 100px; - border-left: 0; - border-bottom-color: transparent; - right: -7px; - top: 0; - } -` - -export const Stark = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Stopwatch.tsx b/icons-styled-components/src/icons/Stopwatch.tsx deleted file mode 100644 index c350cfb..0000000 --- a/icons-styled-components/src/icons/Stopwatch.tsx +++ /dev/null @@ -1,40 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledStopwatch = styled.i` - & { - background: linear-gradient(to left, currentColor 7px, transparent 0) no-repeat 6px 2px/2px 6px; - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 18px; - height: 18px; - border-radius: 100%; - border: 2px solid transparent; - box-shadow: 0 0 0 2px; - } - &::after { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 4px; - height: 2px; - background: currentColor; - transform: rotate(45deg); - right: -4px; - top: -3px; - } -` - -export const Stopwatch = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Studio.tsx b/icons-styled-components/src/icons/Studio.tsx deleted file mode 100644 index 1d2a06c..0000000 --- a/icons-styled-components/src/icons/Studio.tsx +++ /dev/null @@ -1,36 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledStudio = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 18px; - height: 18px; - border: 2px solid; - } - &::after { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 4px; - height: 4px; - background: currentColor; - right: 2px; - bottom: 2px; - } -` - -export const Studio = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Style.tsx b/icons-styled-components/src/icons/Style.tsx deleted file mode 100644 index 40650f5..0000000 --- a/icons-styled-components/src/icons/Style.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledStyle = styled.i`` - -export const Style = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Sun.tsx b/icons-styled-components/src/icons/Sun.tsx deleted file mode 100644 index a885905..0000000 --- a/icons-styled-components/src/icons/Sun.tsx +++ /dev/null @@ -1,50 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledSun = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 24px; - height: 24px; - background: linear-gradient(to bottom, currentColor 4px, transparent 0) no-repeat 5px -6px/2px 6px, - linear-gradient(to bottom, currentColor 4px, transparent 0) no-repeat 5px 14px/2px 6px, - linear-gradient(to bottom, currentColor 4px, transparent 0) no-repeat -8px 5px/6px 2px, - linear-gradient(to bottom, currentColor 4px, transparent 0) no-repeat 14px 5px/6px 2px; - border-radius: 100px; - box-shadow: inset 0 0 0 2px; - border: 6px solid transparent; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 24px; - height: 2px; - border-right: 4px solid; - border-left: 4px solid; - left: -6px; - top: 5px; - } - &::before { - transform: rotate(-45deg); - } - &::after { - transform: rotate(45deg); - } -` - -export const Sun = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Support.tsx b/icons-styled-components/src/icons/Support.tsx deleted file mode 100644 index 81c9528..0000000 --- a/icons-styled-components/src/icons/Support.tsx +++ /dev/null @@ -1,50 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledSupport = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - width: 20px; - height: 20px; - transform: rotate(45deg) scale(var(--ggs, 1)); - border: 5px solid transparent; - box-shadow: 0 0 0 2px, inset 0 0 0 2px; - border-radius: 40px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::before { - border-left: 9px solid; - border-right: 9px solid; - width: 24px; - height: 2px; - left: -7px; - top: 4px; - } - &::after { - width: 2px; - height: 24px; - border-top: 9px solid; - border-bottom: 9px solid; - left: 4px; - top: -7px; - } -` - -export const Support = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Swap.tsx b/icons-styled-components/src/icons/Swap.tsx deleted file mode 100644 index b2c33f9..0000000 --- a/icons-styled-components/src/icons/Swap.tsx +++ /dev/null @@ -1,46 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledSwap = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - box-shadow: -2px 2px 0, 2px -2px 0; - width: 6px; - height: 2px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 0; - height: 0; - border-top: 3px solid transparent; - border-bottom: 3px solid transparent; - } - &::before { - border-left: 3px solid; - top: -4px; - right: -4px; - } - &::after { - border-right: 3px solid; - bottom: -4px; - left: -4px; - } -` - -export const Swap = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/SwapVertical.tsx b/icons-styled-components/src/icons/SwapVertical.tsx deleted file mode 100644 index 5fe2f75..0000000 --- a/icons-styled-components/src/icons/SwapVertical.tsx +++ /dev/null @@ -1,46 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledSwapVertical = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: rotate(90deg) scale(var(--ggs, 1)); - box-shadow: -2px 2px 0, 2px -2px 0; - width: 6px; - height: 2px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 0; - height: 0; - border-top: 3px solid transparent; - border-bottom: 3px solid transparent; - } - &::before { - border-left: 3px solid; - top: -4px; - right: -4px; - } - &::after { - border-right: 3px solid; - bottom: -4px; - left: -4px; - } -` - -export const SwapVertical = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Sweden.tsx b/icons-styled-components/src/icons/Sweden.tsx deleted file mode 100644 index 1c1786f..0000000 --- a/icons-styled-components/src/icons/Sweden.tsx +++ /dev/null @@ -1,43 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledSweden = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 21px; - height: 16px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - height: 6px; - background: currentColor; - box-shadow: 0 8px 0; - top: 0; - } - &::before { - left: 0; - width: 7px; - } - &::after { - width: 12px; - right: 0; - } -` - -export const Sweden = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Swiss.tsx b/icons-styled-components/src/icons/Swiss.tsx deleted file mode 100644 index 86e21c9..0000000 --- a/icons-styled-components/src/icons/Swiss.tsx +++ /dev/null @@ -1,43 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledSwiss = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 18px; - height: 18px; - border: 4px solid; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 5px; - height: 5px; - background: currentColor; - box-shadow: 0 9px 0; - top: -2px; - } - &::after { - left: -2px; - } - &::before { - right: -2px; - } -` - -export const Swiss = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Sync.tsx b/icons-styled-components/src/icons/Sync.tsx deleted file mode 100644 index 238855a..0000000 --- a/icons-styled-components/src/icons/Sync.tsx +++ /dev/null @@ -1,51 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledSync = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - border-radius: 40px; - border: 2px solid; - margin: 1px; - border-left-color: transparent; - border-right-color: transparent; - width: 18px; - height: 18px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 0; - height: 0; - border-top: 4px solid transparent; - border-bottom: 4px solid transparent; - transform: rotate(-45deg); - } - &::before { - border-left: 6px solid; - bottom: -1px; - right: -3px; - } - &::after { - border-right: 6px solid; - top: -1px; - left: -3px; - } -` - -export const Sync = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Tab.tsx b/icons-styled-components/src/icons/Tab.tsx deleted file mode 100644 index ce9f589..0000000 --- a/icons-styled-components/src/icons/Tab.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledTab = styled.i`` - -export const Tab = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Tag.tsx b/icons-styled-components/src/icons/Tag.tsx deleted file mode 100644 index 419b1ae..0000000 --- a/icons-styled-components/src/icons/Tag.tsx +++ /dev/null @@ -1,55 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledTag = styled.i` - &, - &::before { - display: block; - border: 2px solid; - } - & { - border-right: 0; - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; - box-sizing: border-box; - transform: scale(var(--ggs, 1)); - position: relative; - width: 19px; - height: 14px; - } - &::before { - content: ''; - position: absolute; - width: 2px; - height: 2px; - box-sizing: content-box; - border-radius: 100px; - right: 0; - top: 2px; - } - &::after { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 10px; - height: 10px; - border-bottom: 2px solid; - border-right: 2px solid; - border-bottom-right-radius: 4px; - transform: rotate(-45deg); - top: 0; - right: -5px; - } -` - -export const Tag = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Tally.tsx b/icons-styled-components/src/icons/Tally.tsx deleted file mode 100644 index 9cbadd3..0000000 --- a/icons-styled-components/src/icons/Tally.tsx +++ /dev/null @@ -1,43 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledTally = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: skew(-10deg) scale(var(--ggs, 1)); - width: 18px; - height: 20px; - } - &::after, - &::before { - content: ''; - position: absolute; - box-sizing: border-box; - display: block; - width: 3px; - background: currentColor; - border-radius: 0.5px; - } - &::before { - height: 20px; - box-shadow: 5px 0 0; - left: 5px; - } - &::after { - height: 8px; - box-shadow: 15px 0 0; - } -` - -export const Tally = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/TapDouble.tsx b/icons-styled-components/src/icons/TapDouble.tsx deleted file mode 100644 index 3c642bc..0000000 --- a/icons-styled-components/src/icons/TapDouble.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledTapDouble = styled.i`` - -export const TapDouble = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/TapSingle.tsx b/icons-styled-components/src/icons/TapSingle.tsx deleted file mode 100644 index e094046..0000000 --- a/icons-styled-components/src/icons/TapSingle.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledTapSingle = styled.i`` - -export const TapSingle = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Template.tsx b/icons-styled-components/src/icons/Template.tsx deleted file mode 100644 index 24db639..0000000 --- a/icons-styled-components/src/icons/Template.tsx +++ /dev/null @@ -1,45 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledTemplate = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 18px; - height: 6px; - border: 2px solid; - margin-top: -14px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 8px; - height: 10px; - top: 6px; - } - &::after { - border: 2px solid; - left: -2px; - } - &::before { - border-top: 6px double; - border-bottom: 2px solid; - right: -2px; - } -` - -export const Template = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Tennis.tsx b/icons-styled-components/src/icons/Tennis.tsx deleted file mode 100644 index c0aed20..0000000 --- a/icons-styled-components/src/icons/Tennis.tsx +++ /dev/null @@ -1,44 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledTennis = styled.i` - &, - &::after, - &::before { - display: block; - box-sizing: border-box; - border: 2px solid; - width: 20px; - height: 20px; - border-radius: 20px; - } - & { - position: relative; - transform: scale(var(--ggs, 1)); - overflow: hidden; - } - &::after, - &::before { - content: ''; - position: absolute; - } - &::before { - left: -11px; - top: -11px; - } - &::after { - right: -11px; - bottom: -11px; - } -` - -export const Tennis = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Terminal.tsx b/icons-styled-components/src/icons/Terminal.tsx deleted file mode 100644 index 43e0f5e..0000000 --- a/icons-styled-components/src/icons/Terminal.tsx +++ /dev/null @@ -1,49 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledTerminal = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 24px; - height: 20px; - border: 2px solid; - border-radius: 2px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::before { - border-right: 2px solid; - border-bottom: 2px solid; - transform: rotate(-45deg); - width: 6px; - height: 6px; - top: 5px; - left: 3px; - } - &::after { - width: 4px; - height: 2px; - background: currentColor; - top: 10px; - left: 11px; - } -` - -export const Terminal = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Terrain.tsx b/icons-styled-components/src/icons/Terrain.tsx deleted file mode 100644 index 06797a3..0000000 --- a/icons-styled-components/src/icons/Terrain.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledTerrain = styled.i`` - -export const Terrain = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Thermometer.tsx b/icons-styled-components/src/icons/Thermometer.tsx deleted file mode 100644 index a72e1a5..0000000 --- a/icons-styled-components/src/icons/Thermometer.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledThermometer = styled.i`` - -export const Thermometer = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Thermostat.tsx b/icons-styled-components/src/icons/Thermostat.tsx deleted file mode 100644 index fdd6d97..0000000 --- a/icons-styled-components/src/icons/Thermostat.tsx +++ /dev/null @@ -1,51 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledThermostat = styled.i` - & { - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 10px; - height: 10px; - border: 2px solid; - box-sizing: border-box; - border-radius: 100px; - border-top-color: transparent; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::before { - border: 2px solid; - border-bottom: 0; - border-top-left-radius: 100px; - border-top-right-radius: 100px; - width: 6px; - height: 14px; - bottom: 5px; - } - &::after { - width: 2px; - height: 2px; - border-radius: 100px; - background: currentColor; - left: 2px; - bottom: 2px; - } -` - -export const Thermostat = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Time.tsx b/icons-styled-components/src/icons/Time.tsx deleted file mode 100644 index f3ffd44..0000000 --- a/icons-styled-components/src/icons/Time.tsx +++ /dev/null @@ -1,39 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledTime = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 18px; - height: 18px; - border-radius: 100%; - border: 2px solid transparent; - box-shadow: 0 0 0 2px currentColor; - } - &::after { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 7px; - height: 7px; - border-left: 2px solid; - border-bottom: 2px solid; - top: 1px; - left: 5px; - } -` - -export const Time = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Timelapse.tsx b/icons-styled-components/src/icons/Timelapse.tsx deleted file mode 100644 index 856a0ef..0000000 --- a/icons-styled-components/src/icons/Timelapse.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledTimelapse = styled.i`` - -export const Timelapse = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Timer.tsx b/icons-styled-components/src/icons/Timer.tsx deleted file mode 100644 index 10c7c2f..0000000 --- a/icons-styled-components/src/icons/Timer.tsx +++ /dev/null @@ -1,55 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledTimer = styled.i` - &, - &::before { - border: 2px solid; - width: 18px; - height: 18px; - border-radius: 40px; - } - & { - background: linear-gradient(to left, currentColor 10px, transparent 0) no-repeat 6px -2px/2px 6px; - box-sizing: border-box; - transform: scale(var(--ggs, 1)); - position: relative; - display: block; - border-top-color: transparent; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::before { - border-right-color: transparent; - border-left-color: transparent; - border-bottom-color: transparent; - right: -2px; - top: -2px; - transform: rotate(45deg); - } - &::after { - width: 2px; - height: 6px; - background: currentColor; - transform: rotate(-50deg); - left: 4px; - bottom: 5px; - border-radius: 100px; - } -` - -export const Timer = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Today.tsx b/icons-styled-components/src/icons/Today.tsx deleted file mode 100644 index dd4fb53..0000000 --- a/icons-styled-components/src/icons/Today.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledToday = styled.i`` - -export const Today = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ToggleOff.tsx b/icons-styled-components/src/icons/ToggleOff.tsx deleted file mode 100644 index 7163e8b..0000000 --- a/icons-styled-components/src/icons/ToggleOff.tsx +++ /dev/null @@ -1,38 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledToggleOff = styled.i` - &, - &::before { - display: block; - box-sizing: border-box; - border-radius: 20px; - } - & { - border: 2px solid; - position: relative; - transform: scale(var(--ggs, 1)); - width: 24px; - height: 14px; - } - &::before { - content: ''; - position: absolute; - width: 6px; - height: 6px; - background: currentColor; - top: 2px; - left: 12px; - } -` - -export const ToggleOff = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ToggleOn.tsx b/icons-styled-components/src/icons/ToggleOn.tsx deleted file mode 100644 index 76706af..0000000 --- a/icons-styled-components/src/icons/ToggleOn.tsx +++ /dev/null @@ -1,38 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledToggleOn = styled.i` - &, - &::before { - display: block; - box-sizing: border-box; - border-radius: 20px; - } - & { - border: 2px solid; - position: relative; - transform: scale(var(--ggs, 1)); - width: 24px; - height: 14px; - } - &::before { - content: ''; - position: absolute; - width: 6px; - height: 6px; - background: currentColor; - top: 2px; - left: 2px; - } -` - -export const ToggleOn = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ToggleSquare.tsx b/icons-styled-components/src/icons/ToggleSquare.tsx deleted file mode 100644 index 7f000c1..0000000 --- a/icons-styled-components/src/icons/ToggleSquare.tsx +++ /dev/null @@ -1,38 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledToggleSquare = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 24px; - height: 14px; - border: 2px solid; - border-radius: 2px; - } - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - background: currentColor; - top: 2px; - left: 2px; - border-radius: 1px; - } -` - -export const ToggleSquare = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ToggleSquareOff.tsx b/icons-styled-components/src/icons/ToggleSquareOff.tsx deleted file mode 100644 index c0b41a0..0000000 --- a/icons-styled-components/src/icons/ToggleSquareOff.tsx +++ /dev/null @@ -1,38 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledToggleSquareOff = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 24px; - height: 14px; - border: 2px solid; - border-radius: 2px; - } - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - background: currentColor; - top: 2px; - left: 12px; - border-radius: 1px; - } -` - -export const ToggleSquareOff = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ToolbarBottom.tsx b/icons-styled-components/src/icons/ToolbarBottom.tsx deleted file mode 100644 index 95fbb6f..0000000 --- a/icons-styled-components/src/icons/ToolbarBottom.tsx +++ /dev/null @@ -1,27 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledToolbarBottom = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 18px; - height: 12px; - box-shadow: 0 0 0 2px, inset 0 -2px 0; - border: 2px solid transparent; - border-radius: 1px; - } -` - -export const ToolbarBottom = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ToolbarLeft.tsx b/icons-styled-components/src/icons/ToolbarLeft.tsx deleted file mode 100644 index ea7258e..0000000 --- a/icons-styled-components/src/icons/ToolbarLeft.tsx +++ /dev/null @@ -1,27 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledToolbarLeft = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 18px; - height: 12px; - box-shadow: 0 0 0 2px, inset 2px 0 0; - border: 2px solid transparent; - border-radius: 1px; - } -` - -export const ToolbarLeft = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ToolbarRight.tsx b/icons-styled-components/src/icons/ToolbarRight.tsx deleted file mode 100644 index 0b5c510..0000000 --- a/icons-styled-components/src/icons/ToolbarRight.tsx +++ /dev/null @@ -1,27 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledToolbarRight = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 18px; - height: 12px; - box-shadow: 0 0 0 2px, inset -2px 0 0; - border: 2px solid transparent; - border-radius: 1px; - } -` - -export const ToolbarRight = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ToolbarTop.tsx b/icons-styled-components/src/icons/ToolbarTop.tsx deleted file mode 100644 index 75a467c..0000000 --- a/icons-styled-components/src/icons/ToolbarTop.tsx +++ /dev/null @@ -1,27 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledToolbarTop = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 18px; - height: 12px; - box-shadow: 0 0 0 2px, inset 0 2px 0; - border: 2px solid transparent; - border-radius: 1px; - } -` - -export const ToolbarTop = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Toolbox.tsx b/icons-styled-components/src/icons/Toolbox.tsx deleted file mode 100644 index 1d93cb4..0000000 --- a/icons-styled-components/src/icons/Toolbox.tsx +++ /dev/null @@ -1,51 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledToolbox = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 16px; - border: 2px solid; - border-radius: 2px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::before { - border: 2px solid; - border-bottom: 0; - border-top-left-radius: 3px; - border-top-right-radius: 3px; - left: 4px; - width: 10px; - height: 4px; - top: -5px; - } - &::after { - width: 18px; - height: 2px; - border-left: 4px solid transparent; - border-right: 4px solid transparent; - box-shadow: 0 -2px 0, inset 4px 0 0, inset -4px 0 0; - top: 4px; - } -` - -export const Toolbox = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Touchpad.tsx b/icons-styled-components/src/icons/Touchpad.tsx deleted file mode 100644 index 2b2250e..0000000 --- a/icons-styled-components/src/icons/Touchpad.tsx +++ /dev/null @@ -1,48 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledTouchpad = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - border: 2px solid; - border-radius: 3px; - width: 22px; - height: 18px; - } - &::after { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 2px; - height: 6px; - bottom: -2px; - left: 8px; - background: currentColor; - } - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 20px; - height: 2px; - left: -2px; - bottom: 3px; - background: currentColor; - } -` - -export const Touchpad = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Track.tsx b/icons-styled-components/src/icons/Track.tsx deleted file mode 100644 index fdb51d6..0000000 --- a/icons-styled-components/src/icons/Track.tsx +++ /dev/null @@ -1,51 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledTrack = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 10px; - height: 10px; - border: 2px solid transparent; - box-shadow: 0 0 0 2px, inset 0 0 0 10px; - border-radius: 100px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - } - &::before { - border-left: 4px solid; - border-right: 4px solid; - width: 18px; - height: 2px; - left: -6px; - top: 2px; - } - &::after { - width: 2px; - height: 18px; - border-top: 4px solid; - border-bottom: 4px solid; - left: 2px; - top: -6px; - } -` - -export const Track = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Trademark.tsx b/icons-styled-components/src/icons/Trademark.tsx deleted file mode 100644 index 473e3e5..0000000 --- a/icons-styled-components/src/icons/Trademark.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledTrademark = styled.i`` - -export const Trademark = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/TrademarkO.tsx b/icons-styled-components/src/icons/TrademarkO.tsx deleted file mode 100644 index bd33328..0000000 --- a/icons-styled-components/src/icons/TrademarkO.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledTrademarkO = styled.i`` - -export const TrademarkO = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/TrademarkR.tsx b/icons-styled-components/src/icons/TrademarkR.tsx deleted file mode 100644 index 6cc5f61..0000000 --- a/icons-styled-components/src/icons/TrademarkR.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledTrademarkR = styled.i`` - -export const TrademarkR = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Transcript.tsx b/icons-styled-components/src/icons/Transcript.tsx deleted file mode 100644 index ecf28bd..0000000 --- a/icons-styled-components/src/icons/Transcript.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledTranscript = styled.i`` - -export const Transcript = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Transferwise.tsx b/icons-styled-components/src/icons/Transferwise.tsx deleted file mode 100644 index e925ab5..0000000 --- a/icons-styled-components/src/icons/Transferwise.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledTransferwise = styled.i`` - -export const Transferwise = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Trash.tsx b/icons-styled-components/src/icons/Trash.tsx deleted file mode 100644 index 062a8a4..0000000 --- a/icons-styled-components/src/icons/Trash.tsx +++ /dev/null @@ -1,54 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledTrash = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 10px; - height: 12px; - border: 2px solid transparent; - box-shadow: 0 0 0 2px, inset -2px 0 0, inset 2px 0 0; - border-bottom-left-radius: 1px; - border-bottom-right-radius: 1px; - margin-top: 4px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::after { - background: currentColor; - border-radius: 3px; - width: 16px; - height: 2px; - top: -4px; - left: -5px; - } - &::before { - width: 10px; - height: 4px; - border: 2px solid; - border-bottom: transparent; - border-top-left-radius: 2px; - border-top-right-radius: 2px; - top: -7px; - left: -2px; - } -` - -export const Trash = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/TrashEmpty.tsx b/icons-styled-components/src/icons/TrashEmpty.tsx deleted file mode 100644 index cedb8a6..0000000 --- a/icons-styled-components/src/icons/TrashEmpty.tsx +++ /dev/null @@ -1,54 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledTrashEmpty = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 10px; - height: 12px; - border: 2px solid transparent; - box-shadow: 0 0 0 2px; - border-bottom-left-radius: 1px; - border-bottom-right-radius: 1px; - margin-top: 4px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::after { - background: currentColor; - border-radius: 3px; - width: 16px; - height: 2px; - top: -4px; - left: -5px; - } - &::before { - width: 10px; - height: 4px; - border: 2px solid; - border-bottom: transparent; - border-top-left-radius: 2px; - border-top-right-radius: 2px; - top: -7px; - left: -2px; - } -` - -export const TrashEmpty = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Trees.tsx b/icons-styled-components/src/icons/Trees.tsx deleted file mode 100644 index 529d17a..0000000 --- a/icons-styled-components/src/icons/Trees.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledTrees = styled.i`` - -export const Trees = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Trello.tsx b/icons-styled-components/src/icons/Trello.tsx deleted file mode 100644 index 5bb1638..0000000 --- a/icons-styled-components/src/icons/Trello.tsx +++ /dev/null @@ -1,45 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledTrello = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 20px; - height: 20px; - border: 2px solid; - border-radius: 2px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 5px; - background: currentColor; - border-radius: 1px; - top: 2px; - } - &::before { - left: 2px; - height: 12px; - } - &::after { - height: 8px; - right: 2px; - } -` - -export const Trello = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Trending.tsx b/icons-styled-components/src/icons/Trending.tsx deleted file mode 100644 index bd32918..0000000 --- a/icons-styled-components/src/icons/Trending.tsx +++ /dev/null @@ -1,49 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledTrending = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: rotate(-45deg) scale(var(--ggs, 1)); - width: 10px; - height: 8px; - border-top: 2px solid; - border-right: 2px solid; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::before { - background: currentColor; - left: 8px; - width: 10px; - height: 2px; - bottom: 0; - } - &::after { - width: 0; - height: 0; - border-top: 4px solid transparent; - border-bottom: 4px solid transparent; - border-left: 6px solid; - bottom: -3px; - right: -14px; - } -` - -export const Trending = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/TrendingDown.tsx b/icons-styled-components/src/icons/TrendingDown.tsx deleted file mode 100644 index 084d466..0000000 --- a/icons-styled-components/src/icons/TrendingDown.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledTrendingDown = styled.i`` - -export const TrendingDown = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Trophy.tsx b/icons-styled-components/src/icons/Trophy.tsx deleted file mode 100644 index 4fde6e4..0000000 --- a/icons-styled-components/src/icons/Trophy.tsx +++ /dev/null @@ -1,51 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledTrophy = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 10px; - height: 12px; - border: 2px solid; - border-bottom-left-radius: 100px; - border-bottom-right-radius: 100px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::before { - box-shadow: inset 0 0 0 2px, 0 2px 0 0; - bottom: -4px; - width: 6px; - height: 4px; - border-left: 2px solid transparent; - border-right: 2px solid transparent; - left: 0; - } - &::after { - width: 16px; - height: 6px; - border-left: 2px solid; - border-right: 2px solid; - left: -5px; - top: 0; - } -` - -export const Trophy = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Tv.tsx b/icons-styled-components/src/icons/Tv.tsx deleted file mode 100644 index e500ff0..0000000 --- a/icons-styled-components/src/icons/Tv.tsx +++ /dev/null @@ -1,51 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledTv = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 16px; - height: 11px; - border: 2px solid; - border-radius: 2px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::before { - border-left: 2px solid; - border-bottom: 2px solid; - border-bottom-left-radius: 2px; - top: -6px; - left: 3px; - transform: rotate(-45deg); - width: 6px; - height: 5px; - } - &::after { - width: 8px; - height: 1px; - background: currentColor; - border-radius: 10px; - bottom: -4px; - right: 2px; - } -` - -export const Tv = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Twilio.tsx b/icons-styled-components/src/icons/Twilio.tsx deleted file mode 100644 index 2b11361..0000000 --- a/icons-styled-components/src/icons/Twilio.tsx +++ /dev/null @@ -1,45 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledTwilio = styled.i` - & { - display: block; - position: relative; - box-sizing: border-box; - transform: scale(var(--ggs, 1)); - width: 24px; - height: 24px; - border-radius: 22px; - box-shadow: inset 0 0 0 3px; - } - &::after, - &::before { - content: ''; - display: block; - position: absolute; - box-sizing: border-box; - background: currentColor; - border-radius: 6px; - width: 4px; - height: 4px; - top: 7px; - box-shadow: 0 6px 0; - } - &::before { - left: 7px; - } - &::after { - right: 7px; - } -` - -export const Twilio = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Twitter.tsx b/icons-styled-components/src/icons/Twitter.tsx deleted file mode 100644 index b66797d..0000000 --- a/icons-styled-components/src/icons/Twitter.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledTwitter = styled.i`` - -export const Twitter = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Umbrella.tsx b/icons-styled-components/src/icons/Umbrella.tsx deleted file mode 100644 index 513fd99..0000000 --- a/icons-styled-components/src/icons/Umbrella.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledUmbrella = styled.i`` - -export const Umbrella = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Unavailable.tsx b/icons-styled-components/src/icons/Unavailable.tsx deleted file mode 100644 index f14fbfd..0000000 --- a/icons-styled-components/src/icons/Unavailable.tsx +++ /dev/null @@ -1,38 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledUnavailable = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: rotate(-45deg) scale(var(--ggs, 1)); - width: 18px; - height: 18px; - border: 2px solid; - border-radius: 100px; - } - &::after { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - border-radius: 3px; - width: 2px; - height: 18px; - background: currentColor; - top: -2px; - left: 6px; - } -` - -export const Unavailable = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Unblock.tsx b/icons-styled-components/src/icons/Unblock.tsx deleted file mode 100644 index 318f953..0000000 --- a/icons-styled-components/src/icons/Unblock.tsx +++ /dev/null @@ -1,44 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledUnblock = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: rotate(45deg) scale(var(--ggs, 1)); - width: 18px; - height: 18px; - border: 2px solid; - border-radius: 100%; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 2px; - height: 7px; - background: currentColor; - border-radius: 5px; - left: 6px; - } - &::before { - top: -2px; - } - &::after { - bottom: -2px; - } -` - -export const Unblock = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Undo.tsx b/icons-styled-components/src/icons/Undo.tsx deleted file mode 100644 index 969b728..0000000 --- a/icons-styled-components/src/icons/Undo.tsx +++ /dev/null @@ -1,40 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledUndo = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 14px; - height: 14px; - border: 2px solid; - border-left-color: transparent; - border-radius: 100px; - } - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - border-top: 2px solid; - border-left: 2px solid; - top: -3px; - left: -1px; - transform: rotate(-68deg); - } -` - -export const Undo = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Unsplash.tsx b/icons-styled-components/src/icons/Unsplash.tsx deleted file mode 100644 index 61335c7..0000000 --- a/icons-styled-components/src/icons/Unsplash.tsx +++ /dev/null @@ -1,45 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledUnsplash = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 16px; - height: 15px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::before { - width: 16px; - height: 9px; - border: 5px solid; - border-top: 0; - bottom: 0; - } - &::after { - width: 6px; - height: 4px; - background: currentColor; - top: 0; - left: 5px; - } -` - -export const Unsplash = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Usb.tsx b/icons-styled-components/src/icons/Usb.tsx deleted file mode 100644 index 0dda1b3..0000000 --- a/icons-styled-components/src/icons/Usb.tsx +++ /dev/null @@ -1,44 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledUsb = styled.i` - &, - &::before { - display: block; - box-sizing: border-box; - } - & { - position: relative; - width: 14px; - height: 14px; - border: 2px solid; - transform: scale(var(--ggs, 1)); - margin-bottom: -6px; - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; - } - &::before { - content: ''; - position: absolute; - width: 6px; - height: 5px; - border-left: 1px solid transparent; - border-right: 1px solid transparent; - border-top: 1px solid transparent; - border-bottom: 2px solid transparent; - box-shadow: 0 0 0 2px, inset 5px 4px 0 -4px, inset -5px 4px 0 -4px; - top: -7px; - left: 2px; - } -` - -export const Usb = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/UsbC.tsx b/icons-styled-components/src/icons/UsbC.tsx deleted file mode 100644 index 7dd8005..0000000 --- a/icons-styled-components/src/icons/UsbC.tsx +++ /dev/null @@ -1,27 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledUsbC = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 16px; - height: 6px; - border: 2px solid transparent; - border-radius: 100px; - box-shadow: 0 0 0 2px, inset 0 0 0 10px; - } -` - -export const UsbC = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/UserAdd.tsx b/icons-styled-components/src/icons/UserAdd.tsx deleted file mode 100644 index 811ecc0..0000000 --- a/icons-styled-components/src/icons/UserAdd.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledUserAdd = styled.i`` - -export const UserAdd = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/UserRemove.tsx b/icons-styled-components/src/icons/UserRemove.tsx deleted file mode 100644 index 0139175..0000000 --- a/icons-styled-components/src/icons/UserRemove.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledUserRemove = styled.i`` - -export const UserRemove = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Userlane.tsx b/icons-styled-components/src/icons/Userlane.tsx deleted file mode 100644 index bb4c891..0000000 --- a/icons-styled-components/src/icons/Userlane.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledUserlane = styled.i`` - -export const Userlane = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ViewCols.tsx b/icons-styled-components/src/icons/ViewCols.tsx deleted file mode 100644 index 533ac32..0000000 --- a/icons-styled-components/src/icons/ViewCols.tsx +++ /dev/null @@ -1,38 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledViewCols = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - border: 2px solid; - border-radius: 3px; - width: 20px; - height: 14px; - } - &::after { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 2px; - height: 12px; - top: -2px; - left: 4px; - background: currentColor; - box-shadow: 6px 0 0; - } -` - -export const ViewCols = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ViewComfortable.tsx b/icons-styled-components/src/icons/ViewComfortable.tsx deleted file mode 100644 index a4896c7..0000000 --- a/icons-styled-components/src/icons/ViewComfortable.tsx +++ /dev/null @@ -1,46 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledViewComfortable = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - border: 2px solid; - border-radius: 3px; - width: 20px; - height: 14px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - background: currentColor; - } - &::after { - width: 2px; - height: 8px; - bottom: -2px; - left: 4px; - } - &::before { - width: 20px; - height: 2px; - left: -2px; - top: 4px; - } -` - -export const ViewComfortable = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ViewDay.tsx b/icons-styled-components/src/icons/ViewDay.tsx deleted file mode 100644 index 8a637b1..0000000 --- a/icons-styled-components/src/icons/ViewDay.tsx +++ /dev/null @@ -1,44 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledViewDay = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - border: 2px solid; - border-radius: 3px; - width: 20px; - height: 14px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 2px; - height: 12px; - top: -2px; - left: 7px; - background: currentColor; - } - &::before { - width: 20px; - height: 2px; - left: -2px; - top: 4px; - } -` - -export const ViewDay = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ViewGrid.tsx b/icons-styled-components/src/icons/ViewGrid.tsx deleted file mode 100644 index a8649a0..0000000 --- a/icons-styled-components/src/icons/ViewGrid.tsx +++ /dev/null @@ -1,46 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledViewGrid = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - border: 2px solid; - border-radius: 3px; - width: 20px; - height: 14px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 2px; - height: 14px; - top: -2px; - left: 4px; - background: currentColor; - box-shadow: 6px 0 0; - } - &::before { - width: 20px; - height: 2px; - left: -2px; - top: 2px; - box-shadow: 0 4px 0; - } -` - -export const ViewGrid = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ViewList.tsx b/icons-styled-components/src/icons/ViewList.tsx deleted file mode 100644 index 957e92d..0000000 --- a/icons-styled-components/src/icons/ViewList.tsx +++ /dev/null @@ -1,45 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledViewList = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - border: 2px solid; - border-radius: 3px; - width: 20px; - height: 14px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 2px; - height: 14px; - top: -2px; - left: 3px; - background: currentColor; - } - &::before { - width: 20px; - height: 2px; - left: -2px; - top: 2px; - box-shadow: 0 4px 0; - } -` - -export const ViewList = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ViewMonth.tsx b/icons-styled-components/src/icons/ViewMonth.tsx deleted file mode 100644 index 476f1fb..0000000 --- a/icons-styled-components/src/icons/ViewMonth.tsx +++ /dev/null @@ -1,46 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledViewMonth = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - border: 2px solid; - border-radius: 3px; - width: 20px; - height: 14px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 2px; - height: 14px; - top: -2px; - left: 3px; - background: currentColor; - box-shadow: 4px 0 0, 8px 0 0; - } - &::before { - width: 20px; - height: 2px; - left: -2px; - top: 2px; - box-shadow: 0 4px 0; - } -` - -export const ViewMonth = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ViewSplit.tsx b/icons-styled-components/src/icons/ViewSplit.tsx deleted file mode 100644 index 02d1dfb..0000000 --- a/icons-styled-components/src/icons/ViewSplit.tsx +++ /dev/null @@ -1,37 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledViewSplit = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - border: 2px solid; - border-radius: 3px; - width: 20px; - height: 14px; - } - &::after { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 2px; - height: 12px; - top: -2px; - left: 7px; - background: currentColor; - } -` - -export const ViewSplit = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Vinyl.tsx b/icons-styled-components/src/icons/Vinyl.tsx deleted file mode 100644 index 09b7d6d..0000000 --- a/icons-styled-components/src/icons/Vinyl.tsx +++ /dev/null @@ -1,27 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledVinyl = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 8px; - height: 8px; - border: 3px solid transparent; - box-shadow: 0 0 0 8px, inset 0 0 0 2px; - border-radius: 22px; - } -` - -export const Vinyl = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Voicemail.tsx b/icons-styled-components/src/icons/Voicemail.tsx deleted file mode 100644 index f347171..0000000 --- a/icons-styled-components/src/icons/Voicemail.tsx +++ /dev/null @@ -1,41 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledVoicemail = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 12px; - height: 10px; - border-bottom: 2px solid; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 10px; - height: 10px; - border: 2px solid; - border-radius: 10px; - top: 0; - left: -5px; - } - &::after { - left: 7px; - } -` - -export const Voicemail = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/VoicemailO.tsx b/icons-styled-components/src/icons/VoicemailO.tsx deleted file mode 100644 index 09697ae..0000000 --- a/icons-styled-components/src/icons/VoicemailO.tsx +++ /dev/null @@ -1,46 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledVoicemailO = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 22px; - background: linear-gradient(to left, currentColor 10px, transparent 0) no-repeat 5px 10px/8px - 2px; - border-radius: 30px; - border: 2px solid; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - border: 2px solid; - border-radius: 10px; - top: 6px; - } - &::before { - left: 2px; - } - &::after { - right: 2px; - } -` - -export const VoicemailO = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/VoicemailR.tsx b/icons-styled-components/src/icons/VoicemailR.tsx deleted file mode 100644 index 47fa3ba..0000000 --- a/icons-styled-components/src/icons/VoicemailR.tsx +++ /dev/null @@ -1,45 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledVoicemailR = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 21px; - height: 14px; - background: linear-gradient(to left, currentColor 10px, transparent 0) no-repeat 5px 6px/7px 2px; - border-radius: 3px; - border: 2px solid; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - height: 6px; - border: 2px solid; - border-radius: 10px; - top: 2px; - } - &::before { - left: 2px; - } - &::after { - right: 2px; - } -` - -export const VoicemailR = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Volume.tsx b/icons-styled-components/src/icons/Volume.tsx deleted file mode 100644 index 8f47595..0000000 --- a/icons-styled-components/src/icons/Volume.tsx +++ /dev/null @@ -1,56 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledVolume = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 8px; - height: 8px; - border: 2px solid; - border-right: 0; - -webkit-perspective: 12px; - perspective: 12px; - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - } - &::before { - left: 2px; - transform: rotateY(-90deg); - width: 10px; - height: 10px; - border: 2px solid; - border-left: 0; - top: -3px; - } - &::after { - width: 8px; - height: 16px; - border: 6px double; - border-left: 0; - border-top-right-radius: 100px; - border-bottom-right-radius: 100px; - right: -14px; - top: -6px; - } -` - -export const Volume = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Webcam.tsx b/icons-styled-components/src/icons/Webcam.tsx deleted file mode 100644 index a38700d..0000000 --- a/icons-styled-components/src/icons/Webcam.tsx +++ /dev/null @@ -1,40 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledWebcam = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 8px; - height: 8px; - border: 2px solid transparent; - box-shadow: 0 0 0 2px, inset 0 0 0 2px; - border-radius: 100px; - margin-top: -4px; - } - &::after { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 10px; - height: 4px; - border-right: 4px solid transparent; - box-shadow: 0 2px 0, inset -2px 0 0; - bottom: -6px; - left: -3px; - } -` - -export const Webcam = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Website.tsx b/icons-styled-components/src/icons/Website.tsx deleted file mode 100644 index 0f30f24..0000000 --- a/icons-styled-components/src/icons/Website.tsx +++ /dev/null @@ -1,49 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledWebsite = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 22px; - height: 18px; - border: 2px solid; - border-radius: 3px; - box-shadow: 0 -1px 0; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 6px; - top: 2px; - } - &::before { - background: currentColor; - left: 2px; - box-shadow: 0 4px 0, 0 8px 0; - border-radius: 3px; - height: 2px; - } - &::after { - height: 10px; - border: 2px solid; - right: 2px; - border-radius: 1px; - } -` - -export const Website = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Windows.tsx b/icons-styled-components/src/icons/Windows.tsx deleted file mode 100644 index 54417f7..0000000 --- a/icons-styled-components/src/icons/Windows.tsx +++ /dev/null @@ -1,36 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledWindows = styled.i` - & { - transform: scale(var(--ggs, 1)); - } - &, - &::before { - display: block; - position: relative; - box-sizing: border-box; - width: 17px; - height: 15px; - } - &::before { - content: ''; - position: absolute; - width: 7px; - height: 6px; - background: currentColor; - box-shadow: 8px 0 0, 8px 7px 0, 0 7px 0; - transform: perspective(30px) rotateY(-30deg); - } -` - -export const Windows = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/WorkAlt.tsx b/icons-styled-components/src/icons/WorkAlt.tsx deleted file mode 100644 index b48cc7c..0000000 --- a/icons-styled-components/src/icons/WorkAlt.tsx +++ /dev/null @@ -1,39 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledWorkAlt = styled.i` - &, - &::after { - display: block; - box-sizing: border-box; - box-shadow: 0 0 0 2px; - } - & { - position: relative; - transform: scale(var(--ggs, 1)); - width: 14px; - height: 10px; - border-radius: 1px; - } - &::after { - content: ''; - position: absolute; - width: 6px; - height: 1px; - border-top-left-radius: 1px; - border-top-right-radius: 1px; - left: 4px; - top: -3px; - } -` - -export const WorkAlt = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Youtube.tsx b/icons-styled-components/src/icons/Youtube.tsx deleted file mode 100644 index bd263e7..0000000 --- a/icons-styled-components/src/icons/Youtube.tsx +++ /dev/null @@ -1,37 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledYoutube = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 16px; - height: 10px; - box-shadow: 0 0 0 2px; - border-radius: 15px 15px 15px 15px /45px 45px 45px 45px; - } - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - left: 7px; - top: 2px; - border-left: 4px solid currentColor; - border-top: 3px solid transparent; - border-bottom: 3px solid transparent; - } -` - -export const Youtube = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/Zeit.tsx b/icons-styled-components/src/icons/Zeit.tsx deleted file mode 100644 index 308d0c3..0000000 --- a/icons-styled-components/src/icons/Zeit.tsx +++ /dev/null @@ -1,27 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledZeit = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 0px; - height: 0px; - border-left: 9px solid transparent; - border-right: 9px solid transparent; - border-bottom: 18px solid currentColor; - } -` - -export const Zeit = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ZoomIn.tsx b/icons-styled-components/src/icons/ZoomIn.tsx deleted file mode 100644 index 443cfee..0000000 --- a/icons-styled-components/src/icons/ZoomIn.tsx +++ /dev/null @@ -1,49 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledZoomIn = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 16px; - height: 16px; - border: 2px solid; - border-radius: 100%; - background: linear-gradient(to bottom, currentColor 5px, transparent 0) no-repeat 2px 5px/8px - 2px; - margin-top: -4px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - width: 2px; - height: 8px; - background: currentColor; - } - &::after { - transform: rotate(-45deg); - border-radius: 3px; - top: 10px; - left: 12px; - } - &::before { - top: 2px; - left: 5px; - } -` - -export const ZoomIn = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/icons/ZoomOut.tsx b/icons-styled-components/src/icons/ZoomOut.tsx deleted file mode 100644 index bc626c8..0000000 --- a/icons-styled-components/src/icons/ZoomOut.tsx +++ /dev/null @@ -1,49 +0,0 @@ -import React from 'react' -import styled from 'styled-components' - -const StyledZoomOut = styled.i` - & { - box-sizing: border-box; - position: relative; - display: block; - transform: scale(var(--ggs, 1)); - width: 16px; - height: 16px; - border: 2px solid; - border-radius: 100%; - margin-top: -4px; - } - &::after, - &::before { - content: ''; - display: block; - box-sizing: border-box; - position: absolute; - background: currentColor; - } - &::after { - transform: rotate(-45deg); - border-radius: 3px; - width: 2px; - height: 8px; - top: 10px; - left: 12px; - } - &::before { - width: 8px; - height: 2px; - top: 5px; - left: 2px; - } -` - -export const ZoomOut = React.forwardRef< - HTMLElement, - React.DetailedHTMLProps, HTMLElement> ->((props, ref) => { - return ( - <> - - - ) -}) diff --git a/icons-styled-components/src/index.ts b/icons-styled-components/src/index.ts deleted file mode 100644 index c534230..0000000 --- a/icons-styled-components/src/index.ts +++ /dev/null @@ -1,685 +0,0 @@ -export { Abstract } from './icons/Abstract' -export { AddR } from './icons/AddR' -export { Add } from './icons/Add' -export { Adidas } from './icons/Adidas' -export { Alarm } from './icons/Alarm' -export { Album } from './icons/Album' -export { AlignBottom } from './icons/AlignBottom' -export { AlignCenter } from './icons/AlignCenter' -export { AlignLeft } from './icons/AlignLeft' -export { AlignMiddle } from './icons/AlignMiddle' -export { AlignRight } from './icons/AlignRight' -export { AlignTop } from './icons/AlignTop' -export { Anchor } from './icons/Anchor' -export { AppleWatch } from './icons/AppleWatch' -export { ArrowAlignH } from './icons/ArrowAlignH' -export { ArrowAlignV } from './icons/ArrowAlignV' -export { ArrowBottomLeftO } from './icons/ArrowBottomLeftO' -export { ArrowBottomLeftR } from './icons/ArrowBottomLeftR' -export { ArrowBottomLeft } from './icons/ArrowBottomLeft' -export { ArrowBottomRightO } from './icons/ArrowBottomRightO' -export { ArrowBottomRightR } from './icons/ArrowBottomRightR' -export { ArrowBottomRight } from './icons/ArrowBottomRight' -export { ArrowDownO } from './icons/ArrowDownO' -export { ArrowDownR } from './icons/ArrowDownR' -export { ArrowDown } from './icons/ArrowDown' -export { ArrowLeftO } from './icons/ArrowLeftO' -export { ArrowLeftR } from './icons/ArrowLeftR' -export { ArrowLeft } from './icons/ArrowLeft' -export { ArrowLongDownC } from './icons/ArrowLongDownC' -export { ArrowLongDownE } from './icons/ArrowLongDownE' -export { ArrowLongDownL } from './icons/ArrowLongDownL' -export { ArrowLongDownR } from './icons/ArrowLongDownR' -export { ArrowLongDown } from './icons/ArrowLongDown' -export { ArrowLongLeftC } from './icons/ArrowLongLeftC' -export { ArrowLongLeftE } from './icons/ArrowLongLeftE' -export { ArrowLongLeftL } from './icons/ArrowLongLeftL' -export { ArrowLongLeftR } from './icons/ArrowLongLeftR' -export { ArrowLongLeft } from './icons/ArrowLongLeft' -export { ArrowLongRightC } from './icons/ArrowLongRightC' -export { ArrowLongRightE } from './icons/ArrowLongRightE' -export { ArrowLongRightL } from './icons/ArrowLongRightL' -export { ArrowLongRightR } from './icons/ArrowLongRightR' -export { ArrowLongRight } from './icons/ArrowLongRight' -export { ArrowLongUpC } from './icons/ArrowLongUpC' -export { ArrowLongUpE } from './icons/ArrowLongUpE' -export { ArrowLongUpL } from './icons/ArrowLongUpL' -export { ArrowLongUpR } from './icons/ArrowLongUpR' -export { ArrowLongUp } from './icons/ArrowLongUp' -export { ArrowRightO } from './icons/ArrowRightO' -export { ArrowRightR } from './icons/ArrowRightR' -export { ArrowRight } from './icons/ArrowRight' -export { ArrowTopLeftO } from './icons/ArrowTopLeftO' -export { ArrowTopLeftR } from './icons/ArrowTopLeftR' -export { ArrowTopLeft } from './icons/ArrowTopLeft' -export { ArrowTopRightO } from './icons/ArrowTopRightO' -export { ArrowTopRightR } from './icons/ArrowTopRightR' -export { ArrowTopRight } from './icons/ArrowTopRight' -export { ArrowUpO } from './icons/ArrowUpO' -export { ArrowUpR } from './icons/ArrowUpR' -export { ArrowUp } from './icons/ArrowUp' -export { ArrowsBreakeH } from './icons/ArrowsBreakeH' -export { ArrowsBreakeV } from './icons/ArrowsBreakeV' -export { ArrowsExchangeAltV } from './icons/ArrowsExchangeAltV' -export { ArrowsExchangeAlt } from './icons/ArrowsExchangeAlt' -export { ArrowsExchangeV } from './icons/ArrowsExchangeV' -export { ArrowsExchange } from './icons/ArrowsExchange' -export { ArrowsExpandDownLeft } from './icons/ArrowsExpandDownLeft' -export { ArrowsExpandDownRight } from './icons/ArrowsExpandDownRight' -export { ArrowsExpandLeftAlt } from './icons/ArrowsExpandLeftAlt' -export { ArrowsExpandLeft } from './icons/ArrowsExpandLeft' -export { ArrowsExpandRightAlt } from './icons/ArrowsExpandRightAlt' -export { ArrowsExpandRight } from './icons/ArrowsExpandRight' -export { ArrowsExpandUpLeft } from './icons/ArrowsExpandUpLeft' -export { ArrowsExpandUpRight } from './icons/ArrowsExpandUpRight' -export { ArrowsHAlt } from './icons/ArrowsHAlt' -export { ArrowsH } from './icons/ArrowsH' -export { ArrowsMergeAltH } from './icons/ArrowsMergeAltH' -export { ArrowsMergeAltV } from './icons/ArrowsMergeAltV' -export { ArrowsPushDownLeft } from './icons/ArrowsPushDownLeft' -export { ArrowsPushDownRight } from './icons/ArrowsPushDownRight' -export { ArrowsPushUpLeft } from './icons/ArrowsPushUpLeft' -export { ArrowsPushUpRight } from './icons/ArrowsPushUpRight' -export { ArrowsResizeH } from './icons/ArrowsResizeH' -export { ArrowsResizeV } from './icons/ArrowsResizeV' -export { ArrowsScrollH } from './icons/ArrowsScrollH' -export { ArrowsScrollV } from './icons/ArrowsScrollV' -export { ArrowsShrinkH } from './icons/ArrowsShrinkH' -export { ArrowsShrinkV } from './icons/ArrowsShrinkV' -export { ArrowsVAlt } from './icons/ArrowsVAlt' -export { ArrowsV } from './icons/ArrowsV' -export { Assign } from './icons/Assign' -export { Asterisk } from './icons/Asterisk' -export { Attachment } from './icons/Attachment' -export { Attribution } from './icons/Attribution' -export { Awards } from './icons/Awards' -export { Backspace } from './icons/Backspace' -export { BandAid } from './icons/BandAid' -export { Banks } from './icons/Banks' -export { BatteryEmpty } from './icons/BatteryEmpty' -export { BatteryFull } from './icons/BatteryFull' -export { Battery } from './icons/Battery' -export { Bee } from './icons/Bee' -export { Bell } from './icons/Bell' -export { Bitbucket } from './icons/Bitbucket' -export { Block } from './icons/Block' -export { Bmw } from './icons/Bmw' -export { Board } from './icons/Board' -export { Bolt } from './icons/Bolt' -export { Bookmark } from './icons/Bookmark' -export { BorderAll } from './icons/BorderAll' -export { BorderBottom } from './icons/BorderBottom' -export { BorderLeft } from './icons/BorderLeft' -export { BorderRight } from './icons/BorderRight' -export { BorderStyleDashed } from './icons/BorderStyleDashed' -export { BorderStyleDotted } from './icons/BorderStyleDotted' -export { BorderStyleSolid } from './icons/BorderStyleSolid' -export { BorderTop } from './icons/BorderTop' -export { Bot } from './icons/Bot' -export { Bowl } from './icons/Bowl' -export { Box } from './icons/Box' -export { Boy } from './icons/Boy' -export { Brackets } from './icons/Brackets' -export { Briefcase } from './icons/Briefcase' -export { Browser } from './icons/Browser' -export { Brush } from './icons/Brush' -export { Bulb } from './icons/Bulb' -export { CPlusPlus } from './icons/CPlusPlus' -export { Calculator } from './icons/Calculator' -export { CalendarDates } from './icons/CalendarDates' -export { CalendarDue } from './icons/CalendarDue' -export { CalendarNext } from './icons/CalendarNext' -export { CalendarToday } from './icons/CalendarToday' -export { CalendarTwo } from './icons/CalendarTwo' -export { Calendar } from './icons/Calendar' -export { Calibrate } from './icons/Calibrate' -export { Camera } from './icons/Camera' -export { Cap } from './icons/Cap' -export { Captions } from './icons/Captions' -export { CardClubs } from './icons/CardClubs' -export { CardDiamonds } from './icons/CardDiamonds' -export { CardHearts } from './icons/CardHearts' -export { CardSpades } from './icons/CardSpades' -export { Cast } from './icons/Cast' -export { Chart } from './icons/Chart' -export { CheckO } from './icons/CheckO' -export { CheckR } from './icons/CheckR' -export { Check } from './icons/Check' -export { ChevronDoubleDownO } from './icons/ChevronDoubleDownO' -export { ChevronDoubleDownR } from './icons/ChevronDoubleDownR' -export { ChevronDoubleDown } from './icons/ChevronDoubleDown' -export { ChevronDoubleLeftO } from './icons/ChevronDoubleLeftO' -export { ChevronDoubleLeftR } from './icons/ChevronDoubleLeftR' -export { ChevronDoubleLeft } from './icons/ChevronDoubleLeft' -export { ChevronDoubleRightO } from './icons/ChevronDoubleRightO' -export { ChevronDoubleRightR } from './icons/ChevronDoubleRightR' -export { ChevronDoubleRight } from './icons/ChevronDoubleRight' -export { ChevronDoubleUpO } from './icons/ChevronDoubleUpO' -export { ChevronDoubleUpR } from './icons/ChevronDoubleUpR' -export { ChevronDoubleUp } from './icons/ChevronDoubleUp' -export { ChevronDownO } from './icons/ChevronDownO' -export { ChevronDownR } from './icons/ChevronDownR' -export { ChevronDown } from './icons/ChevronDown' -export { ChevronLeftO } from './icons/ChevronLeftO' -export { ChevronLeftR } from './icons/ChevronLeftR' -export { ChevronLeft } from './icons/ChevronLeft' -export { ChevronRightO } from './icons/ChevronRightO' -export { ChevronRightR } from './icons/ChevronRightR' -export { ChevronRight } from './icons/ChevronRight' -export { ChevronUpO } from './icons/ChevronUpO' -export { ChevronUpR } from './icons/ChevronUpR' -export { ChevronUp } from './icons/ChevronUp' -export { Circleci } from './icons/Circleci' -export { ClapperBoard } from './icons/ClapperBoard' -export { Clipboard } from './icons/Clipboard' -export { CloseO } from './icons/CloseO' -export { CloseR } from './icons/CloseR' -export { Close } from './icons/Close' -export { Cloud } from './icons/Cloud' -export { CodeClimate } from './icons/CodeClimate' -export { CodeSlash } from './icons/CodeSlash' -export { Code } from './icons/Code' -export { Codesandbox } from './icons/Codesandbox' -export { Coffe } from './icons/Coffe' -export { Collage } from './icons/Collage' -export { ColorBucket } from './icons/ColorBucket' -export { ColorPicker } from './icons/ColorPicker' -export { ComedyCentral } from './icons/ComedyCentral' -export { Comment } from './icons/Comment' -export { Components } from './icons/Components' -export { CompressLeft } from './icons/CompressLeft' -export { CompressRight } from './icons/CompressRight' -export { CompressV } from './icons/CompressV' -export { Compress } from './icons/Compress' -export { Controller } from './icons/Controller' -export { Copy } from './icons/Copy' -export { Copyright } from './icons/Copyright' -export { CornerDoubleDownLeft } from './icons/CornerDoubleDownLeft' -export { CornerDoubleDownRight } from './icons/CornerDoubleDownRight' -export { CornerDoubleLeftDown } from './icons/CornerDoubleLeftDown' -export { CornerDoubleLeftUp } from './icons/CornerDoubleLeftUp' -export { CornerDoubleRightDown } from './icons/CornerDoubleRightDown' -export { CornerDoubleRightUp } from './icons/CornerDoubleRightUp' -export { CornerDoubleUpLeft } from './icons/CornerDoubleUpLeft' -export { CornerDoubleUpRight } from './icons/CornerDoubleUpRight' -export { CornerDownLeft } from './icons/CornerDownLeft' -export { CornerDownRight } from './icons/CornerDownRight' -export { CornerLeftDown } from './icons/CornerLeftDown' -export { CornerLeftUp } from './icons/CornerLeftUp' -export { CornerRightDown } from './icons/CornerRightDown' -export { CornerRightUp } from './icons/CornerRightUp' -export { CornerUpLeft } from './icons/CornerUpLeft' -export { CornerUpRight } from './icons/CornerUpRight' -export { CreditCard } from './icons/CreditCard' -export { Crop } from './icons/Crop' -export { Cross } from './icons/Cross' -export { Crowdfire } from './icons/Crowdfire' -export { Crown } from './icons/Crown' -export { Cube } from './icons/Cube' -export { Danger } from './icons/Danger' -export { DarkMode } from './icons/DarkMode' -export { Data } from './icons/Data' -export { Database } from './icons/Database' -export { Designmodo } from './icons/Designmodo' -export { Desktop } from './icons/Desktop' -export { DetailsLess } from './icons/DetailsLess' -export { DetailsMore } from './icons/DetailsMore' -export { Dialpad } from './icons/Dialpad' -export { Dice1 } from './icons/Dice1' -export { Dice2 } from './icons/Dice2' -export { Dice3 } from './icons/Dice3' -export { Dice4 } from './icons/Dice4' -export { Dice5 } from './icons/Dice5' -export { Dice6 } from './icons/Dice6' -export { Digitalocean } from './icons/Digitalocean' -export { Directory } from './icons/Directory' -export { Disc } from './icons/Disc' -export { DisplayFlex } from './icons/DisplayFlex' -export { DisplayFullwidth } from './icons/DisplayFullwidth' -export { DisplayGrid } from './icons/DisplayGrid' -export { DisplaySpacing } from './icons/DisplaySpacing' -export { DistributeHorizontal } from './icons/DistributeHorizontal' -export { DistributeVertical } from './icons/DistributeVertical' -export { DockBottom } from './icons/DockBottom' -export { DockLeft } from './icons/DockLeft' -export { DockRight } from './icons/DockRight' -export { DockWindow } from './icons/DockWindow' -export { Dolby } from './icons/Dolby' -export { Dollar } from './icons/Dollar' -export { DotBricks } from './icons/DotBricks' -export { DotCarousel } from './icons/DotCarousel' -export { DotCollision } from './icons/DotCollision' -export { DotElastic } from './icons/DotElastic' -export { DotFalling } from './icons/DotFalling' -export { DotFire } from './icons/DotFire' -export { DotFlashing } from './icons/DotFlashing' -export { DotFloating } from './icons/DotFloating' -export { DotPulse } from './icons/DotPulse' -export { DotRevolution } from './icons/DotRevolution' -export { DotSpin } from './icons/DotSpin' -export { DotStretching } from './icons/DotStretching' -export { DotTyping } from './icons/DotTyping' -export { DotWindmill } from './icons/DotWindmill' -export { Dribbble } from './icons/Dribbble' -export { Drink } from './icons/Drink' -export { Drive } from './icons/Drive' -export { DropInvert } from './icons/DropInvert' -export { DropOpacity } from './icons/DropOpacity' -export { Drop } from './icons/Drop' -export { Duplicate } from './icons/Duplicate' -export { EditBlackPoint } from './icons/EditBlackPoint' -export { EditContrast } from './icons/EditContrast' -export { EditExposure } from './icons/EditExposure' -export { EditFade } from './icons/EditFade' -export { EditFlipH } from './icons/EditFlipH' -export { EditFlipV } from './icons/EditFlipV' -export { EditHighlight } from './icons/EditHighlight' -export { EditNoise } from './icons/EditNoise' -export { EditShadows } from './icons/EditShadows' -export { EditStraight } from './icons/EditStraight' -export { Eject } from './icons/Eject' -export { Enter } from './icons/Enter' -export { Erase } from './icons/Erase' -export { Ereader } from './icons/Ereader' -export { Ericsson } from './icons/Ericsson' -export { Ethernet } from './icons/Ethernet' -export { Euro } from './icons/Euro' -export { Eventbrite } from './icons/Eventbrite' -export { Expand } from './icons/Expand' -export { Export } from './icons/Export' -export { ExtensionAlt } from './icons/ExtensionAlt' -export { Extension } from './icons/Extension' -export { External } from './icons/External' -export { EyeAlt } from './icons/EyeAlt' -export { Eye } from './icons/Eye' -export { Facebook } from './icons/Facebook' -export { Feed } from './icons/Feed' -export { FileAdd } from './icons/FileAdd' -export { FileDocument } from './icons/FileDocument' -export { FileRemove } from './icons/FileRemove' -export { File } from './icons/File' -export { Film } from './icons/Film' -export { FlagAlt } from './icons/FlagAlt' -export { Flag } from './icons/Flag' -export { FolderAdd } from './icons/FolderAdd' -export { FolderRemove } from './icons/FolderRemove' -export { Folder } from './icons/Folder' -export { FontHeight } from './icons/FontHeight' -export { FontSize } from './icons/FontSize' -export { FontSpacing } from './icons/FontSpacing' -export { FormatBold } from './icons/FormatBold' -export { FormatCenter } from './icons/FormatCenter' -export { FormatColor } from './icons/FormatColor' -export { FormatHeading } from './icons/FormatHeading' -export { FormatIndentDecrease } from './icons/FormatIndentDecrease' -export { FormatIndentIncrease } from './icons/FormatIndentIncrease' -export { FormatItalic } from './icons/FormatItalic' -export { FormatJustify } from './icons/FormatJustify' -export { FormatLeft } from './icons/FormatLeft' -export { FormatLineHeight } from './icons/FormatLineHeight' -export { FormatRight } from './icons/FormatRight' -export { FormatSeparator } from './icons/FormatSeparator' -export { FormatSlash } from './icons/FormatSlash' -export { FormatStrike } from './icons/FormatStrike' -export { FormatText } from './icons/FormatText' -export { FormatUnderline } from './icons/FormatUnderline' -export { FormatUppercase } from './icons/FormatUppercase' -export { Games } from './icons/Games' -export { GenderFemale } from './icons/GenderFemale' -export { GenderMale } from './icons/GenderMale' -export { Ghost } from './icons/Ghost' -export { Gift } from './icons/Gift' -export { Girl } from './icons/Girl' -export { GitBranch } from './icons/GitBranch' -export { GitCommit } from './icons/GitCommit' -export { GitFork } from './icons/GitFork' -export { GitPull } from './icons/GitPull' -export { Gitter } from './icons/Gitter' -export { GlassAlt } from './icons/GlassAlt' -export { Glass } from './icons/Glass' -export { GlobeAlt } from './icons/GlobeAlt' -export { Globe } from './icons/Globe' -export { GoogleTasks } from './icons/GoogleTasks' -export { Google } from './icons/Google' -export { Gym } from './icons/Gym' -export { Hamburger } from './icons/Hamburger' -export { Hashtag } from './icons/Hashtag' -export { Headlamp } from './icons/Headlamp' -export { Headset } from './icons/Headset' -export { Heart } from './icons/Heart' -export { Hello } from './icons/Hello' -export { HomeAlt } from './icons/HomeAlt' -export { HomeScreen } from './icons/HomeScreen' -export { Home } from './icons/Home' -export { Icecream } from './icons/Icecream' -export { IfDesign } from './icons/IfDesign' -export { Image } from './icons/Image' -export { Import } from './icons/Import' -export { Inbox } from './icons/Inbox' -export { IndieHackers } from './icons/IndieHackers' -export { Infinity } from './icons/Infinity' -export { Info } from './icons/Info' -export { Inpicture } from './icons/Inpicture' -export { InsertAfterO } from './icons/InsertAfterO' -export { InsertAfterR } from './icons/InsertAfterR' -export { InsertAfter } from './icons/InsertAfter' -export { InsertBeforeO } from './icons/InsertBeforeO' -export { InsertBeforeR } from './icons/InsertBeforeR' -export { InsertBefore } from './icons/InsertBefore' -export { Insights } from './icons/Insights' -export { Instagram } from './icons/Instagram' -export { Inteligence } from './icons/Inteligence' -export { Internal } from './icons/Internal' -export { Key } from './icons/Key' -export { Keyboard } from './icons/Keyboard' -export { Keyhole } from './icons/Keyhole' -export { Laptop } from './icons/Laptop' -export { LayoutGridSmall } from './icons/LayoutGridSmall' -export { LayoutGrid } from './icons/LayoutGrid' -export { LayoutList } from './icons/LayoutList' -export { Linear } from './icons/Linear' -export { Link } from './icons/Link' -export { List } from './icons/List' -export { LivePhoto } from './icons/LivePhoto' -export { LoadbarAlt } from './icons/LoadbarAlt' -export { LoadbarDoc } from './icons/LoadbarDoc' -export { LoadbarSound } from './icons/LoadbarSound' -export { Loadbar } from './icons/Loadbar' -export { LockUnlock } from './icons/LockUnlock' -export { Lock } from './icons/Lock' -export { LogIn } from './icons/LogIn' -export { LogOff } from './icons/LogOff' -export { LogOut } from './icons/LogOut' -export { Loupe } from './icons/Loupe' -export { Magnet } from './icons/Magnet' -export { MailForward } from './icons/MailForward' -export { MailOpen } from './icons/MailOpen' -export { MailReply } from './icons/MailReply' -export { Mail } from './icons/Mail' -export { Map } from './icons/Map' -export { MathDivide } from './icons/MathDivide' -export { MathEqual } from './icons/MathEqual' -export { MathMinus } from './icons/MathMinus' -export { MathPercent } from './icons/MathPercent' -export { MathPlus } from './icons/MathPlus' -export { MaximizeAlt } from './icons/MaximizeAlt' -export { Maximize } from './icons/Maximize' -export { MediaLive } from './icons/MediaLive' -export { MediaPodcast } from './icons/MediaPodcast' -export { MenuBoxed } from './icons/MenuBoxed' -export { MenuCake } from './icons/MenuCake' -export { MenuCheese } from './icons/MenuCheese' -export { MenuGridO } from './icons/MenuGridO' -export { MenuGridR } from './icons/MenuGridR' -export { MenuHotdog } from './icons/MenuHotdog' -export { MenuLeftAlt } from './icons/MenuLeftAlt' -export { MenuLeft } from './icons/MenuLeft' -export { MenuMotion } from './icons/MenuMotion' -export { MenuOreos } from './icons/MenuOreos' -export { MenuRightAlt } from './icons/MenuRightAlt' -export { MenuRight } from './icons/MenuRight' -export { MenuRound } from './icons/MenuRound' -export { Menu } from './icons/Menu' -export { MergeHorizontal } from './icons/MergeHorizontal' -export { MergeVertical } from './icons/MergeVertical' -export { Mic } from './icons/Mic' -export { Microbit } from './icons/Microbit' -export { Microsoft } from './icons/Microsoft' -export { MiniPlayer } from './icons/MiniPlayer' -export { MinimizeAlt } from './icons/MinimizeAlt' -export { Minimize } from './icons/Minimize' -export { Modem } from './icons/Modem' -export { Monday } from './icons/Monday' -export { Moon } from './icons/Moon' -export { MoreAlt } from './icons/MoreAlt' -export { MoreO } from './icons/MoreO' -export { MoreR } from './icons/MoreR' -export { MoreVerticalAlt } from './icons/MoreVerticalAlt' -export { MoreVertical } from './icons/MoreVertical' -export { More } from './icons/More' -export { Mouse } from './icons/Mouse' -export { MoveDown } from './icons/MoveDown' -export { MoveLeft } from './icons/MoveLeft' -export { MoveRight } from './icons/MoveRight' -export { MoveTask } from './icons/MoveTask' -export { MoveUp } from './icons/MoveUp' -export { MusicNote } from './icons/MusicNote' -export { MusicSpeaker } from './icons/MusicSpeaker' -export { Music } from './icons/Music' -export { Nametag } from './icons/Nametag' -export { Notes } from './icons/Notes' -export { Notifications } from './icons/Notifications' -export { Npm } from './icons/Npm' -export { Oculus } from './icons/Oculus' -export { OpenCollective } from './icons/OpenCollective' -export { Options } from './icons/Options' -export { Organisation } from './icons/Organisation' -export { Overflow } from './icons/Overflow' -export { Pacman } from './icons/Pacman' -export { Password } from './icons/Password' -export { PathBack } from './icons/PathBack' -export { PathCrop } from './icons/PathCrop' -export { PathDivide } from './icons/PathDivide' -export { PathExclude } from './icons/PathExclude' -export { PathFront } from './icons/PathFront' -export { PathIntersect } from './icons/PathIntersect' -export { PathOutline } from './icons/PathOutline' -export { PathTrim } from './icons/PathTrim' -export { PathUnite } from './icons/PathUnite' -export { Patreon } from './icons/Patreon' -export { Pen } from './icons/Pen' -export { PentagonDown } from './icons/PentagonDown' -export { PentagonLeft } from './icons/PentagonLeft' -export { PentagonRight } from './icons/PentagonRight' -export { PentagonUp } from './icons/PentagonUp' -export { Performance } from './icons/Performance' -export { Pexels } from './icons/Pexels' -export { Photoscan } from './icons/Photoscan' -export { Piano } from './icons/Piano' -export { Pill } from './icons/Pill' -export { PinAlt } from './icons/PinAlt' -export { PinBottom } from './icons/PinBottom' -export { PinTop } from './icons/PinTop' -export { Pin } from './icons/Pin' -export { PlayBackwards } from './icons/PlayBackwards' -export { PlayForwards } from './icons/PlayForwards' -export { PlayListAdd } from './icons/PlayListAdd' -export { PlayListCheck } from './icons/PlayListCheck' -export { PlayListRemove } from './icons/PlayListRemove' -export { PlayListSearch } from './icons/PlayListSearch' -export { PlayList } from './icons/PlayList' -export { PlayPauseO } from './icons/PlayPauseO' -export { PlayPauseR } from './icons/PlayPauseR' -export { PlayPause } from './icons/PlayPause' -export { PlayStopO } from './icons/PlayStopO' -export { PlayStopR } from './icons/PlayStopR' -export { PlayStop } from './icons/PlayStop' -export { PlayTrackNextO } from './icons/PlayTrackNextO' -export { PlayTrackNextR } from './icons/PlayTrackNextR' -export { PlayTrackNext } from './icons/PlayTrackNext' -export { PlayTrackPrevO } from './icons/PlayTrackPrevO' -export { PlayTrackPrevR } from './icons/PlayTrackPrevR' -export { PlayTrackPrev } from './icons/PlayTrackPrev' -export { Plug } from './icons/Plug' -export { Pocket } from './icons/Pocket' -export { Pokemon } from './icons/Pokemon' -export { Polaroid } from './icons/Polaroid' -export { Poll } from './icons/Poll' -export { Printer } from './icons/Printer' -export { PriorityLow } from './icons/PriorityLow' -export { ProductHunt } from './icons/ProductHunt' -export { Profile } from './icons/Profile' -export { PullClear } from './icons/PullClear' -export { PushChevronDownO } from './icons/PushChevronDownO' -export { PushChevronDownR } from './icons/PushChevronDownR' -export { PushChevronDown } from './icons/PushChevronDown' -export { PushChevronLeftO } from './icons/PushChevronLeftO' -export { PushChevronLeftR } from './icons/PushChevronLeftR' -export { PushChevronLeft } from './icons/PushChevronLeft' -export { PushChevronRightO } from './icons/PushChevronRightO' -export { PushChevronRightR } from './icons/PushChevronRightR' -export { PushChevronRight } from './icons/PushChevronRight' -export { PushChevronUpO } from './icons/PushChevronUpO' -export { PushChevronUpR } from './icons/PushChevronUpR' -export { PushChevronUp } from './icons/PushChevronUp' -export { PushDown } from './icons/PushDown' -export { PushLeft } from './icons/PushLeft' -export { PushRight } from './icons/PushRight' -export { PushUp } from './icons/PushUp' -export { Qr } from './icons/Qr' -export { QueueAdd } from './icons/QueueAdd' -export { QueueRemove } from './icons/QueueRemove' -export { QuoteO } from './icons/QuoteO' -export { Quote } from './icons/Quote' -export { RadioCheck } from './icons/RadioCheck' -export { RadioChecked } from './icons/RadioChecked' -export { Ratio } from './icons/Ratio' -export { Read } from './icons/Read' -export { Readme } from './icons/Readme' -export { Record } from './icons/Record' -export { Redo } from './icons/Redo' -export { Remote } from './icons/Remote' -export { RemoveR } from './icons/RemoveR' -export { Remove } from './icons/Remove' -export { Reorder } from './icons/Reorder' -export { Repeat } from './icons/Repeat' -export { Restaurant } from './icons/Restaurant' -export { Ring } from './icons/Ring' -export { RowFirst } from './icons/RowFirst' -export { RowLast } from './icons/RowLast' -export { Ruler } from './icons/Ruler' -export { SandClock } from './icons/SandClock' -export { Scissors } from './icons/Scissors' -export { ScreenMirror } from './icons/ScreenMirror' -export { ScreenShot } from './icons/ScreenShot' -export { ScreenWide } from './icons/ScreenWide' -export { Screen } from './icons/Screen' -export { ScrollH } from './icons/ScrollH' -export { ScrollV } from './icons/ScrollV' -export { Search } from './icons/Search' -export { SelectO } from './icons/SelectO' -export { SelectR } from './icons/SelectR' -export { Select } from './icons/Select' -export { Server } from './icons/Server' -export { Serverless } from './icons/Serverless' -export { ShapeCircle } from './icons/ShapeCircle' -export { ShapeHalfCircle } from './icons/ShapeHalfCircle' -export { ShapeHexagon } from './icons/ShapeHexagon' -export { ShapeRhombus } from './icons/ShapeRhombus' -export { ShapeSquare } from './icons/ShapeSquare' -export { ShapeTriangle } from './icons/ShapeTriangle' -export { ShapeZigzag } from './icons/ShapeZigzag' -export { Share } from './icons/Share' -export { Shield } from './icons/Shield' -export { ShoppingBag } from './icons/ShoppingBag' -export { ShoppingCart } from './icons/ShoppingCart' -export { Shortcut } from './icons/Shortcut' -export { Shutterstock } from './icons/Shutterstock' -export { SidebarOpen } from './icons/SidebarOpen' -export { SidebarRight } from './icons/SidebarRight' -export { Sidebar } from './icons/Sidebar' -export { Signal } from './icons/Signal' -export { Sleep } from './icons/Sleep' -export { SmartHomeBoiler } from './icons/SmartHomeBoiler' -export { SmartHomeHeat } from './icons/SmartHomeHeat' -export { SmartHomeLight } from './icons/SmartHomeLight' -export { SmartphoneChip } from './icons/SmartphoneChip' -export { SmartphoneRam } from './icons/SmartphoneRam' -export { SmartphoneShake } from './icons/SmartphoneShake' -export { Smartphone } from './icons/Smartphone' -export { SmileNeutral } from './icons/SmileNeutral' -export { SmileSad } from './icons/SmileSad' -export { Smile } from './icons/Smile' -export { SoftwareDownload } from './icons/SoftwareDownload' -export { SoftwareUpload } from './icons/SoftwareUpload' -export { SortAz } from './icons/SortAz' -export { SortZa } from './icons/SortZa' -export { SpaceBetween } from './icons/SpaceBetween' -export { Spectrum } from './icons/Spectrum' -export { SpinnerAlt } from './icons/SpinnerAlt' -export { SpinnerTwo } from './icons/SpinnerTwo' -export { Spinner } from './icons/Spinner' -export { Square } from './icons/Square' -export { Stack } from './icons/Stack' -export { Stark } from './icons/Stark' -export { Stopwatch } from './icons/Stopwatch' -export { Studio } from './icons/Studio' -export { Style } from './icons/Style' -export { Sun } from './icons/Sun' -export { Support } from './icons/Support' -export { SwapVertical } from './icons/SwapVertical' -export { Swap } from './icons/Swap' -export { Sweden } from './icons/Sweden' -export { Swiss } from './icons/Swiss' -export { Sync } from './icons/Sync' -export { Tab } from './icons/Tab' -export { Tag } from './icons/Tag' -export { Tally } from './icons/Tally' -export { TapDouble } from './icons/TapDouble' -export { TapSingle } from './icons/TapSingle' -export { Template } from './icons/Template' -export { Tennis } from './icons/Tennis' -export { Terminal } from './icons/Terminal' -export { Terrain } from './icons/Terrain' -export { Thermometer } from './icons/Thermometer' -export { Thermostat } from './icons/Thermostat' -export { Time } from './icons/Time' -export { Timelapse } from './icons/Timelapse' -export { Timer } from './icons/Timer' -export { Today } from './icons/Today' -export { ToggleOff } from './icons/ToggleOff' -export { ToggleOn } from './icons/ToggleOn' -export { ToggleSquareOff } from './icons/ToggleSquareOff' -export { ToggleSquare } from './icons/ToggleSquare' -export { ToolbarBottom } from './icons/ToolbarBottom' -export { ToolbarLeft } from './icons/ToolbarLeft' -export { ToolbarRight } from './icons/ToolbarRight' -export { ToolbarTop } from './icons/ToolbarTop' -export { Toolbox } from './icons/Toolbox' -export { Touchpad } from './icons/Touchpad' -export { Track } from './icons/Track' -export { TrademarkO } from './icons/TrademarkO' -export { TrademarkR } from './icons/TrademarkR' -export { Trademark } from './icons/Trademark' -export { Transcript } from './icons/Transcript' -export { Transferwise } from './icons/Transferwise' -export { TrashEmpty } from './icons/TrashEmpty' -export { Trash } from './icons/Trash' -export { Trees } from './icons/Trees' -export { Trello } from './icons/Trello' -export { TrendingDown } from './icons/TrendingDown' -export { Trending } from './icons/Trending' -export { Trophy } from './icons/Trophy' -export { Tv } from './icons/Tv' -export { Twilio } from './icons/Twilio' -export { Twitter } from './icons/Twitter' -export { Umbrella } from './icons/Umbrella' -export { Unavailable } from './icons/Unavailable' -export { Unblock } from './icons/Unblock' -export { Undo } from './icons/Undo' -export { Unsplash } from './icons/Unsplash' -export { UsbC } from './icons/UsbC' -export { Usb } from './icons/Usb' -export { UserAdd } from './icons/UserAdd' -export { UserRemove } from './icons/UserRemove' -export { Userlane } from './icons/Userlane' -export { ViewCols } from './icons/ViewCols' -export { ViewComfortable } from './icons/ViewComfortable' -export { ViewDay } from './icons/ViewDay' -export { ViewGrid } from './icons/ViewGrid' -export { ViewList } from './icons/ViewList' -export { ViewMonth } from './icons/ViewMonth' -export { ViewSplit } from './icons/ViewSplit' -export { Vinyl } from './icons/Vinyl' -export { VoicemailO } from './icons/VoicemailO' -export { VoicemailR } from './icons/VoicemailR' -export { Voicemail } from './icons/Voicemail' -export { Volume } from './icons/Volume' -export { Webcam } from './icons/Webcam' -export { Website } from './icons/Website' -export { Windows } from './icons/Windows' -export { WorkAlt } from './icons/WorkAlt' -export { Youtube } from './icons/Youtube' -export { Zeit } from './icons/Zeit' -export { ZoomIn } from './icons/ZoomIn' -export { ZoomOut } from './icons/ZoomOut'