@fountain-ui/icons 3.0.0-alpha.5 → 3.0.0-alpha.7

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 (55) hide show
  1. package/build/commonjs/v2Icons/CheckCircleFillPierced.js +23 -0
  2. package/build/commonjs/v2Icons/CheckCircleFillPierced.js.map +1 -0
  3. package/build/commonjs/v2Icons/Coffee.js +21 -0
  4. package/build/commonjs/v2Icons/Coffee.js.map +1 -0
  5. package/build/commonjs/v2Icons/Free.js +33 -0
  6. package/build/commonjs/v2Icons/Free.js.map +1 -0
  7. package/build/commonjs/v2Icons/LineHorizontalFillPierced.js +23 -0
  8. package/build/commonjs/v2Icons/LineHorizontalFillPierced.js.map +1 -0
  9. package/build/commonjs/v2Icons/LineVerticalFillPierced.js +23 -0
  10. package/build/commonjs/v2Icons/LineVerticalFillPierced.js.map +1 -0
  11. package/build/commonjs/v2Icons/SpacingLargeFillPierced.js +23 -0
  12. package/build/commonjs/v2Icons/SpacingLargeFillPierced.js.map +1 -0
  13. package/build/commonjs/v2Icons/SpacingMediumFillPierced.js +23 -0
  14. package/build/commonjs/v2Icons/SpacingMediumFillPierced.js.map +1 -0
  15. package/build/commonjs/v2Icons/SpacingSmallFillPierced.js +23 -0
  16. package/build/commonjs/v2Icons/SpacingSmallFillPierced.js.map +1 -0
  17. package/build/commonjs/v2Icons/index.js +64 -0
  18. package/build/commonjs/v2Icons/index.js.map +1 -1
  19. package/build/module/v2Icons/CheckCircleFillPierced.js +9 -0
  20. package/build/module/v2Icons/CheckCircleFillPierced.js.map +1 -0
  21. package/build/module/v2Icons/Coffee.js +7 -0
  22. package/build/module/v2Icons/Coffee.js.map +1 -0
  23. package/build/module/v2Icons/Free.js +19 -0
  24. package/build/module/v2Icons/Free.js.map +1 -0
  25. package/build/module/v2Icons/LineHorizontalFillPierced.js +9 -0
  26. package/build/module/v2Icons/LineHorizontalFillPierced.js.map +1 -0
  27. package/build/module/v2Icons/LineVerticalFillPierced.js +9 -0
  28. package/build/module/v2Icons/LineVerticalFillPierced.js.map +1 -0
  29. package/build/module/v2Icons/SpacingLargeFillPierced.js +9 -0
  30. package/build/module/v2Icons/SpacingLargeFillPierced.js.map +1 -0
  31. package/build/module/v2Icons/SpacingMediumFillPierced.js +9 -0
  32. package/build/module/v2Icons/SpacingMediumFillPierced.js.map +1 -0
  33. package/build/module/v2Icons/SpacingSmallFillPierced.js +9 -0
  34. package/build/module/v2Icons/SpacingSmallFillPierced.js.map +1 -0
  35. package/build/module/v2Icons/index.js +8 -0
  36. package/build/module/v2Icons/index.js.map +1 -1
  37. package/build/typescript/v2Icons/CheckCircleFillPierced.d.ts +131 -0
  38. package/build/typescript/v2Icons/Coffee.d.ts +131 -0
  39. package/build/typescript/v2Icons/Free.d.ts +131 -0
  40. package/build/typescript/v2Icons/LineHorizontalFillPierced.d.ts +131 -0
  41. package/build/typescript/v2Icons/LineVerticalFillPierced.d.ts +131 -0
  42. package/build/typescript/v2Icons/SpacingLargeFillPierced.d.ts +131 -0
  43. package/build/typescript/v2Icons/SpacingMediumFillPierced.d.ts +131 -0
  44. package/build/typescript/v2Icons/SpacingSmallFillPierced.d.ts +131 -0
  45. package/build/typescript/v2Icons/index.d.ts +8 -0
  46. package/package.json +2 -2
  47. package/src/v2Icons/CheckCircleFillPierced.tsx +15 -0
  48. package/src/v2Icons/Coffee.tsx +11 -0
  49. package/src/v2Icons/Free.tsx +30 -0
  50. package/src/v2Icons/LineHorizontalFillPierced.tsx +15 -0
  51. package/src/v2Icons/LineVerticalFillPierced.tsx +15 -0
  52. package/src/v2Icons/SpacingLargeFillPierced.tsx +15 -0
  53. package/src/v2Icons/SpacingMediumFillPierced.tsx +15 -0
  54. package/src/v2Icons/SpacingSmallFillPierced.tsx +15 -0
  55. package/src/v2Icons/index.ts +8 -0
