@fountain-ui/icons 2.0.0-beta.17 → 2.0.0-beta.19

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 (42) 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/Expand.js +21 -0
  4. package/build/commonjs/icons/Expand.js.map +1 -0
  5. package/build/commonjs/icons/HdOff.js +21 -0
  6. package/build/commonjs/icons/HdOff.js.map +1 -0
  7. package/build/commonjs/icons/HdOn.js +21 -0
  8. package/build/commonjs/icons/HdOn.js.map +1 -0
  9. package/build/commonjs/icons/Nib.js +21 -0
  10. package/build/commonjs/icons/Nib.js.map +1 -0
  11. package/build/commonjs/icons/Point.js +1 -1
  12. package/build/commonjs/icons/Point.js.map +1 -1
  13. package/build/commonjs/index.js +40 -0
  14. package/build/commonjs/index.js.map +1 -1
  15. package/build/module/icons/BellOutlined.js +9 -0
  16. package/build/module/icons/BellOutlined.js.map +1 -0
  17. package/build/module/icons/Expand.js +7 -0
  18. package/build/module/icons/Expand.js.map +1 -0
  19. package/build/module/icons/HdOff.js +7 -0
  20. package/build/module/icons/HdOff.js.map +1 -0
  21. package/build/module/icons/HdOn.js +7 -0
  22. package/build/module/icons/HdOn.js.map +1 -0
  23. package/build/module/icons/Nib.js +7 -0
  24. package/build/module/icons/Nib.js.map +1 -0
  25. package/build/module/icons/Point.js +1 -1
  26. package/build/module/icons/Point.js.map +1 -1
  27. package/build/module/index.js +5 -0
  28. package/build/module/index.js.map +1 -1
  29. package/build/typescript/icons/BellOutlined.d.ts +130 -0
  30. package/build/typescript/icons/Expand.d.ts +130 -0
  31. package/build/typescript/icons/HdOff.d.ts +130 -0
  32. package/build/typescript/icons/HdOn.d.ts +130 -0
  33. package/build/typescript/icons/Nib.d.ts +130 -0
  34. package/build/typescript/index.d.ts +5 -0
  35. package/package.json +2 -2
  36. package/src/icons/BellOutlined.tsx +12 -0
  37. package/src/icons/Expand.tsx +10 -0
  38. package/src/icons/HdOff.tsx +10 -0
  39. package/src/icons/HdOn.tsx +10 -0
  40. package/src/icons/Nib.tsx +10 -0
  41. package/src/icons/Point.tsx +1 -1
  42. package/src/index.ts +5 -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;
@@ -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';
@@ -24,6 +25,7 @@ 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';
26
27
  export { default as CopyFilled } from './icons/CopyFilled';
28
+ export { default as Expand } from './icons/Expand';
27
29
  export { default as EyeOff } from './icons/EyeOff';
28
30
  export { default as EyeOutlined } from './icons/EyeOutlined';
29
31
  export { default as Facebook } from './icons/Facebook';
@@ -33,6 +35,8 @@ export { default as GiftOutlined } from './icons/GiftOutlined';
33
35
  export { default as GiftTwoTone } from './icons/GiftTwoTone';
34
36
  export { default as Google } from './icons/Google';
35
37
  export { default as GraphUp } from './icons/GraphUp';
38
+ export { default as HdOff } from './icons/HdOff';
39
+ export { default as HdOn } from './icons/HdOn';
36
40
  export { default as Help } from './icons/Help';
37
41
  export { default as HomeFilled } from './icons/HomeFilled';
38
42
  export { default as HomeOutlined } from './icons/HomeOutlined';
@@ -47,6 +51,7 @@ export { default as MailOutlined } from './icons/MailOutlined';
47
51
  export { default as MenuFilled } from './icons/MenuFilled';
48
52
  export { default as MenuOutlined } from './icons/MenuOutlined';
49
53
  export { default as MinusCircle } from './icons/MinusCircle';
54
+ export { default as Nib } from './icons/Nib';
50
55
  export { default as Pencil } from './icons/Pencil';
51
56
  export { default as Point } from './icons/Point';
52
57
  export { default as Radio } from './icons/Radio';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fountain-ui/icons",
3
- "version": "2.0.0-beta.17",
3
+ "version": "2.0.0-beta.19",
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": "8976c712365cbe8117e1ac9d024188f2c75c1f23"
53
+ "gitHead": "f19398ac3f60cf0a73da8cbe4de5bc666dad92e7"
54
54
  }
