@cemresearchproject/icons 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/BLADE.md +58 -0
- package/README.md +91 -0
- package/blade/cem-icon.blade.php +31 -0
- package/index.d.ts +63 -0
- package/package.json +42 -0
- package/sprite.svg +56 -0
- package/src/icons/AcceptDriftTax.js +12 -0
- package/src/icons/AnchoredData.js +12 -0
- package/src/icons/Breadcrumbs.js +12 -0
- package/src/icons/Bridge.js +12 -0
- package/src/icons/BuildCompression.js +12 -0
- package/src/icons/CemTime.js +12 -0
- package/src/icons/CoEvolution.js +12 -0
- package/src/icons/CompoundingRatio.js +12 -0
- package/src/icons/DecisionEfficiency.js +12 -0
- package/src/icons/Direction.js +12 -0
- package/src/icons/DriftTax.js +12 -0
- package/src/icons/EnvironmentalControl.js +12 -0
- package/src/icons/Execution.js +12 -0
- package/src/icons/Foundation.js +12 -0
- package/src/icons/Governor.js +12 -0
- package/src/icons/Guardrails.js +12 -0
- package/src/icons/KnowledgeYield.js +12 -0
- package/src/icons/Maintenance.js +12 -0
- package/src/icons/MultiThread.js +12 -0
- package/src/icons/MvpScore.js +12 -0
- package/src/icons/N1.js +12 -0
- package/src/icons/NestedCycles.js +12 -0
- package/src/icons/NoBacklog.js +12 -0
- package/src/icons/NoLongPlanning.js +12 -0
- package/src/icons/Operator.js +12 -0
- package/src/icons/Pendulum.js +12 -0
- package/src/icons/Pentagon.js +12 -0
- package/src/icons/Premise80.js +12 -0
- package/src/icons/RecoveryChain.js +12 -0
- package/src/icons/Regroup.js +12 -0
- package/src/icons/Routing.js +12 -0
- package/src/icons/S01CommitVelocity.js +12 -0
- package/src/icons/S02DaysToMvp.js +12 -0
- package/src/icons/S03Rework.js +12 -0
- package/src/icons/S04ParallelRate.js +12 -0
- package/src/icons/S05VelocityTrajectory.js +12 -0
- package/src/icons/S06GovernanceRate.js +12 -0
- package/src/icons/S07AdmissionRate.js +12 -0
- package/src/icons/S08KillDecisions.js +12 -0
- package/src/icons/S09RecoveryActions.js +12 -0
- package/src/icons/S10SpiralFrequency.js +12 -0
- package/src/icons/S11EditReadRatio.js +12 -0
- package/src/icons/S12ToolUsage.js +12 -0
- package/src/icons/S13WordsDay.js +12 -0
- package/src/icons/S14SessionVolume.js +12 -0
- package/src/icons/Scaffold.js +12 -0
- package/src/icons/SessionDepth.js +12 -0
- package/src/icons/SpiralAnatomy.js +12 -0
- package/src/icons/StorageDiscipline.js +12 -0
- package/src/icons/Sweeps.js +12 -0
- package/src/icons/Target.js +12 -0
- package/src/icons/TheGap.js +12 -0
- package/src/icons/TimeCompression.js +12 -0
- package/src/icons/Vision.js +12 -0
- package/src/index.js +114 -0
- package/svg/80-premise.svg +1 -0
- package/svg/accept-drift-tax.svg +1 -0
- package/svg/anchored-data.svg +1 -0
- package/svg/breadcrumbs.svg +1 -0
- package/svg/bridge.svg +1 -0
- package/svg/build-compression.svg +1 -0
- package/svg/cem-time.svg +1 -0
- package/svg/co-evolution.svg +1 -0
- package/svg/compounding-ratio.svg +1 -0
- package/svg/decision-efficiency.svg +1 -0
- package/svg/direction.svg +1 -0
- package/svg/drift-tax.svg +1 -0
- package/svg/environmental-control.svg +1 -0
- package/svg/execution.svg +1 -0
- package/svg/foundation.svg +1 -0
- package/svg/governor.svg +1 -0
- package/svg/guardrails.svg +1 -0
- package/svg/knowledge-yield.svg +1 -0
- package/svg/maintenance.svg +1 -0
- package/svg/multi-thread.svg +1 -0
- package/svg/mvp-score.svg +1 -0
- package/svg/n-1.svg +1 -0
- package/svg/nested-cycles.svg +1 -0
- package/svg/no-backlog.svg +1 -0
- package/svg/no-long-planning.svg +1 -0
- package/svg/operator.svg +1 -0
- package/svg/pendulum.svg +1 -0
- package/svg/pentagon.svg +1 -0
- package/svg/recovery-chain.svg +1 -0
- package/svg/regroup.svg +1 -0
- package/svg/routing.svg +1 -0
- package/svg/s-01-commit-velocity.svg +1 -0
- package/svg/s-02-days-to-mvp.svg +1 -0
- package/svg/s-03-rework.svg +1 -0
- package/svg/s-04-parallel-rate.svg +1 -0
- package/svg/s-05-velocity-trajectory.svg +1 -0
- package/svg/s-06-governance-rate.svg +1 -0
- package/svg/s-07-admission-rate.svg +1 -0
- package/svg/s-08-kill-decisions.svg +1 -0
- package/svg/s-09-recovery-actions.svg +1 -0
- package/svg/s-10-spiral-frequency.svg +1 -0
- package/svg/s-11-edit-read-ratio.svg +1 -0
- package/svg/s-12-tool-usage.svg +1 -0
- package/svg/s-13-words-day.svg +1 -0
- package/svg/s-14-session-volume.svg +1 -0
- package/svg/scaffold.svg +1 -0
- package/svg/session-depth.svg +1 -0
- package/svg/spiral-anatomy.svg +1 -0
- package/svg/storage-discipline.svg +1 -0
- package/svg/sweeps.svg +1 -0
- package/svg/target.svg +1 -0
- package/svg/the-gap.svg +1 -0
- package/svg/time-compression.svg +1 -0
- package/svg/vision.svg +1 -0
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { createElement, forwardRef } from 'react';
|
|
2
|
+
|
|
3
|
+
const Guardrails = forwardRef(function Guardrails({ size = 56, ...props }, ref) {
|
|
4
|
+
return createElement(
|
|
5
|
+
'svg',
|
|
6
|
+
{ ref, xmlns: 'http://www.w3.org/2000/svg', width: size, height: size,
|
|
7
|
+
viewBox: '0 0 80 80', ...props },
|
|
8
|
+
createElement('path', {"stroke": "currentColor", "strokeLinecap": "round", "strokeWidth": "2.5", "d": "M22 14v52M58 14v52"}), createElement('path', {"fill": "none", "stroke": "currentColor", "strokeLinecap": "round", "strokeLinejoin": "round", "strokeWidth": "2.5", "d": "M30 58q10-32 20-16", "opacity": ".5"})
|
|
9
|
+
);
|
|
10
|
+
});
|
|
11
|
+
Guardrails.displayName = 'Guardrails';
|
|
12
|
+
export default Guardrails;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { createElement, forwardRef } from 'react';
|
|
2
|
+
|
|
3
|
+
const KnowledgeYield = forwardRef(function KnowledgeYield({ size = 56, ...props }, ref) {
|
|
4
|
+
return createElement(
|
|
5
|
+
'svg',
|
|
6
|
+
{ ref, xmlns: 'http://www.w3.org/2000/svg', width: size, height: size,
|
|
7
|
+
viewBox: '0 0 80 80', ...props },
|
|
8
|
+
createElement('path', {"stroke": "currentColor", "strokeLinecap": "round", "strokeWidth": "2.5", "d": "M16 60h48", "opacity": ".5"}), createElement('path', {"stroke": "currentColor", "strokeLinecap": "round", "strokeLinejoin": "round", "strokeWidth": "2.5", "d": "M40 60V20"}), createElement('path', {"fill": "none", "stroke": "currentColor", "strokeLinecap": "round", "strokeLinejoin": "round", "strokeWidth": "2.5", "d": "m34 26 6-6 6 6"}), createElement('circle', {"cx": "24", "cy": "60", "r": "3", "fill": "currentColor", "opacity": ".5"}), createElement('circle', {"cx": "56", "cy": "60", "r": "3", "fill": "currentColor", "opacity": ".5"})
|
|
9
|
+
);
|
|
10
|
+
});
|
|
11
|
+
KnowledgeYield.displayName = 'KnowledgeYield';
|
|
12
|
+
export default KnowledgeYield;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { createElement, forwardRef } from 'react';
|
|
2
|
+
|
|
3
|
+
const Maintenance = forwardRef(function Maintenance({ size = 56, ...props }, ref) {
|
|
4
|
+
return createElement(
|
|
5
|
+
'svg',
|
|
6
|
+
{ ref, xmlns: 'http://www.w3.org/2000/svg', width: size, height: size,
|
|
7
|
+
viewBox: '0 0 80 80', ...props },
|
|
8
|
+
createElement('path', {"stroke": "currentColor", "strokeLinecap": "round", "strokeWidth": "2.5", "d": "M14 24h52M24 24v38M56 24v38M24 62h32"}), createElement('path', {"stroke": "currentColor", "strokeLinecap": "round", "strokeWidth": "2.5", "d": "M24 43h32", "opacity": ".35"})
|
|
9
|
+
);
|
|
10
|
+
});
|
|
11
|
+
Maintenance.displayName = 'Maintenance';
|
|
12
|
+
export default Maintenance;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { createElement, forwardRef } from 'react';
|
|
2
|
+
|
|
3
|
+
const MultiThread = forwardRef(function MultiThread({ size = 56, ...props }, ref) {
|
|
4
|
+
return createElement(
|
|
5
|
+
'svg',
|
|
6
|
+
{ ref, xmlns: 'http://www.w3.org/2000/svg', width: size, height: size,
|
|
7
|
+
viewBox: '0 0 80 80', ...props },
|
|
8
|
+
createElement('circle', {"cx": "14", "cy": "40", "r": "3", "fill": "currentColor"}), createElement('path', {"stroke": "currentColor", "strokeLinecap": "round", "strokeWidth": "2.5", "d": "M18 24h44M18 40h44M18 56h44"}), createElement('circle', {"cx": "50", "cy": "24", "r": "3", "fill": "currentColor", "opacity": ".5"}), createElement('circle', {"cx": "36", "cy": "40", "r": "3", "fill": "currentColor", "opacity": ".5"}), createElement('circle', {"cx": "58", "cy": "56", "r": "3", "fill": "currentColor", "opacity": ".5"})
|
|
9
|
+
);
|
|
10
|
+
});
|
|
11
|
+
MultiThread.displayName = 'MultiThread';
|
|
12
|
+
export default MultiThread;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { createElement, forwardRef } from 'react';
|
|
2
|
+
|
|
3
|
+
const MvpScore = forwardRef(function MvpScore({ size = 56, ...props }, ref) {
|
|
4
|
+
return createElement(
|
|
5
|
+
'svg',
|
|
6
|
+
{ ref, xmlns: 'http://www.w3.org/2000/svg', width: size, height: size,
|
|
7
|
+
viewBox: '0 0 80 80', ...props },
|
|
8
|
+
createElement('path', {"stroke": "currentColor", "strokeLinecap": "round", "strokeLinejoin": "round", "strokeWidth": "2.5", "d": "M40 14v36"}), createElement('path', {"fill": "none", "stroke": "currentColor", "strokeLinecap": "round", "strokeLinejoin": "round", "strokeWidth": "2.5", "d": "m30 28 10-14 10 14"}), createElement('path', {"stroke": "currentColor", "strokeLinecap": "round", "strokeWidth": "2.5", "d": "M24 62h32"})
|
|
9
|
+
);
|
|
10
|
+
});
|
|
11
|
+
MvpScore.displayName = 'MvpScore';
|
|
12
|
+
export default MvpScore;
|
package/src/icons/N1.js
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { createElement, forwardRef } from 'react';
|
|
2
|
+
|
|
3
|
+
const N1 = forwardRef(function N1({ size = 56, ...props }, ref) {
|
|
4
|
+
return createElement(
|
|
5
|
+
'svg',
|
|
6
|
+
{ ref, xmlns: 'http://www.w3.org/2000/svg', width: size, height: size,
|
|
7
|
+
viewBox: '0 0 80 80', ...props },
|
|
8
|
+
createElement('circle', {"cx": "40", "cy": "32", "r": "16", "fill": "none", "stroke": "currentColor", "strokeWidth": "2.5"}), createElement('circle', {"cx": "40", "cy": "32", "r": "5", "fill": "currentColor"}), createElement('text', {"x": "28", "y": "66", "fill": "currentColor", "style": "font-size:16px;font-weight:700;font-family:\"JetBrains Mono\",monospace"})
|
|
9
|
+
);
|
|
10
|
+
});
|
|
11
|
+
N1.displayName = 'N1';
|
|
12
|
+
export default N1;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { createElement, forwardRef } from 'react';
|
|
2
|
+
|
|
3
|
+
const NestedCycles = forwardRef(function NestedCycles({ size = 56, ...props }, ref) {
|
|
4
|
+
return createElement(
|
|
5
|
+
'svg',
|
|
6
|
+
{ ref, xmlns: 'http://www.w3.org/2000/svg', width: size, height: size,
|
|
7
|
+
viewBox: '0 0 80 80', ...props },
|
|
8
|
+
createElement('rect', {"width": "24", "height": "24", "x": "28", "y": "28", "fill": "none", "stroke": "currentColor", "strokeWidth": "2.5", "rx": "5"}), createElement('rect', {"width": "44", "height": "44", "x": "18", "y": "18", "fill": "none", "stroke": "currentColor", "strokeWidth": "2.5", "opacity": ".6", "rx": "8"}), createElement('rect', {"width": "64", "height": "64", "x": "8", "y": "8", "fill": "none", "stroke": "currentColor", "strokeWidth": "2.5", "opacity": ".3", "rx": "11"})
|
|
9
|
+
);
|
|
10
|
+
});
|
|
11
|
+
NestedCycles.displayName = 'NestedCycles';
|
|
12
|
+
export default NestedCycles;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { createElement, forwardRef } from 'react';
|
|
2
|
+
|
|
3
|
+
const NoBacklog = forwardRef(function NoBacklog({ size = 56, ...props }, ref) {
|
|
4
|
+
return createElement(
|
|
5
|
+
'svg',
|
|
6
|
+
{ ref, xmlns: 'http://www.w3.org/2000/svg', width: size, height: size,
|
|
7
|
+
viewBox: '0 0 80 80', ...props },
|
|
8
|
+
createElement('path', {"stroke": "currentColor", "strokeLinecap": "round", "strokeWidth": "2.5", "d": "M24 22h32M24 38h32M24 54h32", "opacity": ".5"}), createElement('path', {"stroke": "currentColor", "strokeLinecap": "round", "strokeWidth": "2.5", "d": "m18 16 44 44"})
|
|
9
|
+
);
|
|
10
|
+
});
|
|
11
|
+
NoBacklog.displayName = 'NoBacklog';
|
|
12
|
+
export default NoBacklog;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { createElement, forwardRef } from 'react';
|
|
2
|
+
|
|
3
|
+
const NoLongPlanning = forwardRef(function NoLongPlanning({ size = 56, ...props }, ref) {
|
|
4
|
+
return createElement(
|
|
5
|
+
'svg',
|
|
6
|
+
{ ref, xmlns: 'http://www.w3.org/2000/svg', width: size, height: size,
|
|
7
|
+
viewBox: '0 0 80 80', ...props },
|
|
8
|
+
createElement('path', {"stroke": "currentColor", "strokeLinecap": "round", "strokeWidth": "2.5", "d": "M16 40h20"}), createElement('circle', {"cx": "28", "cy": "40", "r": "3", "fill": "currentColor"}), createElement('path', {"stroke": "currentColor", "stroke-dasharray": "3 4", "strokeLinecap": "round", "strokeWidth": "2.5", "d": "M40 40h24", "opacity": ".5"}), createElement('path', {"stroke": "currentColor", "strokeLinecap": "round", "strokeWidth": "2.5", "d": "M42 34v12"})
|
|
9
|
+
);
|
|
10
|
+
});
|
|
11
|
+
NoLongPlanning.displayName = 'NoLongPlanning';
|
|
12
|
+
export default NoLongPlanning;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { createElement, forwardRef } from 'react';
|
|
2
|
+
|
|
3
|
+
const Operator = forwardRef(function Operator({ size = 56, ...props }, ref) {
|
|
4
|
+
return createElement(
|
|
5
|
+
'svg',
|
|
6
|
+
{ ref, xmlns: 'http://www.w3.org/2000/svg', width: size, height: size,
|
|
7
|
+
viewBox: '0 0 80 80', ...props },
|
|
8
|
+
createElement('circle', {"cx": "40", "cy": "24", "r": "8", "fill": "none", "stroke": "currentColor", "strokeWidth": "2.5"}), createElement('path', {"fill": "none", "stroke": "currentColor", "strokeLinecap": "round", "strokeLinejoin": "round", "strokeWidth": "2.5", "d": "M24 62q0-18 16-18t16 18"}), createElement('rect', {"width": "20", "height": "4", "x": "30", "y": "54", "fill": "currentColor", "opacity": ".4", "rx": "2"})
|
|
9
|
+
);
|
|
10
|
+
});
|
|
11
|
+
Operator.displayName = 'Operator';
|
|
12
|
+
export default Operator;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { createElement, forwardRef } from 'react';
|
|
2
|
+
|
|
3
|
+
const Pendulum = forwardRef(function Pendulum({ size = 56, ...props }, ref) {
|
|
4
|
+
return createElement(
|
|
5
|
+
'svg',
|
|
6
|
+
{ ref, xmlns: 'http://www.w3.org/2000/svg', width: size, height: size,
|
|
7
|
+
viewBox: '0 0 80 80', ...props },
|
|
8
|
+
createElement('circle', {"cx": "40", "cy": "20", "r": "4", "fill": "currentColor", "opacity": ".4"}), createElement('path', {"stroke": "currentColor", "strokeLinecap": "round", "strokeWidth": "2.5", "d": "M40 20v30"}), createElement('circle', {"cx": "24", "cy": "64", "r": "6", "fill": "none", "stroke": "currentColor", "strokeWidth": "2.5"}), createElement('circle', {"cx": "56", "cy": "64", "r": "6", "fill": "currentColor", "opacity": ".5"})
|
|
9
|
+
);
|
|
10
|
+
});
|
|
11
|
+
Pendulum.displayName = 'Pendulum';
|
|
12
|
+
export default Pendulum;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { createElement, forwardRef } from 'react';
|
|
2
|
+
|
|
3
|
+
const Pentagon = forwardRef(function Pentagon({ size = 56, ...props }, ref) {
|
|
4
|
+
return createElement(
|
|
5
|
+
'svg',
|
|
6
|
+
{ ref, xmlns: 'http://www.w3.org/2000/svg', width: size, height: size,
|
|
7
|
+
viewBox: '0 0 80 80', ...props },
|
|
8
|
+
createElement('path', {"fill": "none", "stroke": "currentColor", "strokeWidth": "2.5", "d": "m40 13 25.7 18.68-9.81 30.15H24.12l-9.81-30.15z"}), createElement('path', {"stroke": "currentColor", "strokeLinecap": "square", "strokeWidth": "1.5", "d": "M40 40V13M40 40l25.7-8.32M40 40l15.89 21.83M40 40 24.12 61.83M40 40l-25.69-8.32"})
|
|
9
|
+
);
|
|
10
|
+
});
|
|
11
|
+
Pentagon.displayName = 'Pentagon';
|
|
12
|
+
export default Pentagon;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { createElement, forwardRef } from 'react';
|
|
2
|
+
|
|
3
|
+
const Premise80 = forwardRef(function Premise80({ size = 56, ...props }, ref) {
|
|
4
|
+
return createElement(
|
|
5
|
+
'svg',
|
|
6
|
+
{ ref, xmlns: 'http://www.w3.org/2000/svg', width: size, height: size,
|
|
7
|
+
viewBox: '0 0 80 80', ...props },
|
|
8
|
+
createElement('circle', {"cx": "40", "cy": "40", "r": "22", "fill": "none", "stroke": "currentColor", "strokeWidth": "2.5"}), createElement('path', {"fill": "none", "stroke": "currentColor", "strokeLinecap": "round", "strokeLinejoin": "round", "strokeWidth": "2.5", "d": "M40 18a22 22 0 1 1-20.5 11", "opacity": ".5"})
|
|
9
|
+
);
|
|
10
|
+
});
|
|
11
|
+
Premise80.displayName = 'Premise80';
|
|
12
|
+
export default Premise80;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { createElement, forwardRef } from 'react';
|
|
2
|
+
|
|
3
|
+
const RecoveryChain = forwardRef(function RecoveryChain({ size = 56, ...props }, ref) {
|
|
4
|
+
return createElement(
|
|
5
|
+
'svg',
|
|
6
|
+
{ ref, xmlns: 'http://www.w3.org/2000/svg', width: size, height: size,
|
|
7
|
+
viewBox: '0 0 80 80', ...props },
|
|
8
|
+
createElement('rect', {"width": "16", "height": "16", "x": "12", "y": "32", "fill": "currentColor", "rx": "3"}), createElement('path', {"stroke": "currentColor", "strokeLinecap": "round", "strokeWidth": "2.5", "d": "M28 40h4"}), createElement('rect', {"width": "16", "height": "16", "x": "32", "y": "32", "fill": "currentColor", "opacity": ".65", "rx": "3"}), createElement('path', {"stroke": "currentColor", "strokeLinecap": "round", "strokeWidth": "2.5", "d": "M48 40h4"}), createElement('rect', {"width": "16", "height": "16", "x": "52", "y": "32", "fill": "currentColor", "opacity": ".35", "rx": "3"})
|
|
9
|
+
);
|
|
10
|
+
});
|
|
11
|
+
RecoveryChain.displayName = 'RecoveryChain';
|
|
12
|
+
export default RecoveryChain;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { createElement, forwardRef } from 'react';
|
|
2
|
+
|
|
3
|
+
const Regroup = forwardRef(function Regroup({ size = 56, ...props }, ref) {
|
|
4
|
+
return createElement(
|
|
5
|
+
'svg',
|
|
6
|
+
{ ref, xmlns: 'http://www.w3.org/2000/svg', width: size, height: size,
|
|
7
|
+
viewBox: '0 0 80 80', ...props },
|
|
8
|
+
createElement('path', {"stroke": "currentColor", "strokeLinecap": "round", "strokeLinejoin": "round", "strokeWidth": "2.5", "d": "M40 16v28"}), createElement('path', {"fill": "none", "stroke": "currentColor", "strokeLinecap": "round", "strokeLinejoin": "round", "strokeWidth": "2.5", "d": "m28 56 12-12 12 12"}), createElement('path', {"stroke": "currentColor", "strokeLinecap": "round", "strokeWidth": "2.5", "d": "M40 56v10"})
|
|
9
|
+
);
|
|
10
|
+
});
|
|
11
|
+
Regroup.displayName = 'Regroup';
|
|
12
|
+
export default Regroup;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { createElement, forwardRef } from 'react';
|
|
2
|
+
|
|
3
|
+
const Routing = forwardRef(function Routing({ size = 56, ...props }, ref) {
|
|
4
|
+
return createElement(
|
|
5
|
+
'svg',
|
|
6
|
+
{ ref, xmlns: 'http://www.w3.org/2000/svg', width: size, height: size,
|
|
7
|
+
viewBox: '0 0 80 80', ...props },
|
|
8
|
+
createElement('circle', {"cx": "20", "cy": "40", "r": "6", "fill": "none", "stroke": "currentColor", "strokeWidth": "2.5"}), createElement('path', {"stroke": "currentColor", "strokeLinecap": "round", "strokeLinejoin": "round", "strokeWidth": "2.5", "d": "M26 40h14M40 40l16-14"}), createElement('path', {"stroke": "currentColor", "strokeLinecap": "round", "strokeLinejoin": "round", "strokeWidth": "2.5", "d": "m40 40 16 14", "opacity": ".5"}), createElement('circle', {"cx": "56", "cy": "26", "r": "4", "fill": "currentColor"}), createElement('circle', {"cx": "56", "cy": "54", "r": "4", "fill": "currentColor", "opacity": ".5"})
|
|
9
|
+
);
|
|
10
|
+
});
|
|
11
|
+
Routing.displayName = 'Routing';
|
|
12
|
+
export default Routing;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { createElement, forwardRef } from 'react';
|
|
2
|
+
|
|
3
|
+
const S01CommitVelocity = forwardRef(function S01CommitVelocity({ size = 56, ...props }, ref) {
|
|
4
|
+
return createElement(
|
|
5
|
+
'svg',
|
|
6
|
+
{ ref, xmlns: 'http://www.w3.org/2000/svg', width: size, height: size,
|
|
7
|
+
viewBox: '0 0 80 80', ...props },
|
|
8
|
+
createElement('path', {"fill": "none", "stroke": "currentColor", "strokeLinecap": "round", "strokeLinejoin": "round", "strokeWidth": "2.5", "d": "m16 56 16-16 16 8 16-28"}), createElement('path', {"fill": "none", "stroke": "currentColor", "strokeLinecap": "round", "strokeLinejoin": "round", "strokeWidth": "2.5", "d": "M56 20h8v8"})
|
|
9
|
+
);
|
|
10
|
+
});
|
|
11
|
+
S01CommitVelocity.displayName = 'S01CommitVelocity';
|
|
12
|
+
export default S01CommitVelocity;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { createElement, forwardRef } from 'react';
|
|
2
|
+
|
|
3
|
+
const S02DaysToMvp = forwardRef(function S02DaysToMvp({ size = 56, ...props }, ref) {
|
|
4
|
+
return createElement(
|
|
5
|
+
'svg',
|
|
6
|
+
{ ref, xmlns: 'http://www.w3.org/2000/svg', width: size, height: size,
|
|
7
|
+
viewBox: '0 0 80 80', ...props },
|
|
8
|
+
createElement('rect', {"width": "48", "height": "48", "x": "16", "y": "16", "fill": "none", "stroke": "currentColor", "strokeWidth": "2.5", "rx": "4"}), createElement('path', {"stroke": "currentColor", "strokeLinecap": "round", "strokeWidth": "2.5", "d": "M16 30h48", "opacity": ".4"}), createElement('circle', {"cx": "52", "cy": "50", "r": "6", "fill": "none", "stroke": "currentColor", "strokeWidth": "2.5"})
|
|
9
|
+
);
|
|
10
|
+
});
|
|
11
|
+
S02DaysToMvp.displayName = 'S02DaysToMvp';
|
|
12
|
+
export default S02DaysToMvp;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { createElement, forwardRef } from 'react';
|
|
2
|
+
|
|
3
|
+
const S03Rework = forwardRef(function S03Rework({ size = 56, ...props }, ref) {
|
|
4
|
+
return createElement(
|
|
5
|
+
'svg',
|
|
6
|
+
{ ref, xmlns: 'http://www.w3.org/2000/svg', width: size, height: size,
|
|
7
|
+
viewBox: '0 0 80 80', ...props },
|
|
8
|
+
createElement('path', {"fill": "none", "stroke": "currentColor", "strokeLinecap": "round", "strokeLinejoin": "round", "strokeWidth": "2.5", "d": "M50 24a16 16 0 1 0 0 32M44 20l6 4 4-6"})
|
|
9
|
+
);
|
|
10
|
+
});
|
|
11
|
+
S03Rework.displayName = 'S03Rework';
|
|
12
|
+
export default S03Rework;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { createElement, forwardRef } from 'react';
|
|
2
|
+
|
|
3
|
+
const S04ParallelRate = forwardRef(function S04ParallelRate({ size = 56, ...props }, ref) {
|
|
4
|
+
return createElement(
|
|
5
|
+
'svg',
|
|
6
|
+
{ ref, xmlns: 'http://www.w3.org/2000/svg', width: size, height: size,
|
|
7
|
+
viewBox: '0 0 80 80', ...props },
|
|
8
|
+
createElement('circle', {"cx": "16", "cy": "40", "r": "4", "fill": "currentColor"}), createElement('path', {"stroke": "currentColor", "strokeLinecap": "round", "strokeWidth": "2.5", "d": "M20 40h16"}), createElement('path', {"fill": "none", "stroke": "currentColor", "strokeLinecap": "round", "strokeLinejoin": "round", "strokeWidth": "2.5", "d": "m36 40 12-16h16"}), createElement('path', {"fill": "none", "stroke": "currentColor", "strokeLinecap": "round", "strokeLinejoin": "round", "strokeWidth": "2.5", "d": "M36 40h28", "opacity": ".6"}), createElement('path', {"fill": "none", "stroke": "currentColor", "strokeLinecap": "round", "strokeLinejoin": "round", "strokeWidth": "2.5", "d": "m36 40 12 16h16", "opacity": ".3"})
|
|
9
|
+
);
|
|
10
|
+
});
|
|
11
|
+
S04ParallelRate.displayName = 'S04ParallelRate';
|
|
12
|
+
export default S04ParallelRate;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { createElement, forwardRef } from 'react';
|
|
2
|
+
|
|
3
|
+
const S05VelocityTrajectory = forwardRef(function S05VelocityTrajectory({ size = 56, ...props }, ref) {
|
|
4
|
+
return createElement(
|
|
5
|
+
'svg',
|
|
6
|
+
{ ref, xmlns: 'http://www.w3.org/2000/svg', width: size, height: size,
|
|
7
|
+
viewBox: '0 0 80 80', ...props },
|
|
8
|
+
createElement('path', {"stroke": "currentColor", "strokeLinecap": "round", "strokeWidth": "2.5", "d": "M16 60h48", "opacity": ".3"}), createElement('path', {"fill": "none", "stroke": "currentColor", "strokeLinecap": "round", "strokeLinejoin": "round", "strokeWidth": "2.5", "d": "M16 52q16-2 24-12t24-24"})
|
|
9
|
+
);
|
|
10
|
+
});
|
|
11
|
+
S05VelocityTrajectory.displayName = 'S05VelocityTrajectory';
|
|
12
|
+
export default S05VelocityTrajectory;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { createElement, forwardRef } from 'react';
|
|
2
|
+
|
|
3
|
+
const S06GovernanceRate = forwardRef(function S06GovernanceRate({ size = 56, ...props }, ref) {
|
|
4
|
+
return createElement(
|
|
5
|
+
'svg',
|
|
6
|
+
{ ref, xmlns: 'http://www.w3.org/2000/svg', width: size, height: size,
|
|
7
|
+
viewBox: '0 0 80 80', ...props },
|
|
8
|
+
createElement('path', {"fill": "none", "stroke": "currentColor", "strokeLinecap": "round", "strokeLinejoin": "round", "strokeWidth": "2.5", "d": "m40 16 16 8v20q0 12-16 18-16-6-16-18V24Z"})
|
|
9
|
+
);
|
|
10
|
+
});
|
|
11
|
+
S06GovernanceRate.displayName = 'S06GovernanceRate';
|
|
12
|
+
export default S06GovernanceRate;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { createElement, forwardRef } from 'react';
|
|
2
|
+
|
|
3
|
+
const S07AdmissionRate = forwardRef(function S07AdmissionRate({ size = 56, ...props }, ref) {
|
|
4
|
+
return createElement(
|
|
5
|
+
'svg',
|
|
6
|
+
{ ref, xmlns: 'http://www.w3.org/2000/svg', width: size, height: size,
|
|
7
|
+
viewBox: '0 0 80 80', ...props },
|
|
8
|
+
createElement('rect', {"width": "36", "height": "28", "x": "14", "y": "16", "fill": "none", "stroke": "currentColor", "strokeWidth": "2.5", "rx": "6"}), createElement('path', {"stroke": "currentColor", "strokeLinecap": "round", "strokeLinejoin": "round", "strokeWidth": "2.5", "d": "m22 44-8 10"}), createElement('path', {"stroke": "currentColor", "strokeLinecap": "round", "strokeWidth": "2.5", "d": "M24 26h16M24 34h12", "opacity": ".3"}), createElement('path', {"stroke": "currentColor", "strokeLinecap": "round", "strokeWidth": "2.5", "d": "m54 24 8 8M62 24l-8 8", "opacity": ".6"})
|
|
9
|
+
);
|
|
10
|
+
});
|
|
11
|
+
S07AdmissionRate.displayName = 'S07AdmissionRate';
|
|
12
|
+
export default S07AdmissionRate;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { createElement, forwardRef } from 'react';
|
|
2
|
+
|
|
3
|
+
const S08KillDecisions = forwardRef(function S08KillDecisions({ size = 56, ...props }, ref) {
|
|
4
|
+
return createElement(
|
|
5
|
+
'svg',
|
|
6
|
+
{ ref, xmlns: 'http://www.w3.org/2000/svg', width: size, height: size,
|
|
7
|
+
viewBox: '0 0 80 80', ...props },
|
|
8
|
+
createElement('circle', {"cx": "40", "cy": "40", "r": "18", "fill": "none", "stroke": "currentColor", "strokeWidth": "2.5"}), createElement('path', {"stroke": "currentColor", "strokeLinecap": "round", "strokeWidth": "2.5", "d": "m32 32 16 16M48 32 32 48"})
|
|
9
|
+
);
|
|
10
|
+
});
|
|
11
|
+
S08KillDecisions.displayName = 'S08KillDecisions';
|
|
12
|
+
export default S08KillDecisions;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { createElement, forwardRef } from 'react';
|
|
2
|
+
|
|
3
|
+
const S09RecoveryActions = forwardRef(function S09RecoveryActions({ size = 56, ...props }, ref) {
|
|
4
|
+
return createElement(
|
|
5
|
+
'svg',
|
|
6
|
+
{ ref, xmlns: 'http://www.w3.org/2000/svg', width: size, height: size,
|
|
7
|
+
viewBox: '0 0 80 80', ...props },
|
|
8
|
+
createElement('path', {"fill": "none", "stroke": "currentColor", "strokeLinecap": "round", "strokeLinejoin": "round", "strokeWidth": "2.5", "d": "M18 20v28q0 8 8 8h28q8 0 8-8V28"}), createElement('path', {"fill": "none", "stroke": "currentColor", "strokeLinecap": "round", "strokeLinejoin": "round", "strokeWidth": "2.5", "d": "m56 34 6-6 6 6"})
|
|
9
|
+
);
|
|
10
|
+
});
|
|
11
|
+
S09RecoveryActions.displayName = 'S09RecoveryActions';
|
|
12
|
+
export default S09RecoveryActions;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { createElement, forwardRef } from 'react';
|
|
2
|
+
|
|
3
|
+
const S10SpiralFrequency = forwardRef(function S10SpiralFrequency({ size = 56, ...props }, ref) {
|
|
4
|
+
return createElement(
|
|
5
|
+
'svg',
|
|
6
|
+
{ ref, xmlns: 'http://www.w3.org/2000/svg', width: size, height: size,
|
|
7
|
+
viewBox: '0 0 80 80', ...props },
|
|
8
|
+
createElement('path', {"fill": "none", "stroke": "currentColor", "strokeLinecap": "round", "strokeLinejoin": "round", "strokeWidth": "2.5", "d": "M40 18q16 0 16 14T40 46q-12 0-12-10 0-8 12-8"}), createElement('path', {"stroke": "currentColor", "strokeLinecap": "round", "strokeLinejoin": "round", "strokeWidth": "2.5", "d": "M40 58V46", "opacity": ".4"})
|
|
9
|
+
);
|
|
10
|
+
});
|
|
11
|
+
S10SpiralFrequency.displayName = 'S10SpiralFrequency';
|
|
12
|
+
export default S10SpiralFrequency;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { createElement, forwardRef } from 'react';
|
|
2
|
+
|
|
3
|
+
const S11EditReadRatio = forwardRef(function S11EditReadRatio({ size = 56, ...props }, ref) {
|
|
4
|
+
return createElement(
|
|
5
|
+
'svg',
|
|
6
|
+
{ ref, xmlns: 'http://www.w3.org/2000/svg', width: size, height: size,
|
|
7
|
+
viewBox: '0 0 80 80', ...props },
|
|
8
|
+
createElement('path', {"fill": "none", "stroke": "currentColor", "strokeLinecap": "round", "strokeLinejoin": "round", "strokeWidth": "2.5", "d": "M14 36q26-20 52 0-26 20-52 0"}), createElement('circle', {"cx": "40", "cy": "36", "r": "6", "fill": "currentColor", "opacity": ".5"}), createElement('path', {"stroke": "currentColor", "strokeLinecap": "round", "strokeWidth": "2.5", "d": "M26 56h28", "opacity": ".3"}), createElement('path', {"stroke": "currentColor", "strokeLinecap": "round", "strokeWidth": "2.5", "d": "M22 64h36", "opacity": ".2"})
|
|
9
|
+
);
|
|
10
|
+
});
|
|
11
|
+
S11EditReadRatio.displayName = 'S11EditReadRatio';
|
|
12
|
+
export default S11EditReadRatio;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { createElement, forwardRef } from 'react';
|
|
2
|
+
|
|
3
|
+
const S12ToolUsage = forwardRef(function S12ToolUsage({ size = 56, ...props }, ref) {
|
|
4
|
+
return createElement(
|
|
5
|
+
'svg',
|
|
6
|
+
{ ref, xmlns: 'http://www.w3.org/2000/svg', width: size, height: size,
|
|
7
|
+
viewBox: '0 0 80 80', ...props },
|
|
8
|
+
createElement('rect', {"width": "16", "height": "16", "x": "18", "y": "18", "fill": "none", "stroke": "currentColor", "strokeWidth": "2.5", "rx": "2"}), createElement('circle', {"cx": "54", "cy": "26", "r": "8", "fill": "none", "stroke": "currentColor", "strokeWidth": "2.5", "opacity": ".6"}), createElement('path', {"fill": "none", "stroke": "currentColor", "strokeLinecap": "round", "strokeLinejoin": "round", "strokeWidth": "2.5", "d": "m18 50 8-8 8 8z", "opacity": ".4"}), createElement('rect', {"width": "16", "height": "16", "x": "44", "y": "42", "fill": "none", "stroke": "currentColor", "strokeWidth": "2.5", "opacity": ".5", "rx": "8"})
|
|
9
|
+
);
|
|
10
|
+
});
|
|
11
|
+
S12ToolUsage.displayName = 'S12ToolUsage';
|
|
12
|
+
export default S12ToolUsage;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { createElement, forwardRef } from 'react';
|
|
2
|
+
|
|
3
|
+
const S13WordsDay = forwardRef(function S13WordsDay({ size = 56, ...props }, ref) {
|
|
4
|
+
return createElement(
|
|
5
|
+
'svg',
|
|
6
|
+
{ ref, xmlns: 'http://www.w3.org/2000/svg', width: size, height: size,
|
|
7
|
+
viewBox: '0 0 80 80', ...props },
|
|
8
|
+
createElement('rect', {"width": "36", "height": "24", "x": "16", "y": "18", "fill": "none", "stroke": "currentColor", "strokeWidth": "2.5", "rx": "6"}), createElement('path', {"stroke": "currentColor", "strokeLinecap": "round", "strokeLinejoin": "round", "strokeWidth": "2.5", "d": "m24 42-8 10"}), createElement('path', {"stroke": "currentColor", "strokeLinecap": "round", "strokeWidth": "2.5", "d": "M24 28h20", "opacity": ".4"}), createElement('path', {"stroke": "currentColor", "strokeLinecap": "round", "strokeWidth": "2.5", "d": "M24 34h14", "opacity": ".3"})
|
|
9
|
+
);
|
|
10
|
+
});
|
|
11
|
+
S13WordsDay.displayName = 'S13WordsDay';
|
|
12
|
+
export default S13WordsDay;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { createElement, forwardRef } from 'react';
|
|
2
|
+
|
|
3
|
+
const S14SessionVolume = forwardRef(function S14SessionVolume({ size = 56, ...props }, ref) {
|
|
4
|
+
return createElement(
|
|
5
|
+
'svg',
|
|
6
|
+
{ ref, xmlns: 'http://www.w3.org/2000/svg', width: size, height: size,
|
|
7
|
+
viewBox: '0 0 80 80', ...props },
|
|
8
|
+
createElement('rect', {"width": "12", "height": "12", "x": "16", "y": "20", "fill": "currentColor", "opacity": ".3", "rx": "2"}), createElement('rect', {"width": "12", "height": "12", "x": "32", "y": "20", "fill": "currentColor", "opacity": ".5", "rx": "2"}), createElement('rect', {"width": "12", "height": "12", "x": "48", "y": "20", "fill": "currentColor", "opacity": ".7", "rx": "2"}), createElement('rect', {"width": "12", "height": "12", "x": "16", "y": "36", "fill": "currentColor", "opacity": ".4", "rx": "2"}), createElement('rect', {"width": "12", "height": "12", "x": "32", "y": "36", "fill": "currentColor", "opacity": ".8", "rx": "2"}), createElement('rect', {"width": "12", "height": "12", "x": "48", "y": "36", "fill": "currentColor", "opacity": ".2", "rx": "2"}), createElement('rect', {"width": "12", "height": "12", "x": "16", "y": "52", "fill": "currentColor", "opacity": ".6", "rx": "2"}), createElement('rect', {"width": "12", "height": "12", "x": "32", "y": "52", "fill": "currentColor", "opacity": ".3", "rx": "2"}), createElement('rect', {"width": "12", "height": "12", "x": "48", "y": "52", "fill": "currentColor", "opacity": ".9", "rx": "2"})
|
|
9
|
+
);
|
|
10
|
+
});
|
|
11
|
+
S14SessionVolume.displayName = 'S14SessionVolume';
|
|
12
|
+
export default S14SessionVolume;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { createElement, forwardRef } from 'react';
|
|
2
|
+
|
|
3
|
+
const Scaffold = forwardRef(function Scaffold({ size = 56, ...props }, ref) {
|
|
4
|
+
return createElement(
|
|
5
|
+
'svg',
|
|
6
|
+
{ ref, xmlns: 'http://www.w3.org/2000/svg', width: size, height: size,
|
|
7
|
+
viewBox: '0 0 80 80', ...props },
|
|
8
|
+
createElement('path', {"stroke": "currentColor", "strokeLinecap": "round", "strokeWidth": "2.5", "d": "M20 64V20M20 20h40M60 20v44"}), createElement('path', {"stroke": "currentColor", "strokeLinecap": "round", "strokeWidth": "2.5", "d": "M20 40h40M40 20v44", "opacity": ".4"})
|
|
9
|
+
);
|
|
10
|
+
});
|
|
11
|
+
Scaffold.displayName = 'Scaffold';
|
|
12
|
+
export default Scaffold;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { createElement, forwardRef } from 'react';
|
|
2
|
+
|
|
3
|
+
const SessionDepth = forwardRef(function SessionDepth({ size = 56, ...props }, ref) {
|
|
4
|
+
return createElement(
|
|
5
|
+
'svg',
|
|
6
|
+
{ ref, xmlns: 'http://www.w3.org/2000/svg', width: size, height: size,
|
|
7
|
+
viewBox: '0 0 80 80', ...props },
|
|
8
|
+
createElement('rect', {"width": "20", "height": "48", "x": "16", "y": "16", "fill": "none", "stroke": "currentColor", "strokeWidth": "2.5", "rx": "3"}), createElement('rect', {"width": "20", "height": "24", "x": "16", "y": "40", "fill": "currentColor", "opacity": ".5", "rx": "3"}), createElement('rect', {"width": "20", "height": "48", "x": "44", "y": "16", "fill": "none", "stroke": "currentColor", "strokeWidth": "2.5", "rx": "3"}), createElement('rect', {"width": "20", "height": "40", "x": "44", "y": "24", "fill": "currentColor", "opacity": ".5", "rx": "3"})
|
|
9
|
+
);
|
|
10
|
+
});
|
|
11
|
+
SessionDepth.displayName = 'SessionDepth';
|
|
12
|
+
export default SessionDepth;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { createElement, forwardRef } from 'react';
|
|
2
|
+
|
|
3
|
+
const SpiralAnatomy = forwardRef(function SpiralAnatomy({ size = 56, ...props }, ref) {
|
|
4
|
+
return createElement(
|
|
5
|
+
'svg',
|
|
6
|
+
{ ref, xmlns: 'http://www.w3.org/2000/svg', width: size, height: size,
|
|
7
|
+
viewBox: '0 0 80 80', ...props },
|
|
8
|
+
createElement('path', {"fill": "none", "stroke": "currentColor", "strokeLinecap": "round", "strokeLinejoin": "round", "strokeWidth": "2.5", "d": "M40 16q18 0 18 16T40 48q-14 0-14-12 0-8 8-8M34 48l-6 8h12"})
|
|
9
|
+
);
|
|
10
|
+
});
|
|
11
|
+
SpiralAnatomy.displayName = 'SpiralAnatomy';
|
|
12
|
+
export default SpiralAnatomy;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { createElement, forwardRef } from 'react';
|
|
2
|
+
|
|
3
|
+
const StorageDiscipline = forwardRef(function StorageDiscipline({ size = 56, ...props }, ref) {
|
|
4
|
+
return createElement(
|
|
5
|
+
'svg',
|
|
6
|
+
{ ref, xmlns: 'http://www.w3.org/2000/svg', width: size, height: size,
|
|
7
|
+
viewBox: '0 0 80 80', ...props },
|
|
8
|
+
createElement('rect', {"width": "44", "height": "48", "x": "18", "y": "16", "fill": "none", "stroke": "currentColor", "strokeWidth": "2.5", "rx": "4"}), createElement('path', {"stroke": "currentColor", "strokeLinecap": "round", "strokeWidth": "2.5", "d": "M18 30h44M18 44h44", "opacity": ".5"}), createElement('rect', {"width": "12", "height": "6", "x": "34", "y": "52", "fill": "currentColor", "opacity": ".5", "rx": "2"})
|
|
9
|
+
);
|
|
10
|
+
});
|
|
11
|
+
StorageDiscipline.displayName = 'StorageDiscipline';
|
|
12
|
+
export default StorageDiscipline;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { createElement, forwardRef } from 'react';
|
|
2
|
+
|
|
3
|
+
const Sweeps = forwardRef(function Sweeps({ size = 56, ...props }, ref) {
|
|
4
|
+
return createElement(
|
|
5
|
+
'svg',
|
|
6
|
+
{ ref, xmlns: 'http://www.w3.org/2000/svg', width: size, height: size,
|
|
7
|
+
viewBox: '0 0 80 80', ...props },
|
|
8
|
+
createElement('path', {"fill": "none", "stroke": "currentColor", "strokeLinecap": "round", "strokeLinejoin": "round", "strokeWidth": "2.5", "d": "M14 56q14-26 26-16t26-16", "opacity": ".3"}), createElement('path', {"fill": "none", "stroke": "currentColor", "strokeLinecap": "round", "strokeLinejoin": "round", "strokeWidth": "2.5", "d": "M14 64q14-26 26-16t26-16", "opacity": ".55"}), createElement('path', {"fill": "none", "stroke": "currentColor", "strokeLinecap": "round", "strokeLinejoin": "round", "strokeWidth": "2.5", "d": "M14 72q14-26 26-16t26-16", "opacity": ".85"})
|
|
9
|
+
);
|
|
10
|
+
});
|
|
11
|
+
Sweeps.displayName = 'Sweeps';
|
|
12
|
+
export default Sweeps;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { createElement, forwardRef } from 'react';
|
|
2
|
+
|
|
3
|
+
const Target = forwardRef(function Target({ size = 56, ...props }, ref) {
|
|
4
|
+
return createElement(
|
|
5
|
+
'svg',
|
|
6
|
+
{ ref, xmlns: 'http://www.w3.org/2000/svg', width: size, height: size,
|
|
7
|
+
viewBox: '0 0 80 80', ...props },
|
|
8
|
+
createElement('circle', {"cx": "40", "cy": "40", "r": "20", "fill": "none", "stroke": "currentColor", "strokeWidth": "2.5"}), createElement('circle', {"cx": "40", "cy": "40", "r": "10", "fill": "none", "stroke": "currentColor", "strokeWidth": "2.5", "opacity": ".6"}), createElement('circle', {"cx": "40", "cy": "40", "r": "3", "fill": "currentColor"})
|
|
9
|
+
);
|
|
10
|
+
});
|
|
11
|
+
Target.displayName = 'Target';
|
|
12
|
+
export default Target;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { createElement, forwardRef } from 'react';
|
|
2
|
+
|
|
3
|
+
const TheGap = forwardRef(function TheGap({ size = 56, ...props }, ref) {
|
|
4
|
+
return createElement(
|
|
5
|
+
'svg',
|
|
6
|
+
{ ref, xmlns: 'http://www.w3.org/2000/svg', width: size, height: size,
|
|
7
|
+
viewBox: '0 0 80 80', ...props },
|
|
8
|
+
createElement('path', {"stroke": "currentColor", "stroke-dasharray": "5 3", "strokeLinecap": "round", "strokeWidth": "2.5", "d": "M16 44h48", "opacity": ".6"}), createElement('path', {"fill": "none", "stroke": "currentColor", "strokeLinecap": "round", "strokeLinejoin": "round", "strokeWidth": "2.5", "d": "M16 44q16-4 28-16 8-8 20-14"}), createElement('path', {"stroke": "currentColor", "strokeLinecap": "round", "strokeWidth": "2.5", "d": "M50 24v20", "opacity": ".5"})
|
|
9
|
+
);
|
|
10
|
+
});
|
|
11
|
+
TheGap.displayName = 'TheGap';
|
|
12
|
+
export default TheGap;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { createElement, forwardRef } from 'react';
|
|
2
|
+
|
|
3
|
+
const TimeCompression = forwardRef(function TimeCompression({ size = 56, ...props }, ref) {
|
|
4
|
+
return createElement(
|
|
5
|
+
'svg',
|
|
6
|
+
{ ref, xmlns: 'http://www.w3.org/2000/svg', width: size, height: size,
|
|
7
|
+
viewBox: '0 0 80 80', ...props },
|
|
8
|
+
createElement('path', {"stroke": "currentColor", "strokeLinecap": "round", "strokeWidth": "2.5", "d": "M14 24h20M14 36h20M14 48h20M14 60h20", "opacity": ".35"}), createElement('path', {"fill": "none", "stroke": "currentColor", "strokeLinecap": "round", "strokeLinejoin": "round", "strokeWidth": "2.5", "d": "m38 20 4 20-4 20", "opacity": ".5"}), createElement('path', {"stroke": "currentColor", "strokeLinecap": "round", "strokeWidth": "2.5", "d": "M46 34h20M46 48h20"})
|
|
9
|
+
);
|
|
10
|
+
});
|
|
11
|
+
TimeCompression.displayName = 'TimeCompression';
|
|
12
|
+
export default TimeCompression;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { createElement, forwardRef } from 'react';
|
|
2
|
+
|
|
3
|
+
const Vision = forwardRef(function Vision({ size = 56, ...props }, ref) {
|
|
4
|
+
return createElement(
|
|
5
|
+
'svg',
|
|
6
|
+
{ ref, xmlns: 'http://www.w3.org/2000/svg', width: size, height: size,
|
|
7
|
+
viewBox: '0 0 80 80', ...props },
|
|
8
|
+
createElement('path', {"stroke": "currentColor", "strokeLinecap": "round", "strokeWidth": "2.5", "d": "M16 56h48", "opacity": ".5"}), createElement('circle', {"cx": "56", "cy": "32", "r": "4", "fill": "currentColor"}), createElement('circle', {"cx": "56", "cy": "32", "r": "10", "fill": "none", "stroke": "currentColor", "strokeWidth": "2.5", "opacity": ".5"}), createElement('path', {"stroke": "currentColor", "stroke-dasharray": "4 3", "strokeLinecap": "round", "strokeLinejoin": "round", "strokeWidth": "2.5", "d": "m16 56 32-20", "opacity": ".6"})
|
|
9
|
+
);
|
|
10
|
+
});
|
|
11
|
+
Vision.displayName = 'Vision';
|
|
12
|
+
export default Vision;
|