@fountain-ui/icons 2.0.0-beta.18 → 2.0.0-beta.20

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.
Files changed (73) hide show
  1. package/build/commonjs/icons/BellOutlined.js +23 -0
  2. package/build/commonjs/icons/BellOutlined.js.map +1 -0
  3. package/build/commonjs/icons/ContentFilled.js +21 -0
  4. package/build/commonjs/icons/ContentFilled.js.map +1 -0
  5. package/build/commonjs/icons/ContentOutlined.js +21 -0
  6. package/build/commonjs/icons/ContentOutlined.js.map +1 -0
  7. package/build/commonjs/icons/Expand.js +21 -0
  8. package/build/commonjs/icons/Expand.js.map +1 -0
  9. package/build/commonjs/icons/HdOff.js +21 -0
  10. package/build/commonjs/icons/HdOff.js.map +1 -0
  11. package/build/commonjs/icons/HdOn.js +21 -0
  12. package/build/commonjs/icons/HdOn.js.map +1 -0
  13. package/build/commonjs/icons/InfoSquareFilled.js +21 -0
  14. package/build/commonjs/icons/InfoSquareFilled.js.map +1 -0
  15. package/build/commonjs/icons/InfoSquareOutlined.js +21 -0
  16. package/build/commonjs/icons/InfoSquareOutlined.js.map +1 -0
  17. package/build/commonjs/icons/ListFilled.js +21 -0
  18. package/build/commonjs/icons/ListFilled.js.map +1 -0
  19. package/build/commonjs/icons/ListOutlined.js +21 -0
  20. package/build/commonjs/icons/ListOutlined.js.map +1 -0
  21. package/build/commonjs/icons/Nib.js +21 -0
  22. package/build/commonjs/icons/Nib.js.map +1 -0
  23. package/build/commonjs/index.js +88 -0
  24. package/build/commonjs/index.js.map +1 -1
  25. package/build/module/icons/BellOutlined.js +9 -0
  26. package/build/module/icons/BellOutlined.js.map +1 -0
  27. package/build/module/icons/ContentFilled.js +7 -0
  28. package/build/module/icons/ContentFilled.js.map +1 -0
  29. package/build/module/icons/ContentOutlined.js +7 -0
  30. package/build/module/icons/ContentOutlined.js.map +1 -0
  31. package/build/module/icons/Expand.js +7 -0
  32. package/build/module/icons/Expand.js.map +1 -0
  33. package/build/module/icons/HdOff.js +7 -0
  34. package/build/module/icons/HdOff.js.map +1 -0
  35. package/build/module/icons/HdOn.js +7 -0
  36. package/build/module/icons/HdOn.js.map +1 -0
  37. package/build/module/icons/InfoSquareFilled.js +7 -0
  38. package/build/module/icons/InfoSquareFilled.js.map +1 -0
  39. package/build/module/icons/InfoSquareOutlined.js +7 -0
  40. package/build/module/icons/InfoSquareOutlined.js.map +1 -0
  41. package/build/module/icons/ListFilled.js +7 -0
  42. package/build/module/icons/ListFilled.js.map +1 -0
  43. package/build/module/icons/ListOutlined.js +7 -0
  44. package/build/module/icons/ListOutlined.js.map +1 -0
  45. package/build/module/icons/Nib.js +7 -0
  46. package/build/module/icons/Nib.js.map +1 -0
  47. package/build/module/index.js +11 -0
  48. package/build/module/index.js.map +1 -1
  49. package/build/typescript/icons/BellOutlined.d.ts +130 -0
  50. package/build/typescript/icons/ContentFilled.d.ts +130 -0
  51. package/build/typescript/icons/ContentOutlined.d.ts +130 -0
  52. package/build/typescript/icons/Expand.d.ts +130 -0
  53. package/build/typescript/icons/HdOff.d.ts +130 -0
  54. package/build/typescript/icons/HdOn.d.ts +130 -0
  55. package/build/typescript/icons/InfoSquareFilled.d.ts +130 -0
  56. package/build/typescript/icons/InfoSquareOutlined.d.ts +130 -0
  57. package/build/typescript/icons/ListFilled.d.ts +130 -0
  58. package/build/typescript/icons/ListOutlined.d.ts +130 -0
  59. package/build/typescript/icons/Nib.d.ts +130 -0
  60. package/build/typescript/index.d.ts +11 -0
  61. package/package.json +2 -2
  62. package/src/icons/BellOutlined.tsx +12 -0
  63. package/src/icons/ContentFilled.tsx +10 -0
  64. package/src/icons/ContentOutlined.tsx +10 -0
  65. package/src/icons/Expand.tsx +10 -0
  66. package/src/icons/HdOff.tsx +10 -0
  67. package/src/icons/HdOn.tsx +10 -0
  68. package/src/icons/InfoSquareFilled.tsx +10 -0
  69. package/src/icons/InfoSquareOutlined.tsx +10 -0
  70. package/src/icons/ListFilled.tsx +10 -0
  71. package/src/icons/ListOutlined.tsx +10 -0
  72. package/src/icons/Nib.tsx +10 -0
  73. package/src/index.ts +11 -0
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","Path","createSvgIcon"],"sources":["HdOn.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport createSvgIcon from '../utils/createSvgIcon';\n\nexport default createSvgIcon(\n <Path\n d=\"M4 7C3.44772 7 3 7.44772 3 8V16C3 16.5523 3.44772 17 4 17H20C20.5523 17 21 16.5523 21 16V8C21 7.44772 20.5523 7 20 7H4ZM2 8C2 6.89543 2.89543 6 4 6H20C21.1046 6 22 6.89543 22 8V16C22 17.1046 21.1046 18 20 18H4C2.89543 18 2 17.1046 2 16V8ZM6.94141 14.9998V9.18164H8.52095V11.4544H10.6119V9.18164H12.1914V14.9998H10.6119V12.7271H8.52095V14.9998H6.94141ZM15.18 14.9998H12.9414V9.18164H15.1573C15.7558 9.18164 16.2728 9.29812 16.7085 9.53107C17.146 9.76213 17.4831 10.0955 17.7198 10.5311C17.9585 10.9648 18.0778 11.4847 18.0778 12.0907C18.0778 12.6968 17.9594 13.2176 17.7227 13.6532C17.4859 14.0869 17.1507 14.4203 16.717 14.6532C16.2833 14.8843 15.771 14.9998 15.18 14.9998ZM14.521 13.6589H15.1232C15.4111 13.6589 15.6564 13.6125 15.859 13.5197C16.0636 13.4269 16.2189 13.2669 16.3249 13.0396C16.4329 12.8123 16.4869 12.496 16.4869 12.0907C16.4869 11.6854 16.4319 11.3691 16.3221 11.1419C16.2141 10.9146 16.055 10.7546 15.8448 10.6618C15.6365 10.569 15.3808 10.5225 15.0778 10.5225H14.521V13.6589Z\"\n />,\n 'HdOn',\n);\n"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,IAAT,QAAqB,kBAArB;AACA,OAAOC,aAAP,MAA0B,wBAA1B;AAEA,eAAeA,aAAa,eACxB,oBAAC,IAAD;EACI,CAAC,EAAC;AADN,EADwB,EAIxB,MAJwB,CAA5B"}
@@ -0,0 +1,7 @@
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(Path, {
5
+ d: "M6.99834 3.24834C5.15178 3.70998 3.70998 5.15178 3.24834 6.99834C2.42764 10.2812 2.42764 13.7155 3.24834 16.9983C3.70998 18.8449 5.15178 20.2867 6.99834 20.7483C10.2812 21.569 13.7155 21.569 16.9983 20.7483C18.8449 20.2867 20.2867 18.8449 20.7483 16.9983C21.569 13.7155 21.569 10.2812 20.7483 6.99834C20.2867 5.15178 18.8449 3.70998 16.9983 3.24834C13.7155 2.42764 10.2812 2.42764 6.99834 3.24834ZM13.25 8.75C13.25 9.44036 12.6904 10 12 10C11.3096 10 10.75 9.44036 10.75 8.75C10.75 8.05964 11.3096 7.5 12 7.5C12.6904 7.5 13.25 8.05964 13.25 8.75ZM11 12.1C11 11.4925 11.4477 11 12 11C12.5523 11 13 11.4925 13 12.1V15.4C13 16.0075 12.5523 16.5 12 16.5C11.4477 16.5 11 16.0075 11 15.4V12.1Z"
6
+ }), 'InfoSquareFilled');
7
+ //# sourceMappingURL=InfoSquareFilled.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","Path","createSvgIcon"],"sources":["InfoSquareFilled.tsx"],"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.99834 3.24834C5.15178 3.70998 3.70998 5.15178 3.24834 6.99834C2.42764 10.2812 2.42764 13.7155 3.24834 16.9983C3.70998 18.8449 5.15178 20.2867 6.99834 20.7483C10.2812 21.569 13.7155 21.569 16.9983 20.7483C18.8449 20.2867 20.2867 18.8449 20.7483 16.9983C21.569 13.7155 21.569 10.2812 20.7483 6.99834C20.2867 5.15178 18.8449 3.70998 16.9983 3.24834C13.7155 2.42764 10.2812 2.42764 6.99834 3.24834ZM13.25 8.75C13.25 9.44036 12.6904 10 12 10C11.3096 10 10.75 9.44036 10.75 8.75C10.75 8.05964 11.3096 7.5 12 7.5C12.6904 7.5 13.25 8.05964 13.25 8.75ZM11 12.1C11 11.4925 11.4477 11 12 11C12.5523 11 13 11.4925 13 12.1V15.4C13 16.0075 12.5523 16.5 12 16.5C11.4477 16.5 11 16.0075 11 15.4V12.1Z\"\n />,\n 'InfoSquareFilled',\n);\n"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,IAAT,QAAqB,kBAArB;AACA,OAAOC,aAAP,MAA0B,wBAA1B;AAEA,eAAeA,aAAa,eACxB,oBAAC,IAAD;EACI,CAAC,EAAC;AADN,EADwB,EAIxB,kBAJwB,CAA5B"}
@@ -0,0 +1,7 @@
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(Path, {
5
+ d: "M16.5133 5.18863C17.6433 5.47112 18.5256 6.35342 18.8081 7.48341C19.5491 10.4477 19.5491 13.5489 18.8081 16.5133C18.5256 17.6433 17.6433 18.5256 16.5133 18.8081C13.5489 19.5491 10.4477 19.5491 7.48341 18.8081C6.35342 18.5256 5.47112 17.6433 5.18863 16.5133C4.44754 13.5489 4.44754 10.4477 5.18863 7.48341C5.47112 6.35342 6.35342 5.47112 7.48341 5.18863C10.4477 4.44754 13.5489 4.44754 16.5133 5.18863ZM6.99834 3.24834C5.15178 3.70998 3.70998 5.15178 3.24834 6.99834C2.42764 10.2812 2.42764 13.7155 3.24834 16.9983C3.70998 18.8449 5.15178 20.2867 6.99834 20.7483C10.2812 21.569 13.7155 21.569 16.9983 20.7483C18.8449 20.2867 20.2867 18.8449 20.7483 16.9983C21.569 13.7155 21.569 10.2812 20.7483 6.99834C20.2867 5.15178 18.8449 3.70998 16.9983 3.24834C13.7155 2.42764 10.2812 2.42764 6.99834 3.24834ZM13.25 8.75C13.25 9.44036 12.6904 10 12 10C11.3096 10 10.75 9.44036 10.75 8.75C10.75 8.05964 11.3096 7.5 12 7.5C12.6904 7.5 13.25 8.05964 13.25 8.75ZM12 11C11.4477 11 11 11.4925 11 12.1V15.4C11 16.0075 11.4477 16.5 12 16.5C12.5523 16.5 13 16.0075 13 15.4V12.1C13 11.4925 12.5523 11 12 11Z"
6
+ }), 'InfoSquareOutlined');
7
+ //# sourceMappingURL=InfoSquareOutlined.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","Path","createSvgIcon"],"sources":["InfoSquareOutlined.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport createSvgIcon from '../utils/createSvgIcon';\n\nexport default createSvgIcon(\n <Path\n d=\"M16.5133 5.18863C17.6433 5.47112 18.5256 6.35342 18.8081 7.48341C19.5491 10.4477 19.5491 13.5489 18.8081 16.5133C18.5256 17.6433 17.6433 18.5256 16.5133 18.8081C13.5489 19.5491 10.4477 19.5491 7.48341 18.8081C6.35342 18.5256 5.47112 17.6433 5.18863 16.5133C4.44754 13.5489 4.44754 10.4477 5.18863 7.48341C5.47112 6.35342 6.35342 5.47112 7.48341 5.18863C10.4477 4.44754 13.5489 4.44754 16.5133 5.18863ZM6.99834 3.24834C5.15178 3.70998 3.70998 5.15178 3.24834 6.99834C2.42764 10.2812 2.42764 13.7155 3.24834 16.9983C3.70998 18.8449 5.15178 20.2867 6.99834 20.7483C10.2812 21.569 13.7155 21.569 16.9983 20.7483C18.8449 20.2867 20.2867 18.8449 20.7483 16.9983C21.569 13.7155 21.569 10.2812 20.7483 6.99834C20.2867 5.15178 18.8449 3.70998 16.9983 3.24834C13.7155 2.42764 10.2812 2.42764 6.99834 3.24834ZM13.25 8.75C13.25 9.44036 12.6904 10 12 10C11.3096 10 10.75 9.44036 10.75 8.75C10.75 8.05964 11.3096 7.5 12 7.5C12.6904 7.5 13.25 8.05964 13.25 8.75ZM12 11C11.4477 11 11 11.4925 11 12.1V15.4C11 16.0075 11.4477 16.5 12 16.5C12.5523 16.5 13 16.0075 13 15.4V12.1C13 11.4925 12.5523 11 12 11Z\"\n />,\n 'InfoSquareOutlined',\n);\n"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,IAAT,QAAqB,kBAArB;AACA,OAAOC,aAAP,MAA0B,wBAA1B;AAEA,eAAeA,aAAa,eACxB,oBAAC,IAAD;EACI,CAAC,EAAC;AADN,EADwB,EAIxB,oBAJwB,CAA5B"}
@@ -0,0 +1,7 @@
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(Path, {
5
+ d: "M5.25 6.5C4.42157 6.5 3.75 7.17157 3.75 8C3.75 8.82843 4.42157 9.5 5.25 9.5C6.07843 9.5 6.75 8.82843 6.75 8C6.75 7.17157 6.07843 6.5 5.25 6.5ZM9.5 6.75C8.80964 6.75 8.25 7.30964 8.25 8C8.25 8.69036 8.80964 9.25 9.5 9.25H19C19.6904 9.25 20.25 8.69036 20.25 8C20.25 7.30964 19.6904 6.75 19 6.75H9.5ZM5.25 10.5C4.42157 10.5 3.75 11.1716 3.75 12C3.75 12.8284 4.42157 13.5 5.25 13.5C6.07843 13.5 6.75 12.8284 6.75 12C6.75 11.1716 6.07843 10.5 5.25 10.5ZM9.5 10.75C8.80964 10.75 8.25 11.3096 8.25 12C8.25 12.6904 8.80964 13.25 9.5 13.25H16C16.6904 13.25 17.25 12.6904 17.25 12C17.25 11.3096 16.6904 10.75 16 10.75H9.5ZM5.25 14.5C4.42157 14.5 3.75 15.1716 3.75 16C3.75 16.8284 4.42157 17.5 5.25 17.5C6.07843 17.5 6.75 16.8284 6.75 16C6.75 15.1716 6.07843 14.5 5.25 14.5ZM9.5 14.75C8.80964 14.75 8.25 15.3096 8.25 16C8.25 16.6904 8.80964 17.25 9.5 17.25H13C13.6904 17.25 14.25 16.6904 14.25 16C14.25 15.3096 13.6904 14.75 13 14.75H9.5Z"
6
+ }), 'ListFilled');
7
+ //# sourceMappingURL=ListFilled.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","Path","createSvgIcon"],"sources":["ListFilled.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport createSvgIcon from '../utils/createSvgIcon';\n\nexport default createSvgIcon(\n <Path\n d=\"M5.25 6.5C4.42157 6.5 3.75 7.17157 3.75 8C3.75 8.82843 4.42157 9.5 5.25 9.5C6.07843 9.5 6.75 8.82843 6.75 8C6.75 7.17157 6.07843 6.5 5.25 6.5ZM9.5 6.75C8.80964 6.75 8.25 7.30964 8.25 8C8.25 8.69036 8.80964 9.25 9.5 9.25H19C19.6904 9.25 20.25 8.69036 20.25 8C20.25 7.30964 19.6904 6.75 19 6.75H9.5ZM5.25 10.5C4.42157 10.5 3.75 11.1716 3.75 12C3.75 12.8284 4.42157 13.5 5.25 13.5C6.07843 13.5 6.75 12.8284 6.75 12C6.75 11.1716 6.07843 10.5 5.25 10.5ZM9.5 10.75C8.80964 10.75 8.25 11.3096 8.25 12C8.25 12.6904 8.80964 13.25 9.5 13.25H16C16.6904 13.25 17.25 12.6904 17.25 12C17.25 11.3096 16.6904 10.75 16 10.75H9.5ZM5.25 14.5C4.42157 14.5 3.75 15.1716 3.75 16C3.75 16.8284 4.42157 17.5 5.25 17.5C6.07843 17.5 6.75 16.8284 6.75 16C6.75 15.1716 6.07843 14.5 5.25 14.5ZM9.5 14.75C8.80964 14.75 8.25 15.3096 8.25 16C8.25 16.6904 8.80964 17.25 9.5 17.25H13C13.6904 17.25 14.25 16.6904 14.25 16C14.25 15.3096 13.6904 14.75 13 14.75H9.5Z\"\n />,\n 'ListFilled',\n);\n"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,IAAT,QAAqB,kBAArB;AACA,OAAOC,aAAP,MAA0B,wBAA1B;AAEA,eAAeA,aAAa,eACxB,oBAAC,IAAD;EACI,CAAC,EAAC;AADN,EADwB,EAIxB,YAJwB,CAA5B"}
@@ -0,0 +1,7 @@
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(Path, {
5
+ d: "M5.25 6.75C4.55964 6.75 4 7.30964 4 8C4 8.69036 4.55964 9.25 5.25 9.25C5.94036 9.25 6.5 8.69036 6.5 8C6.5 7.30964 5.94036 6.75 5.25 6.75ZM9.5 7C8.94772 7 8.5 7.44772 8.5 8C8.5 8.55228 8.94772 9 9.5 9H19C19.5523 9 20 8.55228 20 8C20 7.44772 19.5523 7 19 7H9.5ZM9.5 11C8.94772 11 8.5 11.4477 8.5 12C8.5 12.5523 8.94772 13 9.5 13H16C16.5523 13 17 12.5523 17 12C17 11.4477 16.5523 11 16 11H9.5ZM8.5 16C8.5 15.4477 8.94772 15 9.5 15H13C13.5523 15 14 15.4477 14 16C14 16.5523 13.5523 17 13 17H9.5C8.94772 17 8.5 16.5523 8.5 16ZM4 12C4 11.3096 4.55964 10.75 5.25 10.75C5.94036 10.75 6.5 11.3096 6.5 12C6.5 12.6904 5.94036 13.25 5.25 13.25C4.55964 13.25 4 12.6904 4 12ZM5.25 14.75C4.55964 14.75 4 15.3096 4 16C4 16.6904 4.55964 17.25 5.25 17.25C5.94036 17.25 6.5 16.6904 6.5 16C6.5 15.3096 5.94036 14.75 5.25 14.75Z"
6
+ }), 'ListOutlined');
7
+ //# sourceMappingURL=ListOutlined.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","Path","createSvgIcon"],"sources":["ListOutlined.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport createSvgIcon from '../utils/createSvgIcon';\n\nexport default createSvgIcon(\n <Path\n d=\"M5.25 6.75C4.55964 6.75 4 7.30964 4 8C4 8.69036 4.55964 9.25 5.25 9.25C5.94036 9.25 6.5 8.69036 6.5 8C6.5 7.30964 5.94036 6.75 5.25 6.75ZM9.5 7C8.94772 7 8.5 7.44772 8.5 8C8.5 8.55228 8.94772 9 9.5 9H19C19.5523 9 20 8.55228 20 8C20 7.44772 19.5523 7 19 7H9.5ZM9.5 11C8.94772 11 8.5 11.4477 8.5 12C8.5 12.5523 8.94772 13 9.5 13H16C16.5523 13 17 12.5523 17 12C17 11.4477 16.5523 11 16 11H9.5ZM8.5 16C8.5 15.4477 8.94772 15 9.5 15H13C13.5523 15 14 15.4477 14 16C14 16.5523 13.5523 17 13 17H9.5C8.94772 17 8.5 16.5523 8.5 16ZM4 12C4 11.3096 4.55964 10.75 5.25 10.75C5.94036 10.75 6.5 11.3096 6.5 12C6.5 12.6904 5.94036 13.25 5.25 13.25C4.55964 13.25 4 12.6904 4 12ZM5.25 14.75C4.55964 14.75 4 15.3096 4 16C4 16.6904 4.55964 17.25 5.25 17.25C5.94036 17.25 6.5 16.6904 6.5 16C6.5 15.3096 5.94036 14.75 5.25 14.75Z\"\n />,\n 'ListOutlined',\n);\n"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,IAAT,QAAqB,kBAArB;AACA,OAAOC,aAAP,MAA0B,wBAA1B;AAEA,eAAeA,aAAa,eACxB,oBAAC,IAAD;EACI,CAAC,EAAC;AADN,EADwB,EAIxB,cAJwB,CAA5B"}
@@ -0,0 +1,7 @@
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(Path, {
5
+ d: "M16.2089 9.07761L15.5674 14.2096C15.4775 14.9288 14.9331 15.5074 14.2208 15.641L3.28028 17.6923C2.70425 17.8003 2.19964 17.2957 2.30764 16.7197L4.35899 5.77921C4.49256 5.06684 5.0712 4.52246 5.79038 4.43256L10.9225 3.79104C10.9614 3.71409 11.013 3.6419 11.0773 3.57761L11.738 2.91687C12.3889 2.26599 13.4442 2.26599 14.095 2.91687L17.0832 5.90502C17.7341 6.5559 17.7341 7.61117 17.0832 8.26204L16.4225 8.92279C16.3581 8.98711 16.2859 9.03872 16.2089 9.07761ZM15.244 7.74424L15.9047 7.08353L12.9165 4.09538L12.2558 4.75609L15.244 7.74424ZM5.99711 6.08635L4.44221 14.3791L8.38962 10.4317C8.35282 10.2941 8.3332 10.1494 8.3332 10.0001C8.3332 9.07965 9.07939 8.33346 9.99986 8.33346C10.9203 8.33346 11.6665 9.07965 11.6665 10.0001C11.6665 10.9206 10.9203 11.6668 9.99986 11.6668C9.85053 11.6668 9.70578 11.6471 9.56806 11.6103L5.62055 15.5578L13.9136 14.0029L14.495 9.35224L10.6477 5.50503L5.99711 6.08635Z"
6
+ }), 'Nib');
7
+ //# sourceMappingURL=Nib.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","Path","createSvgIcon"],"sources":["Nib.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport createSvgIcon from '../utils/createSvgIcon';\n\nexport default createSvgIcon(\n <Path\n d=\"M16.2089 9.07761L15.5674 14.2096C15.4775 14.9288 14.9331 15.5074 14.2208 15.641L3.28028 17.6923C2.70425 17.8003 2.19964 17.2957 2.30764 16.7197L4.35899 5.77921C4.49256 5.06684 5.0712 4.52246 5.79038 4.43256L10.9225 3.79104C10.9614 3.71409 11.013 3.6419 11.0773 3.57761L11.738 2.91687C12.3889 2.26599 13.4442 2.26599 14.095 2.91687L17.0832 5.90502C17.7341 6.5559 17.7341 7.61117 17.0832 8.26204L16.4225 8.92279C16.3581 8.98711 16.2859 9.03872 16.2089 9.07761ZM15.244 7.74424L15.9047 7.08353L12.9165 4.09538L12.2558 4.75609L15.244 7.74424ZM5.99711 6.08635L4.44221 14.3791L8.38962 10.4317C8.35282 10.2941 8.3332 10.1494 8.3332 10.0001C8.3332 9.07965 9.07939 8.33346 9.99986 8.33346C10.9203 8.33346 11.6665 9.07965 11.6665 10.0001C11.6665 10.9206 10.9203 11.6668 9.99986 11.6668C9.85053 11.6668 9.70578 11.6471 9.56806 11.6103L5.62055 15.5578L13.9136 14.0029L14.495 9.35224L10.6477 5.50503L5.99711 6.08635Z\"\n />,\n 'Nib',\n);"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,IAAT,QAAqB,kBAArB;AACA,OAAQC,aAAR,MAA2B,wBAA3B;AAEA,eAAeA,aAAa,eACxB,oBAAC,IAAD;EACI,CAAC,EAAC;AADN,EADwB,EAIxB,KAJwB,CAA5B"}
@@ -9,6 +9,7 @@ export { default as ArrowLightVerticalOutlined } from './icons/ArrowLightVertica
9
9
  export { default as ArrowRight } from './icons/ArrowRight';
