@photonix/icons 1.0.6 → 1.1.5
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.
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
export interface AlarmFilledProps extends React.SVGProps<SVGSVGElement> {
|
|
3
|
+
size?: number | string;
|
|
4
|
+
}
|
|
5
|
+
export declare const AlarmFilled: React.ForwardRefExoticComponent<Omit<AlarmFilledProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
6
|
+
//# sourceMappingURL=AlarmFilled.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AlarmFilled.d.ts","sourceRoot":"","sources":["../../src/illustrated/AlarmFilled.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,MAAM,WAAW,gBAAiB,SAAQ,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;IACrE,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CACxB;AAED,eAAO,MAAM,WAAW,qGA6KvB,CAAC"}
|
|
@@ -0,0 +1,212 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
var AlarmFilled_exports = {};
|
|
30
|
+
__export(AlarmFilled_exports, {
|
|
31
|
+
AlarmFilled: () => AlarmFilled
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(AlarmFilled_exports);
|
|
34
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
35
|
+
var React = __toESM(require("react"));
|
|
36
|
+
const AlarmFilled = React.forwardRef(
|
|
37
|
+
({ size = 24, width, height, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
38
|
+
"svg",
|
|
39
|
+
{
|
|
40
|
+
ref,
|
|
41
|
+
width: width ?? size,
|
|
42
|
+
height: height ?? size,
|
|
43
|
+
viewBox: "0 0 48 48",
|
|
44
|
+
fill: "none",
|
|
45
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
46
|
+
...props,
|
|
47
|
+
children: [
|
|
48
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { clipPath: "url(#clip0_306_3032)", children: [
|
|
49
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { clipPath: "url(#clip1_306_3032)", children: [
|
|
50
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { width: "48", height: "48", fill: "var(--backgrounds-neutrals-primary-inverse-default)" }),
|
|
51
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { opacity: "0.1", d: "M48 48H0V0H48V48ZM4 4V44H44V4H4Z", fill: "var(--backgrounds-semantics-red-primary)" }),
|
|
52
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M5.61523 -25.4975L73.4975 42.3848", stroke: "var(--borders-tertiary-default)", strokeWidth: "0.02" }),
|
|
53
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M4.20093 -24.0833L72.0832 43.799", stroke: "var(--borders-tertiary-default)", strokeWidth: "0.02" }),
|
|
54
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M2.78662 -22.669L70.6689 45.2132", stroke: "var(--borders-tertiary-default)", strokeWidth: "0.02" }),
|
|
55
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M1.37256 -21.2548L69.2548 46.6274", stroke: "var(--borders-tertiary-default)", strokeWidth: "0.02" }),
|
|
56
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M-0.041748 -19.8406L67.8405 48.0416", stroke: "var(--borders-tertiary-default)", strokeWidth: "0.02" }),
|
|
57
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M-1.45581 -18.4264L66.4264 49.4559", stroke: "var(--borders-tertiary-default)", strokeWidth: "0.02" }),
|
|
58
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M-2.87012 -17.0122L65.0121 50.87", stroke: "var(--borders-tertiary-default)", strokeWidth: "0.02" }),
|
|
59
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M-4.28442 -15.598L63.5978 52.2843", stroke: "var(--borders-tertiary-default)", strokeWidth: "0.02" }),
|
|
60
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M-5.69849 -14.1838L62.1838 53.6985", stroke: "var(--borders-tertiary-default)", strokeWidth: "0.02" }),
|
|
61
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M-7.11279 -12.7696L60.7695 55.1127", stroke: "var(--borders-tertiary-default)", strokeWidth: "0.02" }),
|
|
62
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M-8.5271 -11.3553L59.3552 56.5269", stroke: "var(--borders-tertiary-default)", strokeWidth: "0.02" }),
|
|
63
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M-9.94116 -9.94113L57.9411 57.9411", stroke: "var(--foregrounds-primary-on-light-fixed)", strokeWidth: "0.02" }),
|
|
64
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M7.0293 -26.9117L74.9115 40.9706", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
65
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M8.4436 -28.3259L76.3259 39.5564", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
66
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M9.85791 -29.7401L77.7402 38.1421", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
67
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M11.272 -31.1543L79.1542 36.7279", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
68
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M12.6863 -32.5685L80.5685 35.3137", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
69
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M14.1003 -33.9828L81.9826 33.8995", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
70
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M15.5146 -35.397L83.3969 32.4853", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
71
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M16.929 -36.8112L84.8112 31.0711", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
72
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M18.343 -38.2254L86.2253 29.6568", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
73
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M19.7573 -39.6396L87.6396 28.2426", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
74
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M21.1714 -41.0538L89.0536 26.8284", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
75
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M-26.9119 7.02945L40.9704 74.9117", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
76
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M-28.3259 8.44366L39.5563 76.3259", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
77
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M-29.7402 9.85788L38.142 77.7401", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
78
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M-31.1543 11.2721L36.728 79.1543", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
79
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M-32.5686 12.6863L35.3136 80.5685", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
80
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M-33.9829 14.1005L33.8993 81.9827", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
81
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M-35.397 15.5147L32.4853 83.397", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
82
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M-36.8113 16.9289L31.071 84.8112", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
83
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M-38.2256 18.3431L29.6567 86.2254", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
84
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M-39.6396 19.7574L28.2426 87.6396", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
85
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M-41.054 21.1716L26.8283 89.0538", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
86
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M-42.468 22.5858L25.4142 90.468", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
87
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M-25.4976 5.61523L42.3847 73.4975", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
88
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M-24.0833 4.20102L43.799 72.0833", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
89
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M-22.6692 2.7868L45.2131 70.6691", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
90
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M-21.2549 1.37259L46.6274 69.2548", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
91
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M-19.8406 -0.041626L48.0417 67.8406", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
92
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M-18.4265 -1.45584L49.4557 66.4264", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
93
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M-17.0122 -2.87006L50.87 65.0122", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
94
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M-15.5981 -4.28427L52.2841 63.598", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
95
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M-14.1838 -5.69849L53.6984 62.1838", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
96
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M-12.7695 -7.1127L55.1127 60.7695", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
97
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M-11.3555 -8.52692L56.5268 59.3553", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
98
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M5.61523 73.4975L73.4975 5.61522", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
99
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M4.20093 72.0833L72.0832 4.201", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
100
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M2.78662 70.669L70.6689 2.78679", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
101
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M1.37256 69.2548L69.2548 1.37257", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
102
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M-0.041748 67.8406L67.8405 -0.0416431", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
103
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M-1.45581 66.4264L66.4264 -1.45586", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
104
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M-2.87012 65.0122L65.0121 -2.87004", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
105
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M-4.28442 63.598L63.5978 -4.28426", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
106
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M-5.69849 62.1838L62.1838 -5.69847", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
107
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M-7.11279 60.7696L60.7695 -7.11269", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
108
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M-8.5271 59.3553L59.3552 -8.5269", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
109
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M-9.94116 57.9411L57.9411 -9.94112", stroke: "#222222", strokeWidth: "0.02" }),
|
|
110
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M7.0293 74.9117L74.9115 7.02943", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
111
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M8.4436 76.3259L76.3259 8.44365", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
112
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M9.85791 77.7401L77.7402 9.85786", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
113
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M11.272 79.1543L79.1542 11.2721", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
114
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M12.6863 80.5685L80.5685 12.6863", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
115
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M14.1003 81.9828L81.9826 14.1005", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
116
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M15.5146 83.397L83.3969 15.5147", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
117
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M16.929 84.8112L84.8112 16.9289", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
118
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M18.343 86.2254L86.2253 18.3432", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
119
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M19.7573 87.6396L87.6396 19.7574", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
120
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M21.1714 89.0538L89.0536 21.1716", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
121
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M-26.9119 40.9706L40.9704 -26.9117", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
122
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M-28.3259 39.5563L39.5563 -28.3259", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
123
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M-29.7402 38.1421L38.142 -29.7401", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
124
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M-31.1543 36.7279L36.728 -31.1543", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
125
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M-32.5686 35.3137L35.3136 -32.5685", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
126
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M-33.9829 33.8995L33.8993 -33.9827", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
127
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M-35.397 32.4853L32.4853 -35.397", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
128
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M-36.8113 31.0711L31.071 -36.8112", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
129
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M-38.2256 29.6569L29.6567 -38.2254", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
130
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M-39.6396 28.2426L28.2426 -39.6396", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
131
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M-41.054 26.8284L26.8283 -41.0538", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
132
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M-42.468 25.4142L25.4142 -42.468", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
133
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M-25.4976 42.3848L42.3847 -25.4975", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
134
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M-24.0833 43.799L43.799 -24.0833", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
135
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M-22.6692 45.2132L45.2131 -22.6691", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
136
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M-21.2549 46.6274L46.6274 -21.2548", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
137
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M-19.8406 48.0416L48.0417 -19.8406", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
138
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M-18.4265 49.4558L49.4557 -18.4264", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
139
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M-17.0122 50.8701L50.87 -17.0122", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
140
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M-15.5981 52.2843L52.2841 -15.598", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
141
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M-14.1838 53.6985L53.6984 -14.1838", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
142
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M-12.7695 55.1127L55.1127 -12.7695", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
143
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M-11.3555 56.5269L56.5268 -11.3553", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
144
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M24 0V48", stroke: "#222222", strokeWidth: "0.02" }),
|
|
145
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M22 0V48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
146
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M20 0V48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
147
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M18 0V48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
148
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M16 0V48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
149
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M14 0V48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
150
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M12 0V48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
151
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M10 0V48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
152
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M8 0V48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
153
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M6 0V48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
154
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M4 0V48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
155
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M2 0V48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
156
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M26 0V48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
157
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M28 0V48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
158
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M30 0V48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
159
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M32 0V48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
160
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M34 0V48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
161
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M36 0V48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
162
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M38 0V48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
163
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M40 0V48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
164
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M42 0V48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
165
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M44 0V48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
166
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M46 0V48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
167
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M0 24H48", stroke: "#222222", strokeWidth: "0.02" }),
|
|
168
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M0 22H48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
169
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M0 20H48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
170
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M0 18H48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
171
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M0 16H48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
172
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M0 14H48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
173
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M0 12H48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
174
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M0 10H48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
175
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M0 8H48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
176
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M0 6H48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
177
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M0 4H48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
178
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M0 2H48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
179
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M0 26H48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
180
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M0 28H48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
181
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M0 30H48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
182
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M0 32H48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
183
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M0 34H48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
184
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M0 36H48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
185
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M0 38H48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
186
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M0 40H48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
187
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M0 42H48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
188
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M0 44H48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
189
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M0 46H48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
190
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { x: "4.01", y: "8.01", width: "39.98", height: "31.98", rx: "5.99", stroke: "#222222", strokeWidth: "0.02" }),
|
|
191
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { x: "6.01", y: "6.01", width: "35.98", height: "35.98", rx: "5.99", stroke: "#222222", strokeWidth: "0.02" }),
|
|
192
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { x: "8.01", y: "4.01", width: "31.98", height: "39.98", rx: "5.99", stroke: "#222222", strokeWidth: "0.02" }),
|
|
193
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { cx: "24", cy: "24", r: "19.99", stroke: "#222222", strokeWidth: "0.02" })
|
|
194
|
+
] }),
|
|
195
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M14 5H27.5146C28.8407 5 30.1121 5.52718 31.0498 6.46484L37.5352 12.9502C38.4728 13.8879 39 15.1593 39 16.4854V38C39 40.7614 36.7614 43 34 43H14C11.2386 43 9 40.7614 9 38V10C9 7.23858 11.2386 5 14 5Z", stroke: "#222222", strokeWidth: "2" }),
|
|
196
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { x: "5", y: "23", width: "24", height: "14", rx: "3", fill: "var(--backgrounds-semantics-red-primary)", stroke: "var(--foregrounds-primary-on-light-fixed)", strokeWidth: "2" }),
|
|
197
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M7.91062 26.84H10.4306C10.884 26.84 11.2973 26.9367 11.6706 27.13C12.044 27.3167 12.3373 27.5833 12.5506 27.93C12.764 28.27 12.8706 28.66 12.8706 29.1C12.8706 29.54 12.764 29.9333 12.5506 30.28C12.3373 30.6267 12.044 30.8967 11.6706 31.09C11.2973 31.2767 10.884 31.37 10.4306 31.37H9.26062V34H7.91062V26.84ZM10.4706 30.09C10.804 30.09 11.064 29.9933 11.2506 29.8C11.444 29.6067 11.5406 29.3733 11.5406 29.1C11.5406 28.8267 11.444 28.5967 11.2506 28.41C11.064 28.2167 10.804 28.12 10.4706 28.12H9.26062V30.09H10.4706ZM13.8141 26.84H16.2341C16.9808 26.84 17.6308 26.99 18.1841 27.29C18.7375 27.59 19.1641 28.01 19.4641 28.55C19.7641 29.09 19.9141 29.7133 19.9141 30.42C19.9141 31.1267 19.7641 31.75 19.4641 32.29C19.1641 32.83 18.7375 33.25 18.1841 33.55C17.6308 33.85 16.9808 34 16.2341 34H13.8141V26.84ZM16.1741 32.72C16.9475 32.72 17.5375 32.5167 17.9441 32.11C18.3508 31.6967 18.5541 31.1333 18.5541 30.42C18.5541 29.7067 18.3508 29.1467 17.9441 28.74C17.5375 28.3267 16.9475 28.12 16.1741 28.12H15.1641V32.72H16.1741ZM20.997 26.84H25.537V28.12H22.347V29.86H25.217V31.14H22.347V34H20.997V26.84Z", fill: "var(--foregrounds-primary-inverse-default)" }),
|
|
198
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M24 6V16C24 18.2091 25.7909 20 28 20H39", stroke: "var(--foregrounds-primary-on-light-fixed)", strokeWidth: "2" })
|
|
199
|
+
] }),
|
|
200
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("defs", { children: [
|
|
201
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "clip0_306_3032", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { width: "48", height: "48", fill: "var(--backgrounds-neutrals-primary-inverse-default)" }) }),
|
|
202
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "clip1_306_3032", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { width: "48", height: "48", fill: "var(--backgrounds-neutrals-primary-inverse-default)" }) })
|
|
203
|
+
] })
|
|
204
|
+
]
|
|
205
|
+
}
|
|
206
|
+
)
|
|
207
|
+
);
|
|
208
|
+
AlarmFilled.displayName = "AlarmFilled";
|
|
209
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
210
|
+
0 && (module.exports = {
|
|
211
|
+
AlarmFilled
|
|
212
|
+
});
|
|
@@ -0,0 +1,178 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
const AlarmFilled = React.forwardRef(
|
|
4
|
+
({ size = 24, width, height, ...props }, ref) => /* @__PURE__ */ jsxs(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
ref,
|
|
8
|
+
width: width ?? size,
|
|
9
|
+
height: height ?? size,
|
|
10
|
+
viewBox: "0 0 48 48",
|
|
11
|
+
fill: "none",
|
|
12
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
+
...props,
|
|
14
|
+
children: [
|
|
15
|
+
/* @__PURE__ */ jsxs("g", { clipPath: "url(#clip0_306_3032)", children: [
|
|
16
|
+
/* @__PURE__ */ jsxs("g", { clipPath: "url(#clip1_306_3032)", children: [
|
|
17
|
+
/* @__PURE__ */ jsx("rect", { width: "48", height: "48", fill: "var(--backgrounds-neutrals-primary-inverse-default)" }),
|
|
18
|
+
/* @__PURE__ */ jsx("path", { opacity: "0.1", d: "M48 48H0V0H48V48ZM4 4V44H44V4H4Z", fill: "var(--backgrounds-semantics-red-primary)" }),
|
|
19
|
+
/* @__PURE__ */ jsx("path", { d: "M5.61523 -25.4975L73.4975 42.3848", stroke: "var(--borders-tertiary-default)", strokeWidth: "0.02" }),
|
|
20
|
+
/* @__PURE__ */ jsx("path", { d: "M4.20093 -24.0833L72.0832 43.799", stroke: "var(--borders-tertiary-default)", strokeWidth: "0.02" }),
|
|
21
|
+
/* @__PURE__ */ jsx("path", { d: "M2.78662 -22.669L70.6689 45.2132", stroke: "var(--borders-tertiary-default)", strokeWidth: "0.02" }),
|
|
22
|
+
/* @__PURE__ */ jsx("path", { d: "M1.37256 -21.2548L69.2548 46.6274", stroke: "var(--borders-tertiary-default)", strokeWidth: "0.02" }),
|
|
23
|
+
/* @__PURE__ */ jsx("path", { d: "M-0.041748 -19.8406L67.8405 48.0416", stroke: "var(--borders-tertiary-default)", strokeWidth: "0.02" }),
|
|
24
|
+
/* @__PURE__ */ jsx("path", { d: "M-1.45581 -18.4264L66.4264 49.4559", stroke: "var(--borders-tertiary-default)", strokeWidth: "0.02" }),
|
|
25
|
+
/* @__PURE__ */ jsx("path", { d: "M-2.87012 -17.0122L65.0121 50.87", stroke: "var(--borders-tertiary-default)", strokeWidth: "0.02" }),
|
|
26
|
+
/* @__PURE__ */ jsx("path", { d: "M-4.28442 -15.598L63.5978 52.2843", stroke: "var(--borders-tertiary-default)", strokeWidth: "0.02" }),
|
|
27
|
+
/* @__PURE__ */ jsx("path", { d: "M-5.69849 -14.1838L62.1838 53.6985", stroke: "var(--borders-tertiary-default)", strokeWidth: "0.02" }),
|
|
28
|
+
/* @__PURE__ */ jsx("path", { d: "M-7.11279 -12.7696L60.7695 55.1127", stroke: "var(--borders-tertiary-default)", strokeWidth: "0.02" }),
|
|
29
|
+
/* @__PURE__ */ jsx("path", { d: "M-8.5271 -11.3553L59.3552 56.5269", stroke: "var(--borders-tertiary-default)", strokeWidth: "0.02" }),
|
|
30
|
+
/* @__PURE__ */ jsx("path", { d: "M-9.94116 -9.94113L57.9411 57.9411", stroke: "var(--foregrounds-primary-on-light-fixed)", strokeWidth: "0.02" }),
|
|
31
|
+
/* @__PURE__ */ jsx("path", { d: "M7.0293 -26.9117L74.9115 40.9706", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
32
|
+
/* @__PURE__ */ jsx("path", { d: "M8.4436 -28.3259L76.3259 39.5564", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
33
|
+
/* @__PURE__ */ jsx("path", { d: "M9.85791 -29.7401L77.7402 38.1421", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
34
|
+
/* @__PURE__ */ jsx("path", { d: "M11.272 -31.1543L79.1542 36.7279", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
35
|
+
/* @__PURE__ */ jsx("path", { d: "M12.6863 -32.5685L80.5685 35.3137", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
36
|
+
/* @__PURE__ */ jsx("path", { d: "M14.1003 -33.9828L81.9826 33.8995", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
37
|
+
/* @__PURE__ */ jsx("path", { d: "M15.5146 -35.397L83.3969 32.4853", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
38
|
+
/* @__PURE__ */ jsx("path", { d: "M16.929 -36.8112L84.8112 31.0711", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
39
|
+
/* @__PURE__ */ jsx("path", { d: "M18.343 -38.2254L86.2253 29.6568", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
40
|
+
/* @__PURE__ */ jsx("path", { d: "M19.7573 -39.6396L87.6396 28.2426", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
41
|
+
/* @__PURE__ */ jsx("path", { d: "M21.1714 -41.0538L89.0536 26.8284", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
42
|
+
/* @__PURE__ */ jsx("path", { d: "M-26.9119 7.02945L40.9704 74.9117", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
43
|
+
/* @__PURE__ */ jsx("path", { d: "M-28.3259 8.44366L39.5563 76.3259", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
44
|
+
/* @__PURE__ */ jsx("path", { d: "M-29.7402 9.85788L38.142 77.7401", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
45
|
+
/* @__PURE__ */ jsx("path", { d: "M-31.1543 11.2721L36.728 79.1543", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
46
|
+
/* @__PURE__ */ jsx("path", { d: "M-32.5686 12.6863L35.3136 80.5685", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
47
|
+
/* @__PURE__ */ jsx("path", { d: "M-33.9829 14.1005L33.8993 81.9827", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
48
|
+
/* @__PURE__ */ jsx("path", { d: "M-35.397 15.5147L32.4853 83.397", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
49
|
+
/* @__PURE__ */ jsx("path", { d: "M-36.8113 16.9289L31.071 84.8112", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
50
|
+
/* @__PURE__ */ jsx("path", { d: "M-38.2256 18.3431L29.6567 86.2254", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
51
|
+
/* @__PURE__ */ jsx("path", { d: "M-39.6396 19.7574L28.2426 87.6396", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
52
|
+
/* @__PURE__ */ jsx("path", { d: "M-41.054 21.1716L26.8283 89.0538", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
53
|
+
/* @__PURE__ */ jsx("path", { d: "M-42.468 22.5858L25.4142 90.468", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
54
|
+
/* @__PURE__ */ jsx("path", { d: "M-25.4976 5.61523L42.3847 73.4975", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
55
|
+
/* @__PURE__ */ jsx("path", { d: "M-24.0833 4.20102L43.799 72.0833", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
56
|
+
/* @__PURE__ */ jsx("path", { d: "M-22.6692 2.7868L45.2131 70.6691", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
57
|
+
/* @__PURE__ */ jsx("path", { d: "M-21.2549 1.37259L46.6274 69.2548", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
58
|
+
/* @__PURE__ */ jsx("path", { d: "M-19.8406 -0.041626L48.0417 67.8406", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
59
|
+
/* @__PURE__ */ jsx("path", { d: "M-18.4265 -1.45584L49.4557 66.4264", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
60
|
+
/* @__PURE__ */ jsx("path", { d: "M-17.0122 -2.87006L50.87 65.0122", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
61
|
+
/* @__PURE__ */ jsx("path", { d: "M-15.5981 -4.28427L52.2841 63.598", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
62
|
+
/* @__PURE__ */ jsx("path", { d: "M-14.1838 -5.69849L53.6984 62.1838", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
63
|
+
/* @__PURE__ */ jsx("path", { d: "M-12.7695 -7.1127L55.1127 60.7695", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
64
|
+
/* @__PURE__ */ jsx("path", { d: "M-11.3555 -8.52692L56.5268 59.3553", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
65
|
+
/* @__PURE__ */ jsx("path", { d: "M5.61523 73.4975L73.4975 5.61522", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
66
|
+
/* @__PURE__ */ jsx("path", { d: "M4.20093 72.0833L72.0832 4.201", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
67
|
+
/* @__PURE__ */ jsx("path", { d: "M2.78662 70.669L70.6689 2.78679", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
68
|
+
/* @__PURE__ */ jsx("path", { d: "M1.37256 69.2548L69.2548 1.37257", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
69
|
+
/* @__PURE__ */ jsx("path", { d: "M-0.041748 67.8406L67.8405 -0.0416431", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
70
|
+
/* @__PURE__ */ jsx("path", { d: "M-1.45581 66.4264L66.4264 -1.45586", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
71
|
+
/* @__PURE__ */ jsx("path", { d: "M-2.87012 65.0122L65.0121 -2.87004", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
72
|
+
/* @__PURE__ */ jsx("path", { d: "M-4.28442 63.598L63.5978 -4.28426", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
73
|
+
/* @__PURE__ */ jsx("path", { d: "M-5.69849 62.1838L62.1838 -5.69847", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
74
|
+
/* @__PURE__ */ jsx("path", { d: "M-7.11279 60.7696L60.7695 -7.11269", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
75
|
+
/* @__PURE__ */ jsx("path", { d: "M-8.5271 59.3553L59.3552 -8.5269", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
76
|
+
/* @__PURE__ */ jsx("path", { d: "M-9.94116 57.9411L57.9411 -9.94112", stroke: "#222222", strokeWidth: "0.02" }),
|
|
77
|
+
/* @__PURE__ */ jsx("path", { d: "M7.0293 74.9117L74.9115 7.02943", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
78
|
+
/* @__PURE__ */ jsx("path", { d: "M8.4436 76.3259L76.3259 8.44365", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
79
|
+
/* @__PURE__ */ jsx("path", { d: "M9.85791 77.7401L77.7402 9.85786", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
80
|
+
/* @__PURE__ */ jsx("path", { d: "M11.272 79.1543L79.1542 11.2721", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
81
|
+
/* @__PURE__ */ jsx("path", { d: "M12.6863 80.5685L80.5685 12.6863", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
82
|
+
/* @__PURE__ */ jsx("path", { d: "M14.1003 81.9828L81.9826 14.1005", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
83
|
+
/* @__PURE__ */ jsx("path", { d: "M15.5146 83.397L83.3969 15.5147", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
84
|
+
/* @__PURE__ */ jsx("path", { d: "M16.929 84.8112L84.8112 16.9289", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
85
|
+
/* @__PURE__ */ jsx("path", { d: "M18.343 86.2254L86.2253 18.3432", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
86
|
+
/* @__PURE__ */ jsx("path", { d: "M19.7573 87.6396L87.6396 19.7574", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
87
|
+
/* @__PURE__ */ jsx("path", { d: "M21.1714 89.0538L89.0536 21.1716", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
88
|
+
/* @__PURE__ */ jsx("path", { d: "M-26.9119 40.9706L40.9704 -26.9117", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
89
|
+
/* @__PURE__ */ jsx("path", { d: "M-28.3259 39.5563L39.5563 -28.3259", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
90
|
+
/* @__PURE__ */ jsx("path", { d: "M-29.7402 38.1421L38.142 -29.7401", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
91
|
+
/* @__PURE__ */ jsx("path", { d: "M-31.1543 36.7279L36.728 -31.1543", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
92
|
+
/* @__PURE__ */ jsx("path", { d: "M-32.5686 35.3137L35.3136 -32.5685", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
93
|
+
/* @__PURE__ */ jsx("path", { d: "M-33.9829 33.8995L33.8993 -33.9827", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
94
|
+
/* @__PURE__ */ jsx("path", { d: "M-35.397 32.4853L32.4853 -35.397", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
95
|
+
/* @__PURE__ */ jsx("path", { d: "M-36.8113 31.0711L31.071 -36.8112", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
96
|
+
/* @__PURE__ */ jsx("path", { d: "M-38.2256 29.6569L29.6567 -38.2254", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
97
|
+
/* @__PURE__ */ jsx("path", { d: "M-39.6396 28.2426L28.2426 -39.6396", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
98
|
+
/* @__PURE__ */ jsx("path", { d: "M-41.054 26.8284L26.8283 -41.0538", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
99
|
+
/* @__PURE__ */ jsx("path", { d: "M-42.468 25.4142L25.4142 -42.468", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
100
|
+
/* @__PURE__ */ jsx("path", { d: "M-25.4976 42.3848L42.3847 -25.4975", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
101
|
+
/* @__PURE__ */ jsx("path", { d: "M-24.0833 43.799L43.799 -24.0833", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
102
|
+
/* @__PURE__ */ jsx("path", { d: "M-22.6692 45.2132L45.2131 -22.6691", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
103
|
+
/* @__PURE__ */ jsx("path", { d: "M-21.2549 46.6274L46.6274 -21.2548", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
104
|
+
/* @__PURE__ */ jsx("path", { d: "M-19.8406 48.0416L48.0417 -19.8406", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
105
|
+
/* @__PURE__ */ jsx("path", { d: "M-18.4265 49.4558L49.4557 -18.4264", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
106
|
+
/* @__PURE__ */ jsx("path", { d: "M-17.0122 50.8701L50.87 -17.0122", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
107
|
+
/* @__PURE__ */ jsx("path", { d: "M-15.5981 52.2843L52.2841 -15.598", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
108
|
+
/* @__PURE__ */ jsx("path", { d: "M-14.1838 53.6985L53.6984 -14.1838", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
109
|
+
/* @__PURE__ */ jsx("path", { d: "M-12.7695 55.1127L55.1127 -12.7695", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
110
|
+
/* @__PURE__ */ jsx("path", { d: "M-11.3555 56.5269L56.5268 -11.3553", stroke: "#DDDDDD", strokeWidth: "0.02" }),
|
|
111
|
+
/* @__PURE__ */ jsx("path", { d: "M24 0V48", stroke: "#222222", strokeWidth: "0.02" }),
|
|
112
|
+
/* @__PURE__ */ jsx("path", { d: "M22 0V48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
113
|
+
/* @__PURE__ */ jsx("path", { d: "M20 0V48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
114
|
+
/* @__PURE__ */ jsx("path", { d: "M18 0V48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
115
|
+
/* @__PURE__ */ jsx("path", { d: "M16 0V48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
116
|
+
/* @__PURE__ */ jsx("path", { d: "M14 0V48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
117
|
+
/* @__PURE__ */ jsx("path", { d: "M12 0V48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
118
|
+
/* @__PURE__ */ jsx("path", { d: "M10 0V48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
119
|
+
/* @__PURE__ */ jsx("path", { d: "M8 0V48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
120
|
+
/* @__PURE__ */ jsx("path", { d: "M6 0V48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
121
|
+
/* @__PURE__ */ jsx("path", { d: "M4 0V48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
122
|
+
/* @__PURE__ */ jsx("path", { d: "M2 0V48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
123
|
+
/* @__PURE__ */ jsx("path", { d: "M26 0V48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
124
|
+
/* @__PURE__ */ jsx("path", { d: "M28 0V48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
125
|
+
/* @__PURE__ */ jsx("path", { d: "M30 0V48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
126
|
+
/* @__PURE__ */ jsx("path", { d: "M32 0V48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
127
|
+
/* @__PURE__ */ jsx("path", { d: "M34 0V48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
128
|
+
/* @__PURE__ */ jsx("path", { d: "M36 0V48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
129
|
+
/* @__PURE__ */ jsx("path", { d: "M38 0V48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
130
|
+
/* @__PURE__ */ jsx("path", { d: "M40 0V48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
131
|
+
/* @__PURE__ */ jsx("path", { d: "M42 0V48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
132
|
+
/* @__PURE__ */ jsx("path", { d: "M44 0V48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
133
|
+
/* @__PURE__ */ jsx("path", { d: "M46 0V48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
134
|
+
/* @__PURE__ */ jsx("path", { d: "M0 24H48", stroke: "#222222", strokeWidth: "0.02" }),
|
|
135
|
+
/* @__PURE__ */ jsx("path", { d: "M0 22H48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
136
|
+
/* @__PURE__ */ jsx("path", { d: "M0 20H48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
137
|
+
/* @__PURE__ */ jsx("path", { d: "M0 18H48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
138
|
+
/* @__PURE__ */ jsx("path", { d: "M0 16H48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
139
|
+
/* @__PURE__ */ jsx("path", { d: "M0 14H48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
140
|
+
/* @__PURE__ */ jsx("path", { d: "M0 12H48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
141
|
+
/* @__PURE__ */ jsx("path", { d: "M0 10H48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
142
|
+
/* @__PURE__ */ jsx("path", { d: "M0 8H48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
143
|
+
/* @__PURE__ */ jsx("path", { d: "M0 6H48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
144
|
+
/* @__PURE__ */ jsx("path", { d: "M0 4H48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
145
|
+
/* @__PURE__ */ jsx("path", { d: "M0 2H48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
146
|
+
/* @__PURE__ */ jsx("path", { d: "M0 26H48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
147
|
+
/* @__PURE__ */ jsx("path", { d: "M0 28H48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
148
|
+
/* @__PURE__ */ jsx("path", { d: "M0 30H48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
149
|
+
/* @__PURE__ */ jsx("path", { d: "M0 32H48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
150
|
+
/* @__PURE__ */ jsx("path", { d: "M0 34H48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
151
|
+
/* @__PURE__ */ jsx("path", { d: "M0 36H48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
152
|
+
/* @__PURE__ */ jsx("path", { d: "M0 38H48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
153
|
+
/* @__PURE__ */ jsx("path", { d: "M0 40H48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
154
|
+
/* @__PURE__ */ jsx("path", { d: "M0 42H48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
155
|
+
/* @__PURE__ */ jsx("path", { d: "M0 44H48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
156
|
+
/* @__PURE__ */ jsx("path", { d: "M0 46H48", stroke: "var(--borders-secondary-default)", strokeWidth: "0.02" }),
|
|
157
|
+
/* @__PURE__ */ jsx("rect", { x: "4.01", y: "8.01", width: "39.98", height: "31.98", rx: "5.99", stroke: "#222222", strokeWidth: "0.02" }),
|
|
158
|
+
/* @__PURE__ */ jsx("rect", { x: "6.01", y: "6.01", width: "35.98", height: "35.98", rx: "5.99", stroke: "#222222", strokeWidth: "0.02" }),
|
|
159
|
+
/* @__PURE__ */ jsx("rect", { x: "8.01", y: "4.01", width: "31.98", height: "39.98", rx: "5.99", stroke: "#222222", strokeWidth: "0.02" }),
|
|
160
|
+
/* @__PURE__ */ jsx("circle", { cx: "24", cy: "24", r: "19.99", stroke: "#222222", strokeWidth: "0.02" })
|
|
161
|
+
] }),
|
|
162
|
+
/* @__PURE__ */ jsx("path", { d: "M14 5H27.5146C28.8407 5 30.1121 5.52718 31.0498 6.46484L37.5352 12.9502C38.4728 13.8879 39 15.1593 39 16.4854V38C39 40.7614 36.7614 43 34 43H14C11.2386 43 9 40.7614 9 38V10C9 7.23858 11.2386 5 14 5Z", stroke: "#222222", strokeWidth: "2" }),
|
|
163
|
+
/* @__PURE__ */ jsx("rect", { x: "5", y: "23", width: "24", height: "14", rx: "3", fill: "var(--backgrounds-semantics-red-primary)", stroke: "var(--foregrounds-primary-on-light-fixed)", strokeWidth: "2" }),
|
|
164
|
+
/* @__PURE__ */ jsx("path", { d: "M7.91062 26.84H10.4306C10.884 26.84 11.2973 26.9367 11.6706 27.13C12.044 27.3167 12.3373 27.5833 12.5506 27.93C12.764 28.27 12.8706 28.66 12.8706 29.1C12.8706 29.54 12.764 29.9333 12.5506 30.28C12.3373 30.6267 12.044 30.8967 11.6706 31.09C11.2973 31.2767 10.884 31.37 10.4306 31.37H9.26062V34H7.91062V26.84ZM10.4706 30.09C10.804 30.09 11.064 29.9933 11.2506 29.8C11.444 29.6067 11.5406 29.3733 11.5406 29.1C11.5406 28.8267 11.444 28.5967 11.2506 28.41C11.064 28.2167 10.804 28.12 10.4706 28.12H9.26062V30.09H10.4706ZM13.8141 26.84H16.2341C16.9808 26.84 17.6308 26.99 18.1841 27.29C18.7375 27.59 19.1641 28.01 19.4641 28.55C19.7641 29.09 19.9141 29.7133 19.9141 30.42C19.9141 31.1267 19.7641 31.75 19.4641 32.29C19.1641 32.83 18.7375 33.25 18.1841 33.55C17.6308 33.85 16.9808 34 16.2341 34H13.8141V26.84ZM16.1741 32.72C16.9475 32.72 17.5375 32.5167 17.9441 32.11C18.3508 31.6967 18.5541 31.1333 18.5541 30.42C18.5541 29.7067 18.3508 29.1467 17.9441 28.74C17.5375 28.3267 16.9475 28.12 16.1741 28.12H15.1641V32.72H16.1741ZM20.997 26.84H25.537V28.12H22.347V29.86H25.217V31.14H22.347V34H20.997V26.84Z", fill: "var(--foregrounds-primary-inverse-default)" }),
|
|
165
|
+
/* @__PURE__ */ jsx("path", { d: "M24 6V16C24 18.2091 25.7909 20 28 20H39", stroke: "var(--foregrounds-primary-on-light-fixed)", strokeWidth: "2" })
|
|
166
|
+
] }),
|
|
167
|
+
/* @__PURE__ */ jsxs("defs", { children: [
|
|
168
|
+
/* @__PURE__ */ jsx("clipPath", { id: "clip0_306_3032", children: /* @__PURE__ */ jsx("rect", { width: "48", height: "48", fill: "var(--backgrounds-neutrals-primary-inverse-default)" }) }),
|
|
169
|
+
/* @__PURE__ */ jsx("clipPath", { id: "clip1_306_3032", children: /* @__PURE__ */ jsx("rect", { width: "48", height: "48", fill: "var(--backgrounds-neutrals-primary-inverse-default)" }) })
|
|
170
|
+
] })
|
|
171
|
+
]
|
|
172
|
+
}
|
|
173
|
+
)
|
|
174
|
+
);
|
|
175
|
+
AlarmFilled.displayName = "AlarmFilled";
|
|
176
|
+
export {
|
|
177
|
+
AlarmFilled
|
|
178
|
+
};
|
package/package.json
CHANGED
|
@@ -1,44 +1,44 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
},
|
|
13
|
-
"./illustrated": {
|
|
14
|
-
"import": "./dist/illustrated/index.mjs",
|
|
15
|
-
"require": "./dist/illustrated/index.js",
|
|
16
|
-
"types": "./dist/illustrated/index.d.ts"
|
|
17
|
-
}
|
|
2
|
+
"name": "@photonix/icons",
|
|
3
|
+
"version": "1.1.5",
|
|
4
|
+
"main": "./dist/index.js",
|
|
5
|
+
"module": "./dist/index.mjs",
|
|
6
|
+
"types": "./dist/index.d.ts",
|
|
7
|
+
"exports": {
|
|
8
|
+
".": {
|
|
9
|
+
"import": "./dist/index.mjs",
|
|
10
|
+
"require": "./dist/index.js",
|
|
11
|
+
"types": "./dist/index.d.ts"
|
|
18
12
|
},
|
|
19
|
-
"
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
"generate": "node scripts/build.mjs",
|
|
24
|
-
"build": "pnpm generate && node scripts/build-fast.mjs && tsc --emitDeclarationOnly",
|
|
25
|
-
"build:showcase": "node scripts/build-showcase.mjs",
|
|
26
|
-
"lint": "eslint . --max-warnings 0",
|
|
27
|
-
"check-types": "tsc --noEmit"
|
|
28
|
-
},
|
|
29
|
-
"peerDependencies": {
|
|
30
|
-
"react": "^19.2.0"
|
|
31
|
-
},
|
|
32
|
-
"devDependencies": {
|
|
33
|
-
"@repo/eslint-config": "*",
|
|
34
|
-
"@repo/typescript-config": "*",
|
|
35
|
-
"@types/react": "19.2.2",
|
|
36
|
-
"esbuild": "^0.27.2",
|
|
37
|
-
"eslint": "^9.39.1",
|
|
38
|
-
"tsup": "^8.5.1",
|
|
39
|
-
"typescript": "5.9.2"
|
|
40
|
-
},
|
|
41
|
-
"publishConfig": {
|
|
42
|
-
"access": "public"
|
|
13
|
+
"./illustrated": {
|
|
14
|
+
"import": "./dist/illustrated/index.mjs",
|
|
15
|
+
"require": "./dist/illustrated/index.js",
|
|
16
|
+
"types": "./dist/illustrated/index.d.ts"
|
|
43
17
|
}
|
|
44
|
-
}
|
|
18
|
+
},
|
|
19
|
+
"files": [
|
|
20
|
+
"dist"
|
|
21
|
+
],
|
|
22
|
+
"peerDependencies": {
|
|
23
|
+
"react": "^19.2.0"
|
|
24
|
+
},
|
|
25
|
+
"devDependencies": {
|
|
26
|
+
"@repo/eslint-config": "*",
|
|
27
|
+
"@repo/typescript-config": "*",
|
|
28
|
+
"@types/react": "19.2.2",
|
|
29
|
+
"esbuild": "^0.27.2",
|
|
30
|
+
"eslint": "^9.39.1",
|
|
31
|
+
"tsup": "^8.5.1",
|
|
32
|
+
"typescript": "5.9.2"
|
|
33
|
+
},
|
|
34
|
+
"publishConfig": {
|
|
35
|
+
"access": "public"
|
|
36
|
+
},
|
|
37
|
+
"scripts": {
|
|
38
|
+
"generate": "node scripts/build.mjs",
|
|
39
|
+
"build": "pnpm generate && node scripts/build-fast.mjs && tsc --emitDeclarationOnly",
|
|
40
|
+
"build:showcase": "node scripts/build-showcase.mjs",
|
|
41
|
+
"lint": "eslint . --max-warnings 0",
|
|
42
|
+
"check-types": "tsc --noEmit"
|
|
43
|
+
}
|
|
44
|
+
}
|