Update build artifacts

This commit is contained in:
lucaburgio 2022-12-07 18:32:39 +00:00 committed by github-actions[bot]
parent c63b575f92
commit 217d8e9257
86 changed files with 2742 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,25 @@
import 'package:flutter/widgets.dart';
import 'package:flutter_svg/flutter_svg.dart';
class AtSign extends StatelessWidget {
final Color? color;
final double? width;
final double? height;
const AtSign({Key? key, this.color, this.width, this.height})
: super(key: key);
@override
Widget build(BuildContext context) => SvgPicture.string(
'''
<svg width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M17.5 19.1245C15.9791 20.3003 14.0712 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 17.5 15 17.5 15 14C15 12 15 8 15 8" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M15 12V10.5C15 9.11929 13.6569 8 12 8C10.3431 8 9 9.11929 9 10.5V12" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M15 12V13.5C15 14.8807 13.6569 16 12 16C10.3431 16 9 14.8807 9 13.5V12" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
''',
color: color,
width: width,
height: height,
);
}

View file

@ -0,0 +1,26 @@
import 'package:flutter/widgets.dart';
import 'package:flutter_svg/flutter_svg.dart';
class AtSignCircle extends StatelessWidget {
final Color? color;
final double? width;
final double? height;
const AtSignCircle({Key? key, this.color, this.width, this.height})
: super(key: key);
@override
Widget build(BuildContext context) => SvgPicture.string(
'''
<svg width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M16.2778 17.5412C15.0948 18.4558 13.611 19 12 19C8.13401 19 5 15.866 5 12C5 8.13401 8.13401 5 12 5C15.866 5 19 8.13401 19 12C19 16.2778 14 15.7222 14 13C14 11.4444 14 8.5 14 8.5" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M14 12V11.5C14 10.1193 12.8807 9 11.5 9C10.1193 9 9 10.1193 9 11.5V12" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M14 12V12.5C14 13.8807 12.8807 15 11.5 15C10.1193 15 9 13.8807 9 12.5V12" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
''',
color: color,
width: width,
height: height,
);
}

View file

@ -0,0 +1,33 @@
import 'package:flutter/widgets.dart';
import 'package:flutter_svg/flutter_svg.dart';
class Brain extends StatelessWidget {
final Color? color;
final double? width;
final double? height;
const Brain({Key? key, this.color, this.width, this.height})
: super(key: key);
@override
Widget build(BuildContext context) => SvgPicture.string(
'''
<svg width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 14C5.34315 14 4 15.3431 4 17C4 18.6569 5.34315 20 7 20C7.35064 20 7.68722 19.9398 8 19.8293" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M4.26392 15.6046C2.9243 14.9582 2.00004 13.587 2.00004 12C2.00004 10.7883 2.53877 9.70251 3.38978 8.96898" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M3.42053 8.8882C3.1549 8.49109 3 8.01363 3 7.5C3 6.11929 4.11929 5 5.5 5C6.06291 5 6.58237 5.18604 7.00024 5.5" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M7.23769 5.56533C7.08524 5.24215 7 4.88103 7 4.5C7 3.11929 8.11929 2 9.5 2C10.8807 2 12 3.11929 12 4.5V20" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M8 20C8 21.1046 8.89543 22 10 22C11.1046 22 12 21.1046 12 20" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12 7C12 8.65685 13.3431 10 15 10" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M17 14C18.6569 14 20 15.3431 20 17C20 18.6569 18.6569 20 17 20C16.6494 20 16.3128 19.9398 16 19.8293" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M19.7361 15.6046C21.0757 14.9582 22 13.587 22 12C22 10.7883 21.4612 9.70251 20.6102 8.96898" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M20.5795 8.8882C20.8451 8.49109 21 8.01363 21 7.5C21 6.11929 19.8807 5 18.5 5C17.9371 5 17.4176 5.18604 16.9998 5.5" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12 4.5C12 3.11929 13.1193 2 14.5 2C15.8807 2 17 3.11929 17 4.5C17 4.88103 16.9148 5.24215 16.7623 5.56533" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M16 20C16 21.1046 15.1046 22 14 22C12.8954 22 12 21.1046 12 20" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
''',
color: color,
width: width,
height: height,
);
}

View file

@ -0,0 +1,33 @@
import 'package:flutter/widgets.dart';
import 'package:flutter_svg/flutter_svg.dart';
class BrainElectricity extends StatelessWidget {
final Color? color;
final double? width;
final double? height;
const BrainElectricity({Key? key, this.color, this.width, this.height})
: super(key: key);
@override
Widget build(BuildContext context) => SvgPicture.string(
'''
<svg width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 14C5.34315 14 4 15.3431 4 17C4 18.6569 5.34315 20 7 20C7.35064 20 7.68722 19.9398 8 19.8293" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M4.26392 15.6046C2.9243 14.9582 2.00004 13.587 2.00004 12C2.00004 10.7883 2.53877 9.70251 3.38978 8.96898" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M3.42053 8.8882C3.1549 8.49109 3 8.01363 3 7.5C3 6.11929 4.11929 5 5.5 5C6.06291 5 6.58237 5.18604 7.00024 5.5" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M7.23769 5.56533C7.08524 5.24215 7 4.88103 7 4.5C7 3.11929 8.11929 2 9.5 2C10.8807 2 12 3.11929 12 4.5V20" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M8 20C8 21.1046 8.89543 22 10 22C11.1046 22 12 21.1046 12 20" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12 7C12 8.65685 13.3431 10 15 10" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M20.6102 8.96898C21.4612 9.70251 22 10.7883 22 12C22 12.7031 21.8186 13.3638 21.5 13.9379" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M20.5795 8.8882C20.8451 8.49109 21 8.01363 21 7.5C21 6.11929 19.8807 5 18.5 5C17.9371 5 17.4176 5.18604 16.9998 5.5" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12 4.5C12 3.11929 13.1193 2 14.5 2C15.8807 2 17 3.11929 17 4.5C17 4.88103 16.9148 5.24215 16.7623 5.56533" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M14 22C12.8954 22 12 21.1046 12 20" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M18.6667 16L17 19H21L19.3333 22" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
''',
color: color,
width: width,
height: height,
);
}

View file

@ -0,0 +1,34 @@
import 'package:flutter/widgets.dart';
import 'package:flutter_svg/flutter_svg.dart';
class BrainResearch extends StatelessWidget {
final Color? color;
final double? width;
final double? height;
const BrainResearch({Key? key, this.color, this.width, this.height})
: super(key: key);
@override
Widget build(BuildContext context) => SvgPicture.string(
'''
<svg width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 14C5.34315 14 4 15.3431 4 17C4 18.6569 5.34315 20 7 20C7.35064 20 7.68722 19.9398 8 19.8293" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M4.26392 15.6046C2.9243 14.9582 2.00004 13.587 2.00004 12C2.00004 10.7883 2.53877 9.70251 3.38978 8.96898" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M3.42053 8.8882C3.1549 8.49109 3 8.01363 3 7.5C3 6.11929 4.11929 5 5.5 5C6.06291 5 6.58237 5.18604 7.00024 5.5" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M7.23769 5.56533C7.08524 5.24215 7 4.88103 7 4.5C7 3.11929 8.11929 2 9.5 2C10.8807 2 12 3.11929 12 4.5V20" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M8 20C8 21.1046 8.89543 22 10 22C11.1046 22 12 21.1046 12 20" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12 7C12 8.65685 13.3431 10 15 10" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M20.6102 8.96898C21.4612 9.70251 22 10.7883 22 12C22 12.7031 21.8186 13.3638 21.5 13.9379" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M20.5795 8.8882C20.8451 8.49109 21 8.01363 21 7.5C21 6.11929 19.8807 5 18.5 5C17.9371 5 17.4176 5.18604 16.9998 5.5" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12 4.5C12 3.11929 13.1193 2 14.5 2C15.8807 2 17 3.11929 17 4.5C17 4.88103 16.9148 5.24215 16.7623 5.56533" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M14 22C12.8954 22 12 21.1046 12 20" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M20.5 20.5L22 22" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M16 18.5C16 19.8807 17.1193 21 18.5 21C19.1916 21 19.8175 20.7192 20.2701 20.2654C20.7211 19.8132 21 19.1892 21 18.5C21 17.1193 19.8807 16 18.5 16C17.1193 16 16 17.1193 16 18.5Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
''',
color: color,
width: width,
height: height,
);
}

View file

@ -0,0 +1,34 @@
import 'package:flutter/widgets.dart';
import 'package:flutter_svg/flutter_svg.dart';
class BrainWarning extends StatelessWidget {
final Color? color;
final double? width;
final double? height;
const BrainWarning({Key? key, this.color, this.width, this.height})
: super(key: key);
@override
Widget build(BuildContext context) => SvgPicture.string(
'''
<svg width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 14C5.34315 14 4 15.3431 4 17C4 18.6569 5.34315 20 7 20C7.35064 20 7.68722 19.9398 8 19.8293" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M4.26392 15.6046C2.9243 14.9582 2.00004 13.587 2.00004 12C2.00004 10.7883 2.53877 9.70251 3.38978 8.96898" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M3.42053 8.8882C3.1549 8.49109 3 8.01363 3 7.5C3 6.11929 4.11929 5 5.5 5C6.06291 5 6.58237 5.18604 7.00024 5.5" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12 4.5C12 3.11929 10.8807 2 9.5 2C8.11929 2 7 3.11929 7 4.5C7 4.88103 7.08524 5.24215 7.23769 5.56533" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M8 20C8 21.1046 8.89543 22 10 22C11.1046 22 12 21.1046 12 20" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M17 14C18.6569 14 20 15.3431 20 17C20 18.6569 18.6569 20 17 20C16.6494 20 16.3128 19.9398 16 19.8293" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M19.7361 15.6046C21.0757 14.9582 22 13.587 22 12C22 10.7883 21.4612 9.70251 20.6102 8.96898" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M20.5795 8.8882C20.8451 8.49109 21 8.01363 21 7.5C21 6.11929 19.8807 5 18.5 5C17.9371 5 17.4176 5.18604 16.9998 5.5" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12 4.5C12 3.11929 13.1193 2 14.5 2C15.8807 2 17 3.11929 17 4.5C17 4.88103 16.9148 5.24215 16.7623 5.56533" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M16 20C16 21.1046 15.1046 22 14 22C12.8954 22 12 21.1046 12 20" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12 8L12 12" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12 16.01L12.01 15.9989" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
''',
color: color,
width: width,
height: height,
);
}

View file

@ -0,0 +1,31 @@
import 'package:flutter/widgets.dart';
import 'package:flutter_svg/flutter_svg.dart';
class CandlestickChart extends StatelessWidget {
final Color? color;
final double? width;
final double? height;
const CandlestickChart({Key? key, this.color, this.width, this.height})
: super(key: key);
@override
Widget build(BuildContext context) => SvgPicture.string(
'''
<svg width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M5 16V14" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12 21V19" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M19 13V11" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M5 8V6" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12 13V11" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M19 5V3" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M7 8.6V13.4C7 13.7314 6.73137 14 6.4 14H3.6C3.26863 14 3 13.7314 3 13.4V8.6C3 8.26863 3.26863 8 3.6 8H6.4C6.73137 8 7 8.26863 7 8.6Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M14 13.6V18.4C14 18.7314 13.7314 19 13.4 19H10.6C10.2686 19 10 18.7314 10 18.4V13.6C10 13.2686 10.2686 13 10.6 13H13.4C13.7314 13 14 13.2686 14 13.6Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M21 5.6V10.4C21 10.7314 20.7314 11 20.4 11H17.6C17.2686 11 17 10.7314 17 10.4V5.6C17 5.26863 17.2686 5 17.6 5H20.4C20.7314 5 21 5.26863 21 5.6Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
''',
color: color,
width: width,
height: height,
);
}