10
10
  export { default as BellOff } from './icons/BellOff';
11
11
  export { default as BellOn } from './icons/BellOn';
12
+ export { default as BellOutlined } from './icons/BellOutlined';
12
13
  export { default as Bullet } from './icons/Bullet';
13
14
  export { default as CalendarOutlined } from './icons/CalendarOutlined';
14
15
  export { default as Check } from './icons/Check';
@@ -23,7 +24,10 @@ export { default as ClockFilled } from './icons/ClockFilled';
23
24
  export { default as ClockOutlined } from './icons/ClockOutlined';
24
25
  export { default as ClockTwoTone } from './icons/ClockTwoTone';
25
26
  export { default as Close } from './icons/Close';
27
+ export { default as ContentFilled } from './icons/ContentFilled';
28
+ export { default as ContentOutlined } from './icons/ContentOutlined';
26
29
  export { default as CopyFilled } from './icons/CopyFilled';
30
+ export { default as Expand } from './icons/Expand';
27
31
  export { default as EyeOff } from './icons/EyeOff';
28
32
  export { default as EyeOutlined } from './icons/EyeOutlined';
29
33
  export { default as Facebook } from './icons/Facebook';
@@ -33,20 +37,27 @@ export { default as GiftOutlined } from './icons/GiftOutlined';
33
37
  export { default as GiftTwoTone } from './icons/GiftTwoTone';
