@fountain-ui/icons 2.0.0-beta.28 → 2.0.0-beta.29
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/build/commonjs/icons/{ActionOutlined.js → Flash.js} +1 -1
- package/build/commonjs/icons/Flash.js.map +1 -0
- package/build/commonjs/icons/{ActionTwoTone.js → FlashTwoTone.js} +1 -1
- package/build/commonjs/icons/FlashTwoTone.js.map +1 -0
- package/build/commonjs/icons/FreeTwoTone.js +25 -0
- package/build/commonjs/icons/FreeTwoTone.js.map +1 -0
- package/build/commonjs/index.js +22 -14
- package/build/commonjs/index.js.map +1 -1
- package/build/module/icons/{ActionOutlined.js → Flash.js} +1 -1
- package/build/module/icons/Flash.js.map +1 -0
- package/build/module/icons/{ActionTwoTone.js → FlashTwoTone.js} +1 -1
- package/build/module/icons/FlashTwoTone.js.map +1 -0
- package/build/module/icons/FreeTwoTone.js +11 -0
- package/build/module/icons/FreeTwoTone.js.map +1 -0
- package/build/module/index.js +3 -2
- package/build/module/index.js.map +1 -1
- package/build/typescript/icons/FreeTwoTone.d.ts +130 -0
- package/build/typescript/index.d.ts +3 -2
- package/package.json +2 -2
- package/src/icons/FreeTwoTone.tsx +17 -0
- package/src/index.ts +3 -2
- package/build/commonjs/icons/ActionOutlined.js.map +0 -1
- package/build/commonjs/icons/ActionTwoTone.js.map +0 -1
- package/build/module/icons/ActionOutlined.js.map +0 -1
- package/build/module/icons/ActionTwoTone.js.map +0 -1
- /package/build/typescript/icons/{ActionOutlined.d.ts → Flash.d.ts} +0 -0
- /package/build/typescript/icons/{ActionTwoTone.d.ts → FlashTwoTone.d.ts} +0 -0
- /package/src/icons/{ActionOutlined.tsx → Flash.tsx} +0 -0
- /package/src/icons/{ActionTwoTone.tsx → FlashTwoTone.tsx} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["createSvgIcon"],"sources":["Flash.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport createSvgIcon from '../utils/createSvgIcon';\n\nexport default createSvgIcon(\n <React.Fragment>\n <Path\n d=\"M11.6061 12.5714H5.77485L8.29866 5L15.4442 5L10.6229 10.7856H16.7329L9.34539 19.6602L11.6061 12.5714ZM8.29866 3C7.4378 3 6.67352 3.55086 6.40129 4.36754L3.87748 11.939C3.44579 13.234 4.40973 14.5714 5.77485 14.5714H8.86905L7.29208 19.5161C6.90017 20.745 7.81717 22 9.10704 22C9.67277 22 10.2092 21.7485 10.5712 21.3137L21 8.78561H14.8929L19.7143 3H8.29866Z\"\n />\n </React.Fragment>,\n 'ActionOutlined',\n);\n"],"mappings":";;;;;;;AAAA;;AACA;;AACA;;;;eAEe,IAAAA,sBAAA,gBACX,6BAAC,cAAD,CAAO,QAAP,qBACI,6BAAC,oBAAD;EACI,CAAC,EAAC;AADN,EADJ,CADW,EAMX,gBANW,C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["createSvgIcon"],"sources":["FlashTwoTone.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport createSvgIcon from '../utils/createSvgIcon';\n\nexport default createSvgIcon(\n <React.Fragment>\n <Path\n fill=\"#00EBB2\"\n d=\"M8.29878 3C7.43792 3 6.67364 3.55086 6.40141 4.36754L3.8776 11.939C3.44592 13.234 4.40986 14.5714 5.77497 14.5714H8.86918L7.29221 19.5161C6.90029 20.745 7.8173 22 9.10717 22C9.67289 22 10.2094 21.7485 10.5713 21.3137L21.0001 8.78561H14.8931L19.7144 3H8.29878Z\"\n />\n <Path\n fill=\"#242424\"\n d=\"M11.6063 12.5714H5.77497L8.29878 5L15.4443 5L10.623 10.7856H16.733L9.34551 19.6602L11.6063 12.5714ZM8.29878 3C7.43792 3 6.67364 3.55086 6.40141 4.36754L3.8776 11.939C3.44592 13.234 4.40986 14.5714 5.77497 14.5714H8.86918L7.29221 19.5161C6.90029 20.745 7.8173 22 9.10717 22C9.67289 22 10.2094 21.7485 10.5713 21.3137L21.0001 8.78561H14.8931L19.7144 3H8.29878Z\"\n />\n </React.Fragment>,\n 'ActionTwoTone',\n);"],"mappings":";;;;;;;AAAA;;AACA;;AACA;;;;eAEe,IAAAA,sBAAA,gBACX,6BAAC,cAAD,CAAO,QAAP,qBACI,6BAAC,oBAAD;EACI,IAAI,EAAC,SADT;EAEI,CAAC,EAAC;AAFN,EADJ,eAKI,6BAAC,oBAAD;EACI,IAAI,EAAC,SADT;EAEI,CAAC,EAAC;AAFN,EALJ,CADW,EAWX,eAXW,C"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
|
|
10
|
+
var _reactNativeSvg = require("react-native-svg");
|
|
11
|
+
|
|
12
|
+
var _createSvgIcon = _interopRequireDefault(require("../utils/createSvgIcon"));
|
|
13
|
+
|
|
14
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
15
|
+
|
|
16
|
+
var _default = (0, _createSvgIcon.default)( /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
|
|
17
|
+
d: "M21.1679 8H22.8L21.5 16H21.1679C19.6248 19.5318 16.1006 22 12 22C7.89936 22 4.3752 19.5318 2.83209 16H1.198L2.5 8H2.83209C4.3752 4.46819 7.89936 2 12 2C16.1006 2 19.6248 4.46819 21.1679 8Z",
|
|
18
|
+
fill: "#00EBB2"
|
|
19
|
+
}), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
|
|
20
|
+
d: "M12 20.5C14.5969 20.5 16.9218 19.3354 18.4809 17.5H20.3529C18.5642 20.2111 15.491 22 12 22C8.50892 22 5.43571 20.2111 3.64697 17.5H5.51898C7.07812 19.3354 9.40303 20.5 12 20.5ZM12 3.5C9.40303 3.5 7.07812 4.66459 5.51898 6.5H3.64697C5.43571 3.78889 8.50892 2 12 2C15.491 2 18.5642 3.78889 20.3529 6.5H18.4809C16.9218 4.66459 14.5969 3.5 12 3.5ZM2.13965 15.0002L3.16593 8.81836H7.38574L7.18049 10.0318H4.45481L4.24956 11.2995H6.70659L6.50133 12.516H4.0443L3.63379 15.0002H2.13965ZM7.71305 8.81836L6.68677 15.0002H8.18091L8.53378 12.8842H9.29885L10.0765 15.0002H11.7065L10.8136 12.646C11.1829 12.4891 11.4845 12.2627 11.7185 11.9666C11.956 11.6668 12.1089 11.3036 12.1774 10.877C12.2478 10.4544 12.2176 10.0891 12.0868 9.78125C11.956 9.47135 11.7357 9.2339 11.4258 9.06889C11.1159 8.90187 10.7295 8.81836 10.2667 8.81836H7.71305ZM8.7301 11.707L9.01099 10.0227H9.74749C9.96885 10.0227 10.15 10.0549 10.2908 10.1193C10.4337 10.1817 10.5333 10.2763 10.5896 10.4031C10.648 10.5278 10.6621 10.6858 10.6319 10.877C10.5997 11.0681 10.5343 11.2251 10.4357 11.3478C10.3391 11.4686 10.2093 11.5591 10.0463 11.6195C9.88332 11.6779 9.69014 11.707 9.46677 11.707H8.7301ZM11.9562 15.0002L12.9825 8.81836H17.2928L17.0876 10.0318H14.2713L14.0661 11.2995H16.662L16.4567 12.516H13.8608L13.6556 13.7868H16.4718L16.2665 15.0002H11.9562ZM16.7772 15.0002L17.8035 8.81836H22.1139L21.9086 10.0318H19.0924L18.8871 11.2995H21.483L21.2778 12.516H18.6819L18.4766 13.7868H21.2928L21.0876 15.0002H16.7772Z",
|
|
21
|
+
fill: "#242424"
|
|
22
|
+
})), 'FreeTwoTone');
|
|
23
|
+
|
|
24
|
+
exports.default = _default;
|
|
25
|
+
//# sourceMappingURL=FreeTwoTone.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["createSvgIcon"],"sources":["FreeTwoTone.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport createSvgIcon from '../utils/createSvgIcon';\n\nexport default createSvgIcon(\n <React.Fragment>\n <Path\n d=\"M21.1679 8H22.8L21.5 16H21.1679C19.6248 19.5318 16.1006 22 12 22C7.89936 22 4.3752 19.5318 2.83209 16H1.198L2.5 8H2.83209C4.3752 4.46819 7.89936 2 12 2C16.1006 2 19.6248 4.46819 21.1679 8Z\"\n fill=\"#00EBB2\"\n />\n <Path\n d=\"M12 20.5C14.5969 20.5 16.9218 19.3354 18.4809 17.5H20.3529C18.5642 20.2111 15.491 22 12 22C8.50892 22 5.43571 20.2111 3.64697 17.5H5.51898C7.07812 19.3354 9.40303 20.5 12 20.5ZM12 3.5C9.40303 3.5 7.07812 4.66459 5.51898 6.5H3.64697C5.43571 3.78889 8.50892 2 12 2C15.491 2 18.5642 3.78889 20.3529 6.5H18.4809C16.9218 4.66459 14.5969 3.5 12 3.5ZM2.13965 15.0002L3.16593 8.81836H7.38574L7.18049 10.0318H4.45481L4.24956 11.2995H6.70659L6.50133 12.516H4.0443L3.63379 15.0002H2.13965ZM7.71305 8.81836L6.68677 15.0002H8.18091L8.53378 12.8842H9.29885L10.0765 15.0002H11.7065L10.8136 12.646C11.1829 12.4891 11.4845 12.2627 11.7185 11.9666C11.956 11.6668 12.1089 11.3036 12.1774 10.877C12.2478 10.4544 12.2176 10.0891 12.0868 9.78125C11.956 9.47135 11.7357 9.2339 11.4258 9.06889C11.1159 8.90187 10.7295 8.81836 10.2667 8.81836H7.71305ZM8.7301 11.707L9.01099 10.0227H9.74749C9.96885 10.0227 10.15 10.0549 10.2908 10.1193C10.4337 10.1817 10.5333 10.2763 10.5896 10.4031C10.648 10.5278 10.6621 10.6858 10.6319 10.877C10.5997 11.0681 10.5343 11.2251 10.4357 11.3478C10.3391 11.4686 10.2093 11.5591 10.0463 11.6195C9.88332 11.6779 9.69014 11.707 9.46677 11.707H8.7301ZM11.9562 15.0002L12.9825 8.81836H17.2928L17.0876 10.0318H14.2713L14.0661 11.2995H16.662L16.4567 12.516H13.8608L13.6556 13.7868H16.4718L16.2665 15.0002H11.9562ZM16.7772 15.0002L17.8035 8.81836H22.1139L21.9086 10.0318H19.0924L18.8871 11.2995H21.483L21.2778 12.516H18.6819L18.4766 13.7868H21.2928L21.0876 15.0002H16.7772Z\"\n fill=\"#242424\"\n />\n </React.Fragment>,\n 'FreeTwoTone',\n);\n"],"mappings":";;;;;;;AAAA;;AACA;;AACA;;;;eAEe,IAAAA,sBAAA,gBACX,6BAAC,cAAD,CAAO,QAAP,qBACI,6BAAC,oBAAD;EACI,CAAC,EAAC,8LADN;EAEI,IAAI,EAAC;AAFT,EADJ,eAKI,6BAAC,oBAAD;EACI,CAAC,EAAC,k8CADN;EAEI,IAAI,EAAC;AAFT,EALJ,CADW,EAWX,aAXW,C"}
|
package/build/commonjs/index.js
CHANGED
|
@@ -3,18 +3,6 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
Object.defineProperty(exports, "ActionOutlined", {
|
|
7
|
-
enumerable: true,
|
|
8
|
-
get: function () {
|
|
9
|
-
return _ActionOutlined.default;
|
|
10
|
-
}
|
|
11
|
-
});
|
|
12
|
-
Object.defineProperty(exports, "ActionTwoTone", {
|
|
13
|
-
enumerable: true,
|
|
14
|
-
get: function () {
|
|
15
|
-
return _ActionTwoTone.default;
|
|
16
|
-
}
|
|
17
|
-
});
|
|
18
6
|
Object.defineProperty(exports, "Add", {
|
|
19
7
|
enumerable: true,
|
|
20
8
|
get: function () {
|
|
@@ -219,6 +207,18 @@ Object.defineProperty(exports, "Facebook", {
|
|
|
219
207
|
return _Facebook.default;
|
|
220
208
|
}
|
|
221
209
|
});
|
|
210
|
+
Object.defineProperty(exports, "Flash", {
|
|
211
|
+
enumerable: true,
|
|
212
|
+
get: function () {
|
|
213
|
+
return _Flash.default;
|
|
214
|
+
}
|
|
215
|
+
});
|
|
216
|
+
Object.defineProperty(exports, "FlashTwoTone", {
|
|
217
|
+
enumerable: true,
|
|
218
|
+
get: function () {
|
|
219
|
+
return _FlashTwoTone.default;
|
|
220
|
+
}
|
|
221
|
+
});
|
|
222
222
|
Object.defineProperty(exports, "FontLato", {
|
|
223
223
|
enumerable: true,
|
|
224
224
|
get: function () {
|
|
@@ -237,6 +237,12 @@ Object.defineProperty(exports, "Free", {
|
|
|
237
237
|
return _Free.default;
|
|
238
238
|
}
|
|
239
239
|
});
|
|
240
|
+
Object.defineProperty(exports, "FreeTwoTone", {
|
|
241
|
+
enumerable: true,
|
|
242
|
+
get: function () {
|
|
243
|
+
return _FreeTwoTone.default;
|
|
244
|
+
}
|
|
245
|
+
});
|
|
240
246
|
Object.defineProperty(exports, "GiftOutlined", {
|
|
241
247
|
enumerable: true,
|
|
242
248
|
get: function () {
|
|
@@ -586,9 +592,9 @@ Object.defineProperty(exports, "Youtube", {
|
|
|
586
592
|
}
|
|
587
593
|
});
|
|
588
594
|
|
|
589
|
-
var
|
|
595
|
+
var _Flash = _interopRequireDefault(require("./icons/Flash"));
|
|
590
596
|
|
|
591
|
-
var
|
|
597
|
+
var _FlashTwoTone = _interopRequireDefault(require("./icons/FlashTwoTone"));
|
|
592
598
|
|
|
593
599
|
var _Add = _interopRequireDefault(require("./icons/Add"));
|
|
594
600
|
|
|
@@ -664,6 +670,8 @@ var _FontLiterata = _interopRequireDefault(require("./icons/FontLiterata"));
|
|
|
664
670
|
|
|
665
671
|
var _Free = _interopRequireDefault(require("./icons/Free"));
|
|
666
672
|
|
|
673
|
+
var _FreeTwoTone = _interopRequireDefault(require("./icons/FreeTwoTone"));
|
|
674
|
+
|
|
667
675
|
var _GiftOutlined = _interopRequireDefault(require("./icons/GiftOutlined"));
|
|
668
676
|
|
|
669
677
|
var _GiftTwoTone = _interopRequireDefault(require("./icons/GiftTwoTone"));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sources":["index.ts"],"sourcesContent":["export { default as
|
|
1
|
+
{"version":3,"names":[],"sources":["index.ts"],"sourcesContent":["export { default as Flash } from './icons/Flash';\nexport { default as FlashTwoTone } from './icons/FlashTwoTone';\nexport { default as Add } from './icons/Add';\nexport { default as Apple } from './icons/Apple';\nexport { default as ArrowLeft } from './icons/ArrowLeft';\nexport { default as ArrowLightHorizontalFilled } from './icons/ArrowLightHorizontalFilled';\nexport { default as ArrowLightHorizontalOutlined } from './icons/ArrowLightHorizontalOutlined';\nexport { default as ArrowLightVerticalFilled } from './icons/ArrowLightVerticalFilled';\nexport { default as ArrowLightVerticalOutlined } from './icons/ArrowLightVerticalOutlined';\nexport { default as ArrowRight } from './icons/ArrowRight';\nexport { default as BellOff } from './icons/BellOff';\nexport { default as BellOn } from './icons/BellOn';\nexport { default as BellOutlined } from './icons/BellOutlined';\nexport { default as Bullet } from './icons/Bullet';\nexport { default as CalendarOutlined } from './icons/CalendarOutlined';\nexport { default as Check } from './icons/Check';\nexport { default as CheckboxChecked } from './icons/CheckboxChecked';\nexport { default as CheckCircleFilled } from './icons/CheckCircleFilled';\nexport { default as CheckCircleOutlined } from './icons/CheckCircleOutlined';\nexport { default as ChevronDown } from './icons/ChevronDown';\nexport { default as ChevronRight } from './icons/ChevronRight';\nexport { default as ChevronUp } from './icons/ChevronUp';\nexport { default as ChevronLeft } from './icons/ChevronLeft';\nexport { default as ClockFilled } from './icons/ClockFilled';\nexport { default as ClockOutlined } from './icons/ClockOutlined';\nexport { default as ClockTwoTone } from './icons/ClockTwoTone';\nexport { default as Close } from './icons/Close';\nexport { default as CoffeeOutlined } from './icons/CoffeeOutlined';\nexport { default as ContentFilled } from './icons/ContentFilled';\nexport { default as ContentOutlined } from './icons/ContentOutlined';\nexport { default as ContentOutlinedLight } from './icons/ContentOutlinedLight';\nexport { default as CopyFilled } from './icons/CopyFilled';\nexport { default as Expand } from './icons/Expand';\nexport { default as EyeOff } from './icons/EyeOff';\nexport { default as EyeOutlined } from './icons/EyeOutlined';\nexport { default as Facebook } from './icons/Facebook';\nexport { default as FontLato } from './icons/FontLato';\nexport { default as FontLiterata } from './icons/FontLiterata';\nexport { default as Free } from './icons/Free';\nexport { default as FreeTwoTone } from './icons/FreeTwoTone';\nexport { default as GiftOutlined } from './icons/GiftOutlined';\nexport { default as GiftTwoTone } from './icons/GiftTwoTone';\nexport { default as Google } from './icons/Google';\nexport { default as GraphUp } from './icons/GraphUp';\nexport { default as HdOff } from './icons/HdOff';\nexport { default as HdOn } from './icons/HdOn';\nexport { default as Help } from './icons/Help';\nexport { default as HomeFilled } from './icons/HomeFilled';\nexport { default as HomeOutlined } from './icons/HomeOutlined';\nexport { default as Info } from './icons/Info';\nexport { default as InfoSquareFilled } from './icons/InfoSquareFilled';\nexport { default as InfoSquareOutlined } from './icons/InfoSquareOutlined';\nexport { default as InfoSquareOutlinedLight } from './icons/InfoSquareOutlinedLight';\nexport { default as Instagram } from './icons/Instagram';\nexport { default as LibraryFilled } from './icons/LibraryFilled';\nexport { default as LibraryOutlined } from './icons/LibraryOutlined';\nexport { default as List } from './icons/List';\nexport { default as ListFilled } from './icons/ListFilled';\nexport { default as ListOutlined } from './icons/ListOutlined';\nexport { default as ListOutlinedLight } from './icons/ListOutlinedLight';\nexport { default as LockerUnlockedOutlined } from './icons/LockerUnlockedOutlined';\nexport { default as Logo } from './icons/Logo';\nexport { default as MailFilled } from './icons/MailFilled';\nexport { default as MailOutlined } from './icons/MailOutlined';\nexport { default as MenuFilled } from './icons/MenuFilled';\nexport { default as MenuOutlined } from './icons/MenuOutlined';\nexport { default as MinusCircle } from './icons/MinusCircle';\nexport { default as Nib } from './icons/Nib';\nexport { default as Pencil } from './icons/Pencil';\nexport { default as Point } from './icons/Point';\nexport { default as Radio } from './icons/Radio';\nexport { default as RadioChecked } from './icons/RadioChecked';\nexport { default as Restart } from './icons/Restart';\nexport { default as SaleOutlined } from './icons/SaleOutlined';\nexport { default as SaleTwoTone } from './icons/SaleTwoTone';\nexport { default as Search } from './icons/Search';\nexport { default as Share } from './icons/Share';\nexport { default as SpacingLargeFilled } from './icons/SpacingLargeFilled';\nexport { default as SpacingLargeOutlined } from './icons/SpacingLargeOutlined';\nexport { default as SpacingMediumFilled } from './icons/SpacingMediumFilled';\nexport { default as SpacingMediumOutlined } from './icons/SpacingMediumOutlined';\nexport { default as SpacingSmallFilled } from './icons/SpacingSmallFilled';\nexport { default as SpacingSmallOutlined } from './icons/SpacingSmallOutlined';\nexport { default as Speaker } from './icons/Speaker';\nexport { default as ShopOutlined } from './icons/ShopOutlined';\nexport { default as SoundOff } from './icons/SoundOff';\nexport { default as SoundOn } from './icons/SoundOn';\nexport { default as SwapHorizontal } from './icons/SwapHorizontal';\nexport { default as SwapVertical } from './icons/SwapVertical';\nexport { default as TicketFilled } from './icons/TicketFilled';\nexport { default as TicketOutlined } from './icons/TicketOutlined';\nexport { default as TicketTwoTone } from './icons/TicketTwoTone';\nexport { default as TokenFilled } from './icons/TokenFilled';\nexport { default as Twitter } from './icons/Twitter';\nexport { default as Warning } from './icons/Warning';\nexport { default as WarningFilled } from './icons/WarningFilled';\nexport { default as WarningOutlined } from './icons/WarningOutlined';\nexport { default as Youtube } from './icons/Youtube';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA"}
|
|
@@ -4,4 +4,4 @@ import createSvgIcon from '../utils/createSvgIcon';
|
|
|
4
4
|
export default createSvgIcon( /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Path, {
|
|
5
5
|
d: "M11.6061 12.5714H5.77485L8.29866 5L15.4442 5L10.6229 10.7856H16.7329L9.34539 19.6602L11.6061 12.5714ZM8.29866 3C7.4378 3 6.67352 3.55086 6.40129 4.36754L3.87748 11.939C3.44579 13.234 4.40973 14.5714 5.77485 14.5714H8.86905L7.29208 19.5161C6.90017 20.745 7.81717 22 9.10704 22C9.67277 22 10.2092 21.7485 10.5712 21.3137L21 8.78561H14.8929L19.7143 3H8.29866Z"
|
|
6
6
|
})), 'ActionOutlined');
|
|
7
|
-
//# sourceMappingURL=
|
|
7
|
+
//# sourceMappingURL=Flash.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","Path","createSvgIcon"],"sources":["Flash.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport createSvgIcon from '../utils/createSvgIcon';\n\nexport default createSvgIcon(\n <React.Fragment>\n <Path\n d=\"M11.6061 12.5714H5.77485L8.29866 5L15.4442 5L10.6229 10.7856H16.7329L9.34539 19.6602L11.6061 12.5714ZM8.29866 3C7.4378 3 6.67352 3.55086 6.40129 4.36754L3.87748 11.939C3.44579 13.234 4.40973 14.5714 5.77485 14.5714H8.86905L7.29208 19.5161C6.90017 20.745 7.81717 22 9.10704 22C9.67277 22 10.2092 21.7485 10.5712 21.3137L21 8.78561H14.8929L19.7143 3H8.29866Z\"\n />\n </React.Fragment>,\n 'ActionOutlined',\n);\n"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,IAAT,QAAqB,kBAArB;AACA,OAAOC,aAAP,MAA0B,wBAA1B;AAEA,eAAeA,aAAa,eACxB,oBAAC,KAAD,CAAO,QAAP,qBACI,oBAAC,IAAD;EACI,CAAC,EAAC;AADN,EADJ,CADwB,EAMxB,gBANwB,CAA5B"}
|
|
@@ -8,4 +8,4 @@ export default createSvgIcon( /*#__PURE__*/React.createElement(React.Fragment, n
|
|
|
8
8
|
fill: "#242424",
|
|
9
9
|
d: "M11.6063 12.5714H5.77497L8.29878 5L15.4443 5L10.623 10.7856H16.733L9.34551 19.6602L11.6063 12.5714ZM8.29878 3C7.43792 3 6.67364 3.55086 6.40141 4.36754L3.8776 11.939C3.44592 13.234 4.40986 14.5714 5.77497 14.5714H8.86918L7.29221 19.5161C6.90029 20.745 7.8173 22 9.10717 22C9.67289 22 10.2094 21.7485 10.5713 21.3137L21.0001 8.78561H14.8931L19.7144 3H8.29878Z"
|
|
10
10
|
})), 'ActionTwoTone');
|
|
11
|
-
//# sourceMappingURL=
|
|
11
|
+
//# sourceMappingURL=FlashTwoTone.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","Path","createSvgIcon"],"sources":["FlashTwoTone.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport createSvgIcon from '../utils/createSvgIcon';\n\nexport default createSvgIcon(\n <React.Fragment>\n <Path\n fill=\"#00EBB2\"\n d=\"M8.29878 3C7.43792 3 6.67364 3.55086 6.40141 4.36754L3.8776 11.939C3.44592 13.234 4.40986 14.5714 5.77497 14.5714H8.86918L7.29221 19.5161C6.90029 20.745 7.8173 22 9.10717 22C9.67289 22 10.2094 21.7485 10.5713 21.3137L21.0001 8.78561H14.8931L19.7144 3H8.29878Z\"\n />\n <Path\n fill=\"#242424\"\n d=\"M11.6063 12.5714H5.77497L8.29878 5L15.4443 5L10.623 10.7856H16.733L9.34551 19.6602L11.6063 12.5714ZM8.29878 3C7.43792 3 6.67364 3.55086 6.40141 4.36754L3.8776 11.939C3.44592 13.234 4.40986 14.5714 5.77497 14.5714H8.86918L7.29221 19.5161C6.90029 20.745 7.8173 22 9.10717 22C9.67289 22 10.2094 21.7485 10.5713 21.3137L21.0001 8.78561H14.8931L19.7144 3H8.29878Z\"\n />\n </React.Fragment>,\n 'ActionTwoTone',\n);"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,IAAT,QAAqB,kBAArB;AACA,OAAOC,aAAP,MAA0B,wBAA1B;AAEA,eAAeA,aAAa,eACxB,oBAAC,KAAD,CAAO,QAAP,qBACI,oBAAC,IAAD;EACI,IAAI,EAAC,SADT;EAEI,CAAC,EAAC;AAFN,EADJ,eAKI,oBAAC,IAAD;EACI,IAAI,EAAC,SADT;EAEI,CAAC,EAAC;AAFN,EALJ,CADwB,EAWxB,eAXwB,CAA5B"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Path } from 'react-native-svg';
|
|
3
|
+
import createSvgIcon from '../utils/createSvgIcon';
|
|
4
|
+
export default createSvgIcon( /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Path, {
|
|
5
|
+
d: "M21.1679 8H22.8L21.5 16H21.1679C19.6248 19.5318 16.1006 22 12 22C7.89936 22 4.3752 19.5318 2.83209 16H1.198L2.5 8H2.83209C4.3752 4.46819 7.89936 2 12 2C16.1006 2 19.6248 4.46819 21.1679 8Z",
|
|
6
|
+
fill: "#00EBB2"
|
|
7
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
8
|
+
d: "M12 20.5C14.5969 20.5 16.9218 19.3354 18.4809 17.5H20.3529C18.5642 20.2111 15.491 22 12 22C8.50892 22 5.43571 20.2111 3.64697 17.5H5.51898C7.07812 19.3354 9.40303 20.5 12 20.5ZM12 3.5C9.40303 3.5 7.07812 4.66459 5.51898 6.5H3.64697C5.43571 3.78889 8.50892 2 12 2C15.491 2 18.5642 3.78889 20.3529 6.5H18.4809C16.9218 4.66459 14.5969 3.5 12 3.5ZM2.13965 15.0002L3.16593 8.81836H7.38574L7.18049 10.0318H4.45481L4.24956 11.2995H6.70659L6.50133 12.516H4.0443L3.63379 15.0002H2.13965ZM7.71305 8.81836L6.68677 15.0002H8.18091L8.53378 12.8842H9.29885L10.0765 15.0002H11.7065L10.8136 12.646C11.1829 12.4891 11.4845 12.2627 11.7185 11.9666C11.956 11.6668 12.1089 11.3036 12.1774 10.877C12.2478 10.4544 12.2176 10.0891 12.0868 9.78125C11.956 9.47135 11.7357 9.2339 11.4258 9.06889C11.1159 8.90187 10.7295 8.81836 10.2667 8.81836H7.71305ZM8.7301 11.707L9.01099 10.0227H9.74749C9.96885 10.0227 10.15 10.0549 10.2908 10.1193C10.4337 10.1817 10.5333 10.2763 10.5896 10.4031C10.648 10.5278 10.6621 10.6858 10.6319 10.877C10.5997 11.0681 10.5343 11.2251 10.4357 11.3478C10.3391 11.4686 10.2093 11.5591 10.0463 11.6195C9.88332 11.6779 9.69014 11.707 9.46677 11.707H8.7301ZM11.9562 15.0002L12.9825 8.81836H17.2928L17.0876 10.0318H14.2713L14.0661 11.2995H16.662L16.4567 12.516H13.8608L13.6556 13.7868H16.4718L16.2665 15.0002H11.9562ZM16.7772 15.0002L17.8035 8.81836H22.1139L21.9086 10.0318H19.0924L18.8871 11.2995H21.483L21.2778 12.516H18.6819L18.4766 13.7868H21.2928L21.0876 15.0002H16.7772Z",
|
|
9
|
+
fill: "#242424"
|
|
10
|
+
})), 'FreeTwoTone');
|
|
11
|
+
//# sourceMappingURL=FreeTwoTone.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","Path","createSvgIcon"],"sources":["FreeTwoTone.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport createSvgIcon from '../utils/createSvgIcon';\n\nexport default createSvgIcon(\n <React.Fragment>\n <Path\n d=\"M21.1679 8H22.8L21.5 16H21.1679C19.6248 19.5318 16.1006 22 12 22C7.89936 22 4.3752 19.5318 2.83209 16H1.198L2.5 8H2.83209C4.3752 4.46819 7.89936 2 12 2C16.1006 2 19.6248 4.46819 21.1679 8Z\"\n fill=\"#00EBB2\"\n />\n <Path\n d=\"M12 20.5C14.5969 20.5 16.9218 19.3354 18.4809 17.5H20.3529C18.5642 20.2111 15.491 22 12 22C8.50892 22 5.43571 20.2111 3.64697 17.5H5.51898C7.07812 19.3354 9.40303 20.5 12 20.5ZM12 3.5C9.40303 3.5 7.07812 4.66459 5.51898 6.5H3.64697C5.43571 3.78889 8.50892 2 12 2C15.491 2 18.5642 3.78889 20.3529 6.5H18.4809C16.9218 4.66459 14.5969 3.5 12 3.5ZM2.13965 15.0002L3.16593 8.81836H7.38574L7.18049 10.0318H4.45481L4.24956 11.2995H6.70659L6.50133 12.516H4.0443L3.63379 15.0002H2.13965ZM7.71305 8.81836L6.68677 15.0002H8.18091L8.53378 12.8842H9.29885L10.0765 15.0002H11.7065L10.8136 12.646C11.1829 12.4891 11.4845 12.2627 11.7185 11.9666C11.956 11.6668 12.1089 11.3036 12.1774 10.877C12.2478 10.4544 12.2176 10.0891 12.0868 9.78125C11.956 9.47135 11.7357 9.2339 11.4258 9.06889C11.1159 8.90187 10.7295 8.81836 10.2667 8.81836H7.71305ZM8.7301 11.707L9.01099 10.0227H9.74749C9.96885 10.0227 10.15 10.0549 10.2908 10.1193C10.4337 10.1817 10.5333 10.2763 10.5896 10.4031C10.648 10.5278 10.6621 10.6858 10.6319 10.877C10.5997 11.0681 10.5343 11.2251 10.4357 11.3478C10.3391 11.4686 10.2093 11.5591 10.0463 11.6195C9.88332 11.6779 9.69014 11.707 9.46677 11.707H8.7301ZM11.9562 15.0002L12.9825 8.81836H17.2928L17.0876 10.0318H14.2713L14.0661 11.2995H16.662L16.4567 12.516H13.8608L13.6556 13.7868H16.4718L16.2665 15.0002H11.9562ZM16.7772 15.0002L17.8035 8.81836H22.1139L21.9086 10.0318H19.0924L18.8871 11.2995H21.483L21.2778 12.516H18.6819L18.4766 13.7868H21.2928L21.0876 15.0002H16.7772Z\"\n fill=\"#242424\"\n />\n </React.Fragment>,\n 'FreeTwoTone',\n);\n"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,IAAT,QAAqB,kBAArB;AACA,OAAOC,aAAP,MAA0B,wBAA1B;AAEA,eAAeA,aAAa,eACxB,oBAAC,KAAD,CAAO,QAAP,qBACI,oBAAC,IAAD;EACI,CAAC,EAAC,8LADN;EAEI,IAAI,EAAC;AAFT,EADJ,eAKI,oBAAC,IAAD;EACI,CAAC,EAAC,k8CADN;EAEI,IAAI,EAAC;AAFT,EALJ,CADwB,EAWxB,aAXwB,CAA5B"}
|
package/build/module/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { default as
|
|
2
|
-
export { default as
|
|
1
|
+
export { default as Flash } from './icons/Flash';
|
|
2
|
+
export { default as FlashTwoTone } from './icons/FlashTwoTone';
|
|
3
3
|
export { default as Add } from './icons/Add';
|
|
4
4
|
export { default as Apple } from './icons/Apple';
|
|
5
5
|
export { default as ArrowLeft } from './icons/ArrowLeft';
|
|
@@ -37,6 +37,7 @@ export { default as Facebook } from './icons/Facebook';
|
|
|
37
37
|
export { default as FontLato } from './icons/FontLato';
|
|
38
38
|
export { default as FontLiterata } from './icons/FontLiterata';
|
|
39
39
|
export { default as Free } from './icons/Free';
|
|
40
|
+
export { default as FreeTwoTone } from './icons/FreeTwoTone';
|
|
40
41
|
export { default as GiftOutlined } from './icons/GiftOutlined';
|
|
41
42
|
export { default as GiftTwoTone } from './icons/GiftTwoTone';
|
|
42
43
|
export { default as Google } from './icons/Google';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["default","ActionOutlined","ActionTwoTone","Add","Apple","ArrowLeft","ArrowLightHorizontalFilled","ArrowLightHorizontalOutlined","ArrowLightVerticalFilled","ArrowLightVerticalOutlined","ArrowRight","BellOff","BellOn","BellOutlined","Bullet","CalendarOutlined","Check","CheckboxChecked","CheckCircleFilled","CheckCircleOutlined","ChevronDown","ChevronRight","ChevronUp","ChevronLeft","ClockFilled","ClockOutlined","ClockTwoTone","Close","CoffeeOutlined","ContentFilled","ContentOutlined","ContentOutlinedLight","CopyFilled","Expand","EyeOff","EyeOutlined","Facebook","FontLato","FontLiterata","Free","GiftOutlined","GiftTwoTone","Google","GraphUp","HdOff","HdOn","Help","HomeFilled","HomeOutlined","Info","InfoSquareFilled","InfoSquareOutlined","InfoSquareOutlinedLight","Instagram","LibraryFilled","LibraryOutlined","List","ListFilled","ListOutlined","ListOutlinedLight","LockerUnlockedOutlined","Logo","MailFilled","MailOutlined","MenuFilled","MenuOutlined","MinusCircle","Nib","Pencil","Point","Radio","RadioChecked","Restart","SaleOutlined","SaleTwoTone","Search","Share","SpacingLargeFilled","SpacingLargeOutlined","SpacingMediumFilled","SpacingMediumOutlined","SpacingSmallFilled","SpacingSmallOutlined","Speaker","ShopOutlined","SoundOff","SoundOn","SwapHorizontal","SwapVertical","TicketFilled","TicketOutlined","TicketTwoTone","TokenFilled","Twitter","Warning","WarningFilled","WarningOutlined","Youtube"],"sources":["index.ts"],"sourcesContent":["export { default as ActionOutlined } from './icons/ActionOutlined';\nexport { default as ActionTwoTone } from './icons/ActionTwoTone';\nexport { default as Add } from './icons/Add';\nexport { default as Apple } from './icons/Apple';\nexport { default as ArrowLeft } from './icons/ArrowLeft';\nexport { default as ArrowLightHorizontalFilled } from './icons/ArrowLightHorizontalFilled';\nexport { default as ArrowLightHorizontalOutlined } from './icons/ArrowLightHorizontalOutlined';\nexport { default as ArrowLightVerticalFilled } from './icons/ArrowLightVerticalFilled';\nexport { default as ArrowLightVerticalOutlined } from './icons/ArrowLightVerticalOutlined';\nexport { default as ArrowRight } from './icons/ArrowRight';\nexport { default as BellOff } from './icons/BellOff';\nexport { default as BellOn } from './icons/BellOn';\nexport { default as BellOutlined } from './icons/BellOutlined';\nexport { default as Bullet } from './icons/Bullet';\nexport { default as CalendarOutlined } from './icons/CalendarOutlined';\nexport { default as Check } from './icons/Check';\nexport { default as CheckboxChecked } from './icons/CheckboxChecked';\nexport { default as CheckCircleFilled } from './icons/CheckCircleFilled';\nexport { default as CheckCircleOutlined } from './icons/CheckCircleOutlined';\nexport { default as ChevronDown } from './icons/ChevronDown';\nexport { default as ChevronRight } from './icons/ChevronRight';\nexport { default as ChevronUp } from './icons/ChevronUp';\nexport { default as ChevronLeft } from './icons/ChevronLeft';\nexport { default as ClockFilled } from './icons/ClockFilled';\nexport { default as ClockOutlined } from './icons/ClockOutlined';\nexport { default as ClockTwoTone } from './icons/ClockTwoTone';\nexport { default as Close } from './icons/Close';\nexport { default as CoffeeOutlined } from './icons/CoffeeOutlined';\nexport { default as ContentFilled } from './icons/ContentFilled';\nexport { default as ContentOutlined } from './icons/ContentOutlined';\nexport { default as ContentOutlinedLight } from './icons/ContentOutlinedLight';\nexport { default as CopyFilled } from './icons/CopyFilled';\nexport { default as Expand } from './icons/Expand';\nexport { default as EyeOff } from './icons/EyeOff';\nexport { default as EyeOutlined } from './icons/EyeOutlined';\nexport { default as Facebook } from './icons/Facebook';\nexport { default as FontLato } from './icons/FontLato';\nexport { default as FontLiterata } from './icons/FontLiterata';\nexport { default as Free } from './icons/Free';\nexport { default as GiftOutlined } from './icons/GiftOutlined';\nexport { default as GiftTwoTone } from './icons/GiftTwoTone';\nexport { default as Google } from './icons/Google';\nexport { default as GraphUp } from './icons/GraphUp';\nexport { default as HdOff } from './icons/HdOff';\nexport { default as HdOn } from './icons/HdOn';\nexport { default as Help } from './icons/Help';\nexport { default as HomeFilled } from './icons/HomeFilled';\nexport { default as HomeOutlined } from './icons/HomeOutlined';\nexport { default as Info } from './icons/Info';\nexport { default as InfoSquareFilled } from './icons/InfoSquareFilled';\nexport { default as InfoSquareOutlined } from './icons/InfoSquareOutlined';\nexport { default as InfoSquareOutlinedLight } from './icons/InfoSquareOutlinedLight';\nexport { default as Instagram } from './icons/Instagram';\nexport { default as LibraryFilled } from './icons/LibraryFilled';\nexport { default as LibraryOutlined } from './icons/LibraryOutlined';\nexport { default as List } from './icons/List';\nexport { default as ListFilled } from './icons/ListFilled';\nexport { default as ListOutlined } from './icons/ListOutlined';\nexport { default as ListOutlinedLight } from './icons/ListOutlinedLight';\nexport { default as LockerUnlockedOutlined } from './icons/LockerUnlockedOutlined';\nexport { default as Logo } from './icons/Logo';\nexport { default as MailFilled } from './icons/MailFilled';\nexport { default as MailOutlined } from './icons/MailOutlined';\nexport { default as MenuFilled } from './icons/MenuFilled';\nexport { default as MenuOutlined } from './icons/MenuOutlined';\nexport { default as MinusCircle } from './icons/MinusCircle';\nexport { default as Nib } from './icons/Nib';\nexport { default as Pencil } from './icons/Pencil';\nexport { default as Point } from './icons/Point';\nexport { default as Radio } from './icons/Radio';\nexport { default as RadioChecked } from './icons/RadioChecked';\nexport { default as Restart } from './icons/Restart';\nexport { default as SaleOutlined } from './icons/SaleOutlined';\nexport { default as SaleTwoTone } from './icons/SaleTwoTone';\nexport { default as Search } from './icons/Search';\nexport { default as Share } from './icons/Share';\nexport { default as SpacingLargeFilled } from './icons/SpacingLargeFilled';\nexport { default as SpacingLargeOutlined } from './icons/SpacingLargeOutlined';\nexport { default as SpacingMediumFilled } from './icons/SpacingMediumFilled';\nexport { default as SpacingMediumOutlined } from './icons/SpacingMediumOutlined';\nexport { default as SpacingSmallFilled } from './icons/SpacingSmallFilled';\nexport { default as SpacingSmallOutlined } from './icons/SpacingSmallOutlined';\nexport { default as Speaker } from './icons/Speaker';\nexport { default as ShopOutlined } from './icons/ShopOutlined';\nexport { default as SoundOff } from './icons/SoundOff';\nexport { default as SoundOn } from './icons/SoundOn';\nexport { default as SwapHorizontal } from './icons/SwapHorizontal';\nexport { default as SwapVertical } from './icons/SwapVertical';\nexport { default as TicketFilled } from './icons/TicketFilled';\nexport { default as TicketOutlined } from './icons/TicketOutlined';\nexport { default as TicketTwoTone } from './icons/TicketTwoTone';\nexport { default as TokenFilled } from './icons/TokenFilled';\nexport { default as Twitter } from './icons/Twitter';\nexport { default as Warning } from './icons/Warning';\nexport { default as WarningFilled } from './icons/WarningFilled';\nexport { default as WarningOutlined } from './icons/WarningOutlined';\nexport { default as Youtube } from './icons/Youtube';\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"names":["default","Flash","FlashTwoTone","Add","Apple","ArrowLeft","ArrowLightHorizontalFilled","ArrowLightHorizontalOutlined","ArrowLightVerticalFilled","ArrowLightVerticalOutlined","ArrowRight","BellOff","BellOn","BellOutlined","Bullet","CalendarOutlined","Check","CheckboxChecked","CheckCircleFilled","CheckCircleOutlined","ChevronDown","ChevronRight","ChevronUp","ChevronLeft","ClockFilled","ClockOutlined","ClockTwoTone","Close","CoffeeOutlined","ContentFilled","ContentOutlined","ContentOutlinedLight","CopyFilled","Expand","EyeOff","EyeOutlined","Facebook","FontLato","FontLiterata","Free","FreeTwoTone","GiftOutlined","GiftTwoTone","Google","GraphUp","HdOff","HdOn","Help","HomeFilled","HomeOutlined","Info","InfoSquareFilled","InfoSquareOutlined","InfoSquareOutlinedLight","Instagram","LibraryFilled","LibraryOutlined","List","ListFilled","ListOutlined","ListOutlinedLight","LockerUnlockedOutlined","Logo","MailFilled","MailOutlined","MenuFilled","MenuOutlined","MinusCircle","Nib","Pencil","Point","Radio","RadioChecked","Restart","SaleOutlined","SaleTwoTone","Search","Share","SpacingLargeFilled","SpacingLargeOutlined","SpacingMediumFilled","SpacingMediumOutlined","SpacingSmallFilled","SpacingSmallOutlined","Speaker","ShopOutlined","SoundOff","SoundOn","SwapHorizontal","SwapVertical","TicketFilled","TicketOutlined","TicketTwoTone","TokenFilled","Twitter","Warning","WarningFilled","WarningOutlined","Youtube"],"sources":["index.ts"],"sourcesContent":["export { default as Flash } from './icons/Flash';\nexport { default as FlashTwoTone } from './icons/FlashTwoTone';\nexport { default as Add } from './icons/Add';\nexport { default as Apple } from './icons/Apple';\nexport { default as ArrowLeft } from './icons/ArrowLeft';\nexport { default as ArrowLightHorizontalFilled } from './icons/ArrowLightHorizontalFilled';\nexport { default as ArrowLightHorizontalOutlined } from './icons/ArrowLightHorizontalOutlined';\nexport { default as ArrowLightVerticalFilled } from './icons/ArrowLightVerticalFilled';\nexport { default as ArrowLightVerticalOutlined } from './icons/ArrowLightVerticalOutlined';\nexport { default as ArrowRight } from './icons/ArrowRight';\nexport { default as BellOff } from './icons/BellOff';\nexport { default as BellOn } from './icons/BellOn';\nexport { default as BellOutlined } from './icons/BellOutlined';\nexport { default as Bullet } from './icons/Bullet';\nexport { default as CalendarOutlined } from './icons/CalendarOutlined';\nexport { default as Check } from './icons/Check';\nexport { default as CheckboxChecked } from './icons/CheckboxChecked';\nexport { default as CheckCircleFilled } from './icons/CheckCircleFilled';\nexport { default as CheckCircleOutlined } from './icons/CheckCircleOutlined';\nexport { default as ChevronDown } from './icons/ChevronDown';\nexport { default as ChevronRight } from './icons/ChevronRight';\nexport { default as ChevronUp } from './icons/ChevronUp';\nexport { default as ChevronLeft } from './icons/ChevronLeft';\nexport { default as ClockFilled } from './icons/ClockFilled';\nexport { default as ClockOutlined } from './icons/ClockOutlined';\nexport { default as ClockTwoTone } from './icons/ClockTwoTone';\nexport { default as Close } from './icons/Close';\nexport { default as CoffeeOutlined } from './icons/CoffeeOutlined';\nexport { default as ContentFilled } from './icons/ContentFilled';\nexport { default as ContentOutlined } from './icons/ContentOutlined';\nexport { default as ContentOutlinedLight } from './icons/ContentOutlinedLight';\nexport { default as CopyFilled } from './icons/CopyFilled';\nexport { default as Expand } from './icons/Expand';\nexport { default as EyeOff } from './icons/EyeOff';\nexport { default as EyeOutlined } from './icons/EyeOutlined';\nexport { default as Facebook } from './icons/Facebook';\nexport { default as FontLato } from './icons/FontLato';\nexport { default as FontLiterata } from './icons/FontLiterata';\nexport { default as Free } from './icons/Free';\nexport { default as FreeTwoTone } from './icons/FreeTwoTone';\nexport { default as GiftOutlined } from './icons/GiftOutlined';\nexport { default as GiftTwoTone } from './icons/GiftTwoTone';\nexport { default as Google } from './icons/Google';\nexport { default as GraphUp } from './icons/GraphUp';\nexport { default as HdOff } from './icons/HdOff';\nexport { default as HdOn } from './icons/HdOn';\nexport { default as Help } from './icons/Help';\nexport { default as HomeFilled } from './icons/HomeFilled';\nexport { default as HomeOutlined } from './icons/HomeOutlined';\nexport { default as Info } from './icons/Info';\nexport { default as InfoSquareFilled } from './icons/InfoSquareFilled';\nexport { default as InfoSquareOutlined } from './icons/InfoSquareOutlined';\nexport { default as InfoSquareOutlinedLight } from './icons/InfoSquareOutlinedLight';\nexport { default as Instagram } from './icons/Instagram';\nexport { default as LibraryFilled } from './icons/LibraryFilled';\nexport { default as LibraryOutlined } from './icons/LibraryOutlined';\nexport { default as List } from './icons/List';\nexport { default as ListFilled } from './icons/ListFilled';\nexport { default as ListOutlined } from './icons/ListOutlined';\nexport { default as ListOutlinedLight } from './icons/ListOutlinedLight';\nexport { default as LockerUnlockedOutlined } from './icons/LockerUnlockedOutlined';\nexport { default as Logo } from './icons/Logo';\nexport { default as MailFilled } from './icons/MailFilled';\nexport { default as MailOutlined } from './icons/MailOutlined';\nexport { default as MenuFilled } from './icons/MenuFilled';\nexport { default as MenuOutlined } from './icons/MenuOutlined';\nexport { default as MinusCircle } from './icons/MinusCircle';\nexport { default as Nib } from './icons/Nib';\nexport { default as Pencil } from './icons/Pencil';\nexport { default as Point } from './icons/Point';\nexport { default as Radio } from './icons/Radio';\nexport { default as RadioChecked } from './icons/RadioChecked';\nexport { default as Restart } from './icons/Restart';\nexport { default as SaleOutlined } from './icons/SaleOutlined';\nexport { default as SaleTwoTone } from './icons/SaleTwoTone';\nexport { default as Search } from './icons/Search';\nexport { default as Share } from './icons/Share';\nexport { default as SpacingLargeFilled } from './icons/SpacingLargeFilled';\nexport { default as SpacingLargeOutlined } from './icons/SpacingLargeOutlined';\nexport { default as SpacingMediumFilled } from './icons/SpacingMediumFilled';\nexport { default as SpacingMediumOutlined } from './icons/SpacingMediumOutlined';\nexport { default as SpacingSmallFilled } from './icons/SpacingSmallFilled';\nexport { default as SpacingSmallOutlined } from './icons/SpacingSmallOutlined';\nexport { default as Speaker } from './icons/Speaker';\nexport { default as ShopOutlined } from './icons/ShopOutlined';\nexport { default as SoundOff } from './icons/SoundOff';\nexport { default as SoundOn } from './icons/SoundOn';\nexport { default as SwapHorizontal } from './icons/SwapHorizontal';\nexport { default as SwapVertical } from './icons/SwapVertical';\nexport { default as TicketFilled } from './icons/TicketFilled';\nexport { default as TicketOutlined } from './icons/TicketOutlined';\nexport { default as TicketTwoTone } from './icons/TicketTwoTone';\nexport { default as TokenFilled } from './icons/TokenFilled';\nexport { default as Twitter } from './icons/Twitter';\nexport { default as Warning } from './icons/Warning';\nexport { default as WarningFilled } from './icons/WarningFilled';\nexport { default as WarningOutlined } from './icons/WarningOutlined';\nexport { default as Youtube } from './icons/Youtube';\n"],"mappings":"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"}
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const _default: React.MemoExoticComponent<{
|
|
3
|
+
(props: {
|
|
4
|
+
readonly style?: import("@emotion/native").ReactNativeStyle | import("@emotion/native").ReactNativeStyle[] | undefined;
|
|
5
|
+
title?: string | undefined;
|
|
6
|
+
clipPath?: string | undefined;
|
|
7
|
+
marker?: string | undefined;
|
|
8
|
+
mask?: string | undefined;
|
|
9
|
+
opacity?: import("react-native-svg").NumberProp | undefined;
|
|
10
|
+
readonly fill?: import("react-native").ColorValue | undefined;
|
|
11
|
+
fillOpacity?: import("react-native-svg").NumberProp | undefined;
|
|
12
|
+
fillRule?: import("react-native-svg").FillRule | undefined;
|
|
13
|
+
stroke?: import("react-native").ColorValue | undefined;
|
|
14
|
+
strokeWidth?: import("react-native-svg").NumberProp | undefined;
|
|
15
|
+
strokeOpacity?: import("react-native-svg").NumberProp | undefined;
|
|
16
|
+
strokeDasharray?: import("react-native-svg").NumberProp | readonly import("react-native-svg").NumberProp[] | undefined;
|
|
17
|
+
strokeDashoffset?: import("react-native-svg").NumberProp | undefined;
|
|
18
|
+
strokeLinecap?: import("react-native-svg").Linecap | undefined;
|
|
19
|
+
strokeLinejoin?: import("react-native-svg").Linejoin | undefined;
|
|
20
|
+
strokeMiterlimit?: import("react-native-svg").NumberProp | undefined;
|
|
21
|
+
vectorEffect?: import("react-native-svg").VectorEffect | undefined;
|
|
22
|
+
clipRule?: import("react-native-svg").FillRule | undefined;
|
|
23
|
+
translate?: import("react-native-svg").NumberArray | undefined;
|
|
24
|
+
translateX?: import("react-native-svg").NumberProp | undefined;
|
|
25
|
+
translateY?: import("react-native-svg").NumberProp | undefined;
|
|
26
|
+
origin?: import("react-native-svg").NumberArray | undefined;
|
|
27
|
+
originX?: import("react-native-svg").NumberProp | undefined;
|
|
28
|
+
originY?: import("react-native-svg").NumberProp | undefined;
|
|
29
|
+
scale?: import("react-native-svg").NumberArray | undefined;
|
|
30
|
+
scaleX?: import("react-native-svg").NumberProp | undefined;
|
|
31
|
+
scaleY?: import("react-native-svg").NumberProp | undefined;
|
|
32
|
+
skew?: import("react-native-svg").NumberArray | undefined;
|
|
33
|
+
skewX?: import("react-native-svg").NumberProp | undefined;
|
|
34
|
+
skewY?: import("react-native-svg").NumberProp | undefined;
|
|
35
|
+
rotation?: import("react-native-svg").NumberProp | undefined;
|
|
36
|
+
x?: import("react-native-svg").NumberArray | undefined;
|
|
37
|
+
y?: import("react-native-svg").NumberArray | undefined;
|
|
38
|
+
transform?: string | import("react-native-svg").ColumnMajorTransformMatrix | (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
|
|
39
|
+
pointerEvents?: "none" | "auto" | "box-none" | "box-only" | undefined;
|
|
40
|
+
onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
41
|
+
onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
42
|
+
onResponderEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
43
|
+
onResponderGrant?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
44
|
+
onResponderReject?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
45
|
+
onResponderMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
46
|
+
onResponderRelease?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
47
|
+
onResponderStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
48
|
+
onResponderTerminationRequest?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
49
|
+
onResponderTerminate?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
50
|
+
onStartShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
51
|
+
onMoveShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
52
|
+
disabled?: boolean | undefined;
|
|
53
|
+
onPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
54
|
+
onPressIn?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
55
|
+
onPressOut?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
56
|
+
onLongPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
57
|
+
delayPressIn?: number | undefined;
|
|
58
|
+
delayPressOut?: number | undefined;
|
|
59
|
+
delayLongPress?: number | undefined;
|
|
60
|
+
id?: string | undefined;
|
|
61
|
+
markerStart?: string | undefined;
|
|
62
|
+
markerMid?: string | undefined;
|
|
63
|
+
markerEnd?: string | undefined;
|
|
64
|
+
onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | undefined;
|
|
65
|
+
accessibilityLabel?: string | undefined;
|
|
66
|
+
accessible?: boolean | undefined;
|
|
67
|
+
testID?: string | undefined;
|
|
68
|
+
readonly width?: import("react-native-svg").NumberProp | undefined;
|
|
69
|
+
readonly height?: import("react-native-svg").NumberProp | undefined;
|
|
70
|
+
readonly viewBox?: string | undefined;
|
|
71
|
+
preserveAspectRatio?: string | undefined;
|
|
72
|
+
readonly color?: import("packages/fountain-ui/build/typescript").CommonComponentColor | undefined;
|
|
73
|
+
font?: import("react-native-svg").FontObject | undefined;
|
|
74
|
+
fontStyle?: import("react-native-svg").FontStyle | undefined;
|
|
75
|
+
fontVariant?: import("react-native-svg").FontVariant | undefined;
|
|
76
|
+
fontWeight?: import("react-native-svg").FontWeight | undefined;
|
|
77
|
+
fontStretch?: import("react-native-svg").FontStretch | undefined;
|
|
78
|
+
fontSize?: import("react-native-svg").NumberProp | undefined;
|
|
79
|
+
fontFamily?: string | undefined;
|
|
80
|
+
textAnchor?: import("react-native-svg").TextAnchor | undefined;
|
|
81
|
+
textDecoration?: import("react-native-svg").TextDecoration | undefined;
|
|
82
|
+
letterSpacing?: import("react-native-svg").NumberProp | undefined;
|
|
83
|
+
wordSpacing?: import("react-native-svg").NumberProp | undefined;
|
|
84
|
+
kerning?: import("react-native-svg").NumberProp | undefined;
|
|
85
|
+
fontFeatureSettings?: string | undefined;
|
|
86
|
+
fontVariantLigatures?: import("react-native-svg").FontVariantLigatures | undefined;
|
|
87
|
+
fontVariationSettings?: string | undefined;
|
|
88
|
+
hitSlop?: import("react-native").Insets | undefined;
|
|
89
|
+
removeClippedSubviews?: boolean | undefined;
|
|
90
|
+
nativeID?: string | undefined;
|
|
91
|
+
collapsable?: boolean | undefined;
|
|
92
|
+
needsOffscreenAlphaCompositing?: boolean | undefined;
|
|
93
|
+
renderToHardwareTextureAndroid?: boolean | undefined;
|
|
94
|
+
focusable?: boolean | undefined;
|
|
95
|
+
shouldRasterizeIOS?: boolean | undefined;
|
|
96
|
+
isTVSelectable?: boolean | undefined;
|
|
97
|
+
hasTVPreferredFocus?: boolean | undefined;
|
|
98
|
+
tvParallaxProperties?: import("react-native").TVParallaxProperties | undefined;
|
|
99
|
+
tvParallaxShiftDistanceX?: number | undefined;
|
|
100
|
+
tvParallaxShiftDistanceY?: number | undefined;
|
|
101
|
+
tvParallaxTiltAngle?: number | undefined;
|
|
102
|
+
tvParallaxMagnification?: number | undefined;
|
|
103
|
+
onTouchStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
104
|
+
onTouchMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
105
|
+
onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
106
|
+
onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
107
|
+
onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
108
|
+
accessibilityActions?: readonly Readonly<{
|
|
109
|
+
name: string;
|
|
110
|
+
label?: string | undefined;
|
|
111
|
+
}>[] | undefined;
|
|
112
|
+
accessibilityRole?: import("react-native").AccessibilityRole | undefined;
|
|
113
|
+
accessibilityState?: import("react-native").AccessibilityState | undefined;
|
|
114
|
+
accessibilityHint?: string | undefined;
|
|
115
|
+
accessibilityValue?: import("react-native").AccessibilityValue | undefined;
|
|
116
|
+
onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | undefined;
|
|
117
|
+
accessibilityLabelledBy?: string | string[] | undefined;
|
|
118
|
+
accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined;
|
|
119
|
+
importantForAccessibility?: "auto" | "no" | "yes" | "no-hide-descendants" | undefined;
|
|
120
|
+
accessibilityElementsHidden?: boolean | undefined;
|
|
121
|
+
accessibilityLanguage?: string | undefined;
|
|
122
|
+
accessibilityViewIsModal?: boolean | undefined;
|
|
123
|
+
onAccessibilityEscape?: (() => void) | undefined;
|
|
124
|
+
onAccessibilityTap?: (() => void) | undefined;
|
|
125
|
+
onMagicTap?: (() => void) | undefined;
|
|
126
|
+
accessibilityIgnoresInvertColors?: boolean | undefined;
|
|
127
|
+
}): JSX.Element;
|
|
128
|
+
displayName: string;
|
|
129
|
+
}>;
|
|
130
|
+
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { default as
|
|
2
|
-
export { default as
|
|
1
|
+
export { default as Flash } from './icons/Flash';
|
|
2
|
+
export { default as FlashTwoTone } from './icons/FlashTwoTone';
|
|
3
3
|
export { default as Add } from './icons/Add';
|
|
4
4
|
export { default as Apple } from './icons/Apple';
|
|
5
5
|
export { default as ArrowLeft } from './icons/ArrowLeft';
|
|
@@ -37,6 +37,7 @@ export { default as Facebook } from './icons/Facebook';
|
|
|
37
37
|
export { default as FontLato } from './icons/FontLato';
|
|
38
38
|
export { default as FontLiterata } from './icons/FontLiterata';
|
|
39
39
|
export { default as Free } from './icons/Free';
|
|
40
|
+
export { default as FreeTwoTone } from './icons/FreeTwoTone';
|
|
40
41
|
export { default as GiftOutlined } from './icons/GiftOutlined';
|
|
41
42
|
export { default as GiftTwoTone } from './icons/GiftTwoTone';
|
|
42
43
|
export { default as Google } from './icons/Google';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fountain-ui/icons",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.29",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "Fountain-UI Team",
|
|
6
6
|
"description": "Fountain Design Svg Icons converted to Fountain-UI React components.",
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"publishConfig": {
|
|
51
51
|
"access": "public"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "c122e06e3dd153781e39bdd5aa47917860453a05"
|
|
54
54
|
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Path } from 'react-native-svg';
|
|
3
|
+
import createSvgIcon from '../utils/createSvgIcon';
|
|
4
|
+
|
|
5
|
+
export default createSvgIcon(
|
|
6
|
+
<React.Fragment>
|
|
7
|
+
<Path
|
|
8
|
+
d="M21.1679 8H22.8L21.5 16H21.1679C19.6248 19.5318 16.1006 22 12 22C7.89936 22 4.3752 19.5318 2.83209 16H1.198L2.5 8H2.83209C4.3752 4.46819 7.89936 2 12 2C16.1006 2 19.6248 4.46819 21.1679 8Z"
|
|
9
|
+
fill="#00EBB2"
|
|
10
|
+
/>
|
|
11
|
+
<Path
|
|
12
|
+
d="M12 20.5C14.5969 20.5 16.9218 19.3354 18.4809 17.5H20.3529C18.5642 20.2111 15.491 22 12 22C8.50892 22 5.43571 20.2111 3.64697 17.5H5.51898C7.07812 19.3354 9.40303 20.5 12 20.5ZM12 3.5C9.40303 3.5 7.07812 4.66459 5.51898 6.5H3.64697C5.43571 3.78889 8.50892 2 12 2C15.491 2 18.5642 3.78889 20.3529 6.5H18.4809C16.9218 4.66459 14.5969 3.5 12 3.5ZM2.13965 15.0002L3.16593 8.81836H7.38574L7.18049 10.0318H4.45481L4.24956 11.2995H6.70659L6.50133 12.516H4.0443L3.63379 15.0002H2.13965ZM7.71305 8.81836L6.68677 15.0002H8.18091L8.53378 12.8842H9.29885L10.0765 15.0002H11.7065L10.8136 12.646C11.1829 12.4891 11.4845 12.2627 11.7185 11.9666C11.956 11.6668 12.1089 11.3036 12.1774 10.877C12.2478 10.4544 12.2176 10.0891 12.0868 9.78125C11.956 9.47135 11.7357 9.2339 11.4258 9.06889C11.1159 8.90187 10.7295 8.81836 10.2667 8.81836H7.71305ZM8.7301 11.707L9.01099 10.0227H9.74749C9.96885 10.0227 10.15 10.0549 10.2908 10.1193C10.4337 10.1817 10.5333 10.2763 10.5896 10.4031C10.648 10.5278 10.6621 10.6858 10.6319 10.877C10.5997 11.0681 10.5343 11.2251 10.4357 11.3478C10.3391 11.4686 10.2093 11.5591 10.0463 11.6195C9.88332 11.6779 9.69014 11.707 9.46677 11.707H8.7301ZM11.9562 15.0002L12.9825 8.81836H17.2928L17.0876 10.0318H14.2713L14.0661 11.2995H16.662L16.4567 12.516H13.8608L13.6556 13.7868H16.4718L16.2665 15.0002H11.9562ZM16.7772 15.0002L17.8035 8.81836H22.1139L21.9086 10.0318H19.0924L18.8871 11.2995H21.483L21.2778 12.516H18.6819L18.4766 13.7868H21.2928L21.0876 15.0002H16.7772Z"
|
|
13
|
+
fill="#242424"
|
|
14
|
+
/>
|
|
15
|
+
</React.Fragment>,
|
|
16
|
+
'FreeTwoTone',
|
|
17
|
+
);
|
package/src/index.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { default as
|
|
2
|
-
export { default as
|
|
1
|
+
export { default as Flash } from './icons/Flash';
|
|
2
|
+
export { default as FlashTwoTone } from './icons/FlashTwoTone';
|
|
3
3
|
export { default as Add } from './icons/Add';
|
|
4
4
|
export { default as Apple } from './icons/Apple';
|
|
5
5
|
export { default as ArrowLeft } from './icons/ArrowLeft';
|
|
@@ -37,6 +37,7 @@ export { default as Facebook } from './icons/Facebook';
|
|
|
37
37
|
export { default as FontLato } from './icons/FontLato';
|
|
38
38
|
export { default as FontLiterata } from './icons/FontLiterata';
|
|
39
39
|
export { default as Free } from './icons/Free';
|
|
40
|
+
export { default as FreeTwoTone } from './icons/FreeTwoTone';
|
|
40
41
|
export { default as GiftOutlined } from './icons/GiftOutlined';
|
|
41
42
|
export { default as GiftTwoTone } from './icons/GiftTwoTone';
|
|
42
43
|
export { default as Google } from './icons/Google';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["createSvgIcon"],"sources":["ActionOutlined.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport createSvgIcon from '../utils/createSvgIcon';\n\nexport default createSvgIcon(\n <React.Fragment>\n <Path\n d=\"M11.6061 12.5714H5.77485L8.29866 5L15.4442 5L10.6229 10.7856H16.7329L9.34539 19.6602L11.6061 12.5714ZM8.29866 3C7.4378 3 6.67352 3.55086 6.40129 4.36754L3.87748 11.939C3.44579 13.234 4.40973 14.5714 5.77485 14.5714H8.86905L7.29208 19.5161C6.90017 20.745 7.81717 22 9.10704 22C9.67277 22 10.2092 21.7485 10.5712 21.3137L21 8.78561H14.8929L19.7143 3H8.29866Z\"\n />\n </React.Fragment>,\n 'ActionOutlined',\n);\n"],"mappings":";;;;;;;AAAA;;AACA;;AACA;;;;eAEe,IAAAA,sBAAA,gBACX,6BAAC,cAAD,CAAO,QAAP,qBACI,6BAAC,oBAAD;EACI,CAAC,EAAC;AADN,EADJ,CADW,EAMX,gBANW,C"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["createSvgIcon"],"sources":["ActionTwoTone.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport createSvgIcon from '../utils/createSvgIcon';\n\nexport default createSvgIcon(\n <React.Fragment>\n <Path\n fill=\"#00EBB2\"\n d=\"M8.29878 3C7.43792 3 6.67364 3.55086 6.40141 4.36754L3.8776 11.939C3.44592 13.234 4.40986 14.5714 5.77497 14.5714H8.86918L7.29221 19.5161C6.90029 20.745 7.8173 22 9.10717 22C9.67289 22 10.2094 21.7485 10.5713 21.3137L21.0001 8.78561H14.8931L19.7144 3H8.29878Z\"\n />\n <Path\n fill=\"#242424\"\n d=\"M11.6063 12.5714H5.77497L8.29878 5L15.4443 5L10.623 10.7856H16.733L9.34551 19.6602L11.6063 12.5714ZM8.29878 3C7.43792 3 6.67364 3.55086 6.40141 4.36754L3.8776 11.939C3.44592 13.234 4.40986 14.5714 5.77497 14.5714H8.86918L7.29221 19.5161C6.90029 20.745 7.8173 22 9.10717 22C9.67289 22 10.2094 21.7485 10.5713 21.3137L21.0001 8.78561H14.8931L19.7144 3H8.29878Z\"\n />\n </React.Fragment>,\n 'ActionTwoTone',\n);"],"mappings":";;;;;;;AAAA;;AACA;;AACA;;;;eAEe,IAAAA,sBAAA,gBACX,6BAAC,cAAD,CAAO,QAAP,qBACI,6BAAC,oBAAD;EACI,IAAI,EAAC,SADT;EAEI,CAAC,EAAC;AAFN,EADJ,eAKI,6BAAC,oBAAD;EACI,IAAI,EAAC,SADT;EAEI,CAAC,EAAC;AAFN,EALJ,CADW,EAWX,eAXW,C"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["React","Path","createSvgIcon"],"sources":["ActionOutlined.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport createSvgIcon from '../utils/createSvgIcon';\n\nexport default createSvgIcon(\n <React.Fragment>\n <Path\n d=\"M11.6061 12.5714H5.77485L8.29866 5L15.4442 5L10.6229 10.7856H16.7329L9.34539 19.6602L11.6061 12.5714ZM8.29866 3C7.4378 3 6.67352 3.55086 6.40129 4.36754L3.87748 11.939C3.44579 13.234 4.40973 14.5714 5.77485 14.5714H8.86905L7.29208 19.5161C6.90017 20.745 7.81717 22 9.10704 22C9.67277 22 10.2092 21.7485 10.5712 21.3137L21 8.78561H14.8929L19.7143 3H8.29866Z\"\n />\n </React.Fragment>,\n 'ActionOutlined',\n);\n"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,IAAT,QAAqB,kBAArB;AACA,OAAOC,aAAP,MAA0B,wBAA1B;AAEA,eAAeA,aAAa,eACxB,oBAAC,KAAD,CAAO,QAAP,qBACI,oBAAC,IAAD;EACI,CAAC,EAAC;AADN,EADJ,CADwB,EAMxB,gBANwB,CAA5B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["React","Path","createSvgIcon"],"sources":["ActionTwoTone.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport createSvgIcon from '../utils/createSvgIcon';\n\nexport default createSvgIcon(\n <React.Fragment>\n <Path\n fill=\"#00EBB2\"\n d=\"M8.29878 3C7.43792 3 6.67364 3.55086 6.40141 4.36754L3.8776 11.939C3.44592 13.234 4.40986 14.5714 5.77497 14.5714H8.86918L7.29221 19.5161C6.90029 20.745 7.8173 22 9.10717 22C9.67289 22 10.2094 21.7485 10.5713 21.3137L21.0001 8.78561H14.8931L19.7144 3H8.29878Z\"\n />\n <Path\n fill=\"#242424\"\n d=\"M11.6063 12.5714H5.77497L8.29878 5L15.4443 5L10.623 10.7856H16.733L9.34551 19.6602L11.6063 12.5714ZM8.29878 3C7.43792 3 6.67364 3.55086 6.40141 4.36754L3.8776 11.939C3.44592 13.234 4.40986 14.5714 5.77497 14.5714H8.86918L7.29221 19.5161C6.90029 20.745 7.8173 22 9.10717 22C9.67289 22 10.2094 21.7485 10.5713 21.3137L21.0001 8.78561H14.8931L19.7144 3H8.29878Z\"\n />\n </React.Fragment>,\n 'ActionTwoTone',\n);"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,IAAT,QAAqB,kBAArB;AACA,OAAOC,aAAP,MAA0B,wBAA1B;AAEA,eAAeA,aAAa,eACxB,oBAAC,KAAD,CAAO,QAAP,qBACI,oBAAC,IAAD;EACI,IAAI,EAAC,SADT;EAEI,CAAC,EAAC;AAFN,EADJ,eAKI,oBAAC,IAAD;EACI,IAAI,EAAC,SADT;EAEI,CAAC,EAAC;AAFN,EALJ,CADwB,EAWxB,eAXwB,CAA5B"}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|