View file

@ -0,0 +1,24 @@
import 'package:flutter/widgets.dart';
import 'package:flutter_svg/flutter_svg.dart';
class CardIssue extends StatelessWidget {
final Color? color;
final double? width;
final double? height;
const CardIssue({Key? key, this.color, this.width, this.height})
: super(key: key);
@override
Widget build(BuildContext context) => SvgPicture.string(
'''
<svg width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9V5.6C22 5.26863 21.7314 5 21.4 5H2.6C2.26863 5 2 5.26863 2 5.6V18.4C2 18.7314 2.26863 19 2.6 19H12M22 9H6M22 9V13" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M20.9995 16.05C20.3643 15.402 19.4791 15 18.5 15C16.567 15 15 16.567 15 18.5C15 19.4539 15.3816 20.3187 16.0005 20.95M20.9995 16.05C21.6184 16.6813 22 17.5461 22 18.5C22 20.433 20.433 22 18.5 22C17.5209 22 16.6357 21.598 16.0005 20.95M20.9995 16.05L16.0005 20.95" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
''',
color: color,
width: width,
height: height,
);
}

View file

@ -0,0 +1,24 @@
import 'package:flutter/widgets.dart';
import 'package:flutter_svg/flutter_svg.dart';
class CardLocked extends StatelessWidget {
final Color? color;
final double? width;
final double? height;
const CardLocked({Key? key, this.color, this.width, this.height})
: super(key: key);
@override
Widget build(BuildContext context) => SvgPicture.string(
'''
<svg width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9V5.6C22 5.26863 21.7314 5 21.4 5H2.6C2.26863 5 2 5.26863 2 5.6V18.4C2 18.7314 2.26863 19 2.6 19H14M22 9H6M22 9V13" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M21.1667 18.5H21.4C21.7314 18.5 22 18.7686 22 19.1V21.4C22 21.7314 21.7314 22 21.4 22H17.6C17.2686 22 17 21.7314 17 21.4V19.1C17 18.7686 17.2686 18.5 17.6 18.5H17.8333M21.1667 18.5V16.75C21.1667 16.1667 20.8333 15 19.5 15C18.1667 15 17.8333 16.1667 17.8333 16.75V18.5M21.1667 18.5H17.8333" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
''',
color: color,
width: width,
height: height,
);
}

View file

@ -0,0 +1,24 @@
import 'package:flutter/widgets.dart';
import 'package:flutter_svg/flutter_svg.dart';
class CardSecurity extends StatelessWidget {
final Color? color;
final double? width;
final double? height;
const CardSecurity({Key? key, this.color, this.width, this.height})
: super(key: key);
@override
Widget build(BuildContext context) => SvgPicture.string(
'''
<svg width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9V5.6C22 5.26863 21.7314 5 21.4 5H2.6C2.26863 5 2 5.26863 2 5.6V18.4C2 18.7314 2.26863 19 2.6 19H12M22 9H6M22 9V11" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M18.9923 14.125L21.5477 14.774C21.8137 14.8416 22.0013 15.0833 21.9931 15.3576C21.8214 21.1159 18.5 22 18.5 22C18.5 22 15.1786 21.1159 15.0069 15.3576C14.9987 15.0833 15.1863 14.8416 15.4523 14.774L18.0077 14.125C18.3308 14.043 18.6692 14.043 18.9923 14.125Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
''',
color: color,
width: width,
height: height,
);
}

View file

@ -0,0 +1,24 @@
import 'package:flutter/widgets.dart';
import 'package:flutter_svg/flutter_svg.dart';
class Cooling extends StatelessWidget {
final Color? color;
final double? width;
final double? height;
const Cooling({Key? key, this.color, this.width, this.height})
: super(key: key);
@override
Widget build(BuildContext context) => SvgPicture.string(
'''
<svg width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M21 3.6V20.4C21 20.7314 20.7314 21 20.4 21H3.6C3.26863 21 3 20.7314 3 20.4V3.6C3 3.26863 3.26863 3 3.6 3H20.4C20.7314 3 21 3.26863 21 3.6Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12 7L12 12M12 17L12 12M12 12L7.5 9.5M12 12L16.5 14.5M12 12L16.5 9.5M12 12L7.5 14.5" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
''',
color: color,
width: width,
height: height,
);
}

View file

@ -0,0 +1,24 @@
import 'package:flutter/widgets.dart';
import 'package:flutter_svg/flutter_svg.dart';
class CreditCards extends StatelessWidget {
final Color? color;
final double? width;
final double? height;
const CreditCards({Key? key, this.color, this.width, this.height})
: super(key: key);
@override
Widget build(BuildContext context) => SvgPicture.string(
'''
<svg width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M22 11.4286V19.4C22 19.7314 21.7314 20 21.4 20H5.6C5.26863 20 5 19.7314 5 19.4V16.5M22 11.4286V8.6C22 8.26863 21.7314 8 21.4 8H19M22 11.4286H19" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M19 8V15.9C19 16.2314 18.7314 16.5 18.4 16.5H2.6C2.26863 16.5 2 16.2314 2 15.9V5.1C2 4.76863 2.26863 4.5 2.6 4.5H18.4C18.7314 4.5 19 4.76863 19 5.1V8ZM19 8H5.5" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
''',
color: color,
width: width,
height: height,
);
}

View file

@ -0,0 +1,24 @@
import 'package:flutter/widgets.dart';
import 'package:flutter_svg/flutter_svg.dart';
class Diameter extends StatelessWidget {
final Color? color;
final double? width;
final double? height;
const Diameter({Key? key, this.color, this.width, this.height})
: super(key: key);
@override
Widget build(BuildContext context) => SvgPicture.string(
'''
<svg width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M18.9999 12L15.9999 9M18.9999 12L15.9999 15M18.9999 12H4.99988M4.99988 12L7.99988 9M4.99988 12L7.99988 15" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
''',
color: color,
width: width,
height: height,
);
}

View file

@ -0,0 +1,28 @@
import 'package:flutter/widgets.dart';
import 'package:flutter_svg/flutter_svg.dart';
class Dna extends StatelessWidget {
final Color? color;
final double? width;
final double? height;
const Dna({Key? key, this.color, this.width, this.height})
: super(key: key);
@override
Widget build(BuildContext context) => SvgPicture.string(
'''
<svg width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4 3C4 8.625 12 12 12 12C12 12 20 15.375 20 21" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M20 3C20 8.625 12 12 12 12C12 12 4 15.375 4 21" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M8 6L19 6" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M8 18H19" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M11 9H16.5" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M11 15H16.5" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
''',
color: color,
width: width,
height: height,
);
}

View file

@ -0,0 +1,25 @@
import 'package:flutter/widgets.dart';
import 'package:flutter_svg/flutter_svg.dart';
class GraduationCap extends StatelessWidget {
final Color? color;
final double? width;
final double? height;
const GraduationCap({Key? key, this.color, this.width, this.height})
: super(key: key);
@override
Widget build(BuildContext context) => SvgPicture.string(
'''
<svg width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M2.57331 8.46334L11.2317 4.13416C11.4006 4.04971 11.5994 4.04971 11.7683 4.13416L20.4267 8.46334C20.8689 8.68446 20.8689 9.31554 20.4267 9.53666L11.7683 13.8658C11.5994 13.9503 11.4006 13.9503 11.2317 13.8658L2.57331 9.53666C2.13108 9.31554 2.13108 8.68446 2.57331 8.46334Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M22.5 13L22.5 9.5L20.5 8.5" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M4.5 10.5V15.9121C4.5 16.6843 4.94459 17.3876 5.6422 17.7188L10.6422 20.0928C11.185 20.3505 11.815 20.3505 12.3578 20.0928L17.3578 17.7188C18.0554 17.3876 18.5 16.6843 18.5 15.9121V10.5" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
''',
color: color,
width: width,
height: height,
);
}

View file

@ -0,0 +1,26 @@
import 'package:flutter/widgets.dart';
import 'package:flutter_svg/flutter_svg.dart';
class Heating extends StatelessWidget {
final Color? color;
final double? width;
final double? height;
const Heating({Key? key, this.color, this.width, this.height})
: super(key: key);
@override
Widget build(BuildContext context) => SvgPicture.string(
'''
<svg width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M21 3.6V20.4C21 20.7314 20.7314 21 20.4 21H3.6C3.26863 21 3 20.7314 3 20.4V3.6C3 3.26863 3.26863 3 3.6 3H20.4C20.7314 3 21 3.26863 21 3.6Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M7.99995 6C7.99995 6 5.5 9 7.99995 12C10.4999 15 7.99995 18 7.99995 18" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M11.9999 6C11.9999 6 9.5 9 11.9999 12C14.4999 15 11.9999 18 11.9999 18" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M15.9999 6C15.9999 6 13.5 9 15.9999 12C18.4999 15 15.9999 18 15.9999 18" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
''',
color: color,
width: width,
height: height,
);
}

View file

