@carbon/pictograms-react 11.96.0 → 11.97.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-1.d.ts +2 -2
- package/es/__generated__/bucket-1.js +136 -136
- package/es/__generated__/bucket-2.d.ts +2 -2
- package/es/__generated__/bucket-2.js +266 -266
- package/es/__generated__/bucket-3.d.ts +2 -2
- package/es/__generated__/bucket-3.js +2 -2
- package/es/__generated__/bucket-4.d.ts +4 -4
- package/es/__generated__/bucket-4.js +293 -293
- package/es/__generated__/bucket-5.d.ts +4 -4
- package/es/__generated__/bucket-5.js +301 -301
- package/es/__generated__/bucket-6.d.ts +4 -1
- package/es/__generated__/bucket-6.js +84 -39
- package/es/db2--genius-hub/index.d.ts +11 -0
- package/es/db2--genius-hub/index.js +32 -0
- package/es/index.js +6 -6
- package/es/paper-cup/index.d.ts +11 -0
- package/es/paper-cup/index.js +32 -0
- package/es/paper-cup-with-metal-can/index.d.ts +11 -0
- package/es/paper-cup-with-metal-can/index.js +32 -0
- package/lib/__generated__/bucket-1.js +136 -136
- package/lib/__generated__/bucket-2.js +266 -266
- package/lib/__generated__/bucket-3.js +2 -2
- package/lib/__generated__/bucket-4.js +295 -295
- package/lib/__generated__/bucket-5.js +303 -303
- package/lib/__generated__/bucket-6.js +86 -38
- package/lib/db2--genius-hub/index.d.ts +11 -0
- package/lib/db2--genius-hub/index.js +34 -0
- package/lib/index.js +12 -9
- package/lib/paper-cup/index.d.ts +11 -0
- package/lib/paper-cup/index.js +34 -0
- package/lib/paper-cup-with-metal-can/index.d.ts +11 -0
- package/lib/paper-cup-with-metal-can/index.js +34 -0
- package/package.json +3 -3
- package/umd/index.js +984 -936
|
@@ -0,0 +1,11 @@
|
|
|
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/pictograms-react. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
import type { CarbonPictogramType } from '../CarbonPictogram';
|
|
10
|
+
declare const PaperCup: CarbonPictogramType;
|
|
11
|
+
export default PaperCup
|
|
@@ -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
|
+
'use strict';
|
|
10
|
+
|
|
11
|
+
var _rollupPluginBabelHelpers = require('../_rollupPluginBabelHelpers-DQqaN36q.js');
|
|
12
|
+
var React = require('react');
|
|
13
|
+
var Icon_js = require('../Icon.js');
|
|
14
|
+
require('@carbon/icon-helpers');
|
|
15
|
+
require('prop-types');
|
|
16
|
+
|
|
17
|
+
var _path;
|
|
18
|
+
const PaperCup = /*#__PURE__*/React.forwardRef(function PaperCup({
|
|
19
|
+
children,
|
|
20
|
+
...rest
|
|
21
|
+
}, ref) {
|
|
22
|
+
return /*#__PURE__*/React.createElement(Icon_js, _rollupPluginBabelHelpers._extends({
|
|
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: ref
|
|
29
|
+
}, rest), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
d: "M22,29.3604h-12c-.1816,0-.335-.1357-.3574-.3154L6.6855,5.3579h-.688c-.1987,0-.3599-.1611-.3599-.3599v-1.9976c0-.1987.1611-.3599.3599-.3599h20.0054c.1992,0,.3604.1611.3604.3599v1.9976c0,.1987-.1611.3599-.3604.3599h-.6924l-2.9531,23.687c-.0225.1797-.1758.3154-.3574.3154ZM10.3179,28.6396h11.3638l.4092-3.2754-12.1826-.0049.4097,3.2803ZM9.8184,24.6396l12.3623.0049,1.9062-15.2886-16.1772-.0054,1.9087,15.2891ZM7.8198,8.6304l16.3569.0054.4082-3.2778H7.4111l.4087,3.2725ZM6.3574,4.6382h19.2852v-1.2778H6.3574v1.2778Z"
|
|
31
|
+
})), children);
|
|
32
|
+
});
|
|
33
|
+
|
|
34
|
+
module.exports = PaperCup;
|
|
@@ -0,0 +1,11 @@
|
|
|
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/pictograms-react. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
import type { CarbonPictogramType } from '../CarbonPictogram';
|
|
10
|
+
declare const PaperCupWithMetalCan: CarbonPictogramType;
|
|
11
|
+
export default PaperCupWithMetalCan
|
|
@@ -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
|
+
'use strict';
|
|
10
|
+
|
|
11
|
+
var _rollupPluginBabelHelpers = require('../_rollupPluginBabelHelpers-DQqaN36q.js');
|
|
12
|
+
var React = require('react');
|
|
13
|
+
var Icon_js = require('../Icon.js');
|
|
14
|
+
require('@carbon/icon-helpers');
|
|
15
|
+
require('prop-types');
|
|
16
|
+
|
|
17
|
+
var _path;
|
|
18
|
+
const PaperCupWithMetalCan = /*#__PURE__*/React.forwardRef(function PaperCupWithMetalCan({
|
|
19
|
+
children,
|
|
20
|
+
...rest
|
|
21
|
+
}, ref) {
|
|
22
|
+
return /*#__PURE__*/React.createElement(Icon_js, _rollupPluginBabelHelpers._extends({
|
|
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: ref
|
|
29
|
+
}, rest), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
d: "M27,30.3604h-9l-9.998-.002c-.1782,0-.3296-.1309-.356-.3066l-2.9521-19.6914h-.6909c-.1987,0-.3599-.1611-.3599-.3599v-1.9995c0-.1987.1611-.3599.3599-.3599h10.6367l-.0005-.6411c0-.0391.0059-.0776.0186-.1147l.8428-2.5249h-.5049v-.7197h2.6411v-.6401c0-.75.6104-1.3599,1.3604-1.3599s1.3604.6099,1.3604,1.3599v.6401h7.6426v.7197h-.5l.8418,2.5259c.0117.0366.0186.0752.0186.1138v21c0,.0557-.0137.1113-.0381.1611l-1,2c-.0615.1221-.1855.1992-.3223.1992ZM18.3975,29.6396h8.3799l.6406-1.2793h-8.8916l-.1289,1.2793ZM8.312,29.6377l9.3618.002.2295-2.2812-9.9331.002.3418,2.2773ZM18.5986,27.6396h9.041V7.3613h-5.6396v-.7197h5.501l-.7607-2.2812h-10.4805l-.9009,2.6973.001.5835h5.6421c.1992,0,.3604.1611.3604.3599v1.9995c0,.1987-.1611.3599-.3604.3599h-.6719l-1.7314,17.2793ZM5.8711,13.3569l1.9912,13.2827,10.1123-.002,1.3311-13.2808H5.8711ZM5.7632,12.6372h13.6147l.2285-2.2769H5.4219l.3413,2.2769ZM4.3628,9.6406h16.2788v-1.2798H4.3628v1.2798ZM18.3574,3.6406h1.2793v-.6401c0-.353-.2871-.6401-.6396-.6401s-.6396.2871-.6396.6401v.6401Z"
|
|
31
|
+
})), children);
|
|
32
|
+
});
|
|
33
|
+
|
|
34
|
+
module.exports = PaperCupWithMetalCan;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/pictograms-react",
|
|
3
3
|
"description": "React components for pictograms in digital and software products using the Carbon Design System",
|
|
4
|
-
"version": "11.
|
|
4
|
+
"version": "11.97.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "es/index.js",
|
|
@@ -46,9 +46,9 @@
|
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@carbon/icon-build-helpers": "^1.54.0",
|
|
49
|
-
"@carbon/pictograms": "^12.
|
|
49
|
+
"@carbon/pictograms": "^12.71.0",
|
|
50
50
|
"rimraf": "^6.0.1"
|
|
51
51
|
},
|
|
52
52
|
"sideEffects": false,
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "443fbe43ff4bd1df327997b8b0b0ebeee634d002"
|
|
54
54
|
}
|