@fountain-ui/icons 1.12.0 → 1.12.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 CHANGED
@@ -3,6 +3,38 @@
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
+ ## [1.12.4](https://github.com/tappytoon/tappytoon/compare/@fountain-ui/icons@1.12.0...@fountain-ui/icons@1.12.4) (2021-10-06)
7
+
8
+ **Note:** Version bump only for package @fountain-ui/icons
9
+
10
+
11
+
12
+
13
+
14
+ ## [1.12.3](https://github.com/tappytoon/tappytoon/compare/@fountain-ui/icons@1.12.0...@fountain-ui/icons@1.12.3) (2021-10-01)
15
+
16
+ **Note:** Version bump only for package @fountain-ui/icons
17
+
18
+
19
+
20
+
21
+
22
+ ## [1.12.2](https://github.com/tappytoon/tappytoon/compare/@fountain-ui/icons@1.12.0...@fountain-ui/icons@1.12.2) (2021-09-29)
23
+
24
+ **Note:** Version bump only for package @fountain-ui/icons
25
+
26
+
27
+
28
+
29
+
30
+ ## [1.12.1](https://github.com/tappytoon/tappytoon/compare/@fountain-ui/icons@1.12.0...@fountain-ui/icons@1.12.1) (2021-09-29)
31
+
32
+ **Note:** Version bump only for package @fountain-ui/icons
33
+
34
+
35
+
36
+
37
+
6
38
  # [1.12.0](https://github.com/tappytoon/tappytoon/compare/@fountain-ui/icons@1.8.0...@fountain-ui/icons@1.12.0) (2021-09-27)
7
39
 
8
40
  **Note:** Version bump only for package @fountain-ui/icons
@@ -14,8 +14,9 @@ var _createSvgIcon = _interopRequireDefault(require("../utils/createSvgIcon"));
14
14
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
15
15
 
16
16
  var _default = (0, _createSvgIcon.default)( /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
17
- d: "M6.76965 9.46973L12.2697 3.96973L13.3303 5.03039L8.36064 10.0001L13.3303 14.9697L12.2697 16.0304L6.76965 10.5304L6.76965 9.46973Z",
18
- fill: "#242424"
17
+ fillRule: "evenodd",
18
+ clipRule: "evenodd",
19
+ d: "M6.76965 9.46973L12.2697 3.96973L13.3303 5.03039L8.36064 10.0001L13.3303 14.9697L12.2697 16.0304L6.76965 10.5304L6.76965 9.46973Z"
19
20
  }), 'ChevronLeft');
20
21
 
21
22
  exports.default = _default;
@@ -1 +1 @@
1
- {"version":3,"sources":["ChevronLeft.tsx"],"names":[],"mappings":";;;;;;;AAAA;;AACA;;AACA;;;;eAEe,0CACX,6BAAC,oBAAD;AACI,EAAA,CAAC,EAAC,mIADN;AAEI,EAAA,IAAI,EAAC;AAFT,EADW,EAKT,aALS,C","sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport createSvgIcon from '../utils/createSvgIcon';\n\nexport default createSvgIcon(\n <Path\n d=\"M6.76965 9.46973L12.2697 3.96973L13.3303 5.03039L8.36064 10.0001L13.3303 14.9697L12.2697 16.0304L6.76965 10.5304L6.76965 9.46973Z\"\n fill=\"#242424\"\n />\n , 'ChevronLeft');"]}
1
+ {"version":3,"sources":["ChevronLeft.tsx"],"names":[],"mappings":";;;;;;;AAAA;;AACA;;AACA;;;;eAEe,0CACX,6BAAC,oBAAD;AACI,EAAA,QAAQ,EAAC,SADb;AAEI,EAAA,QAAQ,EAAC,SAFb;AAGI,EAAA,CAAC,EAAC;AAHN,EADW,EAMT,aANS,C","sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport createSvgIcon from '../utils/createSvgIcon';\n\nexport default createSvgIcon(\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M6.76965 9.46973L12.2697 3.96973L13.3303 5.03039L8.36064 10.0001L13.3303 14.9697L12.2697 16.0304L6.76965 10.5304L6.76965 9.46973Z\"\n />\n , 'ChevronLeft');\n"]}
@@ -2,7 +2,8 @@ import React from 'react';
2
2
  import { Path } from 'react-native-svg';