@@ -0,0 +1,131 @@
1
+ import React from 'react';
2
+ declare const _default: React.MemoExoticComponent<{
3
+ (props: {
4
+ readonly style?: import("packages/fountain-ui-styles/build/typescript").FountainUiStyle | import("packages/fountain-ui-styles/build/typescript").FountainUiStyle[] | 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?: "base" | "strong" | "strongInverse" | "baseInverse" | "baseOpacity" | "baseOpacityInverse" | "weak" | "weakInverse" | "weakOpacity" | "weakOpacityInverse" | "accent" | "accentAlt" | 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
+ readonly size?: "small" | "medium" | "large" | undefined;
128
+ }): JSX.Element;
129
+ displayName: string;
130
+ }>;
131
+ export default _default;
@@ -0,0 +1,131 @@
1
+ import React from 'react';
2
+ declare const _default: React.MemoExoticComponent<{
3
+ (props: {
4
+ readonly style?: import("packages/fountain-ui-styles/build/typescript").FountainUiStyle | import("packages/fountain-ui-styles/build/typescript").FountainUiStyle[] | 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?: "base" | "strong" | "strongInverse" | "baseInverse" | "baseOpacity" | "baseOpacityInverse" | "weak" | "weakInverse" | "weakOpacity" | "weakOpacityInverse" | "accent" | "accentAlt" | 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
+ readonly size?: "small" | "medium" | "large" | undefined;
128
+ }): JSX.Element;
129
+ displayName: string;
130
+ }>;
131
+ export default _default;
@@ -28,6 +28,7 @@ export { default as Chat } from './Chat';
28
28
  export { default as Check } from './Check';
29
29
  export { default as CheckCircle } from './CheckCircle';
30
30
  export { default as CheckCircleFill } from './CheckCircleFill';
31
+ export { default as CheckCircleFillPierced } from './CheckCircleFillPierced';
31
32
  export { default as ChevronDown } from './ChevronDown';
32
33
  export { default as ChevronDownCircle } from './ChevronDownCircle';
33
34
  export { default as ChevronLeft } from './ChevronLeft';
@@ -47,6 +48,7 @@ export { default as Close } from './Close';
47
48
  export { default as CloseCircle } from './CloseCircle';
48
49
  export { default as CloseCircleFill } from './CloseCircleFill';
49
50
  export { default as CloseCircleFillPierced } from './CloseCircleFillPierced';
51
+ export { default as Coffee } from './Coffee';
50
52
  export { default as Coins } from './Coins';
51
53
  export { default as Comics } from './Comics';
52
54
  export { default as ComicsFillPierced } from './ComicsFillPierced';
@@ -64,6 +66,7 @@ export { default as EyeOff } from './EyeOff';
64
66
  export { default as EyeOn } from './EyeOn';
65
67
  export { default as Filter } from './Filter';
66
68
  export { default as Filter2 } from './Filter2';
69
+ export { default as Free } from './Free';
67
70
  export { default as Globe } from './Globe';
68
71
  export { default as Grid } from './Grid';
69
72
  export { default as HD } from './HD';
@@ -84,8 +87,10 @@ export { default as Library } from './Library';
84
87
  export { default as LibraryFillPierced } from './LibraryFillPierced';
85
88
  export { default as LineHorizontal } from './LineHorizontal';
86
89
  export { default as LineHorizontalFill } from './LineHorizontalFill';
90
+ export { default as LineHorizontalFillPierced } from './LineHorizontalFillPierced';
87
91
  export { default as LineVertical } from './LineVertical';
88
92
  export { default as LineVerticalFill } from './LineVerticalFill';
93
+ export { default as LineVerticalFillPierced } from './LineVerticalFillPierced';
89
94
  export { default as Link } from './Link';
90
95
  export { default as List } from './List';