@@ -0,0 +1,12 @@
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
+ fillRule="evenodd"
8
+ clipRule="evenodd"
9
+ d="M10 3C10 2.44772 10.4477 2 11 2H13C13.5523 2 14 2.44772 14 3V4.21029C18.6401 5.26402 19.1573 9.97972 19.2012 11.5151C19.2104 11.8354 19.2686 12.1525 19.4001 12.4448L20.855 15.6777C20.9506 15.8902 21 16.1205 21 16.3534C21 17.2628 20.2628 18 19.3534 18H4.64659C3.7372 18 3 17.2628 3 16.3534C3 16.1205 3.04943 15.8902 3.14503 15.6777L4.59986 12.4448C4.73136 12.1525 4.78959 11.8354 4.79876 11.5151C4.84269 9.97972 5.35993 5.26402 10 4.21029V3ZM11.5 22C10.1193 22 9 20.8807 9 19.5H15C15 20.8807 13.8807 22 12.5 22H11.5ZM17.5763 13.2655L18.8068 16H5.19317L6.4237 13.2655C6.68694 12.6805 6.78307 12.0921 6.79794 11.5723C6.81914 10.8313 6.97616 9.35521 7.70279 8.12489C8.33942 7.04695 9.48625 6 12 6C14.5138 6 15.6606 7.04695 16.2972 8.12489C17.0238 9.35521 17.1809 10.8313 17.2021 11.5723C17.2169 12.0921 17.3131 12.6805 17.5763 13.2655Z"
10
+ />,
11
+ 'BellOutlined',
12
+ );
@@ -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="M15.8333 9.16667C15.8333 9.6269 16.2064 10 16.6667 10C17.1269 10 17.5 9.6269 17.5 9.16667V2.5H10.8333C10.3731 2.5 10 2.8731 10 3.33333C10 3.79357 10.3731 4.16667 10.8333 4.16667H14.6549L4.16667 14.6549V10.8333C4.16667 10.3731 3.79357 10 3.33333 10C2.8731 10 2.5 10.3731 2.5 10.8333V17.5H9.16667C9.6269 17.5 10 17.1269 10 16.6667C10 16.2064 9.6269 15.8333 9.16667 15.8333H5.3453L15.8333 5.3453V9.16667Z"
8
+ />,
9
+ 'Expand',
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.45365 4.14651C4.25839 3.95125 3.94181 3.95125 3.74654 4.14651C3.55128 4.34177 3.55128 4.65835 3.74654 4.85361L4.89292 5.99999H4C2.89543 5.99999 2 6.89542 2 7.99999V16C2 17.1046 2.89543 18 4 18H16.8929L18.7465 19.8536C18.9418 20.0489 19.2584 20.0489 19.4537 19.8536C19.6489 19.6584 19.6489 19.3418 19.4537 19.1465L4.45365 4.14651ZM15.8929 17H4C3.44772 17 3 16.5523 3 16V7.99999C3 7.4477 3.44772 6.99999 4 6.99999H5.89292L7.89292 8.99999H6.94141V14.8182H8.52095V12.5454H10.6119V14.8182H12.1914V13.2985L12.9414 14.0485V14.8182H13.7111L15.8929 17ZM8.52095 9.62802L10.1656 11.2727H8.52095V9.62802ZM10.707 8.99999L12.1914 10.4844V8.99999H10.707ZM16.717 14.4716C16.5981 14.5349 16.4733 14.5896 16.3426 14.6355L15.1836 13.4766C15.4455 13.4705 15.6707 13.4243 15.859 13.3381C16.0636 13.2453 16.2189 13.0852 16.3249 12.8579C16.4329 12.6307 16.4869 12.3144 16.4869 11.9091C16.4869 11.5038 16.4319 11.1875 16.3221 10.9602C16.2141 10.7329 16.055 10.5729 15.8448 10.4801C15.6365 10.3873 15.3808 10.3409 15.0778 10.3409H14.521V12.8139L12.9414 11.2344V8.99999H15.1573C15.7558 8.99999 16.2728 9.11646 16.7085 9.34942C17.146 9.58048 17.4831 9.91381 17.7198 10.3494C17.9585 10.7831 18.0778 11.303 18.0778 11.9091C18.0778 12.5151 17.9594 13.036 17.7227 13.4716C17.4859 13.9053 17.1507 14.2386 16.717 14.4716ZM20 17H18.707L19.707 18H20C21.1046 18 22 17.1046 22 16V7.99999C22 6.89542 21.1046 5.99999 20 5.99999H7.70703L8.70703 6.99999H20C20.5523 6.99999 21 7.4477 21 7.99999V16C21 16.5523 20.5523 17 20 17Z"
8
+ />,
9
+ 'HdOff',
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 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"
8
+ />,
9
+ 'HdOn',
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.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"
8
+ />,
9
+ 'Nib',
10
+ );
@@ -6,7 +6,7 @@ export default createSvgIcon(
6
6
  <Path
7
7
  fillRule="evenodd"
8
8
  clipRule="evenodd"
9
- d="M20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12ZM22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM9.60547 8V16.25H11.5156V13.0273H11.5547C11.6354 13.2122 11.75 13.3854 11.8984 13.5469C12.0495 13.7083 12.2357 13.8385 12.457 13.9375C12.6784 14.0365 12.9401 14.0859 13.2422 14.0859C13.6849 14.0859 14.0872 13.9714 14.4492 13.7422C14.8138 13.513 15.1029 13.1693 15.3164 12.7109C15.5326 12.2526 15.6406 11.6836 15.6406 11.0039C15.6406 10.2982 15.5286 9.71745 15.3047 9.26172C15.0807 8.80599 14.7865 8.46875 14.4219 8.25C14.0599 8.03125 13.6706 7.92188 13.2539 7.92188C12.9388 7.92188 12.668 7.97656 12.4414 8.08594C12.2174 8.19271 12.0326 8.33073 11.8867 8.5C11.7435 8.66927 11.6328 8.84505 11.5547 9.02734H11.4961V8H9.60547ZM11.6055 11.8438C11.5195 11.6042 11.4766 11.3229 11.4766 11C11.4766 10.6719 11.5195 10.3893 11.6055 10.1523C11.694 9.91536 11.8203 9.73307 11.9844 9.60547C12.1484 9.47786 12.3477 9.41406 12.582 9.41406C12.819 9.41406 13.0182 9.47917 13.1797 9.60938C13.3438 9.73958 13.4674 9.92318 13.5508 10.1602C13.6367 10.3971 13.6797 10.6771 13.6797 11C13.6797 11.3229 13.6367 11.6042 13.5508 11.8438C13.4674 12.0833 13.3438 12.2695 13.1797 12.4023C13.0156 12.5326 12.8164 12.5977 12.582 12.5977C12.3503 12.5977 12.151 12.5326 11.9844 12.4023C11.8203 12.2695 11.694 12.0833 11.6055 11.8438Z"
9
+ d="M20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12ZM22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM9.43105 8.56506V16.4803L11.5 16.4999H11.8352C11.6484 15.8311 11.5 14.9886 11.5 14C11.5 12.6811 11.7642 11.7369 12.0431 11.1094C12.1821 10.7966 12.3237 10.5651 12.4353 10.407C12.491 10.328 12.5392 10.2674 12.5758 10.2244L12.6464 10.1464C12.8417 9.95118 13.1583 9.95118 13.3536 10.1464C13.5476 10.3405 13.5477 10.6554 13.3562 10.851C13.3562 10.851 13.2902 10.9298 13.2522 10.9837C13.1763 11.0912 13.0679 11.2659 12.9569 11.5156C12.7442 11.9942 12.5179 12.7581 12.501 13.867H12.8456C13.4894 13.867 14.0455 13.7478 14.5139 13.5095C14.9823 13.2712 15.3426 12.9356 15.5946 12.5028C15.8493 12.0672 15.9767 11.5591 15.9767 10.9784C15.9767 10.4004 15.8521 9.89358 15.6028 9.45802C15.3535 9.01972 14.9988 8.67868 14.5386 8.43488C14.0811 8.18833 13.5373 8.06506 12.9073 8.06506H9.93105C9.6549 8.06506 9.43105 8.28892 9.43105 8.56506Z"
10
10
  />,
11
11
  'Point',
12
12
  );
