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

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 (41) hide show
  1. package/build/commonjs/icons/CoffeeOutlined.js +21 -0
  2. package/build/commonjs/icons/CoffeeOutlined.js.map +1 -0
  3. package/build/commonjs/icons/ContentOutlinedLight.js +21 -0
  4. package/build/commonjs/icons/ContentOutlinedLight.js.map +1 -0
  5. package/build/commonjs/icons/InfoSquareFilled.js +1 -1
  6. package/build/commonjs/icons/InfoSquareFilled.js.map +1 -1
  7. package/build/commonjs/icons/InfoSquareOutlinedLight.js +21 -0
  8. package/build/commonjs/icons/InfoSquareOutlinedLight.js.map +1 -0
  9. package/build/commonjs/icons/ListOutlined.js +1 -1
  10. package/build/commonjs/icons/ListOutlined.js.map +1 -1
  11. package/build/commonjs/icons/ListOutlinedLight.js +21 -0
  12. package/build/commonjs/icons/ListOutlinedLight.js.map +1 -0
  13. package/build/commonjs/index.js +32 -0
  14. package/build/commonjs/index.js.map +1 -1
  15. package/build/module/icons/CoffeeOutlined.js +7 -0
  16. package/build/module/icons/CoffeeOutlined.js.map +1 -0
  17. package/build/module/icons/ContentOutlinedLight.js +7 -0
  18. package/build/module/icons/ContentOutlinedLight.js.map +1 -0
  19. package/build/module/icons/InfoSquareFilled.js +1 -1
  20. package/build/module/icons/InfoSquareFilled.js.map +1 -1
  21. package/build/module/icons/InfoSquareOutlinedLight.js +7 -0
  22. package/build/module/icons/InfoSquareOutlinedLight.js.map +1 -0
  23. package/build/module/icons/ListOutlined.js +1 -1
  24. package/build/module/icons/ListOutlined.js.map +1 -1
  25. package/build/module/icons/ListOutlinedLight.js +7 -0
  26. package/build/module/icons/ListOutlinedLight.js.map +1 -0
  27. package/build/module/index.js +4 -0
  28. package/build/module/index.js.map +1 -1
  29. package/build/typescript/icons/CoffeeOutlined.d.ts +130 -0
  30. package/build/typescript/icons/ContentOutlinedLight.d.ts +130 -0
  31. package/build/typescript/icons/InfoSquareOutlinedLight.d.ts +130 -0
  32. package/build/typescript/icons/ListOutlinedLight.d.ts +130 -0
  33. package/build/typescript/index.d.ts +4 -0
  34. package/package.json +2 -2
  35. package/src/icons/CoffeeOutlined.tsx +10 -0
  36. package/src/icons/ContentOutlinedLight.tsx +10 -0
  37. package/src/icons/InfoSquareFilled.tsx +1 -1
  38. package/src/icons/InfoSquareOutlinedLight.tsx +10 -0
  39. package/src/icons/ListOutlined.tsx +1 -1
  40. package/src/icons/ListOutlinedLight.tsx +10 -0
  41. package/src/index.ts +4 -0
@@ -4,7 +4,7 @@ import createSvgIcon from '../utils/createSvgIcon';
4
4
 