91
96
  export { default as ListCheck } from './ListCheck';
@@ -139,10 +144,13 @@ export { default as Sort } from './Sort';
139
144
  export { default as SortAsc } from './SortAsc';
140
145
  export { default as SpacingLarge } from './SpacingLarge';
141
146
  export { default as SpacingLargeFill } from './SpacingLargeFill';
147
+ export { default as SpacingLargeFillPierced } from './SpacingLargeFillPierced';
142
148
  export { default as SpacingMedium } from './SpacingMedium';
143
149
  export { default as SpacingMediumFill } from './SpacingMediumFill';
150
+ export { default as SpacingMediumFillPierced } from './SpacingMediumFillPierced';
144
151
  export { default as SpacingSmall } from './SpacingSmall';
145
152
  export { default as SpacingSmallFill } from './SpacingSmallFill';
153
+ export { default as SpacingSmallFillPierced } from './SpacingSmallFillPierced';
146
154
  export { default as Sparkles } from './Sparkles';
147
155
  export { default as Speaker } from './Speaker';
148
156
  export { default as Star } from './Star';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fountain-ui/icons",
3
- "version": "3.0.0-alpha.5",
3
+ "version": "3.0.0-alpha.7",
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": "3261dc43532e6f39bbddce1a59eddd677d84dc3c"
53
+ "gitHead": "cbf3d668134714e8aa469c418335717e25d628a8"
54
54
  }