package/src/index.ts CHANGED
@@ -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';
@@ -24,6 +25,7 @@ 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';
26
27
  export { default as CopyFilled } from './icons/CopyFilled';
28
+ export { default as Expand } from './icons/Expand';
27
29
  export { default as EyeOff } from './icons/EyeOff';
28
30
  export { default as EyeOutlined } from './icons/EyeOutlined';
29
31
  export { default as Facebook } from './icons/Facebook';
@@ -33,6 +35,8 @@ export { default as GiftOutlined } from './icons/GiftOutlined';
33
35
  export { default as GiftTwoTone } from './icons/GiftTwoTone';
34
36
  export { default as Google } from './icons/Google';
35
37
  export { default as GraphUp } from './icons/GraphUp';
38
+ export { default as HdOff } from './icons/HdOff';
39
+ export { default as HdOn } from './icons/HdOn';
36
40
  export { default as Help } from './icons/Help';
37
41
  export { default as HomeFilled } from './icons/HomeFilled';
38
42
  export { default as HomeOutlined } from './icons/HomeOutlined';
@@ -47,6 +51,7 @@ export { default as MailOutlined } from './icons/MailOutlined';
47
51
  export { default as MenuFilled } from './icons/MenuFilled';
48
52
  export { default as MenuOutlined } from './icons/MenuOutlined';
49
53
  export { default as MinusCircle } from './icons/MinusCircle';
54
+ export { default as Nib } from './icons/Nib';
50
55
  export { default as Pencil } from './icons/Pencil';
51
56
  export { default as Point } from './icons/Point';
52
57
  export { default as Radio } from './icons/Radio';