@contentful/f36-icons 4.10.0 → 4.10.3
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/CHANGELOG.md +24 -0
- package/README.md +1 -3
- package/dist/main.js +12 -0
- package/dist/main.js.map +1 -1
- package/dist/module.js +12 -1
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +4 -0
- package/dist/types.d.ts.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 4.10.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies []:
|
|
8
|
+
- @contentful/f36-icon@4.10.3
|
|
9
|
+
- @contentful/f36-core@4.10.3
|
|
10
|
+
|
|
11
|
+
## 4.10.2
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies []:
|
|
16
|
+
- @contentful/f36-icon@4.10.2
|
|
17
|
+
- @contentful/f36-core@4.10.2
|
|
18
|
+
|
|
19
|
+
## 4.10.1
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- Updated dependencies []:
|
|
24
|
+
- @contentful/f36-icon@4.10.1
|
|
25
|
+
- @contentful/f36-core@4.10.1
|
|
26
|
+
|
|
3
27
|
## 4.10.0
|
|
4
28
|
|
|
5
29
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
1
|
# @contentful/f36-icons
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
Please use official, supported version of the library [forma-36](https://github.com/contentful/forma-36/tree/main/packages/forma-36-react-components), [NPM](https://www.npmjs.com/package/@contentful/forma-36-react-components).
|
|
3
|
+
Guidelines for adding new icons can be found at https://f36.contentful.com/guidelines/adding-icons
|
package/dist/main.js
CHANGED
|
@@ -16,6 +16,7 @@ $parcel$export(module.exports, "ArrowForwardIcon", () => $35ba187a3ed82214$expor
|
|
|
16
16
|
$parcel$export(module.exports, "ArrowForwardTrimmedIcon", () => $03466d455785b4dc$export$401e9cc0ffc2e238);
|
|
17
17
|
$parcel$export(module.exports, "ArrowUpIcon", () => $23334beda7a93ebc$export$2624c5890f1bbcf7);
|
|
18
18
|
$parcel$export(module.exports, "ArrowUpTrimmedIcon", () => $5845f627cd38594c$export$50582336c5d34afe);
|
|
19
|
+
$parcel$export(module.exports, "ArrowUpwardIcon", () => $17419f4d0dd87e42$export$1395335d6f3e3468);
|
|
19
20
|
$parcel$export(module.exports, "AssetIcon", () => $f968b8871c88a3dc$export$c413dd039085b182);
|
|
20
21
|
$parcel$export(module.exports, "AssetTrimmedIcon", () => $bb17060d7fa9f6b7$export$4c6cbf4cfb74b8f2);
|
|
21
22
|
$parcel$export(module.exports, "AudioIcon", () => $29cc80e9b2eb9b2d$export$153755f98d9861de);
|
|
@@ -282,6 +283,17 @@ const $5845f627cd38594c$export$50582336c5d34afe = /*#__PURE__*/ $cdMdU$contentfu
|
|
|
282
283
|
|
|
283
284
|
|
|
284
285
|
|
|
286
|
+
const $17419f4d0dd87e42$export$1395335d6f3e3468 = /*#__PURE__*/ $cdMdU$contentfulf36icon.generateIcon({
|
|
287
|
+
name: 'ArrowUpward',
|
|
288
|
+
path: /*#__PURE__*/ ($parcel$interopDefault($cdMdU$react)).createElement($cdMdU$react.Fragment, null, /*#__PURE__*/ ($parcel$interopDefault($cdMdU$react)).createElement("path", {
|
|
289
|
+
d: "M21.65 40.55V16.45L10.8 27.35L7.45 24L24 7.45L40.55 24L37.25 27.35L26.35 16.45V40.55Z"
|
|
290
|
+
})),
|
|
291
|
+
viewBox: '0 0 48 48'
|
|
292
|
+
});
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
|
|
285
297
|
const $f968b8871c88a3dc$export$c413dd039085b182 = /*#__PURE__*/ $cdMdU$contentfulf36icon.generateIcon({
|
|
286
298
|
name: 'Asset',
|
|
287
299
|
path: /*#__PURE__*/ ($parcel$interopDefault($cdMdU$react)).createElement($cdMdU$react.Fragment, null, /*#__PURE__*/ ($parcel$interopDefault($cdMdU$react)).createElement("path", {
|