@@ -0,0 +1,15 @@
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
+ fillRule="evenodd"
9
+ clipRule="evenodd"
10
+ d="M11 1C17.0751 1 22 5.92487 22 12C22 18.0751 17.0751 23 11 23C4.92487 23 0 18.0751 0 12C0 5.92487 4.92487 1 11 1ZM16.207 8.29297C15.8165 7.90244 15.1835 7.90244 14.793 8.29297L9.5 13.5859L7.70703 11.793C7.31651 11.4024 6.68349 11.4024 6.29297 11.793C5.90244 12.1835 5.90244 12.8165 6.29297 13.207L8.79297 15.707C9.18349 16.0976 9.81651 16.0976 10.207 15.707L16.207 9.70703C16.5976 9.31651 16.5976 8.68349 16.207 8.29297Z"
11
+ />
12
+ </React.Fragment>,
13
+ 'CheckCircleFillPierced',
14
+ '0 0 22 24',
15
+ );
@@ -0,0 +1,11 @@
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="M15 9.99995H2V17.9999C2 18.7956 2.3163 19.5584 2.87891 20.121C3.44152 20.6836 4.20435 20.9999 5 20.9999H12C12.7956 20.9999 13.5585 20.6836 14.1211 20.121C14.6837 19.5584 15 18.7956 15 17.9999V9.99995ZM5.41699 1.18745C5.86562 0.865431 6.49043 0.968375 6.8125 1.41694C7.1345 1.86555 7.03251 2.49036 6.58398 2.81245C6.39942 2.94492 6.24909 3.12 6.14746 3.32319C6.04583 3.52645 5.99524 3.75223 6 3.97944C6.00028 3.99311 6.00028 4.00678 6 4.02045C5.99524 4.24766 6.04583 4.47344 6.14746 4.6767C6.24909 4.87989 6.39942 5.05497 6.58398 5.18745C7.03251 5.50953 7.1345 6.13434 6.8125 6.58295C6.49043 7.03152 5.86562 7.13446 5.41699 6.81245C4.96873 6.49064 4.60615 6.06382 4.35938 5.57026C4.11269 5.0768 3.98949 4.531 4.00098 3.97944C3.99627 3.44185 4.1188 2.91086 4.35938 2.42963C4.60615 1.93607 4.96873 1.50925 5.41699 1.18745ZM9.41699 1.18745C9.86562 0.865431 10.4904 0.968375 10.8125 1.41694C11.1345 1.86555 11.0325 2.49036 10.584 2.81245C10.3994 2.94492 10.2491 3.12 10.1475 3.32319C10.0458 3.52645 9.99524 3.75223 10 3.97944C10.0003 3.99311 10.0003 4.00678 10 4.02045C9.99524 4.24766 10.0458 4.47344 10.1475 4.6767C10.2491 4.87989 10.3994 5.05497 10.584 5.18745C11.0325 5.50953 11.1345 6.13434 10.8125 6.58295C10.4904 7.03152 9.86562 7.13446 9.41699 6.81245C8.96873 6.49064 8.60615 6.06382 8.35938 5.57026C8.11269 5.0768 7.98949 4.531 8.00098 3.97944C7.99627 3.44184 8.1188 2.91086 8.35938 2.42963C8.60615 1.93608 8.96873 1.50925 9.41699 1.18745ZM20 12.9999C20 12.2043 19.6837 11.4415 19.1211 10.8789C18.5585 10.3162 17.7956 9.99995 17 9.99995V15.9999L17.2969 15.9853C17.9835 15.917 18.6289 15.6132 19.1211 15.121C19.6837 14.5584 20 13.7956 20 12.9999ZM22 12.9999C22 14.326 21.4728 15.5974 20.5352 16.5351C19.5975 17.4728 18.3261 17.9999 17 17.9999C17 19.326 16.4728 20.5974 15.5352 21.5351C14.5975 22.4728 13.3261 22.9999 12 22.9999H5C3.67392 22.9999 2.40253 22.4728 1.46484 21.5351C0.527162 20.5974 0 19.326 0 17.9999V8.99995C0 8.44766 0.447715 7.99995 1 7.99995H17C18.3261 7.99995 19.5975 8.52711 20.5352 9.46479C21.4728 10.4025 22 11.6739 22 12.9999Z"
8
+ />,
9
+ 'Coffee',
10
+ '0 0 22 24',
11
+ );
@@ -0,0 +1,30 @@
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="M4.79297 18C6.44091 19.8409 8.83481 21 11.5 21C14.1652 21 16.5591 19.8409 18.207 18H20.7178C18.7549 21.0094 15.3609 23 11.5 23C7.63909 23 4.24508 21.0094 2.28223 18H4.79297Z"
9
+ />
10
+ <Path
11
+ d="M5.01367 10H1.76855V11.4004H4.58789V12.8193H1.76855V15.5H0V8.5H5.01367V10Z"
12
+ />
13
+ <Path
14
+ fillRule="evenodd"
15
+ clipRule="evenodd"
16
+ d="M8.96191 8.5C9.42623 8.50007 9.84546 8.59685 10.2197 8.79004C10.6011 8.98338 10.9003 9.25081 11.1152 9.59082C11.3297 9.92381 11.4364 10.3034 11.4365 10.7295C11.4365 11.1693 11.33 11.5667 11.1152 11.9199C10.9003 12.2665 10.6048 12.5402 10.2305 12.7402C10.1904 12.7617 10.1487 12.7807 10.1074 12.7998L11.7383 15.5H9.72168L8.27832 13.04H7.37012V15.5H5.68555V8.5H8.96191ZM7.37012 11.7402H8.80566C8.98556 11.7402 9.14189 11.704 9.27344 11.6309C9.41205 11.5509 9.5166 11.4397 9.58594 11.2998C9.66198 11.16 9.70014 10.9999 9.7002 10.8203C9.70018 10.6405 9.65822 10.4838 9.5752 10.3506C9.49198 10.2106 9.37043 10.1036 9.21094 10.0303C9.05848 9.95699 8.87113 9.91997 8.64941 9.91992H7.37012V11.7402Z"
17
+ />
18
+ <Path
19
+ d="M17.1289 9.94922H13.7686V11.25H16.6602V12.6299H13.7686V14.0508H17.2324V15.5H12.0518V8.5H17.1289V9.94922Z"
20
+ />
21
+ <Path
22
+ d="M22.8965 9.94922H19.5371V11.25H22.4287V12.6299H19.5371V14.0508H23V15.5H17.8203V8.5H22.8965V9.94922Z"
23
+ />
24
+ <Path
25
+ d="M11.5 1C15.3609 1 18.7549 2.99063 20.7178 6H18.207C16.5591 4.15912 14.1652 3 11.5 3C8.83481 3 6.44091 4.15912 4.79297 6H2.28223C4.24508 2.99063 7.63909 1 11.5 1Z"
26
+ />
27
+ </React.Fragment>,
28
+ 'Free',
29
+ '0 0 23 24',
30
+ );
@@ -0,0 +1,15 @@
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
+ fillRule="evenodd"
9
+ clipRule="evenodd"
10
+ d="M14.2412 2C15.0462 1.99999 15.7108 1.99973 16.252 2.04395C16.814 2.08987 17.3311 2.18827 17.8164 2.43555C18.5689 2.81902 19.181 3.43109 19.5645 4.18359C19.8117 4.6689 19.9101 5.18599 19.9561 5.74805C20.0003 6.28924 20 6.95383 20 7.75879V16.2412C20 17.0462 20.0003 17.7108 19.9561 18.252C19.9101 18.814 19.8117 19.3311 19.5645 19.8164C19.181 20.5689 18.5689 21.181 17.8164 21.5645C17.3311 21.8117 16.814 21.9101 16.252 21.9561C15.7108 22.0003 15.0462 22 14.2412 22H5.75879C4.95383 22 4.28924 22.0003 3.74805 21.9561C3.18599 21.9101 2.6689 21.8117 2.18359 21.5645C1.43109 21.181 0.819016 20.5689 0.435548 19.8164C0.188272 19.3311 0.0898749 18.814 0.043946 18.252C-0.000271238 17.7108 -1.2028e-05 17.0462 7.27365e-07 16.2412V7.75879C-1.20284e-05 6.95382 -0.000271276 6.28924 0.043946 5.74805C0.0898751 5.18599 0.188273 4.6689 0.435548 4.18359C0.819016 3.43109 1.43109 2.81902 2.18359 2.43555C2.6689 2.18827 3.18599 2.08988 3.74805 2.04395C4.28924 1.99973 4.95382 1.99999 5.75879 2H14.2412ZM13.1719 8.95313C12.8789 8.66037 12.4041 8.66018 12.1113 8.95313C11.8186 9.24606 11.8186 9.72087 12.1113 10.0137L13.3486 11.25H6.65137L7.88867 10.0137C8.18148 9.72088 8.18139 9.24607 7.88867 8.95313C7.59589 8.66021 7.1211 8.66038 6.82813 8.95313L4.52149 11.2568C4.11105 11.667 4.11105 12.333 4.52149 12.7432L6.82813 15.0469C7.12112 15.3396 7.59589 15.3398 7.88867 15.0469C8.1814 14.7539 8.18153 14.2791 7.88867 13.9863L6.65137 12.75H13.3486L12.1113 13.9863C11.8185 14.2791 11.8186 14.7539 12.1113 15.0469C12.4041 15.3399 12.8789 15.3397 13.1719 15.0469L15.4785 12.7432C15.889 12.333 15.889 11.667 15.4785 11.2568L13.1719 8.95313Z"
11
+ />
12
+ </React.Fragment>,
13
+ 'LineHorizontalFillPierced',
14
+ '0 0 20 24',
15
+ );
@@ -0,0 +1,15 @@
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
+ fillRule="evenodd"
9
+ clipRule="evenodd"
10
+ d="M14.2412 2C15.0462 1.99999 15.7108 1.99973 16.252 2.04395C16.814 2.08987 17.3311 2.18827 17.8164 2.43555C18.5689 2.81902 19.181 3.43109 19.5645 4.18359C19.8117 4.6689 19.9101 5.18599 19.9561 5.74805C20.0003 6.28924 20 6.95383 20 7.75879V16.2412C20 17.0462 20.0003 17.7108 19.9561 18.252C19.9101 18.814 19.8117 19.3311 19.5645 19.8164C19.181 20.5689 18.5689 21.181 17.8164 21.5645C17.3311 21.8117 16.814 21.9101 16.252 21.9561C15.7108 22.0003 15.0462 22 14.2412 22H5.75879C4.95383 22 4.28924 22.0003 3.74805 21.9561C3.18599 21.9101 2.6689 21.8117 2.18359 21.5645C1.43109 21.181 0.819016 20.5689 0.435548 19.8164C0.188272 19.3311 0.0898749 18.814 0.043946 18.252C-0.000271238 17.7108 -1.2028e-05 17.0462 7.27365e-07 16.2412V7.75879C-1.20284e-05 6.95382 -0.000271276 6.28924 0.043946 5.74805C0.0898751 5.18599 0.188273 4.6689 0.435548 4.18359C0.819016 3.43109 1.43109 2.81902 2.18359 2.43555C2.6689 2.18827 3.18599 2.08988 3.74805 2.04395C4.28924 1.99973 4.95382 1.99999 5.75879 2H14.2412ZM10.7432 6.81152C10.3332 6.40189 9.66874 6.40181 9.25879 6.81152L7.09375 8.97656C6.8009 9.26942 6.80098 9.74421 7.09375 10.0371C7.38664 10.33 7.8614 10.33 8.1543 10.0371L9.25098 8.94043V15.0596L8.1543 13.9629C7.8614 13.67 7.38664 13.67 7.09375 13.9629C6.80098 14.2558 6.8009 14.7306 7.09375 15.0234L9.25879 17.1885C9.66875 17.5982 10.3332 17.5981 10.7432 17.1885L12.9082 15.0234C13.2011 14.7305 13.2011 14.2558 12.9082 13.9629C12.6153 13.67 12.1405 13.67 11.8477 13.9629L10.751 15.0596V8.94043L11.8477 10.0371C12.1406 10.33 12.6153 10.33 12.9082 10.0371C13.2011 9.74422 13.2011 9.26946 12.9082 8.97656L10.7432 6.81152Z"
11
+ />
12
+ </React.Fragment>,
13
+ 'LineVerticalFillPierced',
14
+ '0 0 20 24',
15
+ );
@@ -0,0 +1,15 @@
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
+ fillRule="evenodd"
9
+ clipRule="evenodd"
10
+ d="M14.2412 2C15.0462 1.99999 15.7108 1.99973 16.252 2.04395C16.814 2.08987 17.3311 2.18827 17.8164 2.43555C18.5689 2.81902 19.181 3.43109 19.5645 4.18359C19.8117 4.6689 19.9101 5.18599 19.9561 5.74805C20.0003 6.28924 20 6.95383 20 7.75879V16.2412C20 17.0462 20.0003 17.7108 19.9561 18.252C19.9101 18.814 19.8117 19.3311 19.5645 19.8164C19.181 20.5689 18.5689 21.181 17.8164 21.5645C17.3311 21.8117 16.814 21.9101 16.252 21.9561C15.7108 22.0003 15.0462 22 14.2412 22H5.75879C4.95383 22 4.28924 22.0003 3.74805 21.9561C3.18599 21.9101 2.6689 21.8117 2.18359 21.5645C1.43109 21.181 0.819016 20.5689 0.435548 19.8164C0.188272 19.3311 0.0898749 18.814 0.043946 18.252C-0.000271238 17.7108 -1.2028e-05 17.0462 7.27364e-07 16.2412V7.75879C-1.20284e-05 6.95382 -0.000271276 6.28924 0.043946 5.74805C0.0898751 5.18599 0.188273 4.6689 0.435548 4.18359C0.819016 3.43109 1.43109 2.81902 2.18359 2.43555C2.6689 2.18827 3.18599 2.08988 3.74805 2.04395C4.28924 1.99973 4.95382 1.99999 5.75879 2H14.2412ZM6.5 16.25C6.08579 16.25 5.75 16.5858 5.75 17C5.75 17.4142 6.08579 17.75 6.5 17.75H13.5C13.9142 17.75 14.25 17.4142 14.25 17C14.25 16.5858 13.9142 16.25 13.5 16.25H6.5ZM6.5 11.25C6.08579 11.25 5.75 11.5858 5.75 12C5.75 12.4142 6.08579 12.75 6.5 12.75H13.5C13.9142 12.75 14.25 12.4142 14.25 12C14.25 11.5858 13.9142 11.25 13.5 11.25H6.5ZM6.5 6.25C6.08579 6.25 5.75 6.58579 5.75 7C5.75 7.41421 6.08579 7.75 6.5 7.75H13.5C13.9142 7.75 14.25 7.41421 14.25 7C14.25 6.58579 13.9142 6.25 13.5 6.25H6.5Z"
11
+ />
12
+ </React.Fragment>,
13
+ 'SpacingLargeFillPierced',
14
+ '0 0 20 24',
15
+ );
@@ -0,0 +1,15 @@
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
+ fillRule="evenodd"
9
+ clipRule="evenodd"
10
+ d="M14.2412 2C15.0462 1.99999 15.7108 1.99973 16.252 2.04395C16.814 2.08987 17.3311 2.18827 17.8164 2.43555C18.5689 2.81902 19.181 3.43109 19.5645 4.18359C19.8117 4.6689 19.9101 5.18599 19.9561 5.74805C20.0003 6.28924 20 6.95383 20 7.75879V16.2412C20 17.0462 20.0003 17.7108 19.9561 18.252C19.9101 18.814 19.8117 19.3311 19.5645 19.8164C19.181 20.5689 18.5689 21.181 17.8164 21.5645C17.3311 21.8117 16.814 21.9101 16.252 21.9561C15.7108 22.0003 15.0462 22 14.2412 22H5.75879C4.95383 22 4.28924 22.0003 3.74805 21.9561C3.18599 21.9101 2.6689 21.8117 2.18359 21.5645C1.43109 21.181 0.819016 20.5689 0.435548 19.8164C0.188272 19.3311 0.0898749 18.814 0.043946 18.252C-0.000271238 17.7108 -1.2028e-05 17.0462 7.27364e-07 16.2412V7.75879C-1.20284e-05 6.95382 -0.000271276 6.28924 0.043946 5.74805C0.0898751 5.18599 0.188273 4.6689 0.435548 4.18359C0.819016 3.43109 1.43109 2.81902 2.18359 2.43555C2.6689 2.18827 3.18599 2.08988 3.74805 2.04395C4.28924 1.99973 4.95382 1.99999 5.75879 2H14.2412ZM6.5 14.75C6.08579 14.75 5.75 15.0858 5.75 15.5C5.75 15.9142 6.08579 16.25 6.5 16.25H13.5C13.9142 16.25 14.25 15.9142 14.25 15.5C14.25 15.0858 13.9142 14.75 13.5 14.75H6.5ZM6.5 11.25C6.08579 11.25 5.75 11.5858 5.75 12C5.75 12.4142 6.08579 12.75 6.5 12.75H13.5C13.9142 12.75 14.25 12.4142 14.25 12C14.25 11.5858 13.9142 11.25 13.5 11.25H6.5ZM6.5 7.75C6.08579 7.75 5.75 8.08579 5.75 8.5C5.75 8.91421 6.08579 9.25 6.5 9.25H13.5C13.9142 9.25 14.25 8.91421 14.25 8.5C14.25 8.08579 13.9142 7.75 13.5 7.75H6.5Z"
11
+ />
12
+ </React.Fragment>,
13
+ 'SpacingMediumFillPierced',
14
+ '0 0 20 24',
15
+ );
@@ -0,0 +1,15 @@
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
+ fillRule="evenodd"
9
+ clipRule="evenodd"
10
+ d="M14.2412 2C15.0462 1.99999 15.7108 1.99973 16.252 2.04395C16.814 2.08987 17.3311 2.18827 17.8164 2.43555C18.5689 2.81902 19.181 3.43109 19.5645 4.18359C19.8117 4.6689 19.9101 5.18599 19.9561 5.74805C20.0003 6.28924 20 6.95383 20 7.75879V16.2412C20 17.0462 20.0003 17.7108 19.9561 18.252C19.9101 18.814 19.8117 19.3311 19.5645 19.8164C19.181 20.5689 18.5689 21.181 17.8164 21.5645C17.3311 21.8117 16.814 21.9101 16.252 21.9561C15.7108 22.0003 15.0462 22 14.2412 22H5.75879C4.95383 22 4.28924 22.0003 3.74805 21.9561C3.18599 21.9101 2.6689 21.8117 2.18359 21.5645C1.43109 21.181 0.819016 20.5689 0.435548 19.8164C0.188272 19.3311 0.0898749 18.814 0.043946 18.252C-0.000271238 17.7108 -1.2028e-05 17.0462 7.27364e-07 16.2412V7.75879C-1.20284e-05 6.95382 -0.000271276 6.28924 0.043946 5.74805C0.0898751 5.18599 0.188273 4.6689 0.435548 4.18359C0.819016 3.43109 1.43109 2.81902 2.18359 2.43555C2.6689 2.18827 3.18599 2.08988 3.74805 2.04395C4.28924 1.99973 4.95382 1.99999 5.75879 2H14.2412ZM6.5 13.75C6.08579 13.75 5.75 14.0858 5.75 14.5C5.75 14.9142 6.08579 15.25 6.5 15.25H13.5C13.9142 15.25 14.25 14.9142 14.25 14.5C14.25 14.0858 13.9142 13.75 13.5 13.75H6.5ZM6.5 11.25C6.08579 11.25 5.75 11.5858 5.75 12C5.75 12.4142 6.08579 12.75 6.5 12.75H13.5C13.9142 12.75 14.25 12.4142 14.25 12C14.25 11.5858 13.9142 11.25 13.5 11.25H6.5ZM6.5 8.75C6.08579 8.75 5.75 9.08579 5.75 9.5C5.75 9.91421 6.08579 10.25 6.5 10.25H13.5C13.9142 10.25 14.25 9.91421 14.25 9.5C14.25 9.08579 13.9142 8.75 13.5 8.75H6.5Z"
11
+ />
12
+ </React.Fragment>,
13
+ 'SpacingSmallFillPierced',
14
+ '0 0 20 24',
15
+ );
@@ -28,6 +28,7 @@ export { default as Chat } from './Chat';
28
28
  export { default as Check } from './Check';
