diff --git a/bin/template.js b/bin/template.js index 2c99f0f..6222cc1 100644 --- a/bin/template.js +++ b/bin/template.js @@ -24,8 +24,7 @@ const getElementCode = (ComponentName, attrs, svgCode) => ` import React from 'react'; import PropTypes from 'prop-types'; - const ${ComponentName} = (props) => { - const { color, size, ...otherProps } = props; + const ${ComponentName} = ({ color = 'currentColor', size = '24', ...otherProps }) => { return ( ${svgCode} @@ -41,11 +40,6 @@ const getElementCode = (ComponentName, attrs, svgCode) => ` ]), } - ${ComponentName}.defaultProps = { - color: 'currentColor', - size: '24', - } - export default ${ComponentName} ` diff --git a/src/icons/air.js b/src/icons/air.js index b75bb63..9eca7ec 100644 --- a/src/icons/air.js +++ b/src/icons/air.js @@ -1,8 +1,7 @@ import React from 'react'; import PropTypes from 'prop-types'; -const Air = props => { - const { color, size, ...otherProps } = props; +const Air = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const AirplayAudio = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const AirplayVideo = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Airpods = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Alarm = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const AlignBottom = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const AlignHorizontalCenter = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const AlignLeft = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const AlignRight = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const AlignToBottom = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const AlignToMiddle = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const AlignToTop = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const AlignTop = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const AlignVerticalCenter = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const AndroidFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const AngularFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const ArrowBackThickFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const ArrowBackThick = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const ArrowBack = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const ArrowClockwise = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const ArrowCounterClockwise = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const ArrowCycle = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const ArrowDownLeft = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const ArrowDownRight = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const ArrowDownThick = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const ArrowDown = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const ArrowForwardThickFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const ArrowForwardThick = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const ArrowForward = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const ArrowLeftThick = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const ArrowLeft = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const ArrowRepeat = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const ArrowRightLeft = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const ArrowRightThick = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const ArrowRight = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const ArrowShuffle = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const ArrowUpDown = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const ArrowUpLeft = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const ArrowUpRight = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const ArrowUpThick = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const ArrowUp = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Ascending = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Attach = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const AugmentedReality = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const BackspaceFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Backspace = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Bank = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Basket = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const BatteryCharging = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const BatteryEmpty = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const BatteryFull = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const BatteryLow = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const BatteryMedium = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const BehanceFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Bell = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Bicycle = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const BitcoinFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Block = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Bluetooth = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Boat = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const BookClose = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const BookOpen = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const BootstrapFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Box = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Briefcase = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Bug = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Cake = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Calculator = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Calendar = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Camera = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Cart = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const ChatAdd = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const ChatApprove = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const ChatBubble = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const ChatDots = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const ChatEdit = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const ChatError = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const ChatQuestion = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const ChatRemove = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const CheckBoxFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const CheckBox = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const CheckIn = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Check = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Chess = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const ChevronDown = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const ChevronHorizontal = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const ChevronLeft = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const ChevronRight = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const ChevronUp = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const ChevronVertical = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const CircleAlertFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const CircleAlert = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const CircleCheckFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const CircleCheck = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const CircleChevronDownFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const CircleChevronDown = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const CircleChevronLeftFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const CircleChevronLeft = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const CircleChevronRightFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const CircleChevronRight = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const CircleChevronUpFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const CircleChevronUp = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const CircleFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const CircleMinusFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const CircleMinus = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const CirclePlusFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const CirclePlus = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const CircleTriangleDownFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const CircleTriangleDown = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const CircleTriangleLeftFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const CircleTriangleLeft = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const CircleTriangleRightFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const CircleTriangleRight = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const CircleTriangleUpFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const CircleTriangleUp = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const CircleXFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const CircleX = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Circle = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Clipboard = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Clock = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const CloudDownload = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const CloudUpload = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Cloud = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const CodepenFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Coffee = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Coin = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Command = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Computing = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Copy = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const CreditCardAlt1 = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const CreditCard = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Cross = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Crown = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const CssFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Cursor = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Cut = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Dashboard = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Data = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Dental = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Descending = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const DesktopDevice = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Devices = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Diamond = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Dice1 = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Dice2 = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Dice3 = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Dice4 = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Dice5 = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Dice6 = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const DiscordFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const DjangoFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Door = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const DotGridFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const DoubleCheck = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const DoubleSword = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Download = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Draft = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const DragHorizontalFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const DragVerticalFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const DribbbleFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const DropboxFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Edit = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Enlarge = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Envelope = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const EqualFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Equal = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const EyeClosed = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const EyeOpen = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const EyeSlashed = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const FaceHappy = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const FaceNeutral = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const FaceSad = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const FaceVeryHappy = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const FaceVerySad = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const FaceWink = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const FacebookFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const FigmaFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const File = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Filter = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Fire = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Flag = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Flashlight = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const FolderAdd = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Folder = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const ForkLeft = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const ForkRight = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Frame = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const FullScreen = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const GameController = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const GatsbyFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Gear = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Gift = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const GithubFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Glasses = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Globe = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const GoogleContainedFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const GoogleFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const GraphqlFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Grid = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Hammer = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Hand = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Hashtag = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Headphone = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Health = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Heart = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Height = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const HeptagonFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Heptagon = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const HexagonFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Hexagon = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const HomeAlt1 = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Home = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const HtmlFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Image = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Inbox = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Infinite = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const InfoFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Info = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const InstagramFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Jar = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const JavascriptFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const JqueryFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const KeyCap = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Key = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Language = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const LaptopDevice = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Leaf = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Lifesaver = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const LightBulb = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const LinkChain = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const LinkOff = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const LinkOn = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const LinkOut = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const LinkedinBoxFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const LinkedinFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Location = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const LockOff = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const LockOn = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Map = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const MastodonFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const MediumFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Mention = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Microphone = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Miniplayer = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Minus = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const MobileDevice = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Money = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const MoonFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Moon = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const MoreHorizontalFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const MoreVerticalFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const MusicAlbumFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const MusicAlbum = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const MusicNote = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Music = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Network = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Newspaper = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const NextjsFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const NodeFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const NormalScreen = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const NpmFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const OctagonFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Octagon = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const OctocatFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const OpenEnvelope = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Oval = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const PanelBottom = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const PanelLeft = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const PanelRight = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const PanelSplitColumn = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const PanelSplitRow = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const PanelSplit = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const PanelTop = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const PaperAirplane = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Paper = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Parallelogram = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Pause = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Pencil = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const PentagonFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Pentagon = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const PeopleGroup = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const PeopleMultiple = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Percentage = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const PersonAdd = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const PersonCheck = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const PersonCross = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Person = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Phone = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const PhpFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Pin = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const PinterestFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const PlaneFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Plane = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Planet = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Plant = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Play = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Plus = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const PointerDownFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const PointerHand = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const PointerLeftFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const PointerRightFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const PointerUpFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const PointingUp = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const PostgresqlFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const ProductHuntFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const PythonFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const QuestionFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Question = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const RadioFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Radio = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Radish = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const ReactFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Reciept = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const RedditFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Reduce = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const ReduxFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Ribbon = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const RockOn = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Rss = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const SassFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Save = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Schedule = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Scissor = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Search = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Send = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const SettingsHorizontal = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const SettingsVertical = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const ShareBox = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Shield = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const ShippingBoxV1 = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const ShippingBoxV2 = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const ShoppingBag = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const SignOut = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const SlackFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Slice = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const SnapchatFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Sort = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const SoundDown = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const SoundOff = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const SoundOn = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const SoundUp = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const SoundcloudFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Sparkles = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const SpotifyFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const SquareFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Square = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const StackOverflowFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Star = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const StatisticDown = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const StatisticUp = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const StopFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Stop = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const SunFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Sun = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Sword = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const TabletDevice = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Tag = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const TelegramFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Telescope = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const TetragonFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Tetragon = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const TextAlignCenter = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const TextAlignJustified = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const TextAlignLeft = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const TextAlignRight = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const ThreeLineHorizontal = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const ThreeLineVertical = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const ThumbsDown = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const ThumbsUp = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Thunder = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Ticket = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const TiktokFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const ToggleOffFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const ToggleOff = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const ToggleOnFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const ToggleOn = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const TogoCup = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const TrashBin = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const TrashCan = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const TriangleAlertFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const TriangleAlert = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const TriangleDown = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const TriangleFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const TriangleLeft = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const TriangleRight = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const TriangleUp = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Triangle = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Trophy = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Truck = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const TumblrFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const TwitchFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const TwitterFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const TwoLineHorizontal = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const TwoLineVertical = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const TypescriptFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Umbrella = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const UnsplashFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Utensils = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const VapeKit = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const VercelFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const VictoryHand = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Video = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const VimeoFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const VkFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { ); }; -VkFill.propTypes = { - color: PropTypes.string, - size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) -}; - -VkFill.defaultProps = { - color: 'currentColor', - size: '24' -}; - export default VkFill; diff --git a/src/icons/vr-ar.js b/src/icons/vr-ar.js index 3249abd..59d55e8 100644 --- a/src/icons/vr-ar.js +++ b/src/icons/vr-ar.js @@ -1,8 +1,7 @@ import React from 'react'; import PropTypes from 'prop-types'; -const VrAr = props => { - const { color, size, ...otherProps } = props; +const VrAr = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const VscodeFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const VueFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Wallet = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const WatchDevice = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Water = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const WhatsappFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Width = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const Wifi = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const WineGlass = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const YarnFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const YoutubeFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const ZoomFill = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const ZoomIn = ({ color = "currentColor", size = "24", ...otherProps }) => { return ( { - const { color, size, ...otherProps } = props; +const ZoomOut = ({ color = "currentColor", size = "24", ...otherProps }) => { return (