@carbon/pictograms-react 11.102.0 → 11.103.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/es/__generated__/bucket-0.d.ts +2 -2
- package/es/__generated__/bucket-0.js +13 -13
- package/es/__generated__/bucket-1.d.ts +3 -3
- package/es/__generated__/bucket-1.js +25 -25
- package/es/__generated__/bucket-2.d.ts +4 -4
- package/es/__generated__/bucket-2.js +37 -37
- package/es/__generated__/bucket-3.d.ts +9 -9
- package/es/__generated__/bucket-3.js +97 -97
- package/es/__generated__/bucket-4.d.ts +12 -12
- package/es/__generated__/bucket-4.js +133 -133
- package/es/__generated__/bucket-5.d.ts +14 -14
- package/es/__generated__/bucket-5.js +157 -157
- package/es/__generated__/bucket-6.d.ts +15 -1
- package/es/__generated__/bucket-6.js +169 -1
- package/es/chennai/index.d.ts +11 -0
- package/es/chennai/index.js +34 -0
- package/es/denver/index.d.ts +11 -0
- package/es/denver/index.js +34 -0
- package/es/frankfurt/index.d.ts +11 -0
- package/es/frankfurt/index.js +34 -0
- package/es/index.js +8 -8
- package/es/laptop/index.d.ts +11 -0
- package/es/laptop/index.js +34 -0
- package/es/los-angeles/index.d.ts +11 -0
- package/es/los-angeles/index.js +34 -0
- package/es/lotus--flower/index.d.ts +11 -0
- package/es/lotus--flower/index.js +34 -0
- package/es/men--showers/index.d.ts +11 -0
- package/es/men--showers/index.js +34 -0
- package/es/miami/index.d.ts +11 -0
- package/es/miami/index.js +34 -0
- package/es/oslo/index.d.ts +11 -0
- package/es/oslo/index.js +34 -0
- package/es/perth/index.d.ts +11 -0
- package/es/perth/index.js +34 -0
- package/es/san-jose/index.d.ts +11 -0
- package/es/san-jose/index.js +34 -0
- package/es/taipei/index.d.ts +11 -0
- package/es/taipei/index.js +34 -0
- package/es/technology-zone--finger/index.d.ts +11 -0
- package/es/technology-zone--finger/index.js +34 -0
- package/es/women--showers/index.d.ts +11 -0
- package/es/women--showers/index.js +34 -0
- package/lib/__generated__/bucket-0.js +13 -13
- package/lib/__generated__/bucket-1.js +26 -26
- package/lib/__generated__/bucket-2.js +39 -39
- package/lib/__generated__/bucket-3.js +104 -104
- package/lib/__generated__/bucket-4.js +143 -143
- package/lib/__generated__/bucket-5.js +169 -169
- package/lib/__generated__/bucket-6.js +182 -0
- package/lib/chennai/index.d.ts +11 -0
- package/lib/chennai/index.js +35 -0
- package/lib/denver/index.d.ts +11 -0
- package/lib/denver/index.js +35 -0
- package/lib/frankfurt/index.d.ts +11 -0
- package/lib/frankfurt/index.js +35 -0
- package/lib/index.js +52 -38
- package/lib/laptop/index.d.ts +11 -0
- package/lib/laptop/index.js +35 -0
- package/lib/los-angeles/index.d.ts +11 -0
- package/lib/los-angeles/index.js +35 -0
- package/lib/lotus--flower/index.d.ts +11 -0
- package/lib/lotus--flower/index.js +35 -0
- package/lib/men--showers/index.d.ts +11 -0
- package/lib/men--showers/index.js +35 -0
- package/lib/miami/index.d.ts +11 -0
- package/lib/miami/index.js +35 -0
- package/lib/oslo/index.d.ts +11 -0
- package/lib/oslo/index.js +35 -0
- package/lib/perth/index.d.ts +11 -0
- package/lib/perth/index.js +35 -0
- package/lib/san-jose/index.d.ts +11 -0
- package/lib/san-jose/index.js +35 -0
- package/lib/taipei/index.d.ts +11 -0
- package/lib/taipei/index.js +35 -0
- package/lib/technology-zone--finger/index.d.ts +11 -0
- package/lib/technology-zone--finger/index.js +35 -0
- package/lib/women--showers/index.d.ts +11 -0
- package/lib/women--showers/index.js +35 -0
- package/package.json +3 -3
- package/umd/index.js +246 -64
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 2023
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
import Icon from "../Icon.js";
|
|
10
|
+
import React from "react";
|
|
11
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
12
|
+
//#region virtual:laptop/index.js
|
|
13
|
+
/**
|
|
14
|
+
* Copyright IBM Corp. 2019, 2023
|
|
15
|
+
*
|
|
16
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
17
|
+
* LICENSE file in the root directory of this source tree.
|
|
18
|
+
*
|
|
19
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
20
|
+
*/
|
|
21
|
+
const Laptop = /* @__PURE__ */ React.forwardRef(function Laptop({ children, ...rest }, ref) {
|
|
22
|
+
return /* @__PURE__ */ jsxs(Icon, {
|
|
23
|
+
width: 64,
|
|
24
|
+
height: 64,
|
|
25
|
+
viewBox: "0 0 32 32",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
fill: "currentColor",
|
|
28
|
+
ref,
|
|
29
|
+
...rest,
|
|
30
|
+
children: [/* @__PURE__ */ jsx("path", { d: "M31,26.36H1V25.64h30V26.36z M26,24.36H6c-1.301,0-2.36-1.059-2.36-2.36V8c0-1.301,1.059-2.36,2.36-2.36h20 c1.302,0,2.36,1.059,2.36,2.36v14C28.36,23.302,27.302,24.36,26,24.36z M6,6.36C5.096,6.36,4.36,7.096,4.36,8v14 c0,0.904,0.736,1.64,1.64,1.64h20c0.904,0,1.64-0.735,1.64-1.64V8c0-0.904-0.735-1.64-1.64-1.64H6z" }), children]
|
|
31
|
+
});
|
|
32
|
+
});
|
|
33
|
+
//#endregion
|
|
34
|
+
export { Laptop as default };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 2026
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/pictograms-react. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
import type { CarbonPictogramType } from '../CarbonPictogram';
|
|
10
|
+
declare const LosAngeles: CarbonPictogramType;
|
|
11
|
+
export default LosAngeles
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 2023
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
import Icon from "../Icon.js";
|
|
10
|
+
import React from "react";
|
|
11
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
12
|
+
//#region virtual:los-angeles/index.js
|
|
13
|
+
/**
|
|
14
|
+
* Copyright IBM Corp. 2019, 2023
|
|
15
|
+
*
|
|
16
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
17
|
+
* LICENSE file in the root directory of this source tree.
|
|
18
|
+
*
|
|
19
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
20
|
+
*/
|
|
21
|
+
const LosAngeles = /* @__PURE__ */ React.forwardRef(function LosAngeles({ children, ...rest }, ref) {
|
|
22
|
+
return /* @__PURE__ */ jsxs(Icon, {
|
|
23
|
+
width: 64,
|
|
24
|
+
height: 64,
|
|
25
|
+
viewBox: "0 0 32 32",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
fill: "currentColor",
|
|
28
|
+
ref,
|
|
29
|
+
...rest,
|
|
30
|
+
children: [/* @__PURE__ */ jsx("path", { d: "M16,28.083c-0.61,0-1.22-0.178-1.753-0.532L13,26.72l-1.247,0.831c-1.064,0.709-2.44,0.709-3.506,0 L7,26.72l-1.247,0.831c-1.064,0.709-2.44,0.709-3.506,0L0.8,26.587l0.399-0.6l1.447,0.964c0.822,0.549,1.885,0.549,2.707,0L7,25.854 l1.647,1.097c0.822,0.549,1.885,0.549,2.707,0L13,25.854l1.646,1.097c0.822,0.549,1.885,0.549,2.706,0L19,25.854l1.646,1.097 c0.822,0.549,1.885,0.549,2.707,0L25,25.854l1.646,1.097c0.822,0.549,1.885,0.549,2.707,0l1.447-0.964l0.398,0.6l-1.447,0.964 c-1.065,0.709-2.44,0.709-3.504,0L25,26.72l-1.248,0.831c-1.065,0.709-2.44,0.709-3.504,0L19,26.72l-1.248,0.831 C17.221,27.905,16.61,28.083,16,28.083z M16,24.797c-0.61,0-1.22-0.178-1.753-0.532L13,23.433l-1.247,0.832 c-1.064,0.709-2.441,0.709-3.506,0L7,23.433l-1.247,0.832c-1.064,0.709-2.441,0.709-3.506,0L0.8,23.3L1.2,22.7l1.447,0.965 c0.822,0.549,1.885,0.549,2.707,0L7,22.567l1.647,1.098c0.822,0.549,1.885,0.549,2.707,0L13,22.567l1.646,1.098 c0.822,0.549,1.885,0.549,2.706,0L19,22.567l1.646,1.098c0.822,0.549,1.885,0.549,2.707,0L25,22.567l1.646,1.098 c0.822,0.549,1.885,0.549,2.707,0l1.447-0.965l0.398,0.6l-1.447,0.965c-1.065,0.709-2.44,0.709-3.504,0L25,23.433l-1.248,0.832 c-1.065,0.709-2.44,0.709-3.504,0L19,23.433l-1.248,0.832C17.221,24.619,16.61,24.797,16,24.797z M30.36,21H29.64v-3.64H27.36V21 H26.64v-3.64H24.36V21H23.64v-3.64H21.36V21H20.64v-3.64H18.36V21H17.64v-3.64h-2.28V21h-0.72v-3.64h-2.28V21h-0.72v-3.64H9.36V21 H8.64v-3.64H6.36V21H5.64v-3.64H3.36V21H2.64v-3.64H2v-0.72h1.777l1.062-2.123C2.929,13.419,1.64,11.357,1.64,9 c0-3.507,2.853-6.36,6.36-6.36S14.36,5.493,14.36,9c0,2.357-1.289,4.419-3.199,5.518l1.061,2.123h3.418v-2h2v-2h2v-1.28H19v-0.72 h1.64V7h0.721v3.64H23v0.72h-0.64v1.771l1.49-1.491h3.299l2,2H30v0.72h-0.64v2.28h1L30.36,21L30.36,21z M22.36,16.64h6.279v-2.28 H22.36V16.64z M20.36,16.64h1.279v-5.28H20.36V16.64z M18.36,16.64h1.279v-3.28H18.36V16.64z M16.36,16.64h1.28v-1.28h-1.28V16.64z M4.582,16.64h6.835l-0.9-1.8c-1.545,0.669-3.49,0.669-5.035,0C5.482,14.84,4.582,16.64,4.582,16.64z M5.805,14.195 c1.351,0.572,3.04,0.572,4.391,0l-1.931-3.861c-0.171,0.034-0.358,0.034-0.529,0L5.805,14.195L5.805,14.195z M9.314,10.823 l1.524,3.049c0.316-0.185,0.612-0.399,0.885-0.639L9.314,10.823L9.314,10.823z M4.276,13.233c0.273,0.24,0.569,0.455,0.885,0.639 l1.524-3.049L4.276,13.233L4.276,13.233z M22.869,13.64h5.262l-1.28-1.28h-2.701L22.869,13.64L22.869,13.64z M9.182,9.673 l3.051,3.051c0.801-0.91,1.314-2.079,1.396-3.364H9.312C9.281,9.47,9.237,9.575,9.182,9.673z M2.372,9.36 c0.081,1.285,0.594,2.454,1.395,3.364l3.051-3.051c-0.056-0.098-0.1-0.203-0.13-0.313H2.372z M8,8.36C7.647,8.36,7.36,8.647,7.36,9 S7.647,9.64,8,9.64c0.353,0,0.64-0.287,0.64-0.64S8.353,8.36,8,8.36z M9.311,8.64h4.317c-0.081-1.285-0.594-2.454-1.396-3.364 L9.182,8.327C9.237,8.425,9.281,8.53,9.311,8.64z M2.372,8.64h4.317c0.03-0.11,0.074-0.215,0.13-0.313L3.767,5.276 C2.966,6.186,2.453,7.355,2.372,8.64z M4.276,4.767l3.051,3.051c0.098-0.056,0.203-0.1,0.313-0.13V3.372 C6.356,3.453,5.186,3.966,4.276,4.767z M8.36,7.688c0.11,0.03,0.215,0.074,0.313,0.13l3.051-3.051 c-0.91-0.801-2.079-1.314-3.364-1.395C8.36,3.372,8.36,7.688,8.36,7.688z" }), children]
|
|
31
|
+
});
|
|
32
|
+
});
|
|
33
|
+
//#endregion
|
|
34
|
+
export { LosAngeles as default };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 2026
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/pictograms-react. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
import type { CarbonPictogramType } from '../CarbonPictogram';
|
|
10
|
+
declare const LotusFlower: CarbonPictogramType;
|
|
11
|
+
export default LotusFlower
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 2023
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
import Icon from "../Icon.js";
|
|
10
|
+
import React from "react";
|
|
11
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
12
|
+
//#region virtual:lotus--flower/index.js
|
|
13
|
+
/**
|
|
14
|
+
* Copyright IBM Corp. 2019, 2023
|
|
15
|
+
*
|
|
16
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
17
|
+
* LICENSE file in the root directory of this source tree.
|
|
18
|
+
*
|
|
19
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
20
|
+
*/
|
|
21
|
+
const LotusFlower = /* @__PURE__ */ React.forwardRef(function LotusFlower({ children, ...rest }, ref) {
|
|
22
|
+
return /* @__PURE__ */ jsxs(Icon, {
|
|
23
|
+
width: 64,
|
|
24
|
+
height: 64,
|
|
25
|
+
viewBox: "0 0 32 32",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
fill: "currentColor",
|
|
28
|
+
ref,
|
|
29
|
+
...rest,
|
|
30
|
+
children: [/* @__PURE__ */ jsx("path", { d: "M21,26.36c-1.77,0-3.494-0.335-5-0.969c-1.505,0.634-3.231,0.969-5,0.969 c-4.017,0-7.765-1.874-10.285-5.141c-0.1-0.13-0.1-0.31,0-0.44c0.91-1.181,2.049-2.233,3.307-3.06 c-0.936-2.44-1.086-5.188-0.369-7.815C3.694,9.753,3.829,9.646,3.987,9.64c2.539-0.085,5.055,0.559,7.147,1.839 c0.757-2.637,2.361-5.002,4.646-6.764c0.129-0.1,0.31-0.1,0.44,0c2.285,1.763,3.89,4.127,4.646,6.764 c2.092-1.279,4.616-1.928,7.146-1.839c0.157,0.006,0.293,0.113,0.335,0.265c0.717,2.628,0.566,5.375-0.369,7.815 c1.258,0.825,2.396,1.879,3.307,3.06c0.1,0.13,0.1,0.31,0,0.44C28.767,24.486,25.018,26.36,21,26.36z M17.974,25.283 C18.938,25.519,19.96,25.64,21,25.64c3.701,0,7.163-1.687,9.542-4.64c-0.804-0.994-1.778-1.885-2.846-2.603 c-0.396,0.87-0.896,1.694-1.495,2.451C24.236,23.326,21.254,24.911,17.974,25.283L17.974,25.283z M1.459,21 c2.378,2.953,5.84,4.64,9.541,4.64c1.04,0,2.062-0.121,3.027-0.355c-3.281-0.373-6.263-1.957-8.227-4.436 c-0.6-0.757-1.099-1.581-1.495-2.451C3.236,19.115,2.262,20.006,1.459,21L1.459,21z M4.28,10.353 c-0.883,3.54-0.112,7.277,2.084,10.048c2.021,2.55,5.197,4.093,8.637,4.236C12.217,22.145,10.64,18.685,10.64,15 c0-0.949,0.104-1.883,0.307-2.789C9.011,10.972,6.642,10.31,4.28,10.353L4.28,10.353z M21.053,12.211 c0.203,0.906,0.308,1.84,0.308,2.789c0,3.685-1.578,7.146-4.361,9.638c3.44-0.144,6.616-1.687,8.638-4.236 c2.196-2.771,2.967-6.508,2.083-10.048C25.354,10.314,22.989,10.973,21.053,12.211L21.053,12.211z M11.687,12.208 c-0.216,0.905-0.327,1.84-0.327,2.792c0,3.701,1.688,7.163,4.64,9.542c2.952-2.379,4.64-5.842,4.64-9.542 c0-0.951-0.111-1.886-0.327-2.792c-0.021-0.045-0.033-0.094-0.034-0.143C19.635,9.505,18.153,7.193,16,5.458 c-2.154,1.735-3.634,4.046-4.278,6.607C11.721,12.114,11.709,12.163,11.687,12.208z" }), children]
|
|
31
|
+
});
|
|
32
|
+
});
|
|
33
|
+
//#endregion
|
|
34
|
+
export { LotusFlower as default };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 2026
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/pictograms-react. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
import type { CarbonPictogramType } from '../CarbonPictogram';
|
|
10
|
+
declare const MenShowers: CarbonPictogramType;
|
|
11
|
+
export default MenShowers
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 2023
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
import Icon from "../Icon.js";
|
|
10
|
+
import React from "react";
|
|
11
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
12
|
+
//#region virtual:men--showers/index.js
|
|
13
|
+
/**
|
|
14
|
+
* Copyright IBM Corp. 2019, 2023
|
|
15
|
+
*
|
|
16
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
17
|
+
* LICENSE file in the root directory of this source tree.
|
|
18
|
+
*
|
|
19
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
20
|
+
*/
|
|
21
|
+
const MenShowers = /* @__PURE__ */ React.forwardRef(function MenShowers({ children, ...rest }, ref) {
|
|
22
|
+
return /* @__PURE__ */ jsxs(Icon, {
|
|
23
|
+
width: 64,
|
|
24
|
+
height: 64,
|
|
25
|
+
viewBox: "0 0 32 32",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
fill: "currentColor",
|
|
28
|
+
ref,
|
|
29
|
+
...rest,
|
|
30
|
+
children: [/* @__PURE__ */ jsx("path", { d: "M30.64,1v1.64H23c-1.3,0-2.36,1.06-2.36,2.36v0.64H15c-0.2,0-0.36,0.16-0.36,0.36v2 c0,0.2,0.16,0.36,0.36,0.36h12c0.2,0,0.36-0.16,0.36-0.36V6c0-0.2-0.16-0.36-0.36-0.36h-5.64V5c0-0.9,0.74-1.64,1.64-1.64h7.64V31 h0.72V1H30.64z M26.64,6.36v1.28H15.36V6.36C15.36,6.36,26.64,6.36,26.64,6.36z M9.36,31H8.64v-9c0-0.151,0.095-0.287,0.237-0.339 c1.137-0.41,1.763-1.285,1.763-2.462V14c0-2.007-1.633-3.64-3.64-3.64S3.36,11.993,3.36,14l0,5.21c0,1.17,0.626,2.041,1.762,2.451 C5.265,21.713,5.36,21.849,5.36,22v9H4.64v-8.756c-1.275-0.551-2-1.644-2-3.034l0-5.21c0-2.404,1.956-4.36,4.36-4.36 s4.36,1.956,4.36,4.36v5.199c0,1.396-0.725,2.494-2,3.045L9.36,31L9.36,31z M7,8.36c-1.577,0-2.86-1.283-2.86-2.86 S5.423,2.64,7,2.64S9.86,3.923,9.86,5.5S8.577,8.36,7,8.36z M7,3.36c-1.18,0-2.14,0.96-2.14,2.14S5.82,7.64,7,7.64 S9.14,6.68,9.14,5.5S8.18,3.36,7,3.36z M21,12.36c-0.199,0-0.36-0.161-0.36-0.36v-2c0-0.199,0.161-0.36,0.36-0.36 s0.36,0.161,0.36,0.36v2C21.36,12.199,21.199,12.36,21,12.36z M21,17.36c-0.199,0-0.36-0.161-0.36-0.36v-3 c0-0.199,0.161-0.36,0.36-0.36s0.36,0.161,0.36,0.36v3C21.36,17.199,21.199,17.36,21,17.36z M18,15.86 c-0.199,0-0.36-0.161-0.36-0.36v-3c0-0.199,0.161-0.36,0.36-0.36s0.36,0.161,0.36,0.36v3C18.36,15.699,18.199,15.86,18,15.86z M18,11.36L18,11.36c-0.199,0-0.36-0.162-0.36-0.36l0.001-1c0.001-0.199,0.162-0.359,0.36-0.359l0,0c0.199,0,0.36,0.162,0.36,0.36 l-0.001,1C18.359,11.199,18.198,11.36,18,11.36z M24,15.86c-0.199,0-0.36-0.161-0.36-0.36v-3c0-0.199,0.161-0.36,0.36-0.36 s0.36,0.161,0.36,0.36v3C24.36,15.699,24.199,15.86,24,15.86z M24,11.36c-0.199,0-0.36-0.161-0.36-0.36v-1 c0-0.199,0.161-0.36,0.36-0.36s0.36,0.161,0.36,0.36v1C24.36,11.199,24.199,11.36,24,11.36z" }), children]
|
|
31
|
+
});
|
|
32
|
+
});
|
|
33
|
+
//#endregion
|
|
34
|
+
export { MenShowers as default };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 2026
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/pictograms-react. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
import type { CarbonPictogramType } from '../CarbonPictogram';
|
|
10
|
+
declare const Miami: CarbonPictogramType;
|
|
11
|
+
export default Miami
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 2023
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
import Icon from "../Icon.js";
|
|
10
|
+
import React from "react";
|
|
11
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
12
|
+
//#region virtual:miami/index.js
|
|
13
|
+
/**
|
|
14
|
+
* Copyright IBM Corp. 2019, 2023
|
|
15
|
+
*
|
|
16
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
17
|
+
* LICENSE file in the root directory of this source tree.
|
|
18
|
+
*
|
|
19
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
20
|
+
*/
|
|
21
|
+
const Miami = /* @__PURE__ */ React.forwardRef(function Miami({ children, ...rest }, ref) {
|
|
22
|
+
return /* @__PURE__ */ jsxs(Icon, {
|
|
23
|
+
width: 64,
|
|
24
|
+
height: 64,
|
|
25
|
+
viewBox: "0 0 32 32",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
fill: "currentColor",
|
|
28
|
+
ref,
|
|
29
|
+
...rest,
|
|
30
|
+
children: [/* @__PURE__ */ jsx("path", { d: "M30,28.36H2V27.64h1.672L5.548,7.652l-3.056,3.056L2.249,10.34c-0.671-1.018-0.615-2.341,0.1-3.288H0.66 l0.087-0.431c0.268-1.326,1.446-2.289,2.803-2.289c0.448,0,0.885,0.106,1.279,0.303c0.031-0.441,0.168-0.873,0.403-1.26 c0.157-0.267,0.333-0.48,0.537-0.65l0.238-0.199l0.232,0.206c0.213,0.19,0.396,0.411,0.541,0.656 c0.227,0.386,0.36,0.814,0.393,1.251c0.406-0.207,0.833-0.307,1.277-0.307c1.357,0,2.536,0.962,2.803,2.289l0.087,0.431H9.656 c0.708,0.953,0.762,2.275,0.095,3.288l-0.243,0.369L6.481,7.683l0.821,6.819l7.337-2.752V10h0.72v1.75l8.001,3v4.14l5.832,8.749H30 L30,28.36L30,28.36z M27.192,27.64h1.135l-0.854-1.279h-1.135L27.192,27.64z M20.36,27.64h5.967l-2.967-4.45v0.171h-3V27.64z M11.525,27.64h6.95L15,25.902L11.525,27.64z M8.36,27.64h1.28V23.36H8.36V27.64z M4.396,27.64H7.64v-2.277H4.609 C4.609,25.362,4.396,27.64,4.396,27.64z M15.805,25.5l3.835,1.918v-3.836L15.805,25.5L15.805,25.5z M10.36,23.582v3.836l3.835-1.918 L10.36,23.582L10.36,23.582z M25.859,25.64h1.135l-0.854-1.279h-1.135L25.859,25.64z M11.525,23.36L15,25.098l3.475-1.737H11.525z M4.677,24.642H7.64V23.36h-1v-2H4.985L4.677,24.642z M24.526,23.64h1.135l-0.854-1.279h-1.135L24.526,23.64z M21.36,22.64h1.279 V19.36H21.36V22.64z M19.36,22.64h1.279V19.36H19.36V22.64z M17.36,22.64h1.279V19.36H17.36V22.64z M15.36,22.64h1.28V19.36h-1.28 C15.36,19.36,15.36,22.64,15.36,22.64z M13.36,22.64h1.28V19.36h-1.28V22.64z M11.36,22.64h1.28V19.36h-1.28V22.64z M9.36,22.64 h1.28V19.36H9.36V22.64z M8,22.64h0.64V19.36H7.36v3.279H8L8,22.64z M23.36,21.64h0.967l-0.967-1.45V21.64z M5.052,20.64H6.64 v-3.277H5.36L5.052,20.64z M21.36,18.64h1.279v-3.28H21.36V18.64z M16.36,18.64h4.28v-3.28h-4.28V18.64z M14.36,18.64h1.28v-3.28 h-1.28V18.64z M9.36,18.64h4.28v-3.28H9.36V18.64z M7.36,18.64h1.28v-3.28H7.36C7.36,15.36,7.36,18.64,7.36,18.64z M5.427,16.642 H6.64v-1.621l-0.596-4.95L5.427,16.642z M8.985,14.64h12.029L15,12.384L8.985,14.64L8.985,14.64z M3.36,7.052 C3.279,7.111,3.203,7.177,3.125,7.255C2.515,7.858,2.34,8.762,2.642,9.54L5.13,7.052H3.36z M6.869,7.052L9.357,9.54 c0.301-0.778,0.125-1.686-0.482-2.294c-0.07-0.07-0.144-0.134-0.222-0.194L6.869,7.052L6.869,7.052z M6.49,6.332h3.92 c-0.335-0.762-1.1-1.28-1.961-1.28c-0.498,0-0.97,0.169-1.363,0.489L7.006,5.623C6.787,5.814,6.611,6.058,6.49,6.332z M1.589,6.332 H5.51C5.392,6.06,5.221,5.823,5.003,5.633L4.947,5.573C4.534,5.228,4.05,5.052,3.549,5.052C2.689,5.052,1.923,5.57,1.589,6.332 L1.589,6.332z M5.57,5.177c0.167,0.16,0.312,0.341,0.431,0.539c0.122-0.201,0.268-0.385,0.435-0.546 C6.509,4.683,6.413,4.184,6.16,3.754C6.111,3.673,6.058,3.596,5.999,3.522C5.947,3.589,5.898,3.663,5.85,3.745 C5.585,4.18,5.488,4.684,5.57,5.177L5.57,5.177z M4.955,5.579c0.005,0.005,0.01,0.009,0.014,0.012 C4.964,5.587,4.959,5.582,4.955,5.579z" }), children]
|
|
31
|
+
});
|
|
32
|
+
});
|
|
33
|
+
//#endregion
|
|
34
|
+
export { Miami as default };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 2026
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/pictograms-react. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
import type { CarbonPictogramType } from '../CarbonPictogram';
|
|
10
|
+
declare const Oslo: CarbonPictogramType;
|
|
11
|
+
export default Oslo
|
package/es/oslo/index.js
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 2023
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
import Icon from "../Icon.js";
|
|
10
|
+
import React from "react";
|
|
11
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
12
|
+
//#region virtual:oslo/index.js
|
|
13
|
+
/**
|
|
14
|
+
* Copyright IBM Corp. 2019, 2023
|
|
15
|
+
*
|
|
16
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
17
|
+
* LICENSE file in the root directory of this source tree.
|
|
18
|
+
*
|
|
19
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
20
|
+
*/
|
|
21
|
+
const Oslo = /* @__PURE__ */ React.forwardRef(function Oslo({ children, ...rest }, ref) {
|
|
22
|
+
return /* @__PURE__ */ jsxs(Icon, {
|
|
23
|
+
width: 64,
|
|
24
|
+
height: 64,
|
|
25
|
+
viewBox: "0 0 32 32",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
fill: "currentColor",
|
|
28
|
+
ref,
|
|
29
|
+
...rest,
|
|
30
|
+
children: [/* @__PURE__ */ jsx("path", { d: "M16,29.797c-0.61,0-1.22-0.178-1.753-0.532L13,28.433l-1.247,0.832c-1.064,0.709-2.441,0.709-3.506,0L7,28.433 l-1.247,0.832c-1.064,0.709-2.441,0.709-3.506,0L0.8,28.3L1.2,27.7l1.447,0.965c0.822,0.549,1.885,0.549,2.707,0L7,27.567 l1.647,1.098c0.822,0.549,1.885,0.549,2.707,0L13,27.567l1.646,1.098c0.822,0.549,1.885,0.549,2.706,0L19,27.567l1.646,1.098 c0.822,0.549,1.885,0.549,2.707,0L25,27.567l1.646,1.098c0.822,0.549,1.885,0.549,2.707,0l1.447-0.965l0.398,0.6l-1.447,0.965 c-1.065,0.709-2.44,0.709-3.504,0L25,28.433l-1.248,0.832c-1.065,0.709-2.44,0.709-3.504,0L19,28.433l-1.248,0.832 C17.221,29.619,16.61,29.797,16,29.797z M16,25.797c-0.61,0-1.22-0.178-1.753-0.532L13,24.433l-1.247,0.832 c-1.064,0.709-2.441,0.709-3.506,0L7,24.433l-1.247,0.832c-1.064,0.709-2.441,0.709-3.506,0L0.8,24.3L1.2,23.7l1.447,0.965 c0.822,0.549,1.885,0.549,2.707,0L7,23.567l1.647,1.098c0.822,0.549,1.885,0.549,2.707,0L13,23.567l1.646,1.098 c0.822,0.549,1.885,0.549,2.706,0L19,23.567l1.646,1.098c0.822,0.549,1.885,0.549,2.707,0L25,23.567l1.646,1.098 c0.822,0.549,1.885,0.549,2.707,0l1.447-0.965l0.398,0.6l-1.447,0.965c-1.065,0.709-2.44,0.709-3.504,0L25,24.433l-1.248,0.832 c-1.065,0.709-2.44,0.709-3.504,0L19,24.433l-1.248,0.832C17.221,25.619,16.61,25.797,16,25.797z M30.36,21.36H1.64V18.64h0.935 l-0.836-5.014L0.64,13.259V11.64H7l0.64,0.142v-2.11l4.006-0.364V7.64h4.714v1.238l2.608-0.237l6.393-0.002v7.202l3.03,2.797h1.97 L30.36,21.36L30.36,21.36z M2.36,20.64h27.28V19.36H2.36V20.64z M19.059,18.64h6.444l-23.55-6.28H1.36v0.381L19.059,18.64 L19.059,18.64z M3.305,18.64h13.477l-14.27-4.756C2.512,13.883,3.305,18.64,3.305,18.64z M4.729,12.356l22.206,5.922l-2.108-1.947 L6.922,12.352L4.729,12.356z M19.36,14.381l5.279,1.17V11.36H19.36C19.36,11.36,19.36,14.381,19.36,14.381z M9.599,12.216 l9.041,2.005v-2.827L9.599,12.216L9.599,12.216z M8.36,10.329v1.277l10.28-0.935V9.392L8.36,10.329L8.36,10.329z M19.36,10.64h5.279 V9.36H19.36V10.64z M12.366,8.36v0.882l3.274-0.298V8.36L12.366,8.36L12.366,8.36z" }), children]
|
|
31
|
+
});
|
|
32
|
+
});
|
|
33
|
+
//#endregion
|
|
34
|
+
export { Oslo as default };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 2026
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/pictograms-react. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
import type { CarbonPictogramType } from '../CarbonPictogram';
|
|
10
|
+
declare const Perth: CarbonPictogramType;
|
|
11
|
+
export default Perth
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 2023
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
import Icon from "../Icon.js";
|
|
10
|
+
import React from "react";
|
|
11
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
12
|
+
//#region virtual:perth/index.js
|
|
13
|
+
/**
|
|
14
|
+
* Copyright IBM Corp. 2019, 2023
|
|
15
|
+
*
|
|
16
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
17
|
+
* LICENSE file in the root directory of this source tree.
|
|
18
|
+
*
|
|
19
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
20
|
+
*/
|
|
21
|
+
const Perth = /* @__PURE__ */ React.forwardRef(function Perth({ children, ...rest }, ref) {
|
|
22
|
+
return /* @__PURE__ */ jsxs(Icon, {
|
|
23
|
+
width: 64,
|
|
24
|
+
height: 64,
|
|
25
|
+
viewBox: "0 0 32 32",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
fill: "currentColor",
|
|
28
|
+
ref,
|
|
29
|
+
...rest,
|
|
30
|
+
children: [/* @__PURE__ */ jsx("path", { d: "M21.662,29.123l-0.278-0.763H10.616l-0.277,0.763l-0.677-0.246l3.824-10.517H7.64v-3H1v-0.72h6.64v-3.863 L16,6.598l8.36,4.18v3.863H31v0.72h-6.64v3h-5.847l3.824,10.517L21.662,29.123z M10.877,27.64h10.245L19.93,24.36H12.07 L10.877,27.64L10.877,27.64z M12.332,23.64h7.336l-1.192-3.279h-4.951L12.332,23.64L12.332,23.64z M13.787,19.64h4.426l-0.465-1.279 h-3.496L13.787,19.64L13.787,19.64z M18,17.64h5.64v-6.417L16,7.402l-7.64,3.82v6.417h6.28v-4h2.72v4H18z M15.36,17.64h1.28v-3.28 h-1.28C15.36,14.36,15.36,17.64,15.36,17.64z M5.016,27.846c-0.531,0-1.03-0.207-1.406-0.582c-0.405-0.404-0.993-0.502-1.484-0.254 l-0.938,0.472l-0.324-0.643l0.939-0.473c0.769-0.386,1.691-0.237,2.298,0.37c0.514,0.515,1.331,0.499,1.811,0.018 c0.621-0.62,1.558-0.762,2.334-0.352l0.916,0.461l-0.323,0.643l-0.923-0.464c-0.501-0.266-1.099-0.174-1.495,0.222 C6.045,27.639,5.546,27.846,5.016,27.846L5.016,27.846z M22.691,23.025c-0.302,0-0.605-0.069-0.889-0.212l-0.938-0.472l0.324-0.643 l0.938,0.472c0.485,0.243,1.077,0.152,1.465-0.236c0.793-0.791,2.054-0.794,2.828-0.019c0.396,0.396,0.993,0.486,1.489,0.226 l0.336,0.637c-0.773,0.408-1.712,0.268-2.334-0.353c-0.495-0.494-1.298-0.493-1.793,0C23.723,22.82,23.21,23.025,22.691,23.025 L22.691,23.025z M4.606,21.201c-0.531,0-1.03-0.207-1.405-0.582c-0.404-0.405-0.993-0.501-1.484-0.254l-0.322-0.645 c0.768-0.383,1.691-0.234,2.298,0.371c0.513,0.513,1.316,0.512,1.811,0.018c0.236-0.235,0.528-0.408,0.845-0.502l0.203,0.691 c-0.203,0.06-0.389,0.17-0.54,0.32C5.636,20.994,5.137,21.201,4.606,21.201L4.606,21.201z M21.36,16.36H18.64v-2.72h2.721V16.36z M19.36,15.64h1.279v-1.28H19.36V15.64z M13.36,16.36h-2.72v-2.72h2.72V16.36z M11.36,15.64h1.28v-1.28h-1.28V15.64z M16.36,11 h-0.72V9h0.72V11z M28.5,8.985H24c-1.025,0-1.86-0.835-1.86-1.86c0-1.116,1.02-2.017,2.132-1.838c0.23-0.61,0.801-1.021,1.478-1.021 c0.683,0,1.259,0.418,1.488,1.029c0.718-0.166,1.42,0.331,1.584,1.008c0.596,0.145,1.039,0.683,1.039,1.322 C29.86,8.375,29.25,8.985,28.5,8.985L28.5,8.985z M24,5.985c-0.629,0-1.14,0.512-1.14,1.14s0.511,1.14,1.14,1.14h4.5 c0.353,0,0.64-0.287,0.64-0.64s-0.287-0.64-0.64-0.64h-0.36v-0.36c0-0.353-0.287-0.64-0.64-0.64c-0.069,0-0.17,0.013-0.329,0.112 l-0.508,0.318l-0.042-0.598c-0.032-0.474-0.407-0.831-0.872-0.831c-0.445,0-0.808,0.332-0.86,0.789l-0.054,0.467l-0.438-0.174 C24.258,6.012,24.128,5.985,24,5.985L24,5.985z M9.502,5.72h-4.5c-1.025,0-1.86-0.834-1.86-1.86c0-1.116,1.023-2.017,2.131-1.838 c0.231-0.61,0.801-1.021,1.477-1.021c0.683,0,1.259,0.419,1.489,1.028C8.953,1.867,9.658,2.36,9.824,3.038 c0.595,0.145,1.038,0.683,1.038,1.322C10.862,5.11,10.252,5.72,9.502,5.72L9.502,5.72z M5.002,2.72c-0.628,0-1.14,0.512-1.14,1.14 S4.374,5,5.002,5h4.5c0.352,0,0.64-0.287,0.64-0.64s-0.287-0.64-0.64-0.64h-0.36V3.36c0-0.353-0.287-0.64-0.64-0.64 c-0.07,0-0.17,0.013-0.328,0.112l-0.509,0.32l-0.042-0.6C7.591,2.078,7.216,1.721,6.752,1.721c-0.446,0-0.807,0.332-0.86,0.789 L5.837,2.977L5.4,2.803C5.261,2.747,5.13,2.72,5.002,2.72L5.002,2.72z" }), children]
|
|
31
|
+
});
|
|
32
|
+
});
|
|
33
|
+
//#endregion
|
|
34
|
+
export { Perth as default };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 2026
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/pictograms-react. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
import type { CarbonPictogramType } from '../CarbonPictogram';
|
|
10
|
+
declare const SanJose: CarbonPictogramType;
|
|
11
|
+
export default SanJose
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 2023
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
import Icon from "../Icon.js";
|
|
10
|
+
import React from "react";
|
|
11
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
12
|
+
//#region virtual:san-jose/index.js
|
|
13
|
+
/**
|
|
14
|
+
* Copyright IBM Corp. 2019, 2023
|
|
15
|
+
*
|
|
16
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
17
|
+
* LICENSE file in the root directory of this source tree.
|
|
18
|
+
*
|
|
19
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
20
|
+
*/
|
|
21
|
+
const SanJose = /* @__PURE__ */ React.forwardRef(function SanJose({ children, ...rest }, ref) {
|
|
22
|
+
return /* @__PURE__ */ jsxs(Icon, {
|
|
23
|
+
width: 64,
|
|
24
|
+
height: 64,
|
|
25
|
+
viewBox: "0 0 32 32",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
fill: "currentColor",
|
|
28
|
+
ref,
|
|
29
|
+
...rest,
|
|
30
|
+
children: [/* @__PURE__ */ jsx("path", { d: "M12.644,30v-1.575l-1.28,0.213V30h-0.72v-1.242l-1.28,0.213V30h-0.72v-0.909l-1.28,0.214V30h-0.72v-4.265 l3.996-1.25V23.5l-2.996,1l0.045-10.675l4.976-8.963c0.146-0.496,1.418-4.293,6.342-4.22l0.354,0.006v19.77l1.64-0.82l6.365,3.18V30 h-0.721v-1.64h-1.279V30h-0.721v-1.64h-1.279V30h-0.721v-1.64H21.36V30h-0.72v-1.64h-1.274V30h-0.721v-1.64h-1.279V30h-0.72v-1.64 H15.36V30h-0.72v-1.64h-1.276V30H12.644L12.644,30z M7.364,26.265v2.31l5.28-0.879L12.64,6.39l-1.28,2.306v16.318L7.364,26.265 L7.364,26.265z M21.36,27.64h5.284v-4.417l-5.284-2.641V27.64z M15.36,27.64h5.28v-7.058l-5.28,2.641 C15.36,23.223,15.36,27.64,15.36,27.64z M13.364,27.64h1.276v-4.862l4-2V1.362c-4.142,0.098-5.164,3.27-5.28,3.685L13.364,27.64 L13.364,27.64z M8.364,14.093V23.5l2.276-0.76V9.994L8.364,14.093L8.364,14.093z" }), children]
|
|
31
|
+
});
|
|
32
|
+
});
|
|
33
|
+
//#endregion
|
|
34
|
+
export { SanJose as default };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 2026
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/pictograms-react. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
import type { CarbonPictogramType } from '../CarbonPictogram';
|
|
10
|
+
declare const Taipei: CarbonPictogramType;
|
|
11
|
+
export default Taipei
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 2023
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
import Icon from "../Icon.js";
|
|
10
|
+
import React from "react";
|
|
11
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
12
|
+
//#region virtual:taipei/index.js
|
|
13
|
+
/**
|
|
14
|
+
* Copyright IBM Corp. 2019, 2023
|
|
15
|
+
*
|
|
16
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
17
|
+
* LICENSE file in the root directory of this source tree.
|
|
18
|
+
*
|
|
19
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
20
|
+
*/
|
|
21
|
+
const Taipei = /* @__PURE__ */ React.forwardRef(function Taipei({ children, ...rest }, ref) {
|
|
22
|
+
return /* @__PURE__ */ jsxs(Icon, {
|
|
23
|
+
width: 64,
|
|
24
|
+
height: 64,
|
|
25
|
+
viewBox: "0 0 32 32",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
fill: "currentColor",
|
|
28
|
+
ref,
|
|
29
|
+
...rest,
|
|
30
|
+
children: [/* @__PURE__ */ jsx("path", { d: "M26.951,31.36H6V30.64h4.64v-3.581l-1.14-3.419h2l-1-3h1l-1-3h1l-1-3h1l-1-3h2l-1-3h2l-1-3h1.277l1-2h0.863V1 h0.72v2.64h0.863l1,2h1.276l-1,3h2l-1,3h2l-1,3h1l-1,3h1l-1,3h1l-1,3h2l-1.139,3.419v3.581h5.591V31.36L26.951,31.36z M11.36,30.64 h9.28V27.36h-3.328c-0.158,0.575-0.686,1-1.312,1s-1.153-0.425-1.311-1H11.36L11.36,30.64L11.36,30.64z M16,26.36 c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S16.353,26.36,16,26.36z M17.312,26.64h3.429l0.761-2.279 H10.499l0.76,2.279h3.429c0.158-0.575,0.686-1,1.311-1C16.625,25.64,17.153,26.064,17.312,26.64L17.312,26.64z M12.259,23.64h7.481 l0.761-2.279h-9.002C11.499,21.36,12.259,23.64,12.259,23.64z M12.259,20.64h7.481l0.761-2.279h-9.002 C11.499,18.36,12.259,20.64,12.259,20.64z M12.259,17.64h7.481l0.761-2.28h-9.002C11.499,15.36,12.259,17.64,12.259,17.64z M12.259,14.64h7.481l0.761-2.28h-9.002C11.499,12.36,12.259,14.64,12.259,14.64z M13.259,11.64h5.481l0.761-2.28h-7.002 C12.499,9.36,13.259,11.64,13.259,11.64z M14.259,8.64h3.481l0.761-2.28h-5.002C13.499,6.36,14.259,8.64,14.259,8.64z M14.583,5.64 h2.835l-0.641-1.28h-1.555L14.583,5.64z" }), children]
|
|
31
|
+
});
|
|
32
|
+
});
|
|
33
|
+
//#endregion
|
|
34
|
+
export { Taipei as default };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 2026
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/pictograms-react. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
import type { CarbonPictogramType } from '../CarbonPictogram';
|
|
10
|
+
declare const TechnologyZoneFinger: CarbonPictogramType;
|
|
11
|
+
export default TechnologyZoneFinger
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 2023
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
import Icon from "../Icon.js";
|
|
10
|
+
import React from "react";
|
|
11
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
12
|
+
//#region virtual:technology-zone--finger/index.js
|
|
13
|
+
/**
|
|
14
|
+
* Copyright IBM Corp. 2019, 2023
|
|
15
|
+
*
|
|
16
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
17
|
+
* LICENSE file in the root directory of this source tree.
|
|
18
|
+
*
|
|
19
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
20
|
+
*/
|
|
21
|
+
const TechnologyZoneFinger = /* @__PURE__ */ React.forwardRef(function TechnologyZoneFinger({ children, ...rest }, ref) {
|
|
22
|
+
return /* @__PURE__ */ jsxs(Icon, {
|
|
23
|
+
width: 64,
|
|
24
|
+
height: 64,
|
|
25
|
+
viewBox: "0 0 32 32",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
fill: "currentColor",
|
|
28
|
+
ref,
|
|
29
|
+
...rest,
|
|
30
|
+
children: [/* @__PURE__ */ jsx("path", { d: "M16,4.36V3.64C9.74,3.64,4.64,8.74,4.64,15c0,2.22,0.63,4.36,1.84,6.2 c-0.51,0.43-0.84,1.08-0.84,1.8c0,1.3,1.06,2.36,2.36,2.36s2.36-1.06,2.36-2.36S9.3,20.64,8,20.64c-0.32,0-0.62,0.06-0.9,0.17 C5.96,19.08,5.36,17.08,5.36,15C5.36,9.13,10.13,4.36,16,4.36z M8,21.36c0.9,0,1.64,0.74,1.64,1.64S8.9,24.64,8,24.64 S6.36,23.9,6.36,23S7.1,21.36,8,21.36z M25.5,24.14c-0.45,0-0.85,0.16-1.17,0.42c-0.08-0.45-0.35-0.85-0.74-1.1 c2.4-2.15,3.77-5.2,3.77-8.46c0-2.22-0.63-4.36-1.84-6.2c0.51-0.43,0.84-1.08,0.84-1.8c0-1.3-1.06-2.36-2.36-2.36S21.64,5.7,21.64,7 S22.7,9.36,24,9.36c0.32,0,0.63-0.06,0.91-0.18c1.13,1.73,1.73,3.74,1.73,5.82c0,3.18-1.39,6.15-3.83,8.17 c-0.1-0.02-0.2-0.03-0.31-0.03c-0.53,0-1.01,0.2-1.34,0.53c-0.3-0.61-0.93-1.03-1.66-1.03c-0.43,0-0.83,0.15-1.14,0.4v-1.08 c3.01-1,5-3.77,5-6.96c0-4.06-3.3-7.36-7.36-7.36S8.64,10.94,8.64,15c0,3.53,2.55,6.59,6,7.22v4.82c-0.31-0.25-0.71-0.4-1.14-0.4 c-1.03,0-1.86,0.83-1.86,1.86V31h0.72v-2.5c0-0.63,0.51-1.14,1.14-1.14s1.14,0.51,1.14,1.14V31h0.72V17.5 c0-0.63,0.51-1.14,1.14-1.14c0.56,0,1.03,0.4,1.12,0.93c0.01,0.07,0.02,0.14,0.02,0.21V28c0,0.2,0.16,0.36,0.36,0.36 s0.36-0.16,0.36-0.36v-3.5c0-0.63,0.51-1.14,1.14-1.14s1.14,0.51,1.14,1.14v0.3h0.01c-0.01,0.02-0.01,0.04-0.01,0.05V28 c0,0.2,0.16,0.36,0.36,0.36s0.36-0.16,0.36-0.36v-3.12c0.01-0.02,0.01-0.05,0.01-0.07c0.02-0.62,0.68-1.14,1.46-0.9 c0.48,0.11,0.81,0.5,0.81,0.94V28c0,0.2,0.16,0.36,0.36,0.36s0.36-0.16,0.36-0.36v-2c0-0.63,0.51-1.14,1.14-1.14 s1.14,0.51,1.14,1.14v5h0.72v-5C27.36,24.97,26.53,24.14,25.5,24.14z M24,8.64c-0.9,0-1.64-0.74-1.64-1.64S23.1,5.36,24,5.36 S25.64,6.1,25.64,7S24.9,8.64,24,8.64z M18.11,16.58c-0.32-0.57-0.92-0.94-1.61-0.94c-0.95,0-1.73,0.71-1.84,1.63 c-0.79-0.46-1.3-1.32-1.3-2.27c0-1.46,1.18-2.64,2.64-2.64s2.64,1.18,2.64,2.64C18.64,15.59,18.45,16.13,18.11,16.58z M18.35,17.39 c0.64-0.62,1.01-1.48,1.01-2.39c0-1.85-1.51-3.36-3.36-3.36s-3.36,1.51-3.36,3.36c0,1.34,0.79,2.54,2,3.06v3.42 c-3.03-0.61-5.28-3.34-5.28-6.48c0-3.66,2.98-6.64,6.64-6.64s6.64,2.98,6.64,6.64c0,2.8-1.7,5.24-4.28,6.21V17.5 C18.36,17.46,18.36,17.43,18.35,17.39z" }), children]
|
|
31
|
+
});
|
|
32
|
+
});
|
|
33
|
+
//#endregion
|
|
34
|
+
export { TechnologyZoneFinger as default };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 2026
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/pictograms-react. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
import type { CarbonPictogramType } from '../CarbonPictogram';
|
|
10
|
+
declare const WomenShowers: CarbonPictogramType;
|
|
11
|
+
export default WomenShowers
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 2023
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
import Icon from "../Icon.js";
|
|
10
|
+
import React from "react";
|
|
11
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
12
|
+
//#region virtual:women--showers/index.js
|
|
13
|
+
/**
|
|
14
|
+
* Copyright IBM Corp. 2019, 2023
|
|
15
|
+
*
|
|
16
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
17
|
+
* LICENSE file in the root directory of this source tree.
|
|
18
|
+
*
|
|
19
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
20
|
+
*/
|
|
21
|
+
const WomenShowers = /* @__PURE__ */ React.forwardRef(function WomenShowers({ children, ...rest }, ref) {
|
|
22
|
+
return /* @__PURE__ */ jsxs(Icon, {
|
|
23
|
+
width: 64,
|
|
24
|
+
height: 64,
|
|
25
|
+
viewBox: "0 0 32 32",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
fill: "currentColor",
|
|
28
|
+
ref,
|
|
29
|
+
...rest,
|
|
30
|
+
children: [/* @__PURE__ */ jsx("path", { d: "M9.361,31h-0.72v-9c0-0.199,0.161-0.36,0.36-0.36h2c0.558,0,1.055-0.266,1.364-0.729 s0.363-1.026,0.149-1.541l-3.009-7.215c-0.002-0.003-0.003-0.006-0.004-0.009c-0.531-1.202-1.349-1.786-2.5-1.786 c-1.15,0-1.946,0.569-2.502,1.79l-3.011,7.22c-0.214,0.515-0.16,1.077,0.149,1.541s0.806,0.729,1.364,0.729h2 c0.199,0,0.36,0.161,0.36,0.36v9h-0.72v-8.64h-1.64c-0.79,0-1.524-0.393-1.963-1.051s-0.519-1.487-0.214-2.218l3.015-7.231 C4.512,10.384,5.574,9.64,7.001,9.64c1.432,0,2.488,0.729,3.139,2.168c0.005,0.01,0.011,0.021,0.015,0.032l3.024,7.252 c0.305,0.73,0.225,1.56-0.214,2.218c-0.439,0.657-1.172,1.051-1.963,1.051h-1.64V31L9.361,31z M7.001,8.36 c-1.577,0-2.86-1.283-2.86-2.86s1.283-2.86,2.86-2.86s2.86,1.283,2.86,2.86S8.578,8.36,7.001,8.36z M7.001,3.36 c-1.18,0-2.14,0.96-2.14,2.14s0.96,2.14,2.14,2.14s2.14-0.96,2.14-2.14S8.181,3.36,7.001,3.36z M30.64,1v1.64H23 c-1.3,0-2.36,1.06-2.36,2.36v0.64H15c-0.2,0-0.36,0.16-0.36,0.36v2c0,0.2,0.16,0.36,0.36,0.36h12c0.2,0,0.36-0.16,0.36-0.36V6 c0-0.2-0.16-0.36-0.36-0.36h-5.64V5c0-0.9,0.74-1.64,1.64-1.64h7.64V31h0.72V1H30.64z M26.64,6.36v1.28H15.36V6.36 C15.36,6.36,26.64,6.36,26.64,6.36z M21.36,12v-2c0-0.199-0.161-0.36-0.36-0.36S20.64,9.801,20.64,10v2 c0,0.199,0.161,0.36,0.36,0.36S21.36,12.199,21.36,12z M21.36,17v-3c0-0.199-0.161-0.36-0.36-0.36s-0.36,0.161-0.36,0.36v3 c0,0.199,0.161,0.36,0.36,0.36S21.36,17.199,21.36,17z M18.36,15.5v-3c0-0.199-0.161-0.36-0.36-0.36s-0.36,0.161-0.36,0.36v3 c0,0.199,0.161,0.36,0.36,0.36S18.36,15.699,18.36,15.5z M18.36,11l0.001-1c0-0.199-0.161-0.36-0.36-0.36l0,0 c-0.198,0-0.359,0.161-0.36,0.359l-0.001,1c0,0.199,0.161,0.36,0.36,0.36l0,0C18.198,11.36,18.359,11.199,18.36,11z M24.36,15.5v-3 c0-0.199-0.161-0.36-0.36-0.36s-0.36,0.161-0.36,0.36v3c0,0.199,0.161,0.36,0.36,0.36S24.36,15.699,24.36,15.5z M24.36,11v-1 c0-0.199-0.161-0.36-0.36-0.36S23.64,9.801,23.64,10v1c0,0.199,0.161,0.36,0.36,0.36S24.36,11.199,24.36,11z" }), children]
|
|
31
|
+
});
|
|
32
|
+
});
|
|
33
|
+
//#endregion
|
|
34
|
+
export { WomenShowers as default };
|
|
@@ -2545,6 +2545,18 @@ const Cheese = /* @__PURE__ */ react.default.forwardRef(function Cheese({ childr
|
|
|
2545
2545
|
children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,30.36H13c-0.199,0-0.36-0.161-0.36-0.36c0-1.318-0.921-2.351-2.097-2.351 c-1.213,0-2.201,1.055-2.201,2.351c0,0.199-0.161,0.36-0.36,0.36H2c-0.199,0-0.36-0.161-0.36-0.36v-4.829 c0-0.199,0.161-0.36,0.36-0.36c1.605,0,2.911-1.392,2.911-3.103c0-1.712-1.306-3.104-2.911-3.104c-0.199,0-0.36-0.161-0.36-0.36V16 c0-0.133,0.074-0.256,0.191-0.318l8-4.229c0.169-0.089,0.377-0.031,0.476,0.131c0.555,0.912,1.428,1.435,2.396,1.435 c1.605,0,2.912-1.312,2.912-2.924c0-0.346-0.071-0.694-0.215-1.064c-0.068-0.173,0.007-0.37,0.173-0.453l5.765-2.9 c0.111-0.055,0.24-0.051,0.348,0.013l1.497,0.897c2.868,1.806,5.307,4.708,6.695,7.965l0.462,1.328 c0.014,0.039,0.02,0.079,0.02,0.119v14C30.36,30.199,30.199,30.36,30,30.36z M13.342,29.64H29.64V16.36H2.36v1.542 c1.834,0.191,3.271,1.825,3.271,3.806s-1.437,3.613-3.271,3.805v4.127h5.283c0.17-1.524,1.406-2.711,2.9-2.711 C12.011,26.929,13.183,28.094,13.342,29.64z M3.452,15.64h26.042l-0.287-0.827c-1.324-3.103-3.661-5.885-6.401-7.611L21.485,6.41 l-5.306,2.67c0.105,0.344,0.156,0.679,0.156,1.016c0,2.009-1.629,3.644-3.631,3.644c-1.119,0-2.131-0.542-2.823-1.498L3.452,15.64z M20.5,27.11c-0.888,0-1.61-0.723-1.61-1.61s0.723-1.61,1.61-1.61s1.61,0.723,1.61,1.61S21.388,27.11,20.5,27.11z M20.5,24.61 c-0.491,0-0.89,0.398-0.89,0.89s0.398,0.89,0.89,0.89s0.89-0.398,0.89-0.89S20.991,24.61,20.5,24.61z M13,24.86 c-1.577,0-2.86-1.283-2.86-2.86s1.283-2.86,2.86-2.86s2.86,1.283,2.86,2.86S14.577,24.86,13,24.86z M13,19.86 c-1.18,0-2.14,0.96-2.14,2.14s0.96,2.14,2.14,2.14s2.14-0.96,2.14-2.14S14.18,19.86,13,19.86z M25.5,22.11 c-1.163,0-2.11-0.947-2.11-2.11s0.947-2.11,2.11-2.11s2.11,0.947,2.11,2.11S26.663,22.11,25.5,22.11z M25.5,18.61 c-0.767,0-1.39,0.623-1.39,1.39s0.623,1.39,1.39,1.39s1.39-0.623,1.39-1.39S26.267,18.61,25.5,18.61z M23,13.11 c-0.888,0-1.61-0.722-1.61-1.61S22.112,9.89,23,9.89s1.61,0.722,1.61,1.61S23.888,13.11,23,13.11z M23,10.61 c-0.491,0-0.89,0.399-0.89,0.89s0.398,0.89,0.89,0.89s0.89-0.399,0.89-0.89S23.491,10.61,23,10.61z" }), children]
|
|
2546
2546
|
});
|
|
2547
2547
|
});
|
|
2548
|
+
const Chennai = /* @__PURE__ */ react.default.forwardRef(function Chennai({ children, ...rest }, ref) {
|
|
2549
|
+
return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(require_Icon.Icon, {
|
|
2550
|
+
width: 64,
|
|
2551
|
+
height: 64,
|
|
2552
|
+
viewBox: "0 0 32 32",
|
|
2553
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2554
|
+
fill: "currentColor",
|
|
2555
|
+
ref,
|
|
2556
|
+
...rest,
|
|
2557
|
+
children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,7.5c-0.28,0-0.5,0.22-0.5,0.5c0,0.28,0.22,0.5,0.5,0.5c0.28,0,0.5-0.22,0.5-0.5S16.28,7.5,16,7.5z M16,7.5 c-0.28,0-0.5,0.22-0.5,0.5c0,0.28,0.22,0.5,0.5,0.5c0.28,0,0.5-0.22,0.5-0.5S16.28,7.5,16,7.5z M16,7.5c-0.28,0-0.5,0.22-0.5,0.5 c0,0.28,0.22,0.5,0.5,0.5c0.28,0,0.5-0.22,0.5-0.5S16.28,7.5,16,7.5z M16,7.5c-0.28,0-0.5,0.22-0.5,0.5c0,0.28,0.22,0.5,0.5,0.5 c0.28,0,0.5-0.22,0.5-0.5S16.28,7.5,16,7.5z M26.36,22.64v-2h-1v-2h-1v-2h-1v-2h-1v-2h-1v-2h-1V5h-0.72v1.64h-2.33 c-0.16-0.58-0.68-1-1.31-1s-1.15,0.42-1.31,1h-2.33V5h-0.72v5.64h-1v2h-1v2h-1v2h-1v2h-1v2h-1v2h-1v8.72h8.72v-6h5.28v6h8.72v-8.72 C27.36,22.64,26.36,22.64,26.36,22.64z M25.64,21.36v1.28h-8.28v-1.28H25.64z M24.64,23.36v3.28h-1.28v-3.28H24.64z M22.64,23.36 v3.28h-1.28v-3.28H22.64z M20.64,23.36v3.28h-1.28v-3.28H20.64z M13.36,20.64v-1.28h5.28v1.28C18.64,20.64,13.36,20.64,13.36,20.64z M16.64,21.36v1.28h-1.28v-1.28H16.64z M17.64,11.36v1.28h-3.28v-1.28H17.64z M15.36,10.64V9.36h1.28v1.28H15.36z M17.36,10.64V9.36 h2.28v1.28H17.36z M15.36,13.36h1.28v1.28h-1.28V13.36z M18.64,15.36v1.28h-5.28v-1.28H18.64z M15.36,17.36h1.28v1.28h-1.28V17.36z M24.64,19.36v1.28h-5.28v-1.28H24.64z M23.64,17.36v1.28h-6.28v-1.28H23.64z M22.64,15.36v1.28h-3.28v-1.28H22.64z M21.64,13.36 v1.28h-4.28v-1.28H21.64z M20.64,11.36v1.28h-2.28v-1.28H20.64z M18.36,7.36h1.28v1.28h-1.28C18.36,8.64,18.36,7.36,18.36,7.36z M14.36,7.36h1V7c0-0.35,0.29-0.64,0.64-0.64S16.64,6.65,16.64,7v0.36h1v1.28h-3.28C14.36,8.64,14.36,7.36,14.36,7.36z M12.36,7.36 h1.28v1.28h-1.28C12.36,8.64,12.36,7.36,12.36,7.36z M12.36,9.36h2.28v1.28h-2.28V9.36z M11.36,11.36h2.28v1.28h-2.28V11.36z M10.36,13.36h4.28v1.28h-4.28C10.36,14.64,10.36,13.36,10.36,13.36z M9.36,15.36h3.28v1.28H9.36V15.36z M8.36,17.36h6.28v1.28H8.36 C8.36,18.64,8.36,17.36,8.36,17.36z M7.36,19.36h5.28v1.28H7.36V19.36z M5.36,23.36h1.28v3.28H5.36 C5.36,26.64,5.36,23.36,5.36,23.36z M12.64,30.64H5.36v-3.28h7.28V30.64z M7.36,26.64v-3.28h1.28v3.28 C8.64,26.64,7.36,26.64,7.36,26.64z M9.36,26.64v-3.28h1.28v3.28H9.36z M12.64,26.64h-1.28v-3.28h1.28V26.64z M6.36,22.64v-1.28 h8.28v1.28H6.36z M18.64,24.64h-5.28v-1.28h5.28V24.64z M26.64,30.64h-7.28v-3.28h7.28V30.64z M26.64,26.64h-1.28v-3.28h1.28V26.64z M16,7.5c-0.28,0-0.5,0.22-0.5,0.5c0,0.28,0.22,0.5,0.5,0.5c0.28,0,0.5-0.22,0.5-0.5S16.28,7.5,16,7.5z M16,7.5 c-0.28,0-0.5,0.22-0.5,0.5c0,0.28,0.22,0.5,0.5,0.5c0.28,0,0.5-0.22,0.5-0.5S16.28,7.5,16,7.5z M16,7.5c-0.28,0-0.5,0.22-0.5,0.5 c0,0.28,0.22,0.5,0.5,0.5c0.28,0,0.5-0.22,0.5-0.5S16.28,7.5,16,7.5z" }), children]
|
|
2558
|
+
});
|
|
2559
|
+
});
|
|
2548
2560
|
const Cherries = /* @__PURE__ */ react.default.forwardRef(function Cherries({ children, ...rest }, ref) {
|
|
2549
2561
|
return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(require_Icon.Icon, {
|
|
2550
2562
|
width: 64,
|
|
@@ -3098,18 +3110,6 @@ const CloudNative_03 = /* @__PURE__ */ react.default.forwardRef(function CloudNa
|
|
|
3098
3110
|
children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,31.36C7.53,31.36,0.64,24.47,0.64,16 S7.53,0.64,16,0.64S31.36,7.53,31.36,16S24.47,31.36,16,31.36z M8.66,3.336C4.298,5.875,1.36,10.601,1.36,16 c0,8.072,6.567,14.64,14.64,14.64c8.072,0,14.64-6.567,14.64-14.64c0-5.399-2.938-10.125-7.299-12.664 c2.457,2.085,4.02,5.195,4.02,8.664c0,6.264-5.097,11.36-11.36,11.36C9.736,23.36,4.64,18.264,4.64,12 C4.64,8.532,6.202,5.422,8.66,3.336z M16,9.36c-3.661,0-6.64,2.979-6.64,6.64s2.979,6.64,6.64,6.64s6.64-2.979,6.64-6.64 S19.661,9.36,16,9.36z M16,8.64c4.059,0,7.36,3.302,7.36,7.36c0,2.122-0.903,4.038-2.346,5.382C24.36,19.587,26.64,16.055,26.64,12 c0-5.867-4.772-10.64-10.64-10.64C10.133,1.36,5.36,6.133,5.36,12c0,4.055,2.28,7.587,5.625,9.382 C9.543,20.038,8.64,18.122,8.64,16C8.64,11.942,11.942,8.64,16,8.64z M16,18.36c-1.301,0-2.36-1.059-2.36-2.36 c0-1.301,1.059-2.36,2.36-2.36c1.302,0,2.36,1.059,2.36,2.36C18.36,17.302,17.302,18.36,16,18.36z M16,14.36 c-0.904,0-1.64,0.736-1.64,1.64s0.736,1.64,1.64,1.64s1.64-0.735,1.64-1.64S16.904,14.36,16,14.36z" }), children]
|
|
3099
3111
|
});
|
|
3100
3112
|
});
|
|
3101
|
-
const CloudObjectStorage = /* @__PURE__ */ react.default.forwardRef(function CloudObjectStorage({ children, ...rest }, ref) {
|
|
3102
|
-
return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(require_Icon.Icon, {
|
|
3103
|
-
width: 64,
|
|
3104
|
-
height: 64,
|
|
3105
|
-
viewBox: "0 0 32 32",
|
|
3106
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
3107
|
-
fill: "currentColor",
|
|
3108
|
-
ref,
|
|
3109
|
-
...rest,
|
|
3110
|
-
children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,31.36 c-0.059,0-0.117-0.015-0.171-0.043l-13-7C2.713,24.254,2.64,24.133,2.64,24V8c0-0.132,0.073-0.254,0.189-0.317l13-7 c0.107-0.058,0.234-0.058,0.342,0l13,7C29.287,7.746,29.36,7.868,29.36,8v16c0,0.133-0.073,0.254-0.189,0.317l-13,7 C16.117,31.346,16.059,31.36,16,31.36z M16.36,17.603v12.795l4.28-2.305v-8.186L16.36,17.603z M11.36,28.093l4.28,2.305V17.603 l-4.28,2.305C11.36,19.908,11.36,28.093,11.36,28.093z M21.36,20.295v7.41L28.24,24L21.36,20.295z M3.759,24l6.881,3.705v-7.41 L3.759,24z M21.36,19.478l7.279,3.92V8.215L16,1.409L3.36,8.215v15.183l7.28-3.92v-6.166c-0.576-0.158-1-0.686-1-1.312 c0-0.75,0.61-1.36,1.36-1.36s1.36,0.61,1.36,1.36c0,0.625-0.424,1.153-1,1.312v5.778l4.28-2.305v-6.474 c-0.576-0.158-1-0.686-1-1.312c0-0.75,0.61-1.36,1.36-1.36c0.75,0,1.36,0.611,1.36,1.361c0,0.625-0.425,1.153-1,1.312v6.474 l4.28,2.305v-5.778c-0.575-0.158-1-0.686-1-1.312c0-0.75,0.61-1.36,1.36-1.36s1.36,0.61,1.36,1.36c0,0.625-0.425,1.153-1,1.312 C21.36,13.313,21.36,19.478,21.36,19.478z M21,11.36c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64 S21.353,11.36,21,11.36z M11,11.36c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S11.353,11.36,11,11.36 z M16,8.36c-0.353,0-0.64,0.287-0.64,0.64S15.647,9.64,16,9.64c0.353,0,0.64-0.287,0.64-0.64S16.353,8.36,16,8.36z" }), children]
|
|
3111
|
-
});
|
|
3112
|
-
});
|
|
3113
3113
|
//#endregion
|
|
3114
3114
|
exports.AcceleratedComputing = AcceleratedComputing;
|
|
3115
3115
|
exports.AcceleratingTransformation = AcceleratingTransformation;
|
|
@@ -3316,6 +3316,7 @@ exports.ChartTSne = ChartTSne;
|
|
|
3316
3316
|
exports.ChartTwoYAxis = ChartTwoYAxis;
|
|
3317
3317
|
exports.Chart_3D = Chart_3D;
|
|
3318
3318
|
exports.Cheese = Cheese;
|
|
3319
|
+
exports.Chennai = Chennai;
|
|
3319
3320
|
exports.Cherries = Cherries;
|
|
3320
3321
|
exports.Chicago = Chicago;
|
|
3321
3322
|
exports.ChileEasterIsland = ChileEasterIsland;
|
|
@@ -3356,7 +3357,6 @@ exports.CloudManagedServices = CloudManagedServices;
|
|
|
3356
3357
|
exports.CloudNative_01 = CloudNative_01;
|
|
3357
3358
|
exports.CloudNative_02 = CloudNative_02;
|
|
3358
3359
|
exports.CloudNative_03 = CloudNative_03;
|
|
3359
|
-
exports.CloudObjectStorage = CloudObjectStorage;
|
|
3360
3360
|
exports.CricketBall = CricketBall;
|
|
3361
3361
|
exports.CricketBatAndBall = CricketBatAndBall;
|
|
3362
3362
|
exports.CricketField = CricketField;
|