29
29
  export { default as CheckCircle } from './CheckCircle';
30
30
  export { default as CheckCircleFill } from './CheckCircleFill';
31
+ export { default as CheckCircleFillPierced } from './CheckCircleFillPierced';
31
32
  export { default as ChevronDown } from './ChevronDown';
32
33
  export { default as ChevronDownCircle } from './ChevronDownCircle';
33
34
  export { default as ChevronLeft } from './ChevronLeft';
@@ -47,6 +48,7 @@ export { default as Close } from './Close';
47
48
  export { default as CloseCircle } from './CloseCircle';
48
49
  export { default as CloseCircleFill } from './CloseCircleFill';
49
50
  export { default as CloseCircleFillPierced } from './CloseCircleFillPierced';
51
+ export { default as Coffee } from './Coffee';
50
52
  export { default as Coins } from './Coins';
51
53
  export { default as Comics } from './Comics';
52
54
  export { default as ComicsFillPierced } from './ComicsFillPierced';
@@ -64,6 +66,7 @@ export { default as EyeOff } from './EyeOff';
64
66
  export { default as EyeOn } from './EyeOn';
65
67
  export { default as Filter } from './Filter';
66
68
  export { default as Filter2 } from './Filter2';
69
+ export { default as Free } from './Free';
67
70
  export { default as Globe } from './Globe';