34
38
  export { default as Google } from './icons/Google';
35
39
  export { default as GraphUp } from './icons/GraphUp';
40
+ export { default as HdOff } from './icons/HdOff';
41
+ export { default as HdOn } from './icons/HdOn';
36
42
  export { default as Help } from './icons/Help';
37
43
  export { default as HomeFilled } from './icons/HomeFilled';
38
44
  export { default as HomeOutlined } from './icons/HomeOutlined';
39
45
  export { default as Info } from './icons/Info';
46
+ export { default as InfoSquareFilled } from './icons/InfoSquareFilled';
47
+ export { default as InfoSquareOutlined } from './icons/InfoSquareOutlined';
40
48
  export { default as Instagram } from './icons/Instagram';
41
49
  export { default as LibraryFilled } from './icons/LibraryFilled';
42
50
  export { default as LibraryOutlined } from './icons/LibraryOutlined';
43
51
  export { default as List } from './icons/List';
52
+ export { default as ListFilled } from './icons/ListFilled';
53
+ export { default as ListOutlined } from './icons/ListOutlined';
44
54
  export { default as Logo } from './icons/Logo';
45
55
  export { default as MailFilled } from './icons/MailFilled';
46
56
  export { default as MailOutlined } from './icons/MailOutlined';
47
57
  export { default as MenuFilled } from './icons/MenuFilled';
