@contentful/f36-icons 4.0.4 → 4.1.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/CHANGELOG.md +11 -0
- package/dist/main.js +30 -0
- package/dist/main.js.map +1 -1
- package/dist/module.js +29 -1
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +8 -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.1.0](https://github.com/contentful/forma-36/compare/@contentful/f36-icons@4.0.4...@contentful/f36-icons@4.1.0) (2022-02-09)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* add new icon - arrow forward ([#1867](https://github.com/contentful/forma-36/issues/1867)) ([cc36893](https://github.com/contentful/forma-36/commit/cc368932b8271f7fefcd194cf35d88f7fae90383))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [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
18
|
|
|
8
19
|
|
package/dist/main.js
CHANGED
|
@@ -11,6 +11,8 @@ function $parcel$interopDefault(a) {
|
|
|
11
11
|
$parcel$export(module.exports, "ArchiveIcon", () => $36a0ac9135763440$export$767c3cfd836ab901);
|
|
12
12
|
$parcel$export(module.exports, "ArrowDownIcon", () => $4d57da97914a8cc0$export$1fa5a43af950a186);
|
|
13
13
|
$parcel$export(module.exports, "ArrowDownTrimmedIcon", () => $f14df3b8ec978131$export$f68765fad966ba2b);
|
|
14
|
+
$parcel$export(module.exports, "ArrowForwardIcon", () => $35ba187a3ed82214$export$7535d874e71790cd);
|
|
15
|
+
$parcel$export(module.exports, "ArrowForwardTrimmedIcon", () => $03466d455785b4dc$export$401e9cc0ffc2e238);
|
|
14
16
|
$parcel$export(module.exports, "ArrowUpIcon", () => $23334beda7a93ebc$export$2624c5890f1bbcf7);
|
|
15
17
|
$parcel$export(module.exports, "ArrowUpTrimmedIcon", () => $5845f627cd38594c$export$50582336c5d34afe);
|
|
16
18
|
$parcel$export(module.exports, "AssetIcon", () => $f968b8871c88a3dc$export$c413dd039085b182);
|
|
@@ -212,6 +214,34 @@ const $f14df3b8ec978131$export$f68765fad966ba2b = /*#__PURE__*/ $cdMdU$contentfu
|
|
|
212
214
|
|
|
213
215
|
|
|
214
216
|
|
|
217
|
+
const $35ba187a3ed82214$export$7535d874e71790cd = /*#__PURE__*/ $cdMdU$contentfulf36icon.generateIcon({
|
|
218
|
+
name: 'ArrowForward',
|
|
219
|
+
path: /*#__PURE__*/ ($parcel$interopDefault($cdMdU$react)).createElement(($parcel$interopDefault($cdMdU$react)).Fragment, null, /*#__PURE__*/ ($parcel$interopDefault($cdMdU$react)).createElement("path", {
|
|
220
|
+
d: "M0 0h24v24H0z",
|
|
221
|
+
fill: "none"
|
|
222
|
+
}), /*#__PURE__*/ ($parcel$interopDefault($cdMdU$react)).createElement("path", {
|
|
223
|
+
d: "M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"
|
|
224
|
+
}))
|
|
225
|
+
});
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
const $03466d455785b4dc$export$401e9cc0ffc2e238 = /*#__PURE__*/ $cdMdU$contentfulf36icon.generateIcon({
|
|
231
|
+
name: 'ArrowForwardTrimmed',
|
|
232
|
+
viewBox: '0 0 24 24',
|
|
233
|
+
trimmed: true,
|
|
234
|
+
path: /*#__PURE__*/ ($parcel$interopDefault($cdMdU$react)).createElement(($parcel$interopDefault($cdMdU$react)).Fragment, null, /*#__PURE__*/ ($parcel$interopDefault($cdMdU$react)).createElement("path", {
|
|
235
|
+
d: "M0 0h24v24H0z",
|
|
236
|
+
fill: "none"
|
|
237
|
+
}), /*#__PURE__*/ ($parcel$interopDefault($cdMdU$react)).createElement("path", {
|
|
238
|
+
d: "M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"
|
|
239
|
+
}))
|
|
240
|
+
});
|
|
241
|
+
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
|
|
215
245
|
const $23334beda7a93ebc$export$2624c5890f1bbcf7 = /*#__PURE__*/ $cdMdU$contentfulf36icon.generateIcon({
|
|
216
246
|
name: 'ArrowUp',
|
|
217
247
|
path: /*#__PURE__*/ ($parcel$interopDefault($cdMdU$react)).createElement($cdMdU$react.Fragment, null, /*#__PURE__*/ ($parcel$interopDefault($cdMdU$react)).createElement("path", {
|