68
71
  export { default as Grid } from './Grid';
69
72
  export { default as HD } from './HD';
@@ -84,8 +87,10 @@ export { default as Library } from './Library';
84
87
  export { default as LibraryFillPierced } from './LibraryFillPierced';
85
88
  export { default as LineHorizontal } from './LineHorizontal';
86
89
  export { default as LineHorizontalFill } from './LineHorizontalFill';
90
+ export { default as LineHorizontalFillPierced } from './LineHorizontalFillPierced';
87
91
  export { default as LineVertical } from './LineVertical';
88
92
  export { default as LineVerticalFill } from './LineVerticalFill';
93
+ export { default as LineVerticalFillPierced } from './LineVerticalFillPierced';
89
94
  export { default as Link } from './Link';
90
95
  export { default as List } from './List';
91
96
  export { default as ListCheck } from './ListCheck';
@@ -139,10 +144,13 @@ export { default as Sort } from './Sort';
139
144
  export { default as SortAsc } from './SortAsc';
140
145
  export { default as SpacingLarge } from './SpacingLarge';
141
146
  export { default as SpacingLargeFill } from './SpacingLargeFill';
147
+ export { default as SpacingLargeFillPierced } from './SpacingLargeFillPierced';
142
148
  export { default as SpacingMedium } from './SpacingMedium';
143
149
  export { default as SpacingMediumFill } from './SpacingMediumFill';
150
+ export { default as SpacingMediumFillPierced } from './SpacingMediumFillPierced';
144
151
  export { default as SpacingSmall } from './SpacingSmall';
145
152
  export { default as SpacingSmallFill } from './SpacingSmallFill';
153
+ export { default as SpacingSmallFillPierced } from './SpacingSmallFillPierced';
146
154
  export { default as Sparkles } from './Sparkles';
147
155
  export { default as Speaker } from './Speaker';
148
156
  export { default as Star } from './Star';