3
3
  import createSvgIcon from '../utils/createSvgIcon';
4
4
  export default createSvgIcon( /*#__PURE__*/React.createElement(Path, {
5
- d: "M6.76965 9.46973L12.2697 3.96973L13.3303 5.03039L8.36064 10.0001L13.3303 14.9697L12.2697 16.0304L6.76965 10.5304L6.76965 9.46973Z",
6
- fill: "#242424"
5
+ fillRule: "evenodd",
6
+ clipRule: "evenodd",
7
+ d: "M6.76965 9.46973L12.2697 3.96973L13.3303 5.03039L8.36064 10.0001L13.3303 14.9697L12.2697 16.0304L6.76965 10.5304L6.76965 9.46973Z"
7
8
  }), 'ChevronLeft');
8
9
  //# sourceMappingURL=ChevronLeft.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["ChevronLeft.tsx"],"names":["React","Path","createSvgIcon"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,IAAT,QAAqB,kBAArB;AACA,OAAOC,aAAP,MAA0B,wBAA1B;AAEA,eAAeA,aAAa,eACxB,oBAAC,IAAD;AACI,EAAA,CAAC,EAAC,mIADN;AAEI,EAAA,IAAI,EAAC;AAFT,EADwB,EAKtB,aALsB,CAA5B","sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport createSvgIcon from '../utils/createSvgIcon';\n\nexport default createSvgIcon(\n <Path\n d=\"M6.76965 9.46973L12.2697 3.96973L13.3303 5.03039L8.36064 10.0001L13.3303 14.9697L12.2697 16.0304L6.76965 10.5304L6.76965 9.46973Z\"\n fill=\"#242424\"\n />\n , 'ChevronLeft');"]}
1
+ {"version":3,"sources":["ChevronLeft.tsx"],"names":["React","Path","createSvgIcon"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,IAAT,QAAqB,kBAArB;AACA,OAAOC,aAAP,MAA0B,wBAA1B;AAEA,eAAeA,aAAa,eACxB,oBAAC,IAAD;AACI,EAAA,QAAQ,EAAC,SADb;AAEI,EAAA,QAAQ,EAAC,SAFb;AAGI,EAAA,CAAC,EAAC;AAHN,EADwB,EAMtB,aANsB,CAA5B","sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport createSvgIcon from '../utils/createSvgIcon';\n\nexport default createSvgIcon(\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M6.76965 9.46973L12.2697 3.96973L13.3303 5.03039L8.36064 10.0001L13.3303 14.9697L12.2697 16.0304L6.76965 10.5304L6.76965 9.46973Z\"\n />\n , 'ChevronLeft');\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fountain-ui/icons",
3
- "version": "1.12.0",
3
+ "version": "1.12.4",
4
4
  "private": false,
5
5
  "author": "Fountain-UI Team",
6
6
  "description": "Fountain Design Svg Icons converted to Fountain-UI React components.",
@@ -29,7 +29,7 @@
29
29
  }
30
30
  },
31
31
  "devDependencies": {
32
- "@fountain-ui/core": "^1.11.0"
32
+ "@fountain-ui/core": "^1.11.3"
33
33
  },
34
34
  "react-native-builder-bob": {
35
35
  "source": "./src",
@@ -53,5 +53,5 @@
53
53
  "publishConfig": {
54
54
  "access": "public"
55
55
  },
56
- "gitHead": "d0481b22bb8c9eb5b2aeac92e53ed516a4c3dcac"
56
+ "gitHead": "d0073b2a3cd04c55c88b1225fa46f37013adf63d"
57
57
  }
@@ -4,7 +4,8 @@ import createSvgIcon from '../utils/createSvgIcon';
4
4
 
5
5
  export default createSvgIcon(
6
6
  <Path
7
+ fillRule="evenodd"
8
+ clipRule="evenodd"
7
9
  d="M6.76965 9.46973L12.2697 3.96973L13.3303 5.03039L8.36064 10.0001L13.3303 14.9697L12.2697 16.0304L6.76965 10.5304L6.76965 9.46973Z"
8
- fill="#242424"
9
10
  />
10
- , 'ChevronLeft');
11
+ , 'ChevronLeft');