5
5
  export default createSvgIcon(
6
6
  <Path
7
- 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"
7
+ d="M2.75 7.5C2.75 8.19036 3.30964 8.75 4 8.75C4.69036 8.75 5.25 8.19036 5.25 7.5C5.25 6.80964 4.69036 6.25 4 6.25C3.30964 6.25 2.75 6.80964 2.75 7.5ZM7.5 7.5C7.5 6.94772 7.94772 6.5 8.5 6.5H20C20.5523 6.5 21 6.94772 21 7.5C21 8.05228 20.5523 8.5 20 8.5H8.5C7.94772 8.5 7.5 8.05228 7.5 7.5ZM7.5 12C7.5 11.4477 7.94772 11 8.5 11H17C17.5523 11 18 11.4477 18 12C18 12.5523 17.5523 13 17 13H8.5C7.94772 13 7.5 12.5523 7.5 12ZM8.5 15.5C7.94772 15.5 7.5 15.9477 7.5 16.5C7.5 17.0523 7.94772 17.5 8.5 17.5H14C14.5523 17.5 15 17.0523 15 16.5C15 15.9477 14.5523 15.5 14 15.5H8.5ZM2.75 12C2.75 12.6904 3.30964 13.25 4 13.25C4.69036 13.25 5.25 12.6904 5.25 12C5.25 11.3096 4.69036 10.75 4 10.75C3.30964 10.75 2.75 11.3096 2.75 12ZM2.75 16.5C2.75 17.1904 3.30964 17.75 4 17.75C4.69036 17.75 5.25 17.1904 5.25 16.5C5.25 15.8096 4.69036 15.25 4 15.25C3.30964 15.25 2.75 15.8096 2.75 16.5Z"
8
8
  />,
9
9
  'ListOutlined',
10
10
  );
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ import { Path } from 'react-native-svg';
3
+ import createSvgIcon from '../utils/createSvgIcon';
4
+
5
+ export default createSvgIcon(
6
+ <Path
7
+ d="M4 6.5C3.44772 6.5 3 6.94772 3 7.5C3 8.05228 3.44772 8.5 4 8.5C4.55228 8.5 5 8.05228 5 7.5C5 6.94772 4.55228 6.5 4 6.5ZM8.5 6.625C8.01675 6.625 7.625 7.01675 7.625 7.5C7.625 7.98325 8.01675 8.375 8.5 8.375H20C20.4832 8.375 20.875 7.98325 20.875 7.5C20.875 7.01675 20.4832 6.625 20 6.625H8.5ZM8.5 11.125C8.01675 11.125 7.625 11.5168 7.625 12C7.625 12.4832 8.01675 12.875 8.5 12.875H17C17.4832 12.875 17.875 12.4832 17.875 12C17.875 11.5168 17.4832 11.125 17 11.125H8.5ZM7.625 16.5C7.625 16.0168 8.01675 15.625 8.5 15.625H14C14.4832 15.625 14.875 16.0168 14.875 16.5C14.875 16.9832 14.4832 17.375 14 17.375H8.5C8.01675 17.375 7.625 16.9832 7.625 16.5ZM3 12C3 11.4477 3.44772 11 4 11C4.55228 11 5 11.4477 5 12C5 12.5523 4.55228 13 4 13C3.44772 13 3 12.5523 3 12ZM4 15.5C3.44772 15.5 3 15.9477 3 16.5C3 17.0523 3.44772 17.5 4 17.5C4.55228 17.5 5 17.0523 5 16.5C5 15.9477 4.55228 15.5 4 15.5Z"
8
+ />,
9
+ 'ListOutlinedLight',
10
+ );
package/src/index.ts CHANGED
@@ -24,8 +24,10 @@ export { default as ClockFilled } from './icons/ClockFilled';
24
24
  export { default as ClockOutlined } from './icons/ClockOutlined';
25
25
  export { default as ClockTwoTone } from './icons/ClockTwoTone';
26
26
  export { default as Close } from './icons/Close';
27
+ export { default as CoffeeOutlined } from './icons/CoffeeOutlined';
27
28
  export { default as ContentFilled } from './icons/ContentFilled';
28
29
  export { default as ContentOutlined } from './icons/ContentOutlined';
30
+ export { default as ContentOutlinedLight } from './icons/ContentOutlinedLight';
29
31
  export { default as CopyFilled } from './icons/CopyFilled';
30
32
  export { default as Expand } from './icons/Expand';
31
33
  export { default as EyeOff } from './icons/EyeOff';
@@ -45,12 +47,14 @@ export { default as HomeOutlined } from './icons/HomeOutlined';
45
47
  export { default as Info } from './icons/Info';
46
48
  export { default as InfoSquareFilled } from './icons/InfoSquareFilled';
47
49
  export { default as InfoSquareOutlined } from './icons/InfoSquareOutlined';
50
+ export { default as InfoSquareOutlinedLight } from './icons/InfoSquareOutlinedLight';
48
51
  export { default as Instagram } from './icons/Instagram';
49
52
  export { default as LibraryFilled } from './icons/LibraryFilled';
50
53
  export { default as LibraryOutlined } from './icons/LibraryOutlined';
51
54
  export { default as List } from './icons/List';
52
55
  export { default as ListFilled } from './icons/ListFilled';
53
56
  export { default as ListOutlined } from './icons/ListOutlined';
57
+ export { default as ListOutlinedLight } from './icons/ListOutlinedLight';
54
58
  export { default as Logo } from './icons/Logo';
55
59
  export { default as MailFilled } from './icons/MailFilled';
56
60
  export { default as MailOutlined } from './icons/MailOutlined';