@eleventheye/asui 1.0.0

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.
@@ -0,0 +1,36 @@
1
+ import { IconProps } from 'icons/Icons.types';
2
+ import { IconContainer } from 'icons/styles';
3
+ import React from 'react';
4
+
5
+ const TimeLapseIcon: React.FC<IconProps> = ({
6
+ className = '',
7
+ size = 24,
8
+ color = '#fffff0',
9
+ fillColor = 'transparent',
10
+ fillOpacity = 1,
11
+ circleStrokeColor = '#fffff0',
12
+ }) => {
13
+ return (
14
+ <IconContainer className={className}>
15
+ <svg width={size} height={size} viewBox="0 0 24 24" fill="transparent" xmlns="http://www.w3.org/2000/svg">
16
+ <circle
17
+ fill={fillColor}
18
+ fillOpacity={fillOpacity}
19
+ cx="12"
20
+ cy="12"
21
+ r="10.5"
22
+ stroke={circleStrokeColor}
23
+ strokeWidth={'1.5px'}
24
+ />
25
+ <path
26
+ d="M11.9 16.1c-1.2 0-2.2-.5-3-1.2l3-3V7.7c2.3 0 4.2 1.9 4.2 4.2 0 2.3-1.9 4.2-4.2 4.2Zm6.6-4.2c0 3.6-3 6.6-6.6 6.6s-6.6-3-6.6-6.6 3-6.6 6.6-6.6 6.6 3 6.6 6.6Zm-1.2 0c0 3-2.4 5.4-5.4 5.4s-5.4-2.4-5.4-5.4 2.4-5.4 5.4-5.4 5.4 2.4 5.4 5.4Z"
27
+ fillRule="evenodd"
28
+ clipRule="evenodd"
29
+ fill={color}
30
+ />
31
+ </svg>
32
+ </IconContainer>
33
+ );
34
+ };
35
+
36
+ export default TimeLapseIcon;
@@ -0,0 +1,38 @@
1
+ import { IconProps } from 'icons/Icons.types.js';
2
+ import { IconContainer } from 'icons/styles';
3
+ import React from 'react';
4
+
5
+ const UnlockIcon: React.FC<IconProps> = ({
6
+ className = '',
7
+ size = 24,
8
+ color = '#fffff0',
9
+ fillColor = 'transparent',
10
+ fillOpacity = 1,
11
+ circleStrokeColor = '#fffff0',
12
+ }) => {
13
+ return (
14
+ <IconContainer className={className}>
15
+ <svg width={size} height={size} viewBox="0 0 24 24" fill="transparent" xmlns="http://www.w3.org/2000/svg">
16
+ <circle
17
+ fill={fillColor}
18
+ fillOpacity={fillOpacity}
19
+ cx="12"
20
+ cy="12"
21
+ r="10.5"
22
+ stroke={circleStrokeColor}
23
+ strokeWidth={'1.5px'}
24
+ />
25
+ <path
26
+ fillRule="evenodd"
27
+ clipRule="nonzero"
28
+ d="M15.75 11.7c.369 0 .675.306.675.675v4.05c0 .369-.306.675-.675.675h-8.1c-.369 0-.675-.306-.675-.675v-4.05c0-.369.306-.675.675-.675h8.1Zm.675-3.375c0-2.232-1.818-4.05-4.05-4.05s-4.05 1.818-4.05 4.05V10.35H7.65c-1.125 0-2.025.9-2.025 2.025v4.05c0 1.125.9 2.025 2.025 2.025h8.1c1.125 0 2.025-.9 2.025-2.025v-4.05c0-1.125-.9-2.025-2.025-2.025H9.675V8.325c0-1.494 1.206-2.7 2.7-2.7s2.7 1.206 2.7 2.7h1.35Z"
29
+ fill={color}
30
+ stroke={color}
31
+ strokeWidth={'0.2px'}
32
+ />
33
+ </svg>
34
+ </IconContainer>
35
+ );
36
+ };
37
+
38
+ export default UnlockIcon;
@@ -0,0 +1,34 @@
1
+ import { IconProps } from 'icons/Icons.types';
2
+ import { IconContainer } from 'icons/styles';
3
+ import React from 'react';
4
+
5
+ const UserSettingsIcon: React.FC<IconProps> = ({
6
+ className = '',
7
+ size = 24,
8
+ color = '#fffff0',
9
+ fillColor = 'transparent',
10
+ fillOpacity = 1,
11
+ circleStrokeColor = '#fffff0',
12
+ }) => {
13
+ return (
14
+ <IconContainer className={className}>
15
+ <svg width={size} height={size} viewBox="0 0 24 24" fill="transparent" xmlns="http://www.w3.org/2000/svg">
16
+ <circle
17
+ fill={fillColor}
18
+ fillOpacity={fillOpacity}
19
+ cx="12"
20
+ cy="12"
21
+ r="10.5"
22
+ stroke={circleStrokeColor}
23
+ strokeWidth={'1.5px'}
24
+ />
25
+ <path
26
+ d="M9.7 11.6c-.4 0-.8.2-.8.6-.1 1.5 0 3 0 4.5 1.1.6 2.3 1.2 3.4 1.7 1.1-.5 2.2-1.1 3.2-1.7 0-1.3 0-2.6 0-3.9 0-.4 0-1.1-.7-1.2-1.6 0-3.4 0-5.1 0Zm2.4-5.9C10.8 5.6 10 7.1 10.7 8s2.3.8 2.8-.2c.7-1-.2-2.3-1.4-2.3Zm.1-1.6c1.6 0 3 1.1 3.2 2.5.4 1.6-1.1 3.4-2.9 3.4.6 0 1.3 0 1.9 0 1.3-.1 2.6.7 2.7 1.9 0 1.3 0 2.6 0 3.9.3-.2.5-.3.8-.5 0-1.7 0-3.5 0-5.3.5 0 1.1 0 1.6 0 0 1.9 0 4 0 6-2.5 1.3-5 2.5-7.4 3.8-2.5-1.2-4.9-2.5-7.4-3.8 0-1.9 0-4 0-6 .5 0 1.1 0 1.7 0 0 1.7 0 3.5 0 5.3.3.1.5.3.8.5 0-1.1 0-2.2 0-3.2-.1-1.1.7-2.3 1.9-2.5.9-.1 1.8-.1 2.8-.1-1.6-.2-2.9-1.4-3-2.7-.2-1.7 1.4-3.4 3.3-3.3Z"
27
+ fill={color}
28
+ />
29
+ </svg>
30
+ </IconContainer>
31
+ );
32
+ };
33
+
34
+ export default UserSettingsIcon;
@@ -0,0 +1,53 @@
1
+ export * from './AddItemIcon';
2
+ export { default as AddItemIcon } from './AddItemIcon';
3
+
4
+ export * from './AddUserIcon';
5
+ export { default as AddUserIcon } from './AddUserIcon';
6
+
7
+ export * from './CheckIcon';
8
+ export { default as CheckIcon } from './CheckIcon';
9
+
10
+ export * from './CloseIcon';
11
+ export { default as CloseIcon } from './CloseIcon';
12
+
13
+ export * from './DeleteIcon';
14
+ export { default as DeleteIcon } from './DeleteIcon';
15
+
16
+ export * from './EyeIcon';
17
+ export { default as EyeIcon } from './EyeIcon';
18
+
19
+ export * from './EyeSlashIcon';
20
+ export { default as EyeSlashIcon } from './EyeSlashIcon';
21
+
22
+ export * from './GamesIcon';
23
+ export { default as GamesIcon } from './GamesIcon';
24
+
25
+ export * from './GearUserIcon';
26
+ export { default as GearUserIcon } from './GearUserIcon';
27
+
28
+ export * from './HexagonIcon';
29
+ export { default as HexagonIcon } from './HexagonIcon';
30
+
31
+ export * from './HomeIcon';
32
+ export { default as HomeIcon } from './HomeIcon';
33
+
34
+ export * from './LockIcon';
35
+ export { default as LockIcon } from './LockIcon';
36
+
37
+ export * from './PenIcon';
38
+ export { default as PenIcon } from './PenIcon';
39
+
40
+ export * from './RulerIcon';
41
+ export { default as RulerIcon } from './RulerIcon';
42
+
43
+ export * from './SaveIcon';
44
+ export { default as SaveIcon } from './SaveIcon';
45
+
46
+ export * from './TimeLapseIcon';
47
+ export { default as TimeLapseIcon } from './TimeLapseIcon';
48
+
49
+ export * from './UnlockIcon';
50
+ export { default as UnlockIcon } from './UnlockIcon';
51
+
52
+ export * from './UserSettingsIcon';
53
+ export { default as UserSettingsIcon } from './UserSettingsIcon';
@@ -0,0 +1,9 @@
1
+ import styled from 'styled-components';
2
+
3
+ export const IconContainer = styled.div`
4
+ display: flex;
5
+ flex-direction: $direction;
6
+ justify-content: $justify;
7
+ align-items: $align;
8
+ flex-wrap: $wrap;
9
+ `;
package/src/index.ts ADDED
@@ -0,0 +1,19 @@
1
+ export { default as AddItemIcon } from './icons/AddItemIcon.js';
2
+ export { default as AddUserIcon } from './icons/AddUserIcon.js';
3
+ export { default as CheckIcon } from './icons/CheckIcon.js';
4
+ export { default as CloseIcon } from './icons/CloseIcon.js';
5
+ export { default as DeleteIcon } from './icons/DeleteIcon.js';
6
+ export { default as EyeIcon } from './icons/EyeIcon.js';
7
+ export { default as EyeSlashIcon } from './icons/EyeSlashIcon.js';
8
+ export { default as GamesIcon } from './icons/GamesIcon.js';
9
+ export { default as GearUserIcon } from './icons/GearUserIcon.js';
10
+ export { default as HexagonIcon } from './icons/HexagonIcon.js';
11
+ export { default as HomeIcon } from './icons/HomeIcon.js';
12
+ export * from './icons/Icons.types.js';
13
+ export { default as LockIcon } from './icons/LockIcon.js';
14
+ export { default as PenIcon } from './icons/PenIcon.js';
15
+ export { default as RulerIcon } from './icons/RulerIcon.js';
16
+ export { default as SaveIcon } from './icons/SaveIcon.js';
17
+ export { default as TimeLapseIcon } from './icons/TimeLapseIcon.js';
18
+ export { default as UnlockIcon } from './icons/UnlockIcon.js';
19
+ export { default as UserSettingsIcon } from './icons/UserSettingsIcon.js';