@contentful/f36-icons 4.0.3 → 4.0.4
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 +11 -0
- package/dist/main.js +14 -0
- package/dist/main.js.map +1 -1
- package/dist/module.js +14 -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 +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [4.0.4](https://github.com/contentful/forma-36/compare/@contentful/f36-icons@4.0.3...@contentful/f36-icons@4.0.4) (2022-02-07)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* add preview off icon ([#1866](https://github.com/contentful/forma-36/issues/1866)) ([d88a518](https://github.com/contentful/forma-36/commit/d88a518a44e5e1a10fe3a695e4e0824e472632dc))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [4.0.3](https://github.com/contentful/forma-36/compare/@contentful/f36-icons@4.0.2...@contentful/f36-icons@4.0.3) (2022-01-31)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package @contentful/f36-icons
|
package/dist/main.js
CHANGED
|
@@ -127,6 +127,7 @@ $parcel$export(module.exports, "PlusCircleTrimmedIcon", () => $29b4fd8deaded32d$
|
|
|
127
127
|
$parcel$export(module.exports, "PlusTrimmedIcon", () => $25a1ed4653bc803b$export$138b8cbf83ef0887);
|
|
128
128
|
$parcel$export(module.exports, "PresentationIcon", () => $362020fb6cad80dd$export$79056d316c4b2460);
|
|
129
129
|
$parcel$export(module.exports, "PreviewIcon", () => $54102f92fc9a910f$export$133773870222880f);
|
|
130
|
+
$parcel$export(module.exports, "PreviewOffIcon", () => $83505ddca4f832e7$export$51f6dcd6080abe9d);
|
|
130
131
|
$parcel$export(module.exports, "PuzzleIcon", () => $24e6e0a0908826d3$export$a9753b1ffc289935);
|
|
131
132
|
$parcel$export(module.exports, "QuoteIcon", () => $a24446d6c18e0351$export$82b8d343c504672);
|
|
132
133
|
$parcel$export(module.exports, "QuoteTrimmedIcon", () => $3737e775a0e7f304$export$42729f3d6fdf2964);
|
|
@@ -1850,6 +1851,19 @@ const $54102f92fc9a910f$export$133773870222880f = /*#__PURE__*/ $cdMdU$contentfu
|
|
|
1850
1851
|
|
|
1851
1852
|
|
|
1852
1853
|
|
|
1854
|
+
const $83505ddca4f832e7$export$51f6dcd6080abe9d = /*#__PURE__*/ $cdMdU$contentfulf36icon.generateIcon({
|
|
1855
|
+
name: 'PreviewOff',
|
|
1856
|
+
path: /*#__PURE__*/ ($parcel$interopDefault($cdMdU$react)).createElement($cdMdU$react.Fragment, null, /*#__PURE__*/ ($parcel$interopDefault($cdMdU$react)).createElement("path", {
|
|
1857
|
+
d: "M0 0h24v24H0zm0 0h24v24H0zm0 0h24v24H0zm0 0h24v24H0z",
|
|
1858
|
+
fill: "none"
|
|
1859
|
+
}), /*#__PURE__*/ ($parcel$interopDefault($cdMdU$react)).createElement("path", {
|
|
1860
|
+
d: "M12 7c2.76 0 5 2.24 5 5 0 .65-.13 1.26-.36 1.83l2.92 2.92c1.51-1.26 2.7-2.89 3.43-4.75-1.73-4.39-6-7.5-11-7.5-1.4 0-2.74.25-3.98.7l2.16 2.16C10.74 7.13 11.35 7 12 7zM2 4.27l2.28 2.28.46.46C3.08 8.3 1.78 10.02 1 12c1.73 4.39 6 7.5 11 7.5 1.55 0 3.03-.3 4.38-.84l.42.42L19.73 22 21 20.73 3.27 3 2 4.27zM7.53 9.8l1.55 1.55c-.05.21-.08.43-.08.65 0 1.66 1.34 3 3 3 .22 0 .44-.03.65-.08l1.55 1.55c-.67.33-1.41.53-2.2.53-2.76 0-5-2.24-5-5 0-.79.2-1.53.53-2.2zm4.31-.78l3.15 3.15.02-.16c0-1.66-1.34-3-3-3l-.17.01z"
|
|
1861
|
+
}))
|
|
1862
|
+
});
|
|
1863
|
+
|
|
1864
|
+
|
|
1865
|
+
|
|
1866
|
+
|
|
1853
1867
|
const $24e6e0a0908826d3$export$a9753b1ffc289935 = /*#__PURE__*/ $cdMdU$contentfulf36icon.generateIcon({
|
|
1854
1868
|
name: 'Puzzle',
|
|
1855
1869
|
path: /*#__PURE__*/ ($parcel$interopDefault($cdMdU$react)).createElement($cdMdU$react.Fragment, null, /*#__PURE__*/ ($parcel$interopDefault($cdMdU$react)).createElement("path", {
|