@ -102,6 +102,8 @@ export './arrow_union_vertical.dart';
export './arrow_up.dart';
export './arrow_up_circled.dart';
export './asana.dart';
export './at_sign.dart';
export './at_sign_circle.dart';
export './atom.dart';
export './attachment.dart';
export './augmented_reality.dart';
@ -167,6 +169,10 @@ export './bowling_ball.dart';
export './box.dart';
export './box_iso.dart';
export './boxing_glove.dart';
export './brain.dart';
export './brain_electricity.dart';
export './brain_research.dart';
export './brain_warning.dart';
export './bread_slice.dart';
export './brightness.dart';
export './brightness_window.dart';
@ -186,8 +192,12 @@ export './calculator.dart';
export './calendar.dart';
export './camera.dart';
export './cancel.dart';
export './candlestick_chart.dart';
export './car_outline.dart';
export './carbon.dart';
export './card_issue.dart';
export './card_locked.dart';
export './card_security.dart';
export './card_wallet.dart';
export './cart.dart';
export './cart_alt.dart';
@ -251,6 +261,7 @@ export './computer.dart';
export './consumable.dart';
export './control_slider.dart';
export './cookie.dart';
export './cooling.dart';
export './copy.dart';
export './copyright.dart';
export './corner_bottom_left.dart';
@ -263,6 +274,7 @@ export './cracked_egg.dart';
export './creative_commons.dart';
export './credit_card.dart';
export './credit_card_2.dart';
export './credit_cards.dart';
export './crib.dart';
export './crop.dart';
export './crop_rotate_bl.dart';
@ -308,6 +320,7 @@ export './design_nib.dart';
export './design_pencil.dart';
export './desk.dart';
export './dialpad.dart';
export './diameter.dart';
export './dice_five.dart';
export './dice_four.dart';
export './dice_one.dart';
@ -323,6 +336,7 @@ export './divide.dart';
export './divide_selection_1.dart';
export './divide_selection_2.dart';
export './divide_three.dart';
export './dna.dart';
export './doc_search.dart';
export './doc_search_alt.dart';
export './doc_star.dart';
@ -506,6 +520,7 @@ export './google_drive_warning.dart';
export './google_home.dart';
export './google_one.dart';
export './gps.dart';
export './graduation_cap.dart';
export './graph_down.dart';
export './graph_up.dart';
export './green_bus.dart';
@ -533,6 +548,7 @@ export './headset_issue.dart';
export './health_shield.dart';
export './healthcare.dart';
export './heart.dart';
export './heating.dart';
export './heavy_rain.dart';
export './heptagon.dart';
export './her_slips.dart';
@ -567,6 +583,7 @@ export './html_5.dart';
export './hydrogen.dart';
export './iconoir.dart';
export './import.dart';
export './inclination.dart';
export './industry.dart';
export './infinite.dart';
export './info_empty.dart';
@ -664,6 +681,7 @@ export './maps_turn_back.dart';
export './maps_turn_left.dart';
export './maps_turn_right.dart';
export './mask_square.dart';
export './mastercard_card.dart';
export './math_book.dart';
export './maximize.dart';
export './medal.dart';
@ -689,6 +707,7 @@ export './mic_mute.dart';
export './mic_remove.dart';
export './mic_speaking.dart';
export './mic_warning.dart';
export './microscope.dart';
export './minus.dart';
export './minus_1.dart';
export './minus_hexagon.dart';
@ -798,6 +817,7 @@ export './paste_clipboard.dart';
export './path_arrow.dart';
export './pause_outline.dart';
export './pause_window.dart';
export './paypal.dart';
export './pc_check.dart';
export './pc_firewall.dart';
export './pc_mouse.dart';
@ -869,6 +889,8 @@ export './question_mark_circle.dart';
export './question_square_outline.dart';
export './quote.dart';
export './quote_message.dart';
export './radiation.dart';
export './radius.dart';
export './rain.dart';
export './raw_format.dart';
export './receive_dollars.dart';
@ -923,6 +945,7 @@ export './round_flask.dart';
export './rounded_mirror.dart';
export './rss_feed.dart';
export './rss_feed_squared.dart';
export './rubik_cube.dart';
export './ruler.dart';
export './ruler_add.dart';
export './ruler_combine.dart';
@ -1152,6 +1175,7 @@ export './verified_badge.dart';
export './verified_user.dart';
export './vertical_merge.dart';
export './vertical_split.dart';
export './vials.dart';
export './video_camera.dart';
export './video_camera_off.dart';
export './view_360.dart';
@ -1198,14 +1222,17 @@ export './wrap_text.dart';
export './wrench.dart';
export './wristwatch.dart';
export './www.dart';
export './x_coordinate.dart';
export './xbox_a.dart';
export './xbox_b.dart';
export './xbox_x.dart';
export './xbox_y.dart';
export './xray_view.dart';
export './y_coordinate.dart';
export './yen.dart';
export './yen_square.dart';
export './yoga.dart';
export './you_tube.dart';
export './z_coordinate.dart';
export './zoom_in.dart';
export './zoom_out.dart';

View file

@ -0,0 +1,24 @@
import 'package:flutter/widgets.dart';
import 'package:flutter_svg/flutter_svg.dart';
class Inclination extends StatelessWidget {
final Color? color;
final double? width;
final double? height;
const Inclination({Key? key, this.color, this.width, this.height})
: super(key: key);
@override
Widget build(BuildContext context) => SvgPicture.string(
'''
<svg width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M22 19H3.41074C2.88164 19 2.61154 18.3649 2.97855 17.9838L16.4444 4" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M20 16C19.5 12.5 19 11 17 8" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
''',
color: color,
width: width,
height: height,
);
}

View file

@ -0,0 +1,25 @@
import 'package:flutter/widgets.dart';
import 'package:flutter_svg/flutter_svg.dart';
class MastercardCard extends StatelessWidget {
final Color? color;
final double? width;
final double? height;
const MastercardCard({Key? key, this.color, this.width, this.height})
: super(key: key);
@override
Widget build(BuildContext context) => SvgPicture.string(
'''
<svg width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M22 9V18.4C22 18.7314 21.7314 19 21.4 19H2.6C2.26863 19 2 18.7314 2 18.4V5.6C2 5.26863 2.26863 5 2.6 5H21.4C21.7314 5 22 5.26863 22 5.6V9ZM22 9H6" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M16.5 13.3819C16.7654 13.1444 17.1158 13 17.5 13C18.3284 13 19 13.6716 19 14.5C19 15.3284 18.3284 16 17.5 16C17.1158 16 16.7654 15.8556 16.5 15.6181" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M16.5 13.3819C16.2346 13.1444 15.8842 13 15.5 13C14.6716 13 14 13.6716 14 14.5C14 15.3284 14.6716 16 15.5 16C15.8842 16 16.2346 15.8556 16.5 15.6181" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
''',
color: color,
width: width,
height: height,
);
}

View file

@ -0,0 +1,28 @@
import 'package:flutter/widgets.dart';
import 'package:flutter_svg/flutter_svg.dart';
class Microscope extends StatelessWidget {
final Color? color;
final double? width;
final double? height;
const Microscope({Key? key, this.color, this.width, this.height})
: super(key: key);
@override
Widget build(BuildContext context) => SvgPicture.string(
'''
<svg width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M19 22H7M5 22H7M7 22V19" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M19 16H10" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M16 2L12 2" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12 7C9 7 7 8 7 11V13" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M16 4.6V11.4C16 11.7314 15.7314 12 15.4 12H12.6C12.2686 12 12 11.7314 12 11.4V4.6C12 4.26863 12.2686 4 12.6 4H15.4C15.7314 4 16 4.26863 16 4.6Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M7 19C5.34315 19 4 17.6569 4 16C4 14.3431 5.34315 13 7 13C8.65685 13 10 14.3431 10 16C10 17.6569 8.65685 19 7 19Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
''',
color: color,
width: width,
height: height,
);
}

View file

@ -0,0 +1,24 @@
import 'package:flutter/widgets.dart';
import 'package:flutter_svg/flutter_svg.dart';
class Paypal extends StatelessWidget {
final Color? color;
final double? width;
final double? height;
const Paypal({Key? key, this.color, this.width, this.height})
: super(key: key);
@override
Widget build(BuildContext context) => SvgPicture.string(
'''
<svg width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M3 17.5L6 3L13 3C19 3 19 12 13 12H8.7L7.5 17.5H3Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M6.80005 21L9.80005 6.5L16.8 6.5C22.8 6.5 22.8 15.5 16.8 15.5H12.5L11.3 21H6.80005Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
''',
color: color,
width: width,
height: height,
);
}

View file

@ -0,0 +1,26 @@
import 'package:flutter/widgets.dart';
import 'package:flutter_svg/flutter_svg.dart';
class Radiation extends StatelessWidget {
final Color? color;
final double? width;
final double? height;
const Radiation({Key? key, this.color, this.width, this.height})
: super(key: key);
@override
Widget build(BuildContext context) => SvgPicture.string(
'''
<svg width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M17.0001 20.6615C15.5292 21.5123 13.8215 21.9993 12.0001 21.9993C10.1786 21.9993 8.47093 21.5123 7.00006 20.6615L10.0001 16C10.0001 16 11.0001 16.4 12.0001 16.4C13.0001 16.4 14.0001 16 14.0001 16L17.0001 20.6615Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M16.9976 3.33886C18.4699 4.18724 19.7455 5.42266 20.6562 7.00007C21.5669 8.57748 21.999 10.2999 21.9976 11.9991L16.4607 11.7318C16.4607 11.7318 16.3071 10.6657 15.8071 9.79971C15.3071 8.93368 14.4607 8.26766 14.4607 8.26766L16.9976 3.33886Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M1.99825 11.9994C1.99682 10.3002 2.42894 8.57781 3.33966 7.0004C4.25038 5.42299 5.52596 4.18757 6.99825 3.33918L9.53518 8.26798C9.53518 8.26798 8.68877 8.93401 8.18877 9.80003C7.68877 10.6661 7.53518 11.7321 7.53518 11.7321L1.99825 11.9994Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12.0001 13.9993C10.8955 13.9993 10.0001 13.1039 10.0001 11.9993C10.0001 10.8947 10.8955 9.99928 12.0001 9.99928C13.1046 9.99928 14.0001 10.8947 14.0001 11.9993C14.0001 13.1039 13.1046 13.9993 12.0001 13.9993Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
''',
color: color,
width: width,
height: height,
);
}

View file

@ -0,0 +1,25 @@
import 'package:flutter/widgets.dart';
import 'package:flutter_svg/flutter_svg.dart';
class Radius extends StatelessWidget {
final Color? color;
final double? width;
final double? height;
const Radius({Key? key, this.color, this.width, this.height})
: super(key: key);
@override
Widget build(BuildContext context) => SvgPicture.string(
'''
<svg width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M18.9999 12L15.9999 9M18.9999 12L15.9999 15M18.9999 12H11.9999" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12 13C12.5523 13 13 12.5523 13 12C13 11.4477 12.5523 11 12 11C11.4477 11 11 11.4477 11 12C11 12.5523 11.4477 13 12 13Z" fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
''',
color: color,
width: width,
height: height,
);
}

View file

@ -0,0 +1,27 @@
import 'package:flutter/widgets.dart';
import 'package:flutter_svg/flutter_svg.dart';
class RubikCube extends StatelessWidget {
final Color? color;
final double? width;
final double? height;
const RubikCube({Key? key, this.color, this.width, this.height})
: super(key: key);
@override
Widget build(BuildContext context) => SvgPicture.string(
'''
<svg width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M21 3.6V20.4C21 20.7314 20.7314 21 20.4 21H3.6C3.26863 21 3 20.7314 3 20.4V3.6C3 3.26863 3.26863 3 3.6 3H20.4C20.7314 3 21 3.26863 21 3.6Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M9 3V21" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M3 9H21" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M3 15H21" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M15 3V21" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
''',
color: color,
width: width,
height: height,
);
}

View file

@ -0,0 +1,27 @@
import 'package:flutter/widgets.dart';
import 'package:flutter_svg/flutter_svg.dart';
class Vials extends StatelessWidget {
final Color? color;
final double? width;
final double? height;
const Vials({Key? key, this.color, this.width, this.height})
: super(key: key);
@override
Widget build(BuildContext context) => SvgPicture.string(
'''
<svg width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M21 21H3" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M9 12H5" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M19 12H15" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M7 18C5.89543 18 5 17.1046 5 16V3H9V16C9 17.1046 8.10457 18 7 18Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M17 18C15.8954 18 15 17.1046 15 16V3H19V16C19 17.1046 18.1046 18 17 18Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
''',
color: color,
width: width,
height: height,
);
}

View file

@ -0,0 +1,25 @@
import 'package:flutter/widgets.dart';
import 'package:flutter_svg/flutter_svg.dart';
class XCoordinate extends StatelessWidget {
final Color? color;
final double? width;
final double? height;
const XCoordinate({Key? key, this.color, this.width, this.height})
: super(key: key);
@override
Widget build(BuildContext context) => SvgPicture.string(
'''
<svg width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M21 3.6V20.4C21 20.7314 20.7314 21 20.4 21H3.6C3.26863 21 3 20.7314 3 20.4V3.6C3 3.26863 3.26863 3 3.6 3H20.4C20.7314 3 21 3.26863 21 3.6Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M10 8L14 16" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M14 8L10 16" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
''',
color: color,
width: width,
height: height,
);
}

