@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
package/BLADE.md
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
# Using @cemresearchproject/icons in Laravel / Blade
|
|
2
|
+
|
|
3
|
+
The React components in `src/` cannot run in Blade. Blade apps consume
|
|
4
|
+
this package two ways — a ready-made component, or the raw SVGs.
|
|
5
|
+
|
|
6
|
+
## Recommended — register the packaged Blade component
|
|
7
|
+
|
|
8
|
+
`npm install` cannot register a Blade component (Blade discovery is
|
|
9
|
+
Laravel's job, not node's). Register the path **once** per app, in a
|
|
10
|
+
service provider's `boot()` method:
|
|
11
|
+
|
|
12
|
+
```php
|
|
13
|
+
use Illuminate\Support\Facades\Blade;
|
|
14
|
+
|
|
15
|
+
public function boot(): void
|
|
16
|
+
{
|
|
17
|
+
Blade::anonymousComponentPath(
|
|
18
|
+
base_path('node_modules/@cemresearchproject/icons/blade'),
|
|
19
|
+
'cem'
|
|
20
|
+
);
|
|
21
|
+
}
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
Then anywhere in any view:
|
|
25
|
+
|
|
26
|
+
```blade
|
|
27
|
+
<x-cem::cem-icon name="foundation" />
|
|
28
|
+
<x-cem::cem-icon name="drift-tax" :size="24" />
|
|
29
|
+
<x-cem::cem-icon name="pendulum" class="dark-register" />
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
- `name` — the icon's kebab-case file name (`foundation`, `s-01-commit-velocity`,
|
|
33
|
+
`pentagon`). Same names as the `svg/` folder.
|
|
34
|
+
- `size` — width/height in px. Default 56.
|
|
35
|
+
- Any other attribute (`class`, `style`, `aria-label`, `id`) passes
|
|
36
|
+
through onto the root `<svg>`.
|
|
37
|
+
- **Color is not an attribute.** Icons use `currentColor` — set color via
|
|
38
|
+
CSS `color` on the element or a parent (`.light-register` / `.dark-register`).
|
|
39
|
+
- Unknown `name`: throws in `APP_DEBUG=true`, renders nothing in production.
|
|
40
|
+
|
|
41
|
+
## Alternative — raw SVGs, your own component
|
|
42
|
+
|
|
43
|
+
If you do not want to register a `node_modules` path, the package also
|
|
44
|
+
ships raw SVGs at `node_modules/@cemresearchproject/icons/svg/*.svg`.
|
|
45
|
+
Point an existing local icon component at that directory. You still get
|
|
46
|
+
the package as the single source — just supply your own wrapper.
|
|
47
|
+
|
|
48
|
+
## Do not vendor the SVGs
|
|
49
|
+
|
|
50
|
+
Copying the `svg/` files into the app repo forks the icon set — the app
|
|
51
|
+
stops receiving updates on `npm update`. Read them from `node_modules`,
|
|
52
|
+
or sync them with a build step. Never paste them in as the source of truth.
|
|
53
|
+
|
|
54
|
+
## Updating
|
|
55
|
+
|
|
56
|
+
`npm update @cemresearchproject/icons` pulls the latest published
|
|
57
|
+
version. No Blade changes needed — the component reads whatever SVGs
|
|
58
|
+
are in the installed package.
|
package/README.md
ADDED
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
# @cemresearchproject/icons
|
|
2
|
+
|
|
3
|
+
CEM Research Project icon set — 54 single-color SVG icons.
|
|
4
|
+
|
|
5
|
+
## Install
|
|
6
|
+
|
|
7
|
+
```sh
|
|
8
|
+
npm install @cemresearchproject/icons
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
`react >= 17` is a peer dependency (only needed for the React components —
|
|
12
|
+
the raw SVG and sprite work with no dependencies).
|
|
13
|
+
|
|
14
|
+
## Use — React
|
|
15
|
+
|
|
16
|
+
Named import. Tree-shakes with any modern bundler:
|
|
17
|
+
|
|
18
|
+
```jsx
|
|
19
|
+
import { Foundation, DriftTax, Pentagon } from '@cemresearchproject/icons';
|
|
20
|
+
|
|
21
|
+
<Foundation /> // 56×56 default
|
|
22
|
+
<DriftTax size={24} />
|
|
23
|
+
<Pentagon className="dark-register" /> // color via CSS currentColor
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
Direct import — bypasses the barrel, best build performance:
|
|
27
|
+
|
|
28
|
+
```jsx
|
|
29
|
+
import Foundation from '@cemresearchproject/icons/Foundation';
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
**Never** `import * as Icons` — it pulls all 54 into the bundle and
|
|
33
|
+
defeats tree-shaking.
|
|
34
|
+
|
|
35
|
+
Every component forwards a ref and accepts any SVG prop (`stroke`,
|
|
36
|
+
`onClick`, `aria-label`, …). Color is **not** a prop — icons use
|
|
37
|
+
`currentColor`, so they inherit CSS `color`:
|
|
38
|
+
|
|
39
|
+
```css
|
|
40
|
+
.light-register { color: var(--iris-500); } /* #6051F0 */
|
|
41
|
+
.dark-register { color: var(--iris-400); } /* #8478FF */
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
## Use — runtime / dynamic names
|
|
45
|
+
|
|
46
|
+
When the icon name comes from data (CMS, config), use `iconRegistry`:
|
|
47
|
+
|
|
48
|
+
```jsx
|
|
49
|
+
import { iconRegistry } from '@cemresearchproject/icons';
|
|
50
|
+
const { default: Icon } = await iconRegistry['drift-tax']();
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
## Use — Laravel / Blade
|
|
54
|
+
|
|
55
|
+
work-hub, CRP, portal are Blade — the React components do not run there.
|
|
56
|
+
The package ships a Blade component. Register its path once per app:
|
|
57
|
+
|
|
58
|
+
```php
|
|
59
|
+
Blade::anonymousComponentPath(
|
|
60
|
+
base_path('node_modules/@cemresearchproject/icons/blade'), 'cem'
|
|
61
|
+
);
|
|
62
|
+
```
|
|
63
|
+
|
|
64
|
+
```blade
|
|
65
|
+
<x-cem::cem-icon name="foundation" :size="24" class="dark-register" />
|
|
66
|
+
```
|
|
67
|
+
|
|
68
|
+
Full Laravel guide: see `BLADE.md`.
|
|
69
|
+
|
|
70
|
+
## Use — no React
|
|
71
|
+
|
|
72
|
+
```js
|
|
73
|
+
// sprite
|
|
74
|
+
import sprite from '@cemresearchproject/icons/sprite.svg';
|
|
75
|
+
// <svg><use href={`${sprite}#cem-foundation`} /></svg>
|
|
76
|
+
|
|
77
|
+
// single raw file
|
|
78
|
+
import foundationUrl from '@cemresearchproject/icons/svg/foundation.svg';
|
|
79
|
+
```
|
|
80
|
+
|
|
81
|
+
## Component names
|
|
82
|
+
|
|
83
|
+
PascalCase, derived from the kebab-case file name. Numeric-leading names
|
|
84
|
+
move the number to the end (`80-premise` → `Premise80`). Sprite symbol
|
|
85
|
+
ids and the `iconRegistry` keys stay kebab-case (`cem-foundation`,
|
|
86
|
+
`drift-tax`).
|
|
87
|
+
|
|
88
|
+
## Adding an icon
|
|
89
|
+
|
|
90
|
+
See `ICONS-SPEC.md`. A new icon conforms to every invariant there, or it
|
|
91
|
+
is wrong. Drop the SVG in `svg/`, regenerate.
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
@props(['name', 'size' => 56])
|
|
2
|
+
|
|
3
|
+
@php
|
|
4
|
+
// svg/ ships in the same package, one level up from this blade/ dir
|
|
5
|
+
$svgDir = __DIR__ . '/../svg';
|
|
6
|
+
$file = $svgDir . '/' . $name . '.svg';
|
|
7
|
+
|
|
8
|
+
if (! is_file($file)) {
|
|
9
|
+
// fail loud in local/dev, silent in production
|
|
10
|
+
if (config('app.debug')) {
|
|
11
|
+
throw new \InvalidArgumentException("cem-icon: unknown icon [{$name}]");
|
|
12
|
+
}
|
|
13
|
+
$svg = null;
|
|
14
|
+
} else {
|
|
15
|
+
$svg = file_get_contents($file);
|
|
16
|
+
|
|
17
|
+
// inject size + any passthrough attributes (class, style, aria-*, etc.)
|
|
18
|
+
// color is NOT set here — icons use currentColor, inherit from CSS
|
|
19
|
+
$attrs = $attributes->merge([
|
|
20
|
+
'width' => $size,
|
|
21
|
+
'height' => $size,
|
|
22
|
+
])->toHtml();
|
|
23
|
+
|
|
24
|
+
// splice attributes into the root <svg ...> tag
|
|
25
|
+
$svg = preg_replace('/<svg\b/', '<svg ' . $attrs, $svg, 1);
|
|
26
|
+
}
|
|
27
|
+
@endphp
|
|
28
|
+
|
|
29
|
+
@if($svg)
|
|
30
|
+
{!! $svg !!}
|
|
31
|
+
@endif
|
package/index.d.ts
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import { ForwardRefExoticComponent, RefAttributes, SVGProps } from 'react';
|
|
2
|
+
|
|
3
|
+
export interface CemIconProps extends Omit<SVGProps<SVGSVGElement>, 'ref'> {
|
|
4
|
+
size?: number | string;
|
|
5
|
+
}
|
|
6
|
+
export type CemIcon = ForwardRefExoticComponent<CemIconProps & RefAttributes<SVGSVGElement>>;
|
|
7
|
+
|
|
8
|
+
export const Premise80: CemIcon;
|
|
9
|
+
export const AcceptDriftTax: CemIcon;
|
|
10
|
+
export const AnchoredData: CemIcon;
|
|
11
|
+
export const Breadcrumbs: CemIcon;
|
|
12
|
+
export const Bridge: CemIcon;
|
|
13
|
+
export const BuildCompression: CemIcon;
|
|
14
|
+
export const CemTime: CemIcon;
|
|
15
|
+
export const CoEvolution: CemIcon;
|
|
16
|
+
export const CompoundingRatio: CemIcon;
|
|
17
|
+
export const DecisionEfficiency: CemIcon;
|
|
18
|
+
export const Direction: CemIcon;
|
|
19
|
+
export const DriftTax: CemIcon;
|
|
20
|
+
export const EnvironmentalControl: CemIcon;
|
|
21
|
+
export const Execution: CemIcon;
|
|
22
|
+
export const Foundation: CemIcon;
|
|
23
|
+
export const Governor: CemIcon;
|
|
24
|
+
export const Guardrails: CemIcon;
|
|
25
|
+
export const KnowledgeYield: CemIcon;
|
|
26
|
+
export const Maintenance: CemIcon;
|
|
27
|
+
export const MultiThread: CemIcon;
|
|
28
|
+
export const MvpScore: CemIcon;
|
|
29
|
+
export const N1: CemIcon;
|
|
30
|
+
export const NestedCycles: CemIcon;
|
|
31
|
+
export const NoBacklog: CemIcon;
|
|
32
|
+
export const NoLongPlanning: CemIcon;
|
|
33
|
+
export const Operator: CemIcon;
|
|
34
|
+
export const Pendulum: CemIcon;
|
|
35
|
+
export const Pentagon: CemIcon;
|
|
36
|
+
export const RecoveryChain: CemIcon;
|
|
37
|
+
export const Regroup: CemIcon;
|
|
38
|
+
export const Routing: CemIcon;
|
|
39
|
+
export const S01CommitVelocity: CemIcon;
|
|
40
|
+
export const S02DaysToMvp: CemIcon;
|
|
41
|
+
export const S03Rework: CemIcon;
|
|
42
|
+
export const S04ParallelRate: CemIcon;
|
|
43
|
+
export const S05VelocityTrajectory: CemIcon;
|
|
44
|
+
export const S06GovernanceRate: CemIcon;
|
|
45
|
+
export const S07AdmissionRate: CemIcon;
|
|
46
|
+
export const S08KillDecisions: CemIcon;
|
|
47
|
+
export const S09RecoveryActions: CemIcon;
|
|
48
|
+
export const S10SpiralFrequency: CemIcon;
|
|
49
|
+
export const S11EditReadRatio: CemIcon;
|
|
50
|
+
export const S12ToolUsage: CemIcon;
|
|
51
|
+
export const S13WordsDay: CemIcon;
|
|
52
|
+
export const S14SessionVolume: CemIcon;
|
|
53
|
+
export const Scaffold: CemIcon;
|
|
54
|
+
export const SessionDepth: CemIcon;
|
|
55
|
+
export const SpiralAnatomy: CemIcon;
|
|
56
|
+
export const StorageDiscipline: CemIcon;
|
|
57
|
+
export const Sweeps: CemIcon;
|
|
58
|
+
export const Target: CemIcon;
|
|
59
|
+
export const TheGap: CemIcon;
|
|
60
|
+
export const TimeCompression: CemIcon;
|
|
61
|
+
export const Vision: CemIcon;
|
|
62
|
+
|
|
63
|
+
export const iconRegistry: Record<string, () => Promise<{ default: CemIcon }>>;
|
package/package.json
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@cemresearchproject/icons",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "CEM Research Project icon set \u2014 54 single-color SVG icons.",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"sideEffects": false,
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"files": [
|
|
9
|
+
"src",
|
|
10
|
+
"svg",
|
|
11
|
+
"blade",
|
|
12
|
+
"sprite.svg",
|
|
13
|
+
"index.d.ts",
|
|
14
|
+
"README.md",
|
|
15
|
+
"BLADE.md"
|
|
16
|
+
],
|
|
17
|
+
"exports": {
|
|
18
|
+
".": {
|
|
19
|
+
"types": "./index.d.ts",
|
|
20
|
+
"import": "./src/index.js"
|
|
21
|
+
},
|
|
22
|
+
"./sprite.svg": "./sprite.svg",
|
|
23
|
+
"./svg/*.svg": "./svg/*.svg",
|
|
24
|
+
"./*": {
|
|
25
|
+
"import": "./src/icons/*.js"
|
|
26
|
+
},
|
|
27
|
+
"./blade": "./blade",
|
|
28
|
+
"./blade/*": "./blade/*"
|
|
29
|
+
},
|
|
30
|
+
"peerDependencies": {
|
|
31
|
+
"react": ">=17"
|
|
32
|
+
},
|
|
33
|
+
"publishConfig": {
|
|
34
|
+
"access": "public"
|
|
35
|
+
},
|
|
36
|
+
"keywords": [
|
|
37
|
+
"icons",
|
|
38
|
+
"svg",
|
|
39
|
+
"react",
|
|
40
|
+
"cem"
|
|
41
|
+
]
|
|
42
|
+
}
|
package/sprite.svg
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" style="display:none">
|
|
2
|
+
<symbol id="cem-80-premise" viewBox="0 0 80 80"><circle cx="40" cy="40" r="22" fill="none" stroke="currentColor" stroke-width="2.5"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M40 18a22 22 0 1 1-20.5 11" opacity=".5"/></symbol>
|
|
3
|
+
<symbol id="cem-accept-drift-tax" viewBox="0 0 80 80"><circle cx="36" cy="40" r="20" fill="none" stroke="currentColor" stroke-width="2.5"/><circle cx="36" cy="40" r="10" fill="none" stroke="currentColor" stroke-width="2.5" opacity=".5"/><circle cx="36" cy="40" r="2" fill="currentColor" opacity=".5"/><circle cx="50" cy="30" r="4" fill="currentColor"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="m56 36 4-4"/></symbol>
|
|
4
|
+
<symbol id="cem-anchored-data" viewBox="0 0 80 80"><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M40 16v26"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M28 48q0 14 12 14t12-14"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M28 48v-6M52 48v-6"/></symbol>
|
|
5
|
+
<symbol id="cem-breadcrumbs" viewBox="0 0 80 80"><circle cx="16" cy="40" r="3" fill="currentColor" opacity=".5"/><circle cx="30" cy="34" r="3" fill="currentColor" opacity=".6"/><circle cx="44" cy="40" r="3" fill="currentColor" opacity=".7"/><circle cx="58" cy="34" r="4" fill="currentColor"/></symbol>
|
|
6
|
+
<symbol id="cem-bridge" viewBox="0 0 80 80"><rect width="20" height="28" x="14" y="30" fill="none" stroke="currentColor" stroke-width="2.5" rx="3"/><rect width="20" height="28" x="46" y="30" fill="none" stroke="currentColor" stroke-width="2.5" rx="3"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M34 44h12"/></symbol>
|
|
7
|
+
<symbol id="cem-build-compression" viewBox="0 0 80 80"><rect width="52" height="12" x="14" y="16" fill="currentColor" opacity=".5" rx="3"/><rect width="34" height="12" x="14" y="34" fill="currentColor" opacity=".7" rx="3"/><rect width="18" height="12" x="14" y="52" fill="currentColor" rx="3"/></symbol>
|
|
8
|
+
<symbol id="cem-cem-time" viewBox="0 0 80 80"><circle cx="36" cy="42" r="22" fill="none" stroke="currentColor" stroke-width="2.5"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M36 42V28M36 42h12"/><text x="58" y="28" fill="currentColor" style="font-size:18px;font-weight:700;font-family:"Outfit",sans-serif">×</text></symbol>
|
|
9
|
+
<symbol id="cem-co-evolution" viewBox="0 0 80 80"><circle cx="16" cy="60" r="3" fill="currentColor"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M16 60q12-10 24-30 8-12 24-18"/><path fill="none" stroke="currentColor" stroke-dasharray="5 3" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M16 60q12-4 24-12 8-6 24-12" opacity=".6"/></symbol>
|
|
10
|
+
<symbol id="cem-compounding-ratio" viewBox="0 0 80 80"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M16 56q16-4 24-16t24-24"/><path fill="none" stroke="currentColor" stroke-dasharray="5 3" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M16 24q16 4 24 12t24 20" opacity=".5"/></symbol>
|
|
11
|
+
<symbol id="cem-decision-efficiency" viewBox="0 0 80 80"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M16 44h14l10-24 10 24h14"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="m58 38 6 6-6 6"/><circle cx="40" cy="20" r="3" fill="currentColor"/></symbol>
|
|
12
|
+
<symbol id="cem-direction" viewBox="0 0 80 80"><path fill="currentColor" d="m40 12 4 18 14-12-12 14 18 4-18 4 12 14-14-12-4 18-4-18-14 12 12-14-18-4 18-4-12-14 14 12Z" opacity=".6"/><circle cx="40" cy="36" r="3" fill="currentColor"/></symbol>
|
|
13
|
+
<symbol id="cem-drift-tax" viewBox="0 0 80 80"><circle cx="36" cy="40" r="24" fill="none" stroke="currentColor" stroke-width="2.5"/><circle cx="36" cy="40" r="12" fill="none" stroke="currentColor" stroke-width="2.5" opacity=".5"/><circle cx="36" cy="40" r="2" fill="currentColor" opacity=".3"/><circle cx="52" cy="28" r="4" fill="currentColor"/></symbol>
|
|
14
|
+
<symbol id="cem-environmental-control" viewBox="0 0 80 80"><rect width="48" height="48" x="16" y="16" fill="none" stroke="currentColor" stroke-width="2.5" rx="6"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M28 28v16"/><circle cx="28" cy="48" r="3" fill="currentColor"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M40 36v8"/><circle cx="40" cy="32" r="3" fill="currentColor"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M52 28v16"/><circle cx="52" cy="48" r="3" fill="currentColor"/></symbol>
|
|
15
|
+
<symbol id="cem-execution" viewBox="0 0 80 80"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M18 54h18V36h18V20h12"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="m58 26 8-6-8-6"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M14 44h14" opacity=".3"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M14 36h8" opacity=".2"/></symbol>
|
|
16
|
+
<symbol id="cem-foundation" viewBox="0 0 80 80"><rect width="36" height="10" x="22" y="56" fill="currentColor" rx="2"/><rect width="32" height="10" x="24" y="42" fill="currentColor" opacity=".7" rx="2"/><rect width="28" height="10" x="26" y="28" fill="currentColor" opacity=".45" rx="2"/><rect width="24" height="10" x="28" y="14" fill="currentColor" opacity=".25" rx="2"/></symbol>
|
|
17
|
+
<symbol id="cem-governor" viewBox="0 0 80 80"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M16 58a28 28 0 0 1 48 0"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="m40 56 12-26"/><circle cx="40" cy="56" r="3" fill="currentColor"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="m18 46 4 2M28 32l3 3M52 32l-3 3M62 46l-4 2" opacity=".4"/></symbol>
|
|
18
|
+
<symbol id="cem-guardrails" viewBox="0 0 80 80"><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M22 14v52M58 14v52"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M30 58q10-32 20-16" opacity=".5"/></symbol>
|
|
19
|
+
<symbol id="cem-knowledge-yield" viewBox="0 0 80 80"><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M16 60h48" opacity=".5"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M40 60V20"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="m34 26 6-6 6 6"/><circle cx="24" cy="60" r="3" fill="currentColor" opacity=".5"/><circle cx="56" cy="60" r="3" fill="currentColor" opacity=".5"/></symbol>
|
|
20
|
+
<symbol id="cem-maintenance" viewBox="0 0 80 80"><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M14 24h52M24 24v38M56 24v38M24 62h32"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M24 43h32" opacity=".35"/></symbol>
|
|
21
|
+
<symbol id="cem-multi-thread" viewBox="0 0 80 80"><circle cx="14" cy="40" r="3" fill="currentColor"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M18 24h44M18 40h44M18 56h44"/><circle cx="50" cy="24" r="3" fill="currentColor" opacity=".5"/><circle cx="36" cy="40" r="3" fill="currentColor" opacity=".5"/><circle cx="58" cy="56" r="3" fill="currentColor" opacity=".5"/></symbol>
|
|
22
|
+
<symbol id="cem-mvp-score" viewBox="0 0 80 80"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M40 14v36"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="m30 28 10-14 10 14"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M24 62h32"/></symbol>
|
|
23
|
+
<symbol id="cem-n-1" viewBox="0 0 80 80"><circle cx="40" cy="32" r="16" fill="none" stroke="currentColor" stroke-width="2.5"/><circle cx="40" cy="32" r="5" fill="currentColor"/><text x="28" y="66" fill="currentColor" style="font-size:16px;font-weight:700;font-family:"JetBrains Mono",monospace">n=1</text></symbol>
|
|
24
|
+
<symbol id="cem-nested-cycles" viewBox="0 0 80 80"><rect width="24" height="24" x="28" y="28" fill="none" stroke="currentColor" stroke-width="2.5" rx="5"/><rect width="44" height="44" x="18" y="18" fill="none" stroke="currentColor" stroke-width="2.5" opacity=".6" rx="8"/><rect width="64" height="64" x="8" y="8" fill="none" stroke="currentColor" stroke-width="2.5" opacity=".3" rx="11"/></symbol>
|
|
25
|
+
<symbol id="cem-no-backlog" viewBox="0 0 80 80"><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M24 22h32M24 38h32M24 54h32" opacity=".5"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="m18 16 44 44"/></symbol>
|
|
26
|
+
<symbol id="cem-no-long-planning" viewBox="0 0 80 80"><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M16 40h20"/><circle cx="28" cy="40" r="3" fill="currentColor"/><path stroke="currentColor" stroke-dasharray="3 4" stroke-linecap="round" stroke-width="2.5" d="M40 40h24" opacity=".5"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M42 34v12"/></symbol>
|
|
27
|
+
<symbol id="cem-operator" viewBox="0 0 80 80"><circle cx="40" cy="24" r="8" fill="none" stroke="currentColor" stroke-width="2.5"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M24 62q0-18 16-18t16 18"/><rect width="20" height="4" x="30" y="54" fill="currentColor" opacity=".4" rx="2"/></symbol>
|
|
28
|
+
<symbol id="cem-pendulum" viewBox="0 0 80 80"><circle cx="40" cy="20" r="4" fill="currentColor" opacity=".4"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M40 20v30"/><circle cx="24" cy="64" r="6" fill="none" stroke="currentColor" stroke-width="2.5"/><circle cx="56" cy="64" r="6" fill="currentColor" opacity=".5"/></symbol>
|
|
29
|
+
<symbol id="cem-pentagon" viewBox="0 0 80 80"><path fill="none" stroke="currentColor" stroke-width="2.5" d="m40 13 25.7 18.68-9.81 30.15H24.12l-9.81-30.15z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="1.5" d="M40 40V13M40 40l25.7-8.32M40 40l15.89 21.83M40 40 24.12 61.83M40 40l-25.69-8.32"/></symbol>
|
|
30
|
+
<symbol id="cem-recovery-chain" viewBox="0 0 80 80"><rect width="16" height="16" x="12" y="32" fill="currentColor" rx="3"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M28 40h4"/><rect width="16" height="16" x="32" y="32" fill="currentColor" opacity=".65" rx="3"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M48 40h4"/><rect width="16" height="16" x="52" y="32" fill="currentColor" opacity=".35" rx="3"/></symbol>
|
|
31
|
+
<symbol id="cem-regroup" viewBox="0 0 80 80"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M40 16v28"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="m28 56 12-12 12 12"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M40 56v10"/></symbol>
|
|
32
|
+
<symbol id="cem-routing" viewBox="0 0 80 80"><circle cx="20" cy="40" r="6" fill="none" stroke="currentColor" stroke-width="2.5"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M26 40h14M40 40l16-14"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="m40 40 16 14" opacity=".5"/><circle cx="56" cy="26" r="4" fill="currentColor"/><circle cx="56" cy="54" r="4" fill="currentColor" opacity=".5"/></symbol>
|
|
33
|
+
<symbol id="cem-s-01-commit-velocity" viewBox="0 0 80 80"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="m16 56 16-16 16 8 16-28"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M56 20h8v8"/></symbol>
|
|
34
|
+
<symbol id="cem-s-02-days-to-mvp" viewBox="0 0 80 80"><rect width="48" height="48" x="16" y="16" fill="none" stroke="currentColor" stroke-width="2.5" rx="4"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M16 30h48" opacity=".4"/><circle cx="52" cy="50" r="6" fill="none" stroke="currentColor" stroke-width="2.5"/></symbol>
|
|
35
|
+
<symbol id="cem-s-03-rework" viewBox="0 0 80 80"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M50 24a16 16 0 1 0 0 32M44 20l6 4 4-6"/></symbol>
|
|
36
|
+
<symbol id="cem-s-04-parallel-rate" viewBox="0 0 80 80"><circle cx="16" cy="40" r="4" fill="currentColor"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M20 40h16"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="m36 40 12-16h16"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M36 40h28" opacity=".6"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="m36 40 12 16h16" opacity=".3"/></symbol>
|
|
37
|
+
<symbol id="cem-s-05-velocity-trajectory" viewBox="0 0 80 80"><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M16 60h48" opacity=".3"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M16 52q16-2 24-12t24-24"/></symbol>
|
|
38
|
+
<symbol id="cem-s-06-governance-rate" viewBox="0 0 80 80"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="m40 16 16 8v20q0 12-16 18-16-6-16-18V24Z"/></symbol>
|
|
39
|
+
<symbol id="cem-s-07-admission-rate" viewBox="0 0 80 80"><rect width="36" height="28" x="14" y="16" fill="none" stroke="currentColor" stroke-width="2.5" rx="6"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="m22 44-8 10"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M24 26h16M24 34h12" opacity=".3"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="m54 24 8 8M62 24l-8 8" opacity=".6"/></symbol>
|
|
40
|
+
<symbol id="cem-s-08-kill-decisions" viewBox="0 0 80 80"><circle cx="40" cy="40" r="18" fill="none" stroke="currentColor" stroke-width="2.5"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="m32 32 16 16M48 32 32 48"/></symbol>
|
|
41
|
+
<symbol id="cem-s-09-recovery-actions" viewBox="0 0 80 80"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M18 20v28q0 8 8 8h28q8 0 8-8V28"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="m56 34 6-6 6 6"/></symbol>
|
|
42
|
+
<symbol id="cem-s-10-spiral-frequency" viewBox="0 0 80 80"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M40 18q16 0 16 14T40 46q-12 0-12-10 0-8 12-8"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M40 58V46" opacity=".4"/></symbol>
|
|
43
|
+
<symbol id="cem-s-11-edit-read-ratio" viewBox="0 0 80 80"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M14 36q26-20 52 0-26 20-52 0"/><circle cx="40" cy="36" r="6" fill="currentColor" opacity=".5"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M26 56h28" opacity=".3"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M22 64h36" opacity=".2"/></symbol>
|
|
44
|
+
<symbol id="cem-s-12-tool-usage" viewBox="0 0 80 80"><rect width="16" height="16" x="18" y="18" fill="none" stroke="currentColor" stroke-width="2.5" rx="2"/><circle cx="54" cy="26" r="8" fill="none" stroke="currentColor" stroke-width="2.5" opacity=".6"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="m18 50 8-8 8 8z" opacity=".4"/><rect width="16" height="16" x="44" y="42" fill="none" stroke="currentColor" stroke-width="2.5" opacity=".5" rx="8"/></symbol>
|
|
45
|
+
<symbol id="cem-s-13-words-day" viewBox="0 0 80 80"><rect width="36" height="24" x="16" y="18" fill="none" stroke="currentColor" stroke-width="2.5" rx="6"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="m24 42-8 10"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M24 28h20" opacity=".4"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M24 34h14" opacity=".3"/></symbol>
|
|
46
|
+
<symbol id="cem-s-14-session-volume" viewBox="0 0 80 80"><rect width="12" height="12" x="16" y="20" fill="currentColor" opacity=".3" rx="2"/><rect width="12" height="12" x="32" y="20" fill="currentColor" opacity=".5" rx="2"/><rect width="12" height="12" x="48" y="20" fill="currentColor" opacity=".7" rx="2"/><rect width="12" height="12" x="16" y="36" fill="currentColor" opacity=".4" rx="2"/><rect width="12" height="12" x="32" y="36" fill="currentColor" opacity=".8" rx="2"/><rect width="12" height="12" x="48" y="36" fill="currentColor" opacity=".2" rx="2"/><rect width="12" height="12" x="16" y="52" fill="currentColor" opacity=".6" rx="2"/><rect width="12" height="12" x="32" y="52" fill="currentColor" opacity=".3" rx="2"/><rect width="12" height="12" x="48" y="52" fill="currentColor" opacity=".9" rx="2"/></symbol>
|
|
47
|
+
<symbol id="cem-scaffold" viewBox="0 0 80 80"><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M20 64V20M20 20h40M60 20v44"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M20 40h40M40 20v44" opacity=".4"/></symbol>
|
|
48
|
+
<symbol id="cem-session-depth" viewBox="0 0 80 80"><rect width="20" height="48" x="16" y="16" fill="none" stroke="currentColor" stroke-width="2.5" rx="3"/><rect width="20" height="24" x="16" y="40" fill="currentColor" opacity=".5" rx="3"/><rect width="20" height="48" x="44" y="16" fill="none" stroke="currentColor" stroke-width="2.5" rx="3"/><rect width="20" height="40" x="44" y="24" fill="currentColor" opacity=".5" rx="3"/></symbol>
|
|
49
|
+
<symbol id="cem-spiral-anatomy" viewBox="0 0 80 80"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M40 16q18 0 18 16T40 48q-14 0-14-12 0-8 8-8M34 48l-6 8h12"/></symbol>
|
|
50
|
+
<symbol id="cem-storage-discipline" viewBox="0 0 80 80"><rect width="44" height="48" x="18" y="16" fill="none" stroke="currentColor" stroke-width="2.5" rx="4"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M18 30h44M18 44h44" opacity=".5"/><rect width="12" height="6" x="34" y="52" fill="currentColor" opacity=".5" rx="2"/></symbol>
|
|
51
|
+
<symbol id="cem-sweeps" viewBox="0 0 80 80"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M14 56q14-26 26-16t26-16" opacity=".3"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M14 64q14-26 26-16t26-16" opacity=".55"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M14 72q14-26 26-16t26-16" opacity=".85"/></symbol>
|
|
52
|
+
<symbol id="cem-target" viewBox="0 0 80 80"><circle cx="40" cy="40" r="20" fill="none" stroke="currentColor" stroke-width="2.5"/><circle cx="40" cy="40" r="10" fill="none" stroke="currentColor" stroke-width="2.5" opacity=".6"/><circle cx="40" cy="40" r="3" fill="currentColor"/></symbol>
|
|
53
|
+
<symbol id="cem-the-gap" viewBox="0 0 80 80"><path stroke="currentColor" stroke-dasharray="5 3" stroke-linecap="round" stroke-width="2.5" d="M16 44h48" opacity=".6"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M16 44q16-4 28-16 8-8 20-14"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M50 24v20" opacity=".5"/></symbol>
|
|
54
|
+
<symbol id="cem-time-compression" viewBox="0 0 80 80"><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M14 24h20M14 36h20M14 48h20M14 60h20" opacity=".35"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="m38 20 4 20-4 20" opacity=".5"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M46 34h20M46 48h20"/></symbol>
|
|
55
|
+
<symbol id="cem-vision" viewBox="0 0 80 80"><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M16 56h48" opacity=".5"/><circle cx="56" cy="32" r="4" fill="currentColor"/><circle cx="56" cy="32" r="10" fill="none" stroke="currentColor" stroke-width="2.5" opacity=".5"/><path stroke="currentColor" stroke-dasharray="4 3" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="m16 56 32-20" opacity=".6"/></symbol>
|
|
56
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { createElement, forwardRef } from 'react';
|
|
2
|
+
|
|
3
|
+
const AcceptDriftTax = forwardRef(function AcceptDriftTax({ 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": "36", "cy": "40", "r": "20", "fill": "none", "stroke": "currentColor", "strokeWidth": "2.5"}), createElement('circle', {"cx": "36", "cy": "40", "r": "10", "fill": "none", "stroke": "currentColor", "strokeWidth": "2.5", "opacity": ".5"}), createElement('circle', {"cx": "36", "cy": "40", "r": "2", "fill": "currentColor", "opacity": ".5"}), createElement('circle', {"cx": "50", "cy": "30", "r": "4", "fill": "currentColor"}), createElement('path', {"stroke": "currentColor", "strokeLinecap": "round", "strokeLinejoin": "round", "strokeWidth": "2.5", "d": "m56 36 4-4"})
|
|
9
|
+
);
|
|
10
|
+
});
|
|
11
|
+
AcceptDriftTax.displayName = 'AcceptDriftTax';
|
|
12
|
+
export default AcceptDriftTax;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { createElement, forwardRef } from 'react';
|
|
2
|
+
|
|
3
|
+
const AnchoredData = forwardRef(function AnchoredData({ 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": "M40 16v26"}), createElement('path', {"fill": "none", "stroke": "currentColor", "strokeLinecap": "round", "strokeLinejoin": "round", "strokeWidth": "2.5", "d": "M28 48q0 14 12 14t12-14"}), createElement('path', {"stroke": "currentColor", "strokeLinecap": "round", "strokeWidth": "2.5", "d": "M28 48v-6M52 48v-6"})
|
|
9
|
+
);
|
|
10
|
+
});
|
|
11
|
+
AnchoredData.displayName = 'AnchoredData';
|
|
12
|
+
export default AnchoredData;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { createElement, forwardRef } from 'react';
|
|
2
|
+
|
|
3
|
+
const Breadcrumbs = forwardRef(function Breadcrumbs({ 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": "3", "fill": "currentColor", "opacity": ".5"}), createElement('circle', {"cx": "30", "cy": "34", "r": "3", "fill": "currentColor", "opacity": ".6"}), createElement('circle', {"cx": "44", "cy": "40", "r": "3", "fill": "currentColor", "opacity": ".7"}), createElement('circle', {"cx": "58", "cy": "34", "r": "4", "fill": "currentColor"})
|
|
9
|
+
);
|
|
10
|
+
});
|
|
11
|
+
Breadcrumbs.displayName = 'Breadcrumbs';
|
|
12
|
+
export default Breadcrumbs;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { createElement, forwardRef } from 'react';
|
|
2
|
+
|
|
3
|
+
const Bridge = forwardRef(function Bridge({ 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": "28", "x": "14", "y": "30", "fill": "none", "stroke": "currentColor", "strokeWidth": "2.5", "rx": "3"}), createElement('rect', {"width": "20", "height": "28", "x": "46", "y": "30", "fill": "none", "stroke": "currentColor", "strokeWidth": "2.5", "rx": "3"}), createElement('path', {"stroke": "currentColor", "strokeLinecap": "round", "strokeWidth": "2.5", "d": "M34 44h12"})
|
|
9
|
+
);
|
|
10
|
+
});
|
|
11
|
+
Bridge.displayName = 'Bridge';
|
|
12
|
+
export default Bridge;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { createElement, forwardRef } from 'react';
|
|
2
|
+
|
|
3
|
+
const BuildCompression = forwardRef(function BuildCompression({ 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": "52", "height": "12", "x": "14", "y": "16", "fill": "currentColor", "opacity": ".5", "rx": "3"}), createElement('rect', {"width": "34", "height": "12", "x": "14", "y": "34", "fill": "currentColor", "opacity": ".7", "rx": "3"}), createElement('rect', {"width": "18", "height": "12", "x": "14", "y": "52", "fill": "currentColor", "rx": "3"})
|
|
9
|
+
);
|
|
10
|
+
});
|
|
11
|
+
BuildCompression.displayName = 'BuildCompression';
|
|
12
|
+
export default BuildCompression;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { createElement, forwardRef } from 'react';
|
|
2
|
+
|
|
3
|
+
const CemTime = forwardRef(function CemTime({ 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": "36", "cy": "42", "r": "22", "fill": "none", "stroke": "currentColor", "strokeWidth": "2.5"}), createElement('path', {"stroke": "currentColor", "strokeLinecap": "round", "strokeWidth": "2.5", "d": "M36 42V28M36 42h12"}), createElement('text', {"x": "58", "y": "28", "fill": "currentColor", "style": "font-size:18px;font-weight:700;font-family:\"Outfit\",sans-serif"})
|
|
9
|
+
);
|
|
10
|
+
});
|
|
11
|
+
CemTime.displayName = 'CemTime';
|
|
12
|
+
export default CemTime;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { createElement, forwardRef } from 'react';
|
|
2
|
+
|
|
3
|
+
const CoEvolution = forwardRef(function CoEvolution({ 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": "60", "r": "3", "fill": "currentColor"}), createElement('path', {"fill": "none", "stroke": "currentColor", "strokeLinecap": "round", "strokeLinejoin": "round", "strokeWidth": "2.5", "d": "M16 60q12-10 24-30 8-12 24-18"}), createElement('path', {"fill": "none", "stroke": "currentColor", "stroke-dasharray": "5 3", "strokeLinecap": "round", "strokeLinejoin": "round", "strokeWidth": "2.5", "d": "M16 60q12-4 24-12 8-6 24-12", "opacity": ".6"})
|
|
9
|
+
);
|
|
10
|
+
});
|
|
11
|
+
CoEvolution.displayName = 'CoEvolution';
|
|
12
|
+
export default CoEvolution;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { createElement, forwardRef } from 'react';
|
|
2
|
+
|
|
3
|
+
const CompoundingRatio = forwardRef(function CompoundingRatio({ 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 56q16-4 24-16t24-24"}), createElement('path', {"fill": "none", "stroke": "currentColor", "stroke-dasharray": "5 3", "strokeLinecap": "round", "strokeLinejoin": "round", "strokeWidth": "2.5", "d": "M16 24q16 4 24 12t24 20", "opacity": ".5"})
|
|
9
|
+
);
|
|
10
|
+
});
|
|
11
|
+
CompoundingRatio.displayName = 'CompoundingRatio';
|
|
12
|
+
export default CompoundingRatio;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { createElement, forwardRef } from 'react';
|
|
2
|
+
|
|
3
|
+
const DecisionEfficiency = forwardRef(function DecisionEfficiency({ 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 44h14l10-24 10 24h14"}), createElement('path', {"fill": "none", "stroke": "currentColor", "strokeLinecap": "round", "strokeLinejoin": "round", "strokeWidth": "2.5", "d": "m58 38 6 6-6 6"}), createElement('circle', {"cx": "40", "cy": "20", "r": "3", "fill": "currentColor"})
|
|
9
|
+
);
|
|
10
|
+
});
|
|
11
|
+
DecisionEfficiency.displayName = 'DecisionEfficiency';
|
|
12
|
+
export default DecisionEfficiency;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { createElement, forwardRef } from 'react';
|
|
2
|
+
|
|
3
|
+
const Direction = forwardRef(function Direction({ 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": "currentColor", "d": "m40 12 4 18 14-12-12 14 18 4-18 4 12 14-14-12-4 18-4-18-14 12 12-14-18-4 18-4-12-14 14 12Z", "opacity": ".6"}), createElement('circle', {"cx": "40", "cy": "36", "r": "3", "fill": "currentColor"})
|
|
9
|
+
);
|
|
10
|
+
});
|
|
11
|
+
Direction.displayName = 'Direction';
|
|
12
|
+
export default Direction;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { createElement, forwardRef } from 'react';
|
|
2
|
+
|
|
3
|
+
const DriftTax = forwardRef(function DriftTax({ 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": "36", "cy": "40", "r": "24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2.5"}), createElement('circle', {"cx": "36", "cy": "40", "r": "12", "fill": "none", "stroke": "currentColor", "strokeWidth": "2.5", "opacity": ".5"}), createElement('circle', {"cx": "36", "cy": "40", "r": "2", "fill": "currentColor", "opacity": ".3"}), createElement('circle', {"cx": "52", "cy": "28", "r": "4", "fill": "currentColor"})
|
|
9
|
+
);
|
|
10
|
+
});
|
|
11
|
+
DriftTax.displayName = 'DriftTax';
|
|
12
|
+
export default DriftTax;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { createElement, forwardRef } from 'react';
|
|
2
|
+
|
|
3
|
+
const EnvironmentalControl = forwardRef(function EnvironmentalControl({ 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": "6"}), createElement('path', {"stroke": "currentColor", "strokeLinecap": "round", "strokeWidth": "2.5", "d": "M28 28v16"}), createElement('circle', {"cx": "28", "cy": "48", "r": "3", "fill": "currentColor"}), createElement('path', {"stroke": "currentColor", "strokeLinecap": "round", "strokeWidth": "2.5", "d": "M40 36v8"}), createElement('circle', {"cx": "40", "cy": "32", "r": "3", "fill": "currentColor"}), createElement('path', {"stroke": "currentColor", "strokeLinecap": "round", "strokeWidth": "2.5", "d": "M52 28v16"}), createElement('circle', {"cx": "52", "cy": "48", "r": "3", "fill": "currentColor"})
|
|
9
|
+
);
|
|
10
|
+
});
|
|
11
|
+
EnvironmentalControl.displayName = 'EnvironmentalControl';
|
|
12
|
+
export default EnvironmentalControl;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { createElement, forwardRef } from 'react';
|
|
2
|
+
|
|
3
|
+
const Execution = forwardRef(function Execution({ 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 54h18V36h18V20h12"}), createElement('path', {"fill": "none", "stroke": "currentColor", "strokeLinecap": "round", "strokeLinejoin": "round", "strokeWidth": "2.5", "d": "m58 26 8-6-8-6"}), createElement('path', {"stroke": "currentColor", "strokeLinecap": "round", "strokeWidth": "2.5", "d": "M14 44h14", "opacity": ".3"}), createElement('path', {"stroke": "currentColor", "strokeLinecap": "round", "strokeWidth": "2.5", "d": "M14 36h8", "opacity": ".2"})
|
|
9
|
+
);
|
|
10
|
+
});
|
|
11
|
+
Execution.displayName = 'Execution';
|
|
12
|
+
export default Execution;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { createElement, forwardRef } from 'react';
|
|
2
|
+
|
|
3
|
+
const Foundation = forwardRef(function Foundation({ 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": "10", "x": "22", "y": "56", "fill": "currentColor", "rx": "2"}), createElement('rect', {"width": "32", "height": "10", "x": "24", "y": "42", "fill": "currentColor", "opacity": ".7", "rx": "2"}), createElement('rect', {"width": "28", "height": "10", "x": "26", "y": "28", "fill": "currentColor", "opacity": ".45", "rx": "2"}), createElement('rect', {"width": "24", "height": "10", "x": "28", "y": "14", "fill": "currentColor", "opacity": ".25", "rx": "2"})
|
|
9
|
+
);
|
|
10
|
+
});
|
|
11
|
+
Foundation.displayName = 'Foundation';
|
|
12
|
+
export default Foundation;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { createElement, forwardRef } from 'react';
|
|
2
|
+
|
|
3
|
+
const Governor = forwardRef(function Governor({ 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 58a28 28 0 0 1 48 0"}), createElement('path', {"stroke": "currentColor", "strokeLinecap": "round", "strokeWidth": "2.5", "d": "m40 56 12-26"}), createElement('circle', {"cx": "40", "cy": "56", "r": "3", "fill": "currentColor"}), createElement('path', {"stroke": "currentColor", "strokeLinecap": "round", "strokeWidth": "2.5", "d": "m18 46 4 2M28 32l3 3M52 32l-3 3M62 46l-4 2", "opacity": ".4"})
|
|
9
|
+
);
|
|
10
|
+
});
|
|
11
|
+
Governor.displayName = 'Governor';
|
|
12
|
+
export default Governor;
|