48
58
  export { default as MenuOutlined } from './icons/MenuOutlined';
49
59
  export { default as MinusCircle } from './icons/MinusCircle';
60
+ export { default as Nib } from './icons/Nib';
50
61
  export { default as Pencil } from './icons/Pencil';
51
62
  export { default as Point } from './icons/Point';
52
63
  export { default as Radio } from './icons/Radio';
@@ -1 +1 @@
1
- {"version":3,"names":["default","ActionTwoTone","Add","Apple","ArrowLeft","ArrowLightHorizontalFilled","ArrowLightHorizontalOutlined","ArrowLightVerticalFilled","ArrowLightVerticalOutlined","ArrowRight","BellOff","BellOn","Bullet","CalendarOutlined","Check","CheckboxChecked","CheckCircleFilled","CheckCircleOutlined","ChevronDown","ChevronRight","ChevronUp","ChevronLeft","ClockFilled","ClockOutlined","ClockTwoTone","Close","CopyFilled","EyeOff","EyeOutlined","Facebook","FontLato","FontLiterata","GiftOutlined","GiftTwoTone","Google","GraphUp","Help","HomeFilled","HomeOutlined","Info","Instagram","LibraryFilled","LibraryOutlined","List","Logo","MailFilled","MailOutlined","MenuFilled","MenuOutlined","MinusCircle","Pencil","Point","Radio","RadioChecked","Restart","SaleOutlined","SaleTwoTone","Search","Share","SpacingLargeFilled","SpacingLargeOutlined","SpacingMediumFilled","SpacingMediumOutlined","SpacingSmallFilled","SpacingSmallOutlined","Speaker","SwapHorizontal","SwapVertical","TicketOutlined","TicketTwoTone","TokenFilled","Twitter","Warning","Youtube"],"sources":["index.ts"],"sourcesContent":["export { 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 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 CopyFilled } from './icons/CopyFilled';\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 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 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 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 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 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 SwapHorizontal } from './icons/SwapHorizontal';\nexport { default as SwapVertical } from './icons/SwapVertical';\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 Youtube } from './icons/Youtube';\n"],"mappings":"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"}
1
+ {"version":3,"names":["default","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","ContentFilled","ContentOutlined","CopyFilled","Expand","EyeOff","EyeOutlined","Facebook","FontLato","FontLiterata","GiftOutlined","GiftTwoTone","Google","GraphUp","HdOff","HdOn","Help","HomeFilled","HomeOutlined","Info","InfoSquareFilled","InfoSquareOutlined","Instagram","LibraryFilled","LibraryOutlined","List","ListFilled","ListOutlined","Logo","MailFilled","MailOutlined","MenuFilled","MenuOutlined","MinusCircle","Nib","Pencil","Point","Radio","RadioChecked","Restart","SaleOutlined","SaleTwoTone","Search","Share","SpacingLargeFilled","SpacingLargeOutlined","SpacingMediumFilled","SpacingMediumOutlined","SpacingSmallFilled","SpacingSmallOutlined","Speaker","SwapHorizontal","SwapVertical","TicketOutlined","TicketTwoTone","TokenFilled","Twitter","Warning","Youtube"],"sources":["index.ts"],"sourcesContent":["export { 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 ContentFilled } from './icons/ContentFilled';\nexport { default as ContentOutlined } from './icons/ContentOutlined';\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 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 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 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 SwapHorizontal } from './icons/SwapHorizontal';\nexport { default as SwapVertical } from './icons/SwapVertical';\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 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;
@@ -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;
@@ -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;