@fountain-ui/icons 2.0.0-beta.19 → 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.
- package/build/commonjs/icons/ContentFilled.js +21 -0
- package/build/commonjs/icons/ContentFilled.js.map +1 -0
- package/build/commonjs/icons/ContentOutlined.js +21 -0
- package/build/commonjs/icons/ContentOutlined.js.map +1 -0
- package/build/commonjs/icons/InfoSquareFilled.js +21 -0
- package/build/commonjs/icons/InfoSquareFilled.js.map +1 -0
- package/build/commonjs/icons/InfoSquareOutlined.js +21 -0
- package/build/commonjs/icons/InfoSquareOutlined.js.map +1 -0
- package/build/commonjs/icons/ListFilled.js +21 -0
- package/build/commonjs/icons/ListFilled.js.map +1 -0
- package/build/commonjs/icons/ListOutlined.js +21 -0
- package/build/commonjs/icons/ListOutlined.js.map +1 -0
- package/build/commonjs/index.js +48 -0
- package/build/commonjs/index.js.map +1 -1
- package/build/module/icons/ContentFilled.js +7 -0
- package/build/module/icons/ContentFilled.js.map +1 -0
- package/build/module/icons/ContentOutlined.js +7 -0
- package/build/module/icons/ContentOutlined.js.map +1 -0
- package/build/module/icons/InfoSquareFilled.js +7 -0
- package/build/module/icons/InfoSquareFilled.js.map +1 -0
- package/build/module/icons/InfoSquareOutlined.js +7 -0
- package/build/module/icons/InfoSquareOutlined.js.map +1 -0
- package/build/module/icons/ListFilled.js +7 -0
- package/build/module/icons/ListFilled.js.map +1 -0
- package/build/module/icons/ListOutlined.js +7 -0
- package/build/module/icons/ListOutlined.js.map +1 -0
- package/build/module/index.js +6 -0
- package/build/module/index.js.map +1 -1
- package/build/typescript/icons/ContentFilled.d.ts +130 -0
- package/build/typescript/icons/ContentOutlined.d.ts +130 -0
- package/build/typescript/icons/InfoSquareFilled.d.ts +130 -0
- package/build/typescript/icons/InfoSquareOutlined.d.ts +130 -0
- package/build/typescript/icons/ListFilled.d.ts +130 -0
- package/build/typescript/icons/ListOutlined.d.ts +130 -0
- package/build/typescript/index.d.ts +6 -0
- package/package.json +2 -2
- package/src/icons/ContentFilled.tsx +10 -0
- package/src/icons/ContentOutlined.tsx +10 -0
- package/src/icons/InfoSquareFilled.tsx +10 -0
- package/src/icons/InfoSquareOutlined.tsx +10 -0
- package/src/icons/ListFilled.tsx +10 -0
- package/src/icons/ListOutlined.tsx +10 -0
- package/src/index.ts +6 -0
|
@@ -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;
|
|
@@ -24,6 +24,8 @@ 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 ContentFilled } from './icons/ContentFilled';
|
|
28
|
+
export { default as ContentOutlined } from './icons/ContentOutlined';
|
|
27
29
|
export { default as CopyFilled } from './icons/CopyFilled';
|
|
28
30
|
export { default as Expand } from './icons/Expand';
|
|
29
31
|
export { default as EyeOff } from './icons/EyeOff';
|
|
@@ -41,10 +43,14 @@ export { default as Help } from './icons/Help';
|
|
|
41
43
|
export { default as HomeFilled } from './icons/HomeFilled';
|
|
42
44
|
export { default as HomeOutlined } from './icons/HomeOutlined';
|
|
43
45
|
export { default as Info } from './icons/Info';
|
|
46
|
+
export { default as InfoSquareFilled } from './icons/InfoSquareFilled';
|
|
47
|
+
export { default as InfoSquareOutlined } from './icons/InfoSquareOutlined';
|
|
44
48
|
export { default as Instagram } from './icons/Instagram';
|
|
45
49
|
export { default as LibraryFilled } from './icons/LibraryFilled';
|
|
46
50
|
export { default as LibraryOutlined } from './icons/LibraryOutlined';
|
|
47
51
|
export { default as List } from './icons/List';
|
|
52
|
+
export { default as ListFilled } from './icons/ListFilled';
|
|
53
|
+
export { default as ListOutlined } from './icons/ListOutlined';
|
|
48
54
|
export { default as Logo } from './icons/Logo';
|
|
49
55
|
export { default as MailFilled } from './icons/MailFilled';
|
|
50
56
|
export { default as MailOutlined } from './icons/MailOutlined';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fountain-ui/icons",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.20",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "Fountain-UI Team",
|
|
6
6
|
"description": "Fountain Design Svg Icons converted to Fountain-UI React components.",
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"publishConfig": {
|
|
51
51
|
"access": "public"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "cc48805efae8ceeab7e10b5e39dba30136d3a6e4"
|
|
54
54
|
}
|
|
@@ -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="M3 6.62443C3 5.67708 3.66465 4.85968 4.59209 4.66647L12.5921 2.9998C13.8341 2.74106 15 3.68913 15 4.95776V19.0385C15 20.3072 13.8341 21.2552 12.5921 20.9965L4.59209 19.3298C3.66465 19.1366 3 18.3192 3 17.3719V6.62443ZM16 5H17C17.5523 5 18 5.44772 18 6V18C18 18.5523 17.5523 19 17 19H16V5ZM20 7H19V17H20C20.5523 17 21 16.5523 21 16V8C21 7.44772 20.5523 7 20 7Z"
|
|
8
|
+
/>,
|
|
9
|
+
'ContentFilled',
|
|
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="M13 4.95776L13 19.0385L5 17.3719L5 6.62443L13 4.95776ZM4.59209 4.66647C3.66465 4.85968 3 5.67708 3 6.62443V17.3719C3 18.3192 3.66465 19.1366 4.59209 19.3298L12.5921 20.9965C13.8341 21.2552 15 20.3072 15 19.0385V4.95776C15 3.68913 13.8341 2.74106 12.5921 2.9998L4.59209 4.66647ZM16 5H17C17.5523 5 18 5.44772 18 6V18C18 18.5523 17.5523 19 17 19H16V5ZM20 7H19V17H20C20.5523 17 21 16.5523 21 16V8C21 7.44772 20.5523 7 20 7Z"
|
|
8
|
+
/>,
|
|
9
|
+
'ContentOutlined',
|
|
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="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"
|
|
8
|
+
/>,
|
|
9
|
+
'InfoSquareFilled',
|
|
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="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"
|
|
8
|
+
/>,
|
|
9
|
+
'InfoSquareOutlined',
|
|
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="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"
|
|
8
|
+
/>,
|
|
9
|
+
'ListFilled',
|
|
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="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"
|
|
8
|
+
/>,
|
|
9
|
+
'ListOutlined',
|
|
10
|
+
);
|
package/src/index.ts
CHANGED
|
@@ -24,6 +24,8 @@ 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 ContentFilled } from './icons/ContentFilled';
|
|
28
|
+
export { default as ContentOutlined } from './icons/ContentOutlined';
|
|
27
29
|
export { default as CopyFilled } from './icons/CopyFilled';
|
|
28
30
|
export { default as Expand } from './icons/Expand';
|
|
29
31
|
export { default as EyeOff } from './icons/EyeOff';
|
|
@@ -41,10 +43,14 @@ export { default as Help } from './icons/Help';
|
|
|
41
43
|
export { default as HomeFilled } from './icons/HomeFilled';
|
|
42
44
|
export { default as HomeOutlined } from './icons/HomeOutlined';
|
|
43
45
|
export { default as Info } from './icons/Info';
|
|
46
|
+
export { default as InfoSquareFilled } from './icons/InfoSquareFilled';
|
|
47
|
+
export { default as InfoSquareOutlined } from './icons/InfoSquareOutlined';
|
|
44
48
|
export { default as Instagram } from './icons/Instagram';
|
|
45
49
|
export { default as LibraryFilled } from './icons/LibraryFilled';
|
|
46
50
|
export { default as LibraryOutlined } from './icons/LibraryOutlined';
|
|
47
51
|
export { default as List } from './icons/List';
|
|
52
|
+
export { default as ListFilled } from './icons/ListFilled';
|
|
53
|
+
export { default as ListOutlined } from './icons/ListOutlined';
|
|
48
54
|
export { default as Logo } from './icons/Logo';
|
|
49
55
|
export { default as MailFilled } from './icons/MailFilled';
|
|
50
56
|
export { default as MailOutlined } from './icons/MailOutlined';
|