View file

@ -0,0 +1,25 @@
import 'package:flutter/widgets.dart';
import 'package:flutter_svg/flutter_svg.dart';
class YCoordinate extends StatelessWidget {
final Color? color;
final double? width;
final double? height;
const YCoordinate({Key? key, this.color, this.width, this.height})
: super(key: key);
@override
Widget build(BuildContext context) => SvgPicture.string(
'''
<svg width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M21 3.6V20.4C21 20.7314 20.7314 21 20.4 21H3.6C3.26863 21 3 20.7314 3 20.4V3.6C3 3.26863 3.26863 3 3.6 3H20.4C20.7314 3 21 3.26863 21 3.6Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M10 8L12 12" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M14 8L12 12V16" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
''',
color: color,
width: width,
height: height,
);
}

View file

@ -0,0 +1,24 @@
import 'package:flutter/widgets.dart';
import 'package:flutter_svg/flutter_svg.dart';
class ZCoordinate extends StatelessWidget {
final Color? color;
final double? width;
final double? height;
const ZCoordinate({Key? key, this.color, this.width, this.height})
: super(key: key);
@override
Widget build(BuildContext context) => SvgPicture.string(
'''
<svg width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M21 3.6V20.4C21 20.7314 20.7314 21 20.4 21H3.6C3.26863 21 3 20.7314 3 20.4V3.6C3 3.26863 3.26863 3 3.6 3H20.4C20.7314 3 21 3.26863 21 3.6Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M10 8H14L10 16H14" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
''',
color: color,
width: width,
height: height,
);
}

View file

@ -0,0 +1,39 @@
import * as React from "react";
import Svg, { SvgProps, Path } from "react-native-svg";
import { IconoirContext } from "./IconoirContext";
function SvgAtSign(
passedProps: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
const context = React.useContext(IconoirContext);
const props = { ...context, ...passedProps };
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M17.5 19.125A9 9 0 1121 12c0 5.5-6 5.5-6 2V8"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<Path
d="M15 12v-1.5C15 9.12 13.657 8 12 8s-3 1.12-3 2.5V12M15 12v1.5c0 1.38-1.343 2.5-3 2.5s-3-1.12-3-2.5V12"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(SvgAtSign);
export default ForwardRef;

View file

@ -0,0 +1,45 @@
import * as React from "react";
import Svg, { SvgProps, Path } from "react-native-svg";
import { IconoirContext } from "./IconoirContext";
function SvgAtSignCircle(
passedProps: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
const context = React.useContext(IconoirContext);
const props = { ...context, ...passedProps };
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M16.278 17.541A7 7 0 1119 12c0 4.278-5 3.722-5 1V8.5"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<Path
d="M14 12v-.5a2.5 2.5 0 00-5 0v.5M14 12v.5a2.5 2.5 0 01-5 0V12"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<Path
d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10z"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(SvgAtSignCircle);
export default ForwardRef;

View file

@ -0,0 +1,33 @@
import * as React from "react";
import Svg, { SvgProps, Path } from "react-native-svg";
import { IconoirContext } from "./IconoirContext";
function SvgBrain(
passedProps: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
const context = React.useContext(IconoirContext);
const props = { ...context, ...passedProps };
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M7 14a3 3 0 101 5.83M4.264 15.605a4 4 0 01-.874-6.636M3.42 8.888A2.5 2.5 0 017 5.5M7.238 5.565A2.5 2.5 0 1112 4.5V20M8 20a2 2 0 104 0M12 7a3 3 0 003 3M17 14a3 3 0 11-1 5.83M19.736 15.605a4 4 0 00.874-6.636M20.58 8.888A2.5 2.5 0 0017 5.5M12 4.5a2.5 2.5 0 114.762 1.065M16 20a2 2 0 11-4 0"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(SvgBrain);
export default ForwardRef;

View file

@ -0,0 +1,33 @@
import * as React from "react";
import Svg, { SvgProps, Path } from "react-native-svg";
import { IconoirContext } from "./IconoirContext";
function SvgBrainElectricity(
passedProps: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
const context = React.useContext(IconoirContext);
const props = { ...context, ...passedProps };
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M7 14a3 3 0 101 5.83M4.264 15.605a4 4 0 01-.874-6.636M3.42 8.888A2.5 2.5 0 017 5.5M7.238 5.565A2.5 2.5 0 1112 4.5V20M8 20a2 2 0 104 0M12 7a3 3 0 003 3M20.61 8.969A3.99 3.99 0 0122 12c0 .703-.181 1.364-.5 1.938M20.58 8.888A2.5 2.5 0 0017 5.5M12 4.5a2.5 2.5 0 114.762 1.065M14 22a2 2 0 01-2-2M18.667 16L17 19h4l-1.667 3"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(SvgBrainElectricity);
export default ForwardRef;

View file

@ -0,0 +1,33 @@
import * as React from "react";
import Svg, { SvgProps, Path } from "react-native-svg";
import { IconoirContext } from "./IconoirContext";
function SvgBrainResearch(
passedProps: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
const context = React.useContext(IconoirContext);
const props = { ...context, ...passedProps };
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M7 14a3 3 0 101 5.83M4.264 15.605a4 4 0 01-.874-6.636M3.42 8.888A2.5 2.5 0 017 5.5M7.238 5.565A2.5 2.5 0 1112 4.5V20M8 20a2 2 0 104 0M12 7a3 3 0 003 3M20.61 8.969A3.99 3.99 0 0122 12c0 .703-.181 1.364-.5 1.938M20.58 8.888A2.5 2.5 0 0017 5.5M12 4.5a2.5 2.5 0 114.762 1.065M14 22a2 2 0 01-2-2M20.5 20.5L22 22M16 18.5a2.5 2.5 0 105 0 2.5 2.5 0 00-5 0z"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(SvgBrainResearch);
export default ForwardRef;

View file

@ -0,0 +1,33 @@
import * as React from "react";
import Svg, { SvgProps, Path } from "react-native-svg";
import { IconoirContext } from "./IconoirContext";
function SvgBrainWarning(
passedProps: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
const context = React.useContext(IconoirContext);
const props = { ...context, ...passedProps };
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M7 14a3 3 0 101 5.83M4.264 15.605a4 4 0 01-.874-6.636M3.42 8.888A2.5 2.5 0 017 5.5M12 4.5a2.5 2.5 0 10-4.762 1.065M8 20a2 2 0 104 0M17 14a3 3 0 11-1 5.83M19.736 15.605a4 4 0 00.874-6.636M20.58 8.888A2.5 2.5 0 0017 5.5M12 4.5a2.5 2.5 0 114.762 1.065M16 20a2 2 0 11-4 0M12 8v4M12 16.01l.01-.011"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(SvgBrainWarning);
export default ForwardRef;

View file

@ -0,0 +1,33 @@
import * as React from "react";
import Svg, { SvgProps, Path } from "react-native-svg";
import { IconoirContext } from "./IconoirContext";
function SvgCandlestickChart(
passedProps: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
const context = React.useContext(IconoirContext);
const props = { ...context, ...passedProps };
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M5 16v-2M12 21v-2M19 13v-2M5 8V6M12 13v-2M19 5V3M7 8.6v4.8a.6.6 0 01-.6.6H3.6a.6.6 0 01-.6-.6V8.6a.6.6 0 01.6-.6h2.8a.6.6 0 01.6.6zM14 13.6v4.8a.6.6 0 01-.6.6h-2.8a.6.6 0 01-.6-.6v-4.8a.6.6 0 01.6-.6h2.8a.6.6 0 01.6.6zM21 5.6v4.8a.6.6 0 01-.6.6h-2.8a.6.6 0 01-.6-.6V5.6a.6.6 0 01.6-.6h2.8a.6.6 0 01.6.6z"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(SvgCandlestickChart);
export default ForwardRef;

View file

@ -0,0 +1,33 @@
import * as React from "react";
import Svg, { SvgProps, Path } from "react-native-svg";
import { IconoirContext } from "./IconoirContext";
function SvgCardIssue(
passedProps: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
const context = React.useContext(IconoirContext);
const props = { ...context, ...passedProps };
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M22 9V5.6a.6.6 0 00-.6-.6H2.6a.6.6 0 00-.6.6v12.8a.6.6 0 00.6.6H12M22 9H6m16 0v4M21 16.05A3.5 3.5 0 1016 20.95m4.998-4.9A3.5 3.5 0 1116 20.95m5-4.9l-5 4.9"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(SvgCardIssue);
export default ForwardRef;

View file

@ -0,0 +1,33 @@
import * as React from "react";
import Svg, { SvgProps, Path } from "react-native-svg";
import { IconoirContext } from "./IconoirContext";
function SvgCardLocked(
passedProps: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
const context = React.useContext(IconoirContext);
const props = { ...context, ...passedProps };
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M22 9V5.6a.6.6 0 00-.6-.6H2.6a.6.6 0 00-.6.6v12.8a.6.6 0 00.6.6H14m8-10H6m16 0v4M21.167 18.5h.233a.6.6 0 01.6.6v2.3a.6.6 0 01-.6.6h-3.8a.6.6 0 01-.6-.6v-2.3a.6.6 0 01.6-.6h.233m3.334 0v-1.75c0-.583-.334-1.75-1.667-1.75s-1.667 1.167-1.667 1.75v1.75m3.334 0h-3.334"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(SvgCardLocked);
export default ForwardRef;

View file

@ -0,0 +1,39 @@
import * as React from "react";
import Svg, { SvgProps, Path } from "react-native-svg";
import { IconoirContext } from "./IconoirContext";
function SvgCardSecurity(
passedProps: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
const context = React.useContext(IconoirContext);
const props = { ...context, ...passedProps };
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M22 9V5.6a.6.6 0 00-.6-.6H2.6a.6.6 0 00-.6.6v12.8a.6.6 0 00.6.6H12M22 9H6m16 0v2"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<Path
d="M18.992 14.125l2.556.649c.266.068.453.31.445.584C21.821 21.116 18.5 22 18.5 22s-3.321-.884-3.493-6.642a.588.588 0 01.445-.584l2.556-.649c.323-.082.661-.082.984 0z"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(SvgCardSecurity);
export default ForwardRef;

View file

@ -0,0 +1,33 @@
import * as React from "react";
import Svg, { SvgProps, Path } from "react-native-svg";
import { IconoirContext } from "./IconoirContext";
function SvgCooling(
passedProps: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
const context = React.useContext(IconoirContext);
const props = { ...context, ...passedProps };
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M21 3.6v16.8a.6.6 0 01-.6.6H3.6a.6.6 0 01-.6-.6V3.6a.6.6 0 01.6-.6h16.8a.6.6 0 01.6.6zM12 7v5m0 5v-5m0 0L7.5 9.5M12 12l4.5 2.5M12 12l4.5-2.5M12 12l-4.5 2.5"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(SvgCooling);
export default ForwardRef;

View file

@ -0,0 +1,39 @@
import * as React from "react";
import Svg, { SvgProps, Path } from "react-native-svg";
import { IconoirContext } from "./IconoirContext";
function SvgCreditCards(
passedProps: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
const context = React.useContext(IconoirContext);
const props = { ...context, ...passedProps };
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M22 11.429V19.4a.6.6 0 01-.6.6H5.6a.6.6 0 01-.6-.6v-2.9m17-5.071V8.6a.6.6 0 00-.6-.6H19m3 3.429h-3"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<Path
d="M19 8v7.9a.6.6 0 01-.6.6H2.6a.6.6 0 01-.6-.6V5.1a.6.6 0 01.6-.6h15.8a.6.6 0 01.6.6V8zm0 0H5.5"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(SvgCreditCards);
export default ForwardRef;

View file

@ -0,0 +1,33 @@
import * as React from "react";
import Svg, { SvgProps, Path } from "react-native-svg";
import { IconoirContext } from "./IconoirContext";
function SvgDiameter(
passedProps: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
const context = React.useContext(IconoirContext);
const props = { ...context, ...passedProps };
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zM19 12l-3-3m3 3l-3 3m3-3H5m0 0l3-3m-3 3l3 3"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(SvgDiameter);
export default ForwardRef;

View file

@ -0,0 +1,39 @@
import * as React from "react";
import Svg, { SvgProps, Path } from "react-native-svg";
import { IconoirContext } from "./IconoirContext";
function SvgDna(
passedProps: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
const context = React.useContext(IconoirContext);
const props = { ...context, ...passedProps };
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M4 3c0 5.625 8 9 8 9s8 3.375 8 9"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<Path
d="M20 3c0 5.625-8 9-8 9s-8 3.375-8 9M8 6h11M8 18h11M11 9h5.5M11 15h5.5"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(SvgDna);
export default ForwardRef;

View file

@ -0,0 +1,39 @@
import * as React from "react";
import Svg, { SvgProps, Path } from "react-native-svg";
import { IconoirContext } from "./IconoirContext";
function SvgGraduationCap(
passedProps: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
const context = React.useContext(IconoirContext);
const props = { ...context, ...passedProps };
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M2.573 8.463l8.659-4.329a.6.6 0 01.536 0l8.659 4.33a.6.6 0 010 1.073l-8.659 4.329a.6.6 0 01-.536 0l-8.659-4.33a.6.6 0 010-1.073z"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<Path
d="M22.5 13V9.5l-2-1M4.5 10.5v5.412a2 2 0 001.142 1.807l5 2.374a2 2 0 001.716 0l5-2.374a2 2 0 001.142-1.807V10.5"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(SvgGraduationCap);
export default ForwardRef;

View file

@ -0,0 +1,39 @@
import * as React from "react";
import Svg, { SvgProps, Path } from "react-native-svg";
import { IconoirContext } from "./IconoirContext";
function SvgHeating(
passedProps: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
const context = React.useContext(IconoirContext);
const props = { ...context, ...passedProps };
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M21 3.6v16.8a.6.6 0 01-.6.6H3.6a.6.6 0 01-.6-.6V3.6a.6.6 0 01.6-.6h16.8a.6.6 0 01.6.6z"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<Path
d="M8 6s-2.5 3 0 6 0 6 0 6M12 6s-2.5 3 0 6 0 6 0 6M16 6s-2.5 3 0 6 0 6 0 6"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(SvgHeating);
export default ForwardRef;

View file

@ -0,0 +1,33 @@
import * as React from "react";
import Svg, { SvgProps, Path } from "react-native-svg";
import { IconoirContext } from "./IconoirContext";
function SvgInclination(
passedProps: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
const context = React.useContext(IconoirContext);
const props = { ...context, ...passedProps };
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M22 19H3.41a.6.6 0 01-.431-1.016L16.444 4M20 16c-.5-3.5-1-5-3-8"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(SvgInclination);
export default ForwardRef;

View file

@ -0,0 +1,33 @@
import * as React from "react";
import Svg, { SvgProps, Path } from "react-native-svg";
import { IconoirContext } from "./IconoirContext";
function SvgMastercardCard(
passedProps: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
const context = React.useContext(IconoirContext);
const props = { ...context, ...passedProps };
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M22 9v9.4a.6.6 0 01-.6.6H2.6a.6.6 0 01-.6-.6V5.6a.6.6 0 01.6-.6h18.8a.6.6 0 01.6.6V9zm0 0H6M16.5 13.382a1.5 1.5 0 110 2.236M16.5 13.382a1.5 1.5 0 100 2.236"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(SvgMastercardCard);
export default ForwardRef;

View file

@ -0,0 +1,39 @@
import * as React from "react";
import Svg, { SvgProps, Path } from "react-native-svg";
import { IconoirContext } from "./IconoirContext";
function SvgMicroscope(
passedProps: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
const context = React.useContext(IconoirContext);
const props = { ...context, ...passedProps };
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M19 22H7m-2 0h2m0 0v-3M19 16h-9M16 2h-4M12 7c-3 0-5 1-5 4v2M16 4.6v6.8a.6.6 0 01-.6.6h-2.8a.6.6 0 01-.6-.6V4.6a.6.6 0 01.6-.6h2.8a.6.6 0 01.6.6z"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<Path
d="M7 19a3 3 0 110-6 3 3 0 010 6z"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(SvgMicroscope);
export default ForwardRef;

View file

@ -0,0 +1,39 @@
import * as React from "react";
import Svg, { SvgProps, Path } from "react-native-svg";
import { IconoirContext } from "./IconoirContext";
function SvgPaypal(
passedProps: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
const context = React.useContext(IconoirContext);
const props = { ...context, ...passedProps };
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M3 17.5L6 3h7c6 0 6 9 0 9H8.7l-1.2 5.5H3z"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<Path
d="M6.8 21l3-14.5h7c6 0 6 9 0 9h-4.3L11.3 21H6.8z"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(SvgPaypal);
export default ForwardRef;

View file

@ -0,0 +1,33 @@
import * as React from "react";
import Svg, { SvgProps, Path } from "react-native-svg";
import { IconoirContext } from "./IconoirContext";
function SvgRadiation(
passedProps: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
const context = React.useContext(IconoirContext);
const props = { ...context, ...passedProps };
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M17 20.662a9.955 9.955 0 01-5 1.337 9.954 9.954 0 01-5-1.337L10 16s1 .4 2 .4 2-.4 2-.4l3 4.662zM16.998 3.339A9.954 9.954 0 0120.656 7a9.954 9.954 0 011.342 5l-5.537-.268s-.154-1.066-.654-1.932c-.5-.866-1.346-1.532-1.346-1.532l2.537-4.93zM1.998 12A9.954 9.954 0 013.34 7a9.954 9.954 0 013.658-3.66l2.537 4.928S8.69 8.934 8.19 9.8c-.5.866-.654 1.932-.654 1.932L1.998 12zM12 14a2 2 0 110-4 2 2 0 010 4z"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(SvgRadiation);
export default ForwardRef;

View file

@ -0,0 +1,40 @@
import * as React from "react";
import Svg, { SvgProps, Path } from "react-native-svg";
import { IconoirContext } from "./IconoirContext";
function SvgRadius(
passedProps: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
const context = React.useContext(IconoirContext);
const props = { ...context, ...passedProps };
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zM19 12l-3-3m3 3l-3 3m3-3h-7"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<Path
d="M12 13a1 1 0 100-2 1 1 0 000 2z"
fill="currentColor"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(SvgRadius);
export default ForwardRef;

View file

@ -0,0 +1,33 @@
import * as React from "react";
import Svg, { SvgProps, Path } from "react-native-svg";
import { IconoirContext } from "./IconoirContext";
function SvgRubikCube(
passedProps: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
const context = React.useContext(IconoirContext);
const props = { ...context, ...passedProps };
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M21 3.6v16.8a.6.6 0 01-.6.6H3.6a.6.6 0 01-.6-.6V3.6a.6.6 0 01.6-.6h16.8a.6.6 0 01.6.6zM9 3v18M3 9h18M3 15h18M15 3v18"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(SvgRubikCube);
export default ForwardRef;

View file

@ -0,0 +1,33 @@
import * as React from "react";
import Svg, { SvgProps, Path } from "react-native-svg";
import { IconoirContext } from "./IconoirContext";
function SvgVials(
passedProps: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
const context = React.useContext(IconoirContext);
const props = { ...context, ...passedProps };
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M21 21H3M9 12H5M19 12h-4M7 18a2 2 0 01-2-2V3h4v13a2 2 0 01-2 2zM17 18a2 2 0 01-2-2V3h4v13a2 2 0 01-2 2z"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(SvgVials);
export default ForwardRef;

View file

@ -0,0 +1,33 @@
import * as React from "react";
import Svg, { SvgProps, Path } from "react-native-svg";
import { IconoirContext } from "./IconoirContext";
function SvgXCoordinate(
passedProps: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
const context = React.useContext(IconoirContext);
const props = { ...context, ...passedProps };
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M21 3.6v16.8a.6.6 0 01-.6.6H3.6a.6.6 0 01-.6-.6V3.6a.6.6 0 01.6-.6h16.8a.6.6 0 01.6.6zM10 8l4 8M14 8l-4 8"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(SvgXCoordinate);
export default ForwardRef;

View file

@ -0,0 +1,39 @@
import * as React from "react";
import Svg, { SvgProps, Path } from "react-native-svg";
import { IconoirContext } from "./IconoirContext";
function SvgYCoordinate(
passedProps: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
const context = React.useContext(IconoirContext);
const props = { ...context, ...passedProps };
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M21 3.6v16.8a.6.6 0 01-.6.6H3.6a.6.6 0 01-.6-.6V3.6a.6.6 0 01.6-.6h16.8a.6.6 0 01.6.6zM10 8l2 4"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<Path
d="M14 8l-2 4v4"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(SvgYCoordinate);
export default ForwardRef;

View file

@ -0,0 +1,39 @@
import * as React from "react";
import Svg, { SvgProps, Path } from "react-native-svg";
import { IconoirContext } from "./IconoirContext";
function SvgZCoordinate(
passedProps: SvgProps,
svgRef?: React.Ref<React.Component<SvgProps>>
) {
const context = React.useContext(IconoirContext);
const props = { ...context, ...passedProps };
return (
<Svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
color="currentColor"
ref={svgRef}
{...props}
>
<Path
d="M21 3.6v16.8a.6.6 0 01-.6.6H3.6a.6.6 0 01-.6-.6V3.6a.6.6 0 01.6-.6h16.8a.6.6 0 01.6.6z"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<Path
d="M10 8h4l-4 8h4"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</Svg>
);
}
const ForwardRef = React.forwardRef(SvgZCoordinate);
export default ForwardRef;

View file

@ -100,6 +100,8 @@ export { default as ArrowUnion } from './ArrowUnion'
export { default as ArrowUpCircled } from './ArrowUpCircled'
export { default as ArrowUp } from './ArrowUp'
export { default as Asana } from './Asana'
export { default as AtSignCircle } from './AtSignCircle'
export { default as AtSign } from './AtSign'
export { default as Atom } from './Atom'
export { default as Attachment } from './Attachment'
export { default as AugmentedReality } from './AugmentedReality'
@ -165,6 +167,10 @@ export { default as BowlingBall } from './BowlingBall'
export { default as BoxIso } from './BoxIso'
export { default as Box } from './Box'
export { default as BoxingGlove } from './BoxingGlove'
export { default as BrainElectricity } from './BrainElectricity'
export { default as BrainResearch } from './BrainResearch'
export { default as BrainWarning } from './BrainWarning'
export { default as Brain } from './Brain'
export { default as BreadSlice } from './BreadSlice'
export { default as BrightnessWindow } from './BrightnessWindow'
export { default as Brightness } from './Brightness'
@ -184,8 +190,12 @@ export { default as Calculator } from './Calculator'
export { default as Calendar } from './Calendar'
export { default as Camera } from './Camera'
export { default as Cancel } from './Cancel'
export { default as CandlestickChart } from './CandlestickChart'
export { default as CarOutline } from './CarOutline'
export { default as Carbon } from './Carbon'
export { default as CardIssue } from './CardIssue'
export { default as CardLocked } from './CardLocked'
export { default as CardSecurity } from './CardSecurity'
export { default as CardWallet } from './CardWallet'
export { default as CartAlt } from './CartAlt'
export { default as Cart } from './Cart'
@ -249,6 +259,7 @@ export { default as Computer } from './Computer'
export { default as Consumable } from './Consumable'
export { default as ControlSlider } from './ControlSlider'
export { default as Cookie } from './Cookie'
export { default as Cooling } from './Cooling'
export { default as Copy } from './Copy'
export { default as Copyright } from './Copyright'
export { default as CornerBottomLeft } from './CornerBottomLeft'
@ -261,6 +272,7 @@ export { default as CrackedEgg } from './CrackedEgg'
export { default as CreativeCommons } from './CreativeCommons'
export { default as CreditCard2 } from './CreditCard2'
export { default as CreditCard } from './CreditCard'
export { default as CreditCards } from './CreditCards'
export { default as Crib } from './Crib'
export { default as CropRotateBl } from './CropRotateBl'
export { default as CropRotateBr } from './CropRotateBr'
@ -306,6 +318,7 @@ export { default as DesignNib } from './DesignNib'
export { default as DesignPencil } from './DesignPencil'
export { default as Desk } from './Desk'
export { default as Dialpad } from './Dialpad'
export { default as Diameter } from './Diameter'
export { default as DiceFive } from './DiceFive'
export { default as DiceFour } from './DiceFour'
export { default as DiceOne } from './DiceOne'
@ -321,6 +334,7 @@ export { default as DivideSelection1 } from './DivideSelection1'
export { default as DivideSelection2 } from './DivideSelection2'
export { default as DivideThree } from './DivideThree'
export { default as Divide } from './Divide'
export { default as Dna } from './Dna'
export { default as DocSearchAlt } from './DocSearchAlt'
export { default as DocSearch } from './DocSearch'
export { default as DocStarAlt } from './DocStarAlt'
@ -504,6 +518,7 @@ export { default as GoogleHome } from './GoogleHome'
export { default as GoogleOne } from './GoogleOne'
export { default as Google } from './Google'
export { default as Gps } from './Gps'
export { default as GraduationCap } from './GraduationCap'
export { default as GraphDown } from './GraphDown'
export { default as GraphUp } from './GraphUp'
export { default as GreenBus } from './GreenBus'
@ -531,6 +546,7 @@ export { default as Headset } from './Headset'
export { default as HealthShield } from './HealthShield'
export { default as Healthcare } from './Healthcare'
export { default as Heart } from './Heart'
export { default as Heating } from './Heating'
export { default as HeavyRain } from './HeavyRain'
export { default as Heptagon } from './Heptagon'
export { default as HerSlips } from './HerSlips'
@ -565,6 +581,7 @@ export { default as Html5 } from './Html5'
export { default as Hydrogen } from './Hydrogen'
export { default as Iconoir } from './Iconoir'
export { default as Import } from './Import'
export { default as Inclination } from './Inclination'
export { default as Industry } from './Industry'
export { default as Infinite } from './Infinite'
export { default as InfoEmpty } from './InfoEmpty'
@ -662,6 +679,7 @@ export { default as MapsTurnBack } from './MapsTurnBack'
export { default as MapsTurnLeft } from './MapsTurnLeft'
export { default as MapsTurnRight } from './MapsTurnRight'
export { default as MaskSquare } from './MaskSquare'
export { default as MastercardCard } from './MastercardCard'
export { default as MathBook } from './MathBook'
export { default as Maximize } from './Maximize'
export { default as Medal1St } from './Medal1St'
@ -687,6 +705,7 @@ export { default as MicRemove } from './MicRemove'
export { default as MicSpeaking } from './MicSpeaking'
export { default as MicWarning } from './MicWarning'
export { default as Mic } from './Mic'
export { default as Microscope } from './Microscope'
export { default as Minus1 } from './Minus1'
export { default as MinusHexagon } from './MinusHexagon'
export { default as MinusPinAlt } from './MinusPinAlt'
@ -796,6 +815,7 @@ export { default as PasteClipboard } from './PasteClipboard'
export { default as PathArrow } from './PathArrow'
export { default as PauseOutline } from './PauseOutline'
export { default as PauseWindow } from './PauseWindow'
export { default as Paypal } from './Paypal'
export { default as PcCheck } from './PcCheck'
export { default as PcFirewall } from './PcFirewall'
export { default as PcMouse } from './PcMouse'
@ -867,6 +887,8 @@ export { default as QuestionMark } from './QuestionMark'
export { default as QuestionSquareOutline } from './QuestionSquareOutline'
export { default as QuoteMessage } from './QuoteMessage'
export { default as Quote } from './Quote'
export { default as Radiation } from './Radiation'
export { default as Radius } from './Radius'
export { default as Rain } from './Rain'
export { default as RawFormat } from './RawFormat'
export { default as ReceiveDollars } from './ReceiveDollars'
@ -921,6 +943,7 @@ export { default as RoundFlask } from './RoundFlask'
export { default as RoundedMirror } from './RoundedMirror'
export { default as RssFeedSquared } from './RssFeedSquared'
export { default as RssFeed } from './RssFeed'
export { default as RubikCube } from './RubikCube'
export { default as RulerAdd } from './RulerAdd'
export { default as RulerCombine } from './RulerCombine'
export { default as RulerRemove } from './RulerRemove'
@ -1150,6 +1173,7 @@ export { default as VerifiedBadge } from './VerifiedBadge'
export { default as VerifiedUser } from './VerifiedUser'
export { default as VerticalMerge } from './VerticalMerge'
export { default as VerticalSplit } from './VerticalSplit'
export { default as Vials } from './Vials'
export { default as VideoCameraOff } from './VideoCameraOff'
export { default as VideoCamera } from './VideoCamera'
export { default as ViewColumns2 } from './ViewColumns2'
@ -1196,15 +1220,18 @@ export { default as WrapText } from './WrapText'
export { default as Wrench } from './Wrench'
export { default as Wristwatch } from './Wristwatch'
export { default as Www } from './Www'
export { default as XCoordinate } from './XCoordinate'
export { default as XboxA } from './XboxA'
export { default as XboxB } from './XboxB'
export { default as XboxX } from './XboxX'
export { default as XboxY } from './XboxY'
export { default as XrayView } from './XrayView'
export { default as YCoordinate } from './YCoordinate'
export { default as YenSquare } from './YenSquare'
export { default as Yen } from './Yen'
export { default as Yoga } from './Yoga'
export { default as YouTube } from './YouTube'
export { default as ZCoordinate } from './ZCoordinate'
export { default as ZoomIn } from './ZoomIn'
export { default as ZoomOut } from './ZoomOut'
export { IconoirProvider, IconoirContext, IconoirContextValue } from './IconoirContext'

View file

@ -0,0 +1,39 @@
import * as React from "react";
import { IconoirContext } from "./IconoirContext";
function SvgAtSign(
passedProps: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
const context = React.useContext(IconoirContext);
const props = { ...context, ...passedProps };
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M17.5 19.125A9 9 0 1121 12c0 5.5-6 5.5-6 2V8"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M15 12v-1.5C15 9.12 13.657 8 12 8s-3 1.12-3 2.5V12M15 12v1.5c0 1.38-1.343 2.5-3 2.5s-3-1.12-3-2.5V12"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(SvgAtSign);
export default ForwardRef;

View file

@ -0,0 +1,45 @@
import * as React from "react";
import { IconoirContext } from "./IconoirContext";
function SvgAtSignCircle(
passedProps: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
const context = React.useContext(IconoirContext);
const props = { ...context, ...passedProps };
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M16.278 17.541A7 7 0 1119 12c0 4.278-5 3.722-5 1V8.5"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M14 12v-.5a2.5 2.5 0 00-5 0v.5M14 12v.5a2.5 2.5 0 01-5 0V12"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10z"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(SvgAtSignCircle);
export default ForwardRef;

View file

@ -0,0 +1,33 @@
import * as React from "react";
import { IconoirContext } from "./IconoirContext";
function SvgBrain(
passedProps: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
const context = React.useContext(IconoirContext);
const props = { ...context, ...passedProps };
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M7 14a3 3 0 101 5.83M4.264 15.605a4 4 0 01-.874-6.636M3.42 8.888A2.5 2.5 0 017 5.5M7.238 5.565A2.5 2.5 0 1112 4.5V20M8 20a2 2 0 104 0M12 7a3 3 0 003 3M17 14a3 3 0 11-1 5.83M19.736 15.605a4 4 0 00.874-6.636M20.58 8.888A2.5 2.5 0 0017 5.5M12 4.5a2.5 2.5 0 114.762 1.065M16 20a2 2 0 11-4 0"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(SvgBrain);
export default ForwardRef;

View file

@ -0,0 +1,33 @@
import * as React from "react";
import { IconoirContext } from "./IconoirContext";
function SvgBrainElectricity(
passedProps: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
const context = React.useContext(IconoirContext);
const props = { ...context, ...passedProps };
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M7 14a3 3 0 101 5.83M4.264 15.605a4 4 0 01-.874-6.636M3.42 8.888A2.5 2.5 0 017 5.5M7.238 5.565A2.5 2.5 0 1112 4.5V20M8 20a2 2 0 104 0M12 7a3 3 0 003 3M20.61 8.969A3.99 3.99 0 0122 12c0 .703-.181 1.364-.5 1.938M20.58 8.888A2.5 2.5 0 0017 5.5M12 4.5a2.5 2.5 0 114.762 1.065M14 22a2 2 0 01-2-2M18.667 16L17 19h4l-1.667 3"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(SvgBrainElectricity);
export default ForwardRef;

View file

@ -0,0 +1,33 @@
import * as React from "react";
import { IconoirContext } from "./IconoirContext";
function SvgBrainResearch(
passedProps: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
const context = React.useContext(IconoirContext);
const props = { ...context, ...passedProps };
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M7 14a3 3 0 101 5.83M4.264 15.605a4 4 0 01-.874-6.636M3.42 8.888A2.5 2.5 0 017 5.5M7.238 5.565A2.5 2.5 0 1112 4.5V20M8 20a2 2 0 104 0M12 7a3 3 0 003 3M20.61 8.969A3.99 3.99 0 0122 12c0 .703-.181 1.364-.5 1.938M20.58 8.888A2.5 2.5 0 0017 5.5M12 4.5a2.5 2.5 0 114.762 1.065M14 22a2 2 0 01-2-2M20.5 20.5L22 22M16 18.5a2.5 2.5 0 105 0 2.5 2.5 0 00-5 0z"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(SvgBrainResearch);
export default ForwardRef;

View file

@ -0,0 +1,33 @@
import * as React from "react";
import { IconoirContext } from "./IconoirContext";
function SvgBrainWarning(
passedProps: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
const context = React.useContext(IconoirContext);
const props = { ...context, ...passedProps };
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M7 14a3 3 0 101 5.83M4.264 15.605a4 4 0 01-.874-6.636M3.42 8.888A2.5 2.5 0 017 5.5M12 4.5a2.5 2.5 0 10-4.762 1.065M8 20a2 2 0 104 0M17 14a3 3 0 11-1 5.83M19.736 15.605a4 4 0 00.874-6.636M20.58 8.888A2.5 2.5 0 0017 5.5M12 4.5a2.5 2.5 0 114.762 1.065M16 20a2 2 0 11-4 0M12 8v4M12 16.01l.01-.011"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(SvgBrainWarning);
export default ForwardRef;

View file

@ -0,0 +1,33 @@
import * as React from "react";
import { IconoirContext } from "./IconoirContext";
function SvgCandlestickChart(
passedProps: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
const context = React.useContext(IconoirContext);
const props = { ...context, ...passedProps };
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M5 16v-2M12 21v-2M19 13v-2M5 8V6M12 13v-2M19 5V3M7 8.6v4.8a.6.6 0 01-.6.6H3.6a.6.6 0 01-.6-.6V8.6a.6.6 0 01.6-.6h2.8a.6.6 0 01.6.6zM14 13.6v4.8a.6.6 0 01-.6.6h-2.8a.6.6 0 01-.6-.6v-4.8a.6.6 0 01.6-.6h2.8a.6.6 0 01.6.6zM21 5.6v4.8a.6.6 0 01-.6.6h-2.8a.6.6 0 01-.6-.6V5.6a.6.6 0 01.6-.6h2.8a.6.6 0 01.6.6z"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(SvgCandlestickChart);
export default ForwardRef;

View file

@ -0,0 +1,33 @@
import * as React from "react";
import { IconoirContext } from "./IconoirContext";
function SvgCardIssue(
passedProps: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
const context = React.useContext(IconoirContext);
const props = { ...context, ...passedProps };
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M22 9V5.6a.6.6 0 00-.6-.6H2.6a.6.6 0 00-.6.6v12.8a.6.6 0 00.6.6H12M22 9H6m16 0v4M21 16.05A3.5 3.5 0 1016 20.95m4.998-4.9A3.5 3.5 0 1116 20.95m5-4.9l-5 4.9"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(SvgCardIssue);
export default ForwardRef;

View file

@ -0,0 +1,33 @@
import * as React from "react";
import { IconoirContext } from "./IconoirContext";
function SvgCardLocked(
passedProps: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
const context = React.useContext(IconoirContext);
const props = { ...context, ...passedProps };
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M22 9V5.6a.6.6 0 00-.6-.6H2.6a.6.6 0 00-.6.6v12.8a.6.6 0 00.6.6H14m8-10H6m16 0v4M21.167 18.5h.233a.6.6 0 01.6.6v2.3a.6.6 0 01-.6.6h-3.8a.6.6 0 01-.6-.6v-2.3a.6.6 0 01.6-.6h.233m3.334 0v-1.75c0-.583-.334-1.75-1.667-1.75s-1.667 1.167-1.667 1.75v1.75m3.334 0h-3.334"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(SvgCardLocked);
export default ForwardRef;

View file

@ -0,0 +1,39 @@
import * as React from "react";
import { IconoirContext } from "./IconoirContext";
function SvgCardSecurity(
passedProps: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
const context = React.useContext(IconoirContext);
const props = { ...context, ...passedProps };
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M22 9V5.6a.6.6 0 00-.6-.6H2.6a.6.6 0 00-.6.6v12.8a.6.6 0 00.6.6H12M22 9H6m16 0v2"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M18.992 14.125l2.556.649c.266.068.453.31.445.584C21.821 21.116 18.5 22 18.5 22s-3.321-.884-3.493-6.642a.588.588 0 01.445-.584l2.556-.649c.323-.082.661-.082.984 0z"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(SvgCardSecurity);
export default ForwardRef;

View file

@ -0,0 +1,33 @@
import * as React from "react";
import { IconoirContext } from "./IconoirContext";
function SvgCooling(
passedProps: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
const context = React.useContext(IconoirContext);
const props = { ...context, ...passedProps };
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M21 3.6v16.8a.6.6 0 01-.6.6H3.6a.6.6 0 01-.6-.6V3.6a.6.6 0 01.6-.6h16.8a.6.6 0 01.6.6zM12 7v5m0 5v-5m0 0L7.5 9.5M12 12l4.5 2.5M12 12l4.5-2.5M12 12l-4.5 2.5"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(SvgCooling);
export default ForwardRef;

View file

@ -0,0 +1,39 @@
import * as React from "react";
import { IconoirContext } from "./IconoirContext";
function SvgCreditCards(
passedProps: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
const context = React.useContext(IconoirContext);
const props = { ...context, ...passedProps };
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M22 11.429V19.4a.6.6 0 01-.6.6H5.6a.6.6 0 01-.6-.6v-2.9m17-5.071V8.6a.6.6 0 00-.6-.6H19m3 3.429h-3"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M19 8v7.9a.6.6 0 01-.6.6H2.6a.6.6 0 01-.6-.6V5.1a.6.6 0 01.6-.6h15.8a.6.6 0 01.6.6V8zm0 0H5.5"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(SvgCreditCards);
export default ForwardRef;

View file

@ -0,0 +1,33 @@
import * as React from "react";
import { IconoirContext } from "./IconoirContext";
function SvgDiameter(
passedProps: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
const context = React.useContext(IconoirContext);
const props = { ...context, ...passedProps };
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zM19 12l-3-3m3 3l-3 3m3-3H5m0 0l3-3m-3 3l3 3"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(SvgDiameter);
export default ForwardRef;

View file

@ -0,0 +1,39 @@
import * as React from "react";
import { IconoirContext } from "./IconoirContext";
function SvgDna(
passedProps: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
const context = React.useContext(IconoirContext);
const props = { ...context, ...passedProps };
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M4 3c0 5.625 8 9 8 9s8 3.375 8 9"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M20 3c0 5.625-8 9-8 9s-8 3.375-8 9M8 6h11M8 18h11M11 9h5.5M11 15h5.5"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(SvgDna);
export default ForwardRef;

View file

@ -0,0 +1,39 @@
import * as React from "react";
import { IconoirContext } from "./IconoirContext";
function SvgGraduationCap(
passedProps: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
const context = React.useContext(IconoirContext);
const props = { ...context, ...passedProps };
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M2.573 8.463l8.659-4.329a.6.6 0 01.536 0l8.659 4.33a.6.6 0 010 1.073l-8.659 4.329a.6.6 0 01-.536 0l-8.659-4.33a.6.6 0 010-1.073z"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M22.5 13V9.5l-2-1M4.5 10.5v5.412a2 2 0 001.142 1.807l5 2.374a2 2 0 001.716 0l5-2.374a2 2 0 001.142-1.807V10.5"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(SvgGraduationCap);
export default ForwardRef;

View file

@ -0,0 +1,39 @@
import * as React from "react";
import { IconoirContext } from "./IconoirContext";
function SvgHeating(
passedProps: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
const context = React.useContext(IconoirContext);
const props = { ...context, ...passedProps };
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M21 3.6v16.8a.6.6 0 01-.6.6H3.6a.6.6 0 01-.6-.6V3.6a.6.6 0 01.6-.6h16.8a.6.6 0 01.6.6z"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M8 6s-2.5 3 0 6 0 6 0 6M12 6s-2.5 3 0 6 0 6 0 6M16 6s-2.5 3 0 6 0 6 0 6"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(SvgHeating);
export default ForwardRef;

View file

@ -0,0 +1,33 @@
import * as React from "react";
import { IconoirContext } from "./IconoirContext";
function SvgInclination(
passedProps: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
const context = React.useContext(IconoirContext);
const props = { ...context, ...passedProps };
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M22 19H3.41a.6.6 0 01-.431-1.016L16.444 4M20 16c-.5-3.5-1-5-3-8"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(SvgInclination);
export default ForwardRef;

View file

@ -0,0 +1,33 @@
import * as React from "react";
import { IconoirContext } from "./IconoirContext";
function SvgMastercardCard(
passedProps: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
const context = React.useContext(IconoirContext);
const props = { ...context, ...passedProps };
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M22 9v9.4a.6.6 0 01-.6.6H2.6a.6.6 0 01-.6-.6V5.6a.6.6 0 01.6-.6h18.8a.6.6 0 01.6.6V9zm0 0H6M16.5 13.382a1.5 1.5 0 110 2.236M16.5 13.382a1.5 1.5 0 100 2.236"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(SvgMastercardCard);
export default ForwardRef;

View file

@ -0,0 +1,39 @@
import * as React from "react";
import { IconoirContext } from "./IconoirContext";
function SvgMicroscope(
passedProps: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
const context = React.useContext(IconoirContext);
const props = { ...context, ...passedProps };
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M19 22H7m-2 0h2m0 0v-3M19 16h-9M16 2h-4M12 7c-3 0-5 1-5 4v2M16 4.6v6.8a.6.6 0 01-.6.6h-2.8a.6.6 0 01-.6-.6V4.6a.6.6 0 01.6-.6h2.8a.6.6 0 01.6.6z"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M7 19a3 3 0 110-6 3 3 0 010 6z"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(SvgMicroscope);
export default ForwardRef;

View file

@ -0,0 +1,39 @@
import * as React from "react";
import { IconoirContext } from "./IconoirContext";
function SvgPaypal(
passedProps: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
const context = React.useContext(IconoirContext);
const props = { ...context, ...passedProps };
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M3 17.5L6 3h7c6 0 6 9 0 9H8.7l-1.2 5.5H3z"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M6.8 21l3-14.5h7c6 0 6 9 0 9h-4.3L11.3 21H6.8z"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(SvgPaypal);
export default ForwardRef;

View file

@ -0,0 +1,33 @@
import * as React from "react";
import { IconoirContext } from "./IconoirContext";
function SvgRadiation(
passedProps: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
const context = React.useContext(IconoirContext);
const props = { ...context, ...passedProps };
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M17 20.662a9.955 9.955 0 01-5 1.337 9.954 9.954 0 01-5-1.337L10 16s1 .4 2 .4 2-.4 2-.4l3 4.662zM16.998 3.339A9.954 9.954 0 0120.656 7a9.954 9.954 0 011.342 5l-5.537-.268s-.154-1.066-.654-1.932c-.5-.866-1.346-1.532-1.346-1.532l2.537-4.93zM1.998 12A9.954 9.954 0 013.34 7a9.954 9.954 0 013.658-3.66l2.537 4.928S8.69 8.934 8.19 9.8c-.5.866-.654 1.932-.654 1.932L1.998 12zM12 14a2 2 0 110-4 2 2 0 010 4z"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(SvgRadiation);
export default ForwardRef;

View file

@ -0,0 +1,40 @@
import * as React from "react";
import { IconoirContext } from "./IconoirContext";
function SvgRadius(
passedProps: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
const context = React.useContext(IconoirContext);
const props = { ...context, ...passedProps };
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zM19 12l-3-3m3 3l-3 3m3-3h-7"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M12 13a1 1 0 100-2 1 1 0 000 2z"
fill="currentColor"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(SvgRadius);
export default ForwardRef;

View file

@ -0,0 +1,33 @@
import * as React from "react";
import { IconoirContext } from "./IconoirContext";
function SvgRubikCube(
passedProps: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
const context = React.useContext(IconoirContext);
const props = { ...context, ...passedProps };
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M21 3.6v16.8a.6.6 0 01-.6.6H3.6a.6.6 0 01-.6-.6V3.6a.6.6 0 01.6-.6h16.8a.6.6 0 01.6.6zM9 3v18M3 9h18M3 15h18M15 3v18"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(SvgRubikCube);
export default ForwardRef;

View file

@ -0,0 +1,33 @@
import * as React from "react";
import { IconoirContext } from "./IconoirContext";
function SvgVials(
passedProps: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
const context = React.useContext(IconoirContext);
const props = { ...context, ...passedProps };
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M21 21H3M9 12H5M19 12h-4M7 18a2 2 0 01-2-2V3h4v13a2 2 0 01-2 2zM17 18a2 2 0 01-2-2V3h4v13a2 2 0 01-2 2z"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(SvgVials);
export default ForwardRef;

View file

@ -0,0 +1,33 @@
import * as React from "react";
import { IconoirContext } from "./IconoirContext";
function SvgXCoordinate(
passedProps: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
const context = React.useContext(IconoirContext);
const props = { ...context, ...passedProps };
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M21 3.6v16.8a.6.6 0 01-.6.6H3.6a.6.6 0 01-.6-.6V3.6a.6.6 0 01.6-.6h16.8a.6.6 0 01.6.6zM10 8l4 8M14 8l-4 8"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(SvgXCoordinate);
export default ForwardRef;

View file

@ -0,0 +1,39 @@
import * as React from "react";
import { IconoirContext } from "./IconoirContext";
function SvgYCoordinate(
passedProps: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
const context = React.useContext(IconoirContext);
const props = { ...context, ...passedProps };
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M21 3.6v16.8a.6.6 0 01-.6.6H3.6a.6.6 0 01-.6-.6V3.6a.6.6 0 01.6-.6h16.8a.6.6 0 01.6.6zM10 8l2 4"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M14 8l-2 4v4"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(SvgYCoordinate);
export default ForwardRef;

View file

@ -0,0 +1,39 @@
import * as React from "react";
import { IconoirContext } from "./IconoirContext";
function SvgZCoordinate(
passedProps: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>
) {
const context = React.useContext(IconoirContext);
const props = { ...context, ...passedProps };
return (
<svg
width="1.5em"
height="1.5em"
viewBox="0 0 24 24"
strokeWidth={1.5}
fill="none"
xmlns="http://www.w3.org/2000/svg"
color="currentColor"
ref={svgRef}
{...props}
>
<path
d="M21 3.6v16.8a.6.6 0 01-.6.6H3.6a.6.6 0 01-.6-.6V3.6a.6.6 0 01.6-.6h16.8a.6.6 0 01.6.6z"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M10 8h4l-4 8h4"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
const ForwardRef = React.forwardRef(SvgZCoordinate);
export default ForwardRef;

View file

@ -100,6 +100,8 @@ export { default as ArrowUnion } from './ArrowUnion'
export { default as ArrowUpCircled } from './ArrowUpCircled'
export { default as ArrowUp } from './ArrowUp'
export { default as Asana } from './Asana'
export { default as AtSignCircle } from './AtSignCircle'
export { default as AtSign } from './AtSign'
export { default as Atom } from './Atom'
export { default as Attachment } from './Attachment'
export { default as AugmentedReality } from './AugmentedReality'
@ -165,6 +167,10 @@ export { default as BowlingBall } from './BowlingBall'
export { default as BoxIso } from './BoxIso'
export { default as Box } from './Box'
export { default as BoxingGlove } from './BoxingGlove'
export { default as BrainElectricity } from './BrainElectricity'
export { default as BrainResearch } from './BrainResearch'
export { default as BrainWarning } from './BrainWarning'
export { default as Brain } from './Brain'
export { default as BreadSlice } from './BreadSlice'
export { default as BrightnessWindow } from './BrightnessWindow'
export { default as Brightness } from './Brightness'
@ -184,8 +190,12 @@ export { default as Calculator } from './Calculator'
export { default as Calendar } from './Calendar'
export { default as Camera } from './Camera'
export { default as Cancel } from './Cancel'
export { default as CandlestickChart } from './CandlestickChart'
export { default as CarOutline } from './CarOutline'
export { default as Carbon } from './Carbon'
export { default as CardIssue } from './CardIssue'
export { default as CardLocked } from './CardLocked'
export { default as CardSecurity } from './CardSecurity'
export { default as CardWallet } from './CardWallet'
export { default as CartAlt } from './CartAlt'
export { default as Cart } from './Cart'
@ -249,6 +259,7 @@ export { default as Computer } from './Computer'
export { default as Consumable } from './Consumable'
export { default as ControlSlider } from './ControlSlider'
export { default as Cookie } from './Cookie'
export { default as Cooling } from './Cooling'
export { default as Copy } from './Copy'
export { default as Copyright } from './Copyright'
export { default as CornerBottomLeft } from './CornerBottomLeft'
@ -261,6 +272,7 @@ export { default as CrackedEgg } from './CrackedEgg'
export { default as CreativeCommons } from './CreativeCommons'
export { default as CreditCard2 } from './CreditCard2'
export { default as CreditCard } from './CreditCard'
export { default as CreditCards } from './CreditCards'
export { default as Crib } from './Crib'
export { default as CropRotateBl } from './CropRotateBl'
export { default as CropRotateBr } from './CropRotateBr'
@ -306,6 +318,7 @@ export { default as DesignNib } from './DesignNib'
export { default as DesignPencil } from './DesignPencil'
export { default as Desk } from './Desk'
export { default as Dialpad } from './Dialpad'
export { default as Diameter } from './Diameter'
export { default as DiceFive } from './DiceFive'
export { default as DiceFour } from './DiceFour'
export { default as DiceOne } from './DiceOne'
@ -321,6 +334,7 @@ export { default as DivideSelection1 } from './DivideSelection1'
export { default as DivideSelection2 } from './DivideSelection2'
export { default as DivideThree } from './DivideThree'
export { default as Divide } from './Divide'
export { default as Dna } from './Dna'
export { default as DocSearchAlt } from './DocSearchAlt'
export { default as DocSearch } from './DocSearch'
export { default as DocStarAlt } from './DocStarAlt'
@ -504,6 +518,7 @@ export { default as GoogleHome } from './GoogleHome'
export { default as GoogleOne } from './GoogleOne'
export { default as Google } from './Google'
export { default as Gps } from './Gps'
export { default as GraduationCap } from './GraduationCap'
export { default as GraphDown } from './GraphDown'
export { default as GraphUp } from './GraphUp'
export { default as GreenBus } from './GreenBus'
@ -531,6 +546,7 @@ export { default as Headset } from './Headset'
export { default as HealthShield } from './HealthShield'
export { default as Healthcare } from './Healthcare'
export { default as Heart } from './Heart'
export { default as Heating } from './Heating'
export { default as HeavyRain } from './HeavyRain'
export { default as Heptagon } from './Heptagon'
export { default as HerSlips } from './HerSlips'
@ -565,6 +581,7 @@ export { default as Html5 } from './Html5'
export { default as Hydrogen } from './Hydrogen'
export { default as Iconoir } from './Iconoir'
export { default as Import } from './Import'
export { default as Inclination } from './Inclination'
export { default as Industry } from './Industry'
export { default as Infinite } from './Infinite'
export { default as InfoEmpty } from './InfoEmpty'
@ -662,6 +679,7 @@ export { default as MapsTurnBack } from './MapsTurnBack'
export { default as MapsTurnLeft } from './MapsTurnLeft'
export { default as MapsTurnRight } from './MapsTurnRight'
export { default as MaskSquare } from './MaskSquare'
export { default as MastercardCard } from './MastercardCard'
export { default as MathBook } from './MathBook'
export { default as Maximize } from './Maximize'
export { default as Medal1St } from './Medal1St'
@ -687,6 +705,7 @@ export { default as MicRemove } from './MicRemove'
export { default as MicSpeaking } from './MicSpeaking'
export { default as MicWarning } from './MicWarning'
export { default as Mic } from './Mic'
export { default as Microscope } from './Microscope'
export { default as Minus1 } from './Minus1'
export { default as MinusHexagon } from './MinusHexagon'
export { default as MinusPinAlt } from './MinusPinAlt'
@ -796,6 +815,7 @@ export { default as PasteClipboard } from './PasteClipboard'
export { default as PathArrow } from './PathArrow'
export { default as PauseOutline } from './PauseOutline'
export { default as PauseWindow } from './PauseWindow'
export { default as Paypal } from './Paypal'
export { default as PcCheck } from './PcCheck'
export { default as PcFirewall } from './PcFirewall'
export { default as PcMouse } from './PcMouse'
@ -867,6 +887,8 @@ export { default as QuestionMark } from './QuestionMark'
export { default as QuestionSquareOutline } from './QuestionSquareOutline'
export { default as QuoteMessage } from './QuoteMessage'
export { default as Quote } from './Quote'
export { default as Radiation } from './Radiation'
export { default as Radius } from './Radius'
export { default as Rain } from './Rain'
export { default as RawFormat } from './RawFormat'
export { default as ReceiveDollars } from './ReceiveDollars'
@ -921,6 +943,7 @@ export { default as RoundFlask } from './RoundFlask'
export { default as RoundedMirror } from './RoundedMirror'
export { default as RssFeedSquared } from './RssFeedSquared'
export { default as RssFeed } from './RssFeed'
export { default as RubikCube } from './RubikCube'
export { default as RulerAdd } from './RulerAdd'
export { default as RulerCombine } from './RulerCombine'
export { default as RulerRemove } from './RulerRemove'
@ -1150,6 +1173,7 @@ export { default as VerifiedBadge } from './VerifiedBadge'
export { default as VerifiedUser } from './VerifiedUser'
export { default as VerticalMerge } from './VerticalMerge'
export { default as VerticalSplit } from './VerticalSplit'
export { default as Vials } from './Vials'
export { default as VideoCameraOff } from './VideoCameraOff'
export { default as VideoCamera } from './VideoCamera'
export { default as ViewColumns2 } from './ViewColumns2'
@ -1196,15 +1220,18 @@ export { default as WrapText } from './WrapText'
export { default as Wrench } from './Wrench'
export { default as Wristwatch } from './Wristwatch'
export { default as Www } from './Www'
export { default as XCoordinate } from './XCoordinate'
export { default as XboxA } from './XboxA'
export { default as XboxB } from './XboxB'
export { default as XboxX } from './XboxX'
export { default as XboxY } from './XboxY'
export { default as XrayView } from './XrayView'
export { default as YCoordinate } from './YCoordinate'
export { default as YenSquare } from './YenSquare'
export { default as Yen } from './Yen'
export { default as Yoga } from './Yoga'
export { default as YouTube } from './YouTube'
export { default as ZCoordinate } from './ZCoordinate'
export { default as ZoomIn } from './ZoomIn'
export { default as ZoomOut } from './ZoomOut'
export { IconoirProvider, IconoirContext, IconoirContextValue } from './IconoirContext'