@skbkontur/icons 1.1.1 → 1.2.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.
- package/CHANGELOG.md +9 -28
- package/README.md +7 -13
- package/esm/icons/RotateSquareLeftIcon/RotateSquareLeftIcon.d.ts +2 -0
- package/esm/icons/RotateSquareLeftIcon/RotateSquareLeftIcon.js +41 -0
- package/esm/icons/RotateSquareLeftIcon/RotateSquareLeftIcon16Light.d.ts +2 -0
- package/esm/icons/RotateSquareLeftIcon/RotateSquareLeftIcon16Light.js +11 -0
- package/esm/icons/RotateSquareLeftIcon/RotateSquareLeftIcon16Regular.d.ts +2 -0
- package/esm/icons/RotateSquareLeftIcon/RotateSquareLeftIcon16Regular.js +11 -0
- package/esm/icons/RotateSquareLeftIcon/RotateSquareLeftIcon16Solid.d.ts +2 -0
- package/esm/icons/RotateSquareLeftIcon/RotateSquareLeftIcon16Solid.js +11 -0
- package/esm/icons/RotateSquareLeftIcon/RotateSquareLeftIcon20Light.d.ts +2 -0
- package/esm/icons/RotateSquareLeftIcon/RotateSquareLeftIcon20Light.js +11 -0
- package/esm/icons/RotateSquareLeftIcon/RotateSquareLeftIcon20Regular.d.ts +2 -0
- package/esm/icons/RotateSquareLeftIcon/RotateSquareLeftIcon20Regular.js +11 -0
- package/esm/icons/RotateSquareLeftIcon/RotateSquareLeftIcon20Solid.d.ts +2 -0
- package/esm/icons/RotateSquareLeftIcon/RotateSquareLeftIcon20Solid.js +11 -0
- package/esm/icons/RotateSquareLeftIcon/RotateSquareLeftIcon24Regular.d.ts +2 -0
- package/esm/icons/RotateSquareLeftIcon/RotateSquareLeftIcon24Regular.js +11 -0
- package/esm/icons/RotateSquareLeftIcon/RotateSquareLeftIcon24Solid.d.ts +2 -0
- package/esm/icons/RotateSquareLeftIcon/RotateSquareLeftIcon24Solid.js +11 -0
- package/esm/icons/RotateSquareLeftIcon/RotateSquareLeftIcon32Regular.d.ts +2 -0
- package/esm/icons/RotateSquareLeftIcon/RotateSquareLeftIcon32Regular.js +11 -0
- package/esm/icons/RotateSquareLeftIcon/RotateSquareLeftIcon64Regular.d.ts +2 -0
- package/esm/icons/RotateSquareLeftIcon/RotateSquareLeftIcon64Regular.js +11 -0
- package/esm/icons/RotateSquareLeftIcon/index.d.ts +11 -0
- package/esm/icons/RotateSquareLeftIcon/index.js +11 -0
- package/esm/icons/RotateSquareRightIcon/RotateSquareRightIcon.d.ts +2 -0
- package/esm/icons/RotateSquareRightIcon/RotateSquareRightIcon.js +41 -0
- package/esm/icons/RotateSquareRightIcon/RotateSquareRightIcon16Light.d.ts +2 -0
- package/esm/icons/RotateSquareRightIcon/RotateSquareRightIcon16Light.js +11 -0
- package/esm/icons/RotateSquareRightIcon/RotateSquareRightIcon16Regular.d.ts +2 -0
- package/esm/icons/RotateSquareRightIcon/RotateSquareRightIcon16Regular.js +11 -0
- package/esm/icons/RotateSquareRightIcon/RotateSquareRightIcon16Solid.d.ts +2 -0
- package/esm/icons/RotateSquareRightIcon/RotateSquareRightIcon16Solid.js +11 -0
- package/esm/icons/RotateSquareRightIcon/RotateSquareRightIcon20Light.d.ts +2 -0
- package/esm/icons/RotateSquareRightIcon/RotateSquareRightIcon20Light.js +11 -0
- package/esm/icons/RotateSquareRightIcon/RotateSquareRightIcon20Regular.d.ts +2 -0
- package/esm/icons/RotateSquareRightIcon/RotateSquareRightIcon20Regular.js +11 -0
- package/esm/icons/RotateSquareRightIcon/RotateSquareRightIcon20Solid.d.ts +2 -0
- package/esm/icons/RotateSquareRightIcon/RotateSquareRightIcon20Solid.js +11 -0
- package/esm/icons/RotateSquareRightIcon/RotateSquareRightIcon24Regular.d.ts +2 -0
- package/esm/icons/RotateSquareRightIcon/RotateSquareRightIcon24Regular.js +11 -0
- package/esm/icons/RotateSquareRightIcon/RotateSquareRightIcon24Solid.d.ts +2 -0
- package/esm/icons/RotateSquareRightIcon/RotateSquareRightIcon24Solid.js +11 -0
- package/esm/icons/RotateSquareRightIcon/RotateSquareRightIcon32Regular.d.ts +2 -0
- package/esm/icons/RotateSquareRightIcon/RotateSquareRightIcon32Regular.js +11 -0
- package/esm/icons/RotateSquareRightIcon/RotateSquareRightIcon64Regular.d.ts +2 -0
- package/esm/icons/RotateSquareRightIcon/RotateSquareRightIcon64Regular.js +11 -0
- package/esm/icons/RotateSquareRightIcon/index.d.ts +11 -0
- package/esm/icons/RotateSquareRightIcon/index.js +11 -0
- package/esm/icons/index.d.ts +2 -0
- package/esm/icons/index.js +2 -0
- package/icons/RotateSquareLeftIcon/RotateSquareLeftIcon.d.ts +2 -0
- package/icons/RotateSquareLeftIcon/RotateSquareLeftIcon.js +51 -0
- package/icons/RotateSquareLeftIcon/RotateSquareLeftIcon16Light.d.ts +2 -0
- package/icons/RotateSquareLeftIcon/RotateSquareLeftIcon16Light.js +21 -0
- package/icons/RotateSquareLeftIcon/RotateSquareLeftIcon16Regular.d.ts +2 -0
- package/icons/RotateSquareLeftIcon/RotateSquareLeftIcon16Regular.js +21 -0
- package/icons/RotateSquareLeftIcon/RotateSquareLeftIcon16Solid.d.ts +2 -0
- package/icons/RotateSquareLeftIcon/RotateSquareLeftIcon16Solid.js +21 -0
- package/icons/RotateSquareLeftIcon/RotateSquareLeftIcon20Light.d.ts +2 -0
- package/icons/RotateSquareLeftIcon/RotateSquareLeftIcon20Light.js +21 -0
- package/icons/RotateSquareLeftIcon/RotateSquareLeftIcon20Regular.d.ts +2 -0
- package/icons/RotateSquareLeftIcon/RotateSquareLeftIcon20Regular.js +21 -0
- package/icons/RotateSquareLeftIcon/RotateSquareLeftIcon20Solid.d.ts +2 -0
- package/icons/RotateSquareLeftIcon/RotateSquareLeftIcon20Solid.js +21 -0
- package/icons/RotateSquareLeftIcon/RotateSquareLeftIcon24Regular.d.ts +2 -0
- package/icons/RotateSquareLeftIcon/RotateSquareLeftIcon24Regular.js +21 -0
- package/icons/RotateSquareLeftIcon/RotateSquareLeftIcon24Solid.d.ts +2 -0
- package/icons/RotateSquareLeftIcon/RotateSquareLeftIcon24Solid.js +21 -0
- package/icons/RotateSquareLeftIcon/RotateSquareLeftIcon32Regular.d.ts +2 -0
- package/icons/RotateSquareLeftIcon/RotateSquareLeftIcon32Regular.js +21 -0
- package/icons/RotateSquareLeftIcon/RotateSquareLeftIcon64Regular.d.ts +2 -0
- package/icons/RotateSquareLeftIcon/RotateSquareLeftIcon64Regular.js +21 -0
- package/icons/RotateSquareLeftIcon/index.d.ts +11 -0
- package/icons/RotateSquareLeftIcon/index.js +11 -0
- package/icons/RotateSquareRightIcon/RotateSquareRightIcon.d.ts +2 -0
- package/icons/RotateSquareRightIcon/RotateSquareRightIcon.js +51 -0
- package/icons/RotateSquareRightIcon/RotateSquareRightIcon16Light.d.ts +2 -0
- package/icons/RotateSquareRightIcon/RotateSquareRightIcon16Light.js +21 -0
- package/icons/RotateSquareRightIcon/RotateSquareRightIcon16Regular.d.ts +2 -0
- package/icons/RotateSquareRightIcon/RotateSquareRightIcon16Regular.js +21 -0
- package/icons/RotateSquareRightIcon/RotateSquareRightIcon16Solid.d.ts +2 -0
- package/icons/RotateSquareRightIcon/RotateSquareRightIcon16Solid.js +21 -0
- package/icons/RotateSquareRightIcon/RotateSquareRightIcon20Light.d.ts +2 -0
- package/icons/RotateSquareRightIcon/RotateSquareRightIcon20Light.js +21 -0
- package/icons/RotateSquareRightIcon/RotateSquareRightIcon20Regular.d.ts +2 -0
- package/icons/RotateSquareRightIcon/RotateSquareRightIcon20Regular.js +21 -0
- package/icons/RotateSquareRightIcon/RotateSquareRightIcon20Solid.d.ts +2 -0
- package/icons/RotateSquareRightIcon/RotateSquareRightIcon20Solid.js +21 -0
- package/icons/RotateSquareRightIcon/RotateSquareRightIcon24Regular.d.ts +2 -0
- package/icons/RotateSquareRightIcon/RotateSquareRightIcon24Regular.js +21 -0
- package/icons/RotateSquareRightIcon/RotateSquareRightIcon24Solid.d.ts +2 -0
- package/icons/RotateSquareRightIcon/RotateSquareRightIcon24Solid.js +21 -0
- package/icons/RotateSquareRightIcon/RotateSquareRightIcon32Regular.d.ts +2 -0
- package/icons/RotateSquareRightIcon/RotateSquareRightIcon32Regular.js +21 -0
- package/icons/RotateSquareRightIcon/RotateSquareRightIcon64Regular.d.ts +2 -0
- package/icons/RotateSquareRightIcon/RotateSquareRightIcon64Regular.js +21 -0
- package/icons/RotateSquareRightIcon/index.d.ts +11 -0
- package/icons/RotateSquareRightIcon/index.js +11 -0
- package/icons/index.d.ts +2 -0
- package/icons/index.js +2 -0
- package/package.json +1 -1
- package/src/rotate-square-left/Size=16, Style=light.svg +16 -0
- package/src/rotate-square-left/Size=16, Style=regular.svg +16 -0
- package/src/rotate-square-left/Size=16, Style=solid.svg +16 -0
- package/src/rotate-square-left/Size=20, Style=light.svg +11 -0
- package/src/rotate-square-left/Size=20, Style=regular.svg +11 -0
- package/src/rotate-square-left/Size=20, Style=solid.svg +16 -0
- package/src/rotate-square-left/Size=24, Style=regular.svg +11 -0
- package/src/rotate-square-left/Size=24, Style=solid.svg +11 -0
- package/src/rotate-square-left/Size=32, Style=regular.svg +11 -0
- package/src/rotate-square-left/Size=64, Style=regular.svg +11 -0
- package/src/rotate-square-right/Size=16, Style=light.svg +16 -0
- package/src/rotate-square-right/Size=16, Style=regular.svg +16 -0
- package/src/rotate-square-right/Size=16, Style=solid.svg +16 -0
- package/src/rotate-square-right/Size=20, Style=light.svg +16 -0
- package/src/rotate-square-right/Size=20, Style=regular.svg +11 -0
- package/src/rotate-square-right/Size=20, Style=solid.svg +16 -0
- package/src/rotate-square-right/Size=24, Style=regular.svg +11 -0
- package/src/rotate-square-right/Size=24, Style=solid.svg +11 -0
- package/src/rotate-square-right/Size=32, Style=regular.svg +11 -0
- package/src/rotate-square-right/Size=64, Style=regular.svg +11 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,68 +3,49 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
**Note:** Version bump only for package @skbkontur/icons
|
|
6
|
+
# [1.2.0](https://git.skbkontur.ru/ui/ui-parking/compare/@skbkontur/icons@1.1.1...@skbkontur/icons@1.2.0) (2023-07-04)
|
|
9
7
|
|
|
10
8
|
|
|
9
|
+
### Features
|
|
11
10
|
|
|
11
|
+
* **icons:** add 2 new icons ([b3cc469](https://git.skbkontur.ru/ui/ui-parking/commits/b3cc469b24cc2156a5b0f24d55b17b6dd24d6d11))
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
# [1.1.0](https://git.skbkontur.ru/ui/ui-parking/compare/@skbkontur/icons@1.0.3...@skbkontur/icons@1.1.0) (2023-06-27)
|
|
15
14
|
|
|
16
15
|
|
|
17
|
-
### Features
|
|
18
16
|
|
|
19
|
-
|
|
17
|
+
## [1.1.1](https://git.skbkontur.ru/ui/ui-parking/compare/@skbkontur/icons@1.1.0...@skbkontur/icons@1.1.1) (2023-06-30)
|
|
20
18
|
|
|
19
|
+
**Note:** Version bump only for package @skbkontur/icons
|
|
21
20
|
|
|
21
|
+
# [1.1.0](https://git.skbkontur.ru/ui/ui-parking/compare/@skbkontur/icons@1.0.3...@skbkontur/icons@1.1.0) (2023-06-27)
|
|
22
22
|
|
|
23
|
+
### Features
|
|
23
24
|
|
|
25
|
+
- **icons:** ignore contents of icon on center alignment ([7be845c](https://git.skbkontur.ru/ui/ui-parking/commits/7be845cfc9980579ca50ec9014a91cbbc423e61d))
|
|
24
26
|
|
|
25
27
|
## [1.0.3](https://git.skbkontur.ru/ui/ui-parking/compare/@skbkontur/icons@1.0.2...@skbkontur/icons@1.0.3) (2023-06-22)
|
|
26
28
|
|
|
27
|
-
|
|
28
29
|
### Bug Fixes
|
|
29
30
|
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
31
|
+
- **icons:** granular icons default alignment ([411e3e4](https://git.skbkontur.ru/ui/ui-parking/commits/411e3e4adec41296870acb176060bccef318b2ce))
|
|
35
32
|
|
|
36
33
|
## [1.0.2](https://git.skbkontur.ru/ui/ui-parking/compare/@skbkontur/icons@1.0.1...@skbkontur/icons@1.0.2) (2023-06-16)
|
|
37
34
|
|
|
38
35
|
**Note:** Version bump only for package @skbkontur/icons
|
|
39
36
|
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
37
|
## [1.0.1](https://git.skbkontur.ru/ui/ui-parking/compare/@skbkontur/icons@1.0.0...@skbkontur/icons@1.0.1) (2023-06-14)
|
|
45
38
|
|
|
46
39
|
**Note:** Version bump only for package @skbkontur/icons
|
|
47
40
|
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
41
|
# [1.0.0](https://git.skbkontur.ru/ui/ui-parking/compare/@skbkontur/icons@0.17.2...@skbkontur/icons@1.0.0) (2023-06-13)
|
|
53
42
|
|
|
54
43
|
**Note:** Version bump only for package @skbkontur/icons
|
|
55
44
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
45
|
## [0.17.2](https://git.skbkontur.ru/ui/ui-parking/compare/@skbkontur/icons@0.17.1...@skbkontur/icons@0.17.2) (2023-06-08)
|
|
61
46
|
|
|
62
47
|
**Note:** Version bump only for package @skbkontur/icons
|
|
63
48
|
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
49
|
## [0.17.1](https://git.skbkontur.ru/ui/ui-parking/compare/@skbkontur/icons@0.17.0...@skbkontur/icons@0.17.1) (2023-06-06)
|
|
69
50
|
|
|
70
51
|
### Bug Fixes
|
package/README.md
CHANGED
|
@@ -86,14 +86,10 @@ const Icon = allIcons[currentIcon];
|
|
|
86
86
|
</span>
|
|
87
87
|
</div>
|
|
88
88
|
|
|
89
|
-
<ControlsWrapper popupTopPos={
|
|
89
|
+
<ControlsWrapper popupTopPos={'-430px'}>
|
|
90
90
|
<label style={{ display: 'flex', alignItems: 'center', cursor: 'pointer', marginBottom: '15px' }}>
|
|
91
91
|
Выравнивание:{' '}
|
|
92
|
-
<select
|
|
93
|
-
defaultValue={align}
|
|
94
|
-
onChange={(e) => setAlign(e.target.value)}
|
|
95
|
-
style={{ marginLeft: '10px' }}
|
|
96
|
-
>
|
|
92
|
+
<select defaultValue={align} onChange={(e) => setAlign(e.target.value)} style={{ marginLeft: '10px' }}>
|
|
97
93
|
<option value="center">по центру</option>
|
|
98
94
|
<option value="baseline">по базовой линии текста</option>
|
|
99
95
|
<option value="none">без выравнивания</option>
|
|
@@ -135,7 +131,7 @@ const Icon = allIcons[currentIcon];
|
|
|
135
131
|
|
|
136
132
|
<ColorPicker color={color} setColor={setColor} label="Цвет текста и иконки:" />
|
|
137
133
|
</ControlsWrapper>
|
|
138
|
-
</div
|
|
134
|
+
</div>;
|
|
139
135
|
```
|
|
140
136
|
|
|
141
137
|
Соотнесение названий старых и новых иконок
|
|
@@ -159,8 +155,8 @@ import { ControlsWrapper, ControlsWrapperProps } from './__stories__/ControlsWra
|
|
|
159
155
|
import { TemplateProps } from './__stories__/ModernIcons.stories';
|
|
160
156
|
import { WeightRange } from './__stories__/WeightRange';
|
|
161
157
|
|
|
162
|
-
const CheckAIcon = allIcons['CheckAIcon']
|
|
163
|
-
const CopyIcon = allIcons['CopyIcon']
|
|
158
|
+
const CheckAIcon = allIcons['CheckAIcon'];
|
|
159
|
+
const CopyIcon = allIcons['CopyIcon'];
|
|
164
160
|
|
|
165
161
|
const DEFAULT_ICON_BREAKPOINT = 3;
|
|
166
162
|
const DEFAULT_ICON_SIZE = breakpoints[DEFAULT_ICON_BREAKPOINT];
|
|
@@ -299,9 +295,7 @@ const [color, setColor] = React.useState('');
|
|
|
299
295
|
onClick={() => {
|
|
300
296
|
const iconColor = color ? `color={'${color}'}` : '';
|
|
301
297
|
const customSizeIconName = `<${name} size={${size}} weight={'${weights[weight]}'} ${iconColor} />`;
|
|
302
|
-
const iconName = `<${name}${breakpoints[size]}${capitalize(
|
|
303
|
-
weights[weight]
|
|
304
|
-
)} ${iconColor} />`;
|
|
298
|
+
const iconName = `<${name}${breakpoints[size]}${capitalize(weights[weight])} ${iconColor} />`;
|
|
305
299
|
|
|
306
300
|
navigator.clipboard.writeText(isCustomSize ? customSizeIconName : iconName);
|
|
307
301
|
setCopied(name);
|
|
@@ -406,5 +400,5 @@ const [color, setColor] = React.useState('');
|
|
|
406
400
|
</ControlsWrapper>
|
|
407
401
|
</div>
|
|
408
402
|
</div>
|
|
409
|
-
|
|
403
|
+
</>;
|
|
410
404
|
```
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/* eslint-disable react/display-name */
|
|
2
|
+
// * You should NOT edit this file directly. Read CONTRIBUTING.md for more information on creating icons
|
|
3
|
+
import { __assign } from "tslib";
|
|
4
|
+
import React from 'react';
|
|
5
|
+
import { forwardRef } from '../../helpers/forwardRef';
|
|
6
|
+
import { Icon } from '../../internal/Icon';
|
|
7
|
+
import { RotateSquareLeftIcon16Light } from './RotateSquareLeftIcon16Light';
|
|
8
|
+
import { RotateSquareLeftIcon16Regular } from './RotateSquareLeftIcon16Regular';
|
|
9
|
+
import { RotateSquareLeftIcon16Solid } from './RotateSquareLeftIcon16Solid';
|
|
10
|
+
import { RotateSquareLeftIcon20Light } from './RotateSquareLeftIcon20Light';
|
|
11
|
+
import { RotateSquareLeftIcon20Regular } from './RotateSquareLeftIcon20Regular';
|
|
12
|
+
import { RotateSquareLeftIcon20Solid } from './RotateSquareLeftIcon20Solid';
|
|
13
|
+
import { RotateSquareLeftIcon24Regular } from './RotateSquareLeftIcon24Regular';
|
|
14
|
+
import { RotateSquareLeftIcon24Solid } from './RotateSquareLeftIcon24Solid';
|
|
15
|
+
import { RotateSquareLeftIcon32Regular } from './RotateSquareLeftIcon32Regular';
|
|
16
|
+
import { RotateSquareLeftIcon64Regular } from './RotateSquareLeftIcon64Regular';
|
|
17
|
+
var sizes = {
|
|
18
|
+
16: {
|
|
19
|
+
light: RotateSquareLeftIcon16Light,
|
|
20
|
+
regular: RotateSquareLeftIcon16Regular,
|
|
21
|
+
solid: RotateSquareLeftIcon16Solid,
|
|
22
|
+
},
|
|
23
|
+
20: {
|
|
24
|
+
light: RotateSquareLeftIcon20Light,
|
|
25
|
+
regular: RotateSquareLeftIcon20Regular,
|
|
26
|
+
solid: RotateSquareLeftIcon20Solid,
|
|
27
|
+
},
|
|
28
|
+
24: {
|
|
29
|
+
regular: RotateSquareLeftIcon24Regular,
|
|
30
|
+
solid: RotateSquareLeftIcon24Solid,
|
|
31
|
+
},
|
|
32
|
+
32: {
|
|
33
|
+
regular: RotateSquareLeftIcon32Regular,
|
|
34
|
+
},
|
|
35
|
+
64: {
|
|
36
|
+
regular: RotateSquareLeftIcon64Regular,
|
|
37
|
+
},
|
|
38
|
+
};
|
|
39
|
+
export var RotateSquareLeftIcon = forwardRef('RotateSquareLeftIcon', function (props, ref) {
|
|
40
|
+
return React.createElement(Icon, __assign({ ref: ref }, props, { sizes: sizes }));
|
|
41
|
+
});
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/* eslint-disable react/display-name */
|
|
2
|
+
// * You should NOT edit this file directly. Read CONTRIBUTING.md for more information on creating icons
|
|
3
|
+
import { __assign } from "tslib";
|
|
4
|
+
import React from 'react';
|
|
5
|
+
import { forwardRef } from '../../helpers/forwardRef';
|
|
6
|
+
import { BaseIcon } from '../../internal/BaseIcon';
|
|
7
|
+
export var RotateSquareLeftIcon16Light = forwardRef('RotateSquareLeftIcon16Light', function (props, ref) {
|
|
8
|
+
return (React.createElement(BaseIcon, __assign({ ref: ref, viewBoxSize: 16 }, props),
|
|
9
|
+
React.createElement("path", { d: "M9.188.11a.5.5 0 0 1 .624.78L8.425 2H11.5A3.5 3.5 0 0 1 15 5.5v3a.5.5 0 0 1-1 0v-3A2.5 2.5 0 0 0 11.5 3H8.425l1.387 1.11a.5.5 0 0 1-.624.78L7.42 3.476a1.25 1.25 0 0 1 0-1.952L9.188.11Z" }),
|
|
10
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 8.5A2.5 2.5 0 0 0 9.5 6h-5A2.5 2.5 0 0 0 2 8.5v5A2.5 2.5 0 0 0 4.5 16h5a2.5 2.5 0 0 0 2.5-2.5v-5ZM9.5 7A1.5 1.5 0 0 1 11 8.5v5A1.5 1.5 0 0 1 9.5 15h-5A1.5 1.5 0 0 1 3 13.5v-5A1.5 1.5 0 0 1 4.5 7h5Z" })));
|
|
11
|
+
});
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/* eslint-disable react/display-name */
|
|
2
|
+
// * You should NOT edit this file directly. Read CONTRIBUTING.md for more information on creating icons
|
|
3
|
+
import { __assign } from "tslib";
|
|
4
|
+
import React from 'react';
|
|
5
|
+
import { forwardRef } from '../../helpers/forwardRef';
|
|
6
|
+
import { BaseIcon } from '../../internal/BaseIcon';
|
|
7
|
+
export var RotateSquareLeftIcon16Regular = forwardRef('RotateSquareLeftIcon16Regular', function (props, ref) {
|
|
8
|
+
return (React.createElement(BaseIcon, __assign({ ref: ref, viewBoxSize: 16 }, props),
|
|
9
|
+
React.createElement("path", { d: "M8.781.164a.75.75 0 1 1 .938 1.172L8.889 2h2.361A3.75 3.75 0 0 1 15 5.75v3a.75.75 0 0 1-1.5 0v-3a2.25 2.25 0 0 0-2.25-2.25H8.888l.83.664a.75.75 0 1 1-.937 1.172L7.014 3.92a1.5 1.5 0 0 1 0-2.342L8.78.164Z" }),
|
|
10
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 8.75A2.75 2.75 0 0 0 9.25 6h-4.5A2.75 2.75 0 0 0 2 8.75v4.5A2.75 2.75 0 0 0 4.75 16h4.5A2.75 2.75 0 0 0 12 13.25v-4.5ZM9.25 7.5c.69 0 1.25.56 1.25 1.25v4.5c0 .69-.56 1.25-1.25 1.25h-4.5c-.69 0-1.25-.56-1.25-1.25v-4.5c0-.69.56-1.25 1.25-1.25h4.5Z" })));
|
|
11
|
+
});
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/* eslint-disable react/display-name */
|
|
2
|
+
// * You should NOT edit this file directly. Read CONTRIBUTING.md for more information on creating icons
|
|
3
|
+
import { __assign } from "tslib";
|
|
4
|
+
import React from 'react';
|
|
5
|
+
import { forwardRef } from '../../helpers/forwardRef';
|
|
6
|
+
import { BaseIcon } from '../../internal/BaseIcon';
|
|
7
|
+
export var RotateSquareLeftIcon16Solid = forwardRef('RotateSquareLeftIcon16Solid', function (props, ref) {
|
|
8
|
+
return (React.createElement(BaseIcon, __assign({ ref: ref, viewBoxSize: 16 }, props),
|
|
9
|
+
React.createElement("path", { d: "M8.781.164a.75.75 0 1 1 .938 1.172L8.889 2h2.361A3.75 3.75 0 0 1 15 5.75v3a.75.75 0 0 1-1.5 0v-3a2.25 2.25 0 0 0-2.25-2.25H8.888l.83.664a.75.75 0 1 1-.937 1.172L7.014 3.92a1.5 1.5 0 0 1 0-2.342L8.78.164Z" }),
|
|
10
|
+
React.createElement("path", { d: "M12 8.5A2.5 2.5 0 0 0 9.5 6h-5A2.5 2.5 0 0 0 2 8.5v5A2.5 2.5 0 0 0 4.5 16h5a2.5 2.5 0 0 0 2.5-2.5v-5Z" })));
|
|
11
|
+
});
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/* eslint-disable react/display-name */
|
|
2
|
+
// * You should NOT edit this file directly. Read CONTRIBUTING.md for more information on creating icons
|
|
3
|
+
import { __assign } from "tslib";
|
|
4
|
+
import React from 'react';
|
|
5
|
+
import { forwardRef } from '../../helpers/forwardRef';
|
|
6
|
+
import { BaseIcon } from '../../internal/BaseIcon';
|
|
7
|
+
export var RotateSquareLeftIcon20Light = forwardRef('RotateSquareLeftIcon20Light', function (props, ref) {
|
|
8
|
+
return (React.createElement(BaseIcon, __assign({ ref: ref, viewBoxSize: 20 }, props),
|
|
9
|
+
React.createElement("path", { d: "M12.188.11a.5.5 0 1 1 .624.78L11.425 2H15a4 4 0 0 1 4 4v2.5a.5.5 0 0 1-1 0V6a3 3 0 0 0-3-3h-3.575l1.387 1.11a.5.5 0 1 1-.624.78l-1.67-1.336a1.35 1.35 0 0 1 0-2.108L12.187.11Z" }),
|
|
10
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15 10a3 3 0 0 0-3-3H6a3 3 0 0 0-3 3v6a3 3 0 0 0 3 3h6a3 3 0 0 0 3-3v-6Zm-3-2a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-6a2 2 0 0 1 2-2h6Z" })));
|
|
11
|
+
});
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/* eslint-disable react/display-name */
|
|
2
|
+
// * You should NOT edit this file directly. Read CONTRIBUTING.md for more information on creating icons
|
|
3
|
+
import { __assign } from "tslib";
|
|
4
|
+
import React from 'react';
|
|
5
|
+
import { forwardRef } from '../../helpers/forwardRef';
|
|
6
|
+
import { BaseIcon } from '../../internal/BaseIcon';
|
|
7
|
+
export var RotateSquareLeftIcon20Regular = forwardRef('RotateSquareLeftIcon20Regular', function (props, ref) {
|
|
8
|
+
return (React.createElement(BaseIcon, __assign({ ref: ref, viewBoxSize: 20 }, props),
|
|
9
|
+
React.createElement("path", { d: "M11.775.17a.75.75 0 1 1 .95 1.16l-1.124.92H14.5a4.25 4.25 0 0 1 4.25 4.25v2.75a.75.75 0 0 1-1.5 0V6.5a2.75 2.75 0 0 0-2.75-2.75h-2.899l1.124.92a.75.75 0 1 1-.95 1.16L9.83 4.239a1.6 1.6 0 0 1 0-2.476L11.775.17Z" }),
|
|
10
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15 10.25A3.25 3.25 0 0 0 11.75 7h-5.5A3.25 3.25 0 0 0 3 10.25v5.5A3.25 3.25 0 0 0 6.25 19h5.5A3.25 3.25 0 0 0 15 15.75v-5.5ZM11.75 8.5c.966 0 1.75.784 1.75 1.75v5.5a1.75 1.75 0 0 1-1.75 1.75h-5.5a1.75 1.75 0 0 1-1.75-1.75v-5.5c0-.966.784-1.75 1.75-1.75h5.5Z" })));
|
|
11
|
+
});
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/* eslint-disable react/display-name */
|
|
2
|
+
// * You should NOT edit this file directly. Read CONTRIBUTING.md for more information on creating icons
|
|
3
|
+
import { __assign } from "tslib";
|
|
4
|
+
import React from 'react';
|
|
5
|
+
import { forwardRef } from '../../helpers/forwardRef';
|
|
6
|
+
import { BaseIcon } from '../../internal/BaseIcon';
|
|
7
|
+
export var RotateSquareLeftIcon20Solid = forwardRef('RotateSquareLeftIcon20Solid', function (props, ref) {
|
|
8
|
+
return (React.createElement(BaseIcon, __assign({ ref: ref, viewBoxSize: 20 }, props),
|
|
9
|
+
React.createElement("path", { d: "M11.368.225a1 1 0 0 1 1.264 1.55L12.356 2H14.5A4.5 4.5 0 0 1 19 6.5V9a1 1 0 1 1-2 0V6.5A2.5 2.5 0 0 0 14.5 4h-2.144l.276.225a1 1 0 0 1-1.264 1.55L9.724 4.433a1.85 1.85 0 0 1 0-2.866L11.368.225Z" }),
|
|
10
|
+
React.createElement("path", { d: "M15 10.25A3.25 3.25 0 0 0 11.75 7h-5.5A3.25 3.25 0 0 0 3 10.25v5.5A3.25 3.25 0 0 0 6.25 19h5.5A3.25 3.25 0 0 0 15 15.75v-5.5Z" })));
|
|
11
|
+
});
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/* eslint-disable react/display-name */
|
|
2
|
+
// * You should NOT edit this file directly. Read CONTRIBUTING.md for more information on creating icons
|
|
3
|
+
import { __assign } from "tslib";
|
|
4
|
+
import React from 'react';
|
|
5
|
+
import { forwardRef } from '../../helpers/forwardRef';
|
|
6
|
+
import { BaseIcon } from '../../internal/BaseIcon';
|
|
7
|
+
export var RotateSquareLeftIcon24Regular = forwardRef('RotateSquareLeftIcon24Regular', function (props, ref) {
|
|
8
|
+
return (React.createElement(BaseIcon, __assign({ ref: ref, viewBoxSize: 24 }, props),
|
|
9
|
+
React.createElement("path", { d: "M13.875.582a.75.75 0 1 1 .95 1.161L13.289 3h3.961A4.75 4.75 0 0 1 22 7.75V11a.75.75 0 0 1-1.5 0V7.75a3.25 3.25 0 0 0-3.25-3.25h-3.961l1.536 1.257a.75.75 0 1 1-.95 1.161L11.66 5.104a1.75 1.75 0 0 1 0-2.708L13.875.582Z" }),
|
|
10
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18 12.75A3.75 3.75 0 0 0 14.25 9h-6.5A3.75 3.75 0 0 0 4 12.75v6.5A3.75 3.75 0 0 0 7.75 23h6.5A3.75 3.75 0 0 0 18 19.25v-6.5Zm-3.75-2.25a2.25 2.25 0 0 1 2.25 2.25v6.5a2.25 2.25 0 0 1-2.25 2.25h-6.5a2.25 2.25 0 0 1-2.25-2.25v-6.5a2.25 2.25 0 0 1 2.25-2.25h6.5Z" })));
|
|
11
|
+
});
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/* eslint-disable react/display-name */
|
|
2
|
+
// * You should NOT edit this file directly. Read CONTRIBUTING.md for more information on creating icons
|
|
3
|
+
import { __assign } from "tslib";
|
|
4
|
+
import React from 'react';
|
|
5
|
+
import { forwardRef } from '../../helpers/forwardRef';
|
|
6
|
+
import { BaseIcon } from '../../internal/BaseIcon';
|
|
7
|
+
export var RotateSquareLeftIcon24Solid = forwardRef('RotateSquareLeftIcon24Solid', function (props, ref) {
|
|
8
|
+
return (React.createElement(BaseIcon, __assign({ ref: ref, viewBoxSize: 24 }, props),
|
|
9
|
+
React.createElement("path", { d: "M13.638.292a1.125 1.125 0 0 1 1.424 1.741l-.723.592h2.911a5.125 5.125 0 0 1 5.125 5.125V11a1.125 1.125 0 0 1-2.25 0V7.75a2.875 2.875 0 0 0-2.875-2.875h-2.91l.722.592a1.125 1.125 0 0 1-1.424 1.741L11.42 5.395a2.125 2.125 0 0 1 0-3.29L13.638.292Z" }),
|
|
10
|
+
React.createElement("path", { d: "M18 13a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v6a4 4 0 0 0 4 4h6a4 4 0 0 0 4-4v-6Z" })));
|
|
11
|
+
});
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/* eslint-disable react/display-name */
|
|
2
|
+
// * You should NOT edit this file directly. Read CONTRIBUTING.md for more information on creating icons
|
|
3
|
+
import { __assign } from "tslib";
|
|
4
|
+
import React from 'react';
|
|
5
|
+
import { forwardRef } from '../../helpers/forwardRef';
|
|
6
|
+
import { BaseIcon } from '../../internal/BaseIcon';
|
|
7
|
+
export var RotateSquareLeftIcon32Regular = forwardRef('RotateSquareLeftIcon32Regular', function (props, ref) {
|
|
8
|
+
return (React.createElement(BaseIcon, __assign({ ref: ref, viewBoxSize: 32 }, props),
|
|
9
|
+
React.createElement("path", { d: "M18.364.728a1 1 0 1 1 1.272 1.544L17.537 4H22.5a6.5 6.5 0 0 1 6.5 6.5V15a1 1 0 1 1-2 0v-4.5A4.5 4.5 0 0 0 22.5 6h-4.963l2.099 1.728a1 1 0 0 1-1.272 1.544l-3.312-2.728a2 2 0 0 1 0-3.088L18.364.728Z" }),
|
|
10
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M23 17a5 5 0 0 0-5-5h-8a5 5 0 0 0-5 5v8a5 5 0 0 0 5 5h8a5 5 0 0 0 5-5v-8Zm-5-3a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3h-8a3 3 0 0 1-3-3v-8a3 3 0 0 1 3-3h8Z" })));
|
|
11
|
+
});
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/* eslint-disable react/display-name */
|
|
2
|
+
// * You should NOT edit this file directly. Read CONTRIBUTING.md for more information on creating icons
|
|
3
|
+
import { __assign } from "tslib";
|
|
4
|
+
import React from 'react';
|
|
5
|
+
import { forwardRef } from '../../helpers/forwardRef';
|
|
6
|
+
import { BaseIcon } from '../../internal/BaseIcon';
|
|
7
|
+
export var RotateSquareLeftIcon64Regular = forwardRef('RotateSquareLeftIcon64Regular', function (props, ref) {
|
|
8
|
+
return (React.createElement(BaseIcon, __assign({ ref: ref, viewBoxSize: 64 }, props),
|
|
9
|
+
React.createElement("path", { d: "M36.512 1.371a1.5 1.5 0 0 1 1.976 2.258L33.492 8H44.5C51.404 8 57 13.596 57 20.5v9a1.5 1.5 0 0 1-3 0v-9a9.5 9.5 0 0 0-9.5-9.5H33.492l4.996 4.371a1.5 1.5 0 0 1-1.976 2.258l-6.28-5.495a3.5 3.5 0 0 1 0-5.268l6.28-5.495Z" }),
|
|
10
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M45 33.5a9.5 9.5 0 0 0-9.5-9.5h-17A9.5 9.5 0 0 0 9 33.5v17a9.5 9.5 0 0 0 9.5 9.5h17a9.5 9.5 0 0 0 9.5-9.5v-17ZM35.5 27a6.5 6.5 0 0 1 6.5 6.5v17a6.5 6.5 0 0 1-6.5 6.5h-17a6.5 6.5 0 0 1-6.5-6.5v-17a6.5 6.5 0 0 1 6.5-6.5h17Z" })));
|
|
11
|
+
});
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export * from './RotateSquareLeftIcon';
|
|
2
|
+
export * from './RotateSquareLeftIcon16Light';
|
|
3
|
+
export * from './RotateSquareLeftIcon16Regular';
|
|
4
|
+
export * from './RotateSquareLeftIcon16Solid';
|
|
5
|
+
export * from './RotateSquareLeftIcon20Light';
|
|
6
|
+
export * from './RotateSquareLeftIcon20Regular';
|
|
7
|
+
export * from './RotateSquareLeftIcon20Solid';
|
|
8
|
+
export * from './RotateSquareLeftIcon24Regular';
|
|
9
|
+
export * from './RotateSquareLeftIcon24Solid';
|
|
10
|
+
export * from './RotateSquareLeftIcon32Regular';
|
|
11
|
+
export * from './RotateSquareLeftIcon64Regular';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export * from './RotateSquareLeftIcon';
|
|
2
|
+
export * from './RotateSquareLeftIcon16Light';
|
|
3
|
+
export * from './RotateSquareLeftIcon16Regular';
|
|
4
|
+
export * from './RotateSquareLeftIcon16Solid';
|
|
5
|
+
export * from './RotateSquareLeftIcon20Light';
|
|
6
|
+
export * from './RotateSquareLeftIcon20Regular';
|
|
7
|
+
export * from './RotateSquareLeftIcon20Solid';
|
|
8
|
+
export * from './RotateSquareLeftIcon24Regular';
|
|
9
|
+
export * from './RotateSquareLeftIcon24Solid';
|
|
10
|
+
export * from './RotateSquareLeftIcon32Regular';
|
|
11
|
+
export * from './RotateSquareLeftIcon64Regular';
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/* eslint-disable react/display-name */
|
|
2
|
+
// * You should NOT edit this file directly. Read CONTRIBUTING.md for more information on creating icons
|
|
3
|
+
import { __assign } from "tslib";
|
|
4
|
+
import React from 'react';
|
|
5
|
+
import { forwardRef } from '../../helpers/forwardRef';
|
|
6
|
+
import { Icon } from '../../internal/Icon';
|
|
7
|
+
import { RotateSquareRightIcon16Light } from './RotateSquareRightIcon16Light';
|
|
8
|
+
import { RotateSquareRightIcon16Regular } from './RotateSquareRightIcon16Regular';
|
|
9
|
+
import { RotateSquareRightIcon16Solid } from './RotateSquareRightIcon16Solid';
|
|
10
|
+
import { RotateSquareRightIcon20Light } from './RotateSquareRightIcon20Light';
|
|
11
|
+
import { RotateSquareRightIcon20Regular } from './RotateSquareRightIcon20Regular';
|
|
12
|
+
import { RotateSquareRightIcon20Solid } from './RotateSquareRightIcon20Solid';
|
|
13
|
+
import { RotateSquareRightIcon24Regular } from './RotateSquareRightIcon24Regular';
|
|
14
|
+
import { RotateSquareRightIcon24Solid } from './RotateSquareRightIcon24Solid';
|
|
15
|
+
import { RotateSquareRightIcon32Regular } from './RotateSquareRightIcon32Regular';
|
|
16
|
+
import { RotateSquareRightIcon64Regular } from './RotateSquareRightIcon64Regular';
|
|
17
|
+
var sizes = {
|
|
18
|
+
16: {
|
|
19
|
+
light: RotateSquareRightIcon16Light,
|
|
20
|
+
regular: RotateSquareRightIcon16Regular,
|
|
21
|
+
solid: RotateSquareRightIcon16Solid,
|
|
22
|
+
},
|
|
23
|
+
20: {
|
|
24
|
+
light: RotateSquareRightIcon20Light,
|
|
25
|
+
regular: RotateSquareRightIcon20Regular,
|
|
26
|
+
solid: RotateSquareRightIcon20Solid,
|
|
27
|
+
},
|
|
28
|
+
24: {
|
|
29
|
+
regular: RotateSquareRightIcon24Regular,
|
|
30
|
+
solid: RotateSquareRightIcon24Solid,
|
|
31
|
+
},
|
|
32
|
+
32: {
|
|
33
|
+
regular: RotateSquareRightIcon32Regular,
|
|
34
|
+
},
|
|
35
|
+
64: {
|
|
36
|
+
regular: RotateSquareRightIcon64Regular,
|
|
37
|
+
},
|
|
38
|
+
};
|
|
39
|
+
export var RotateSquareRightIcon = forwardRef('RotateSquareRightIcon', function (props, ref) {
|
|
40
|
+
return React.createElement(Icon, __assign({ ref: ref }, props, { sizes: sizes }));
|
|
41
|
+
});
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/* eslint-disable react/display-name */
|
|
2
|
+
// * You should NOT edit this file directly. Read CONTRIBUTING.md for more information on creating icons
|
|
3
|
+
import { __assign } from "tslib";
|
|
4
|
+
import React from 'react';
|
|
5
|
+
import { forwardRef } from '../../helpers/forwardRef';
|
|
6
|
+
import { BaseIcon } from '../../internal/BaseIcon';
|
|
7
|
+
export var RotateSquareRightIcon16Light = forwardRef('RotateSquareRightIcon16Light', function (props, ref) {
|
|
8
|
+
return (React.createElement(BaseIcon, __assign({ ref: ref, viewBoxSize: 16 }, props),
|
|
9
|
+
React.createElement("path", { d: "M6.812.11a.5.5 0 0 0-.624.78L7.575 2H4.5A3.5 3.5 0 0 0 1 5.5v3a.5.5 0 0 0 1 0v-3A2.5 2.5 0 0 1 4.5 3h3.075L6.188 4.11a.5.5 0 0 0 .624.78L8.58 3.476a1.25 1.25 0 0 0 0-1.952L6.812.11Z" }),
|
|
10
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 8.5A2.5 2.5 0 0 1 6.5 6h5A2.5 2.5 0 0 1 14 8.5v5a2.5 2.5 0 0 1-2.5 2.5h-5A2.5 2.5 0 0 1 4 13.5v-5ZM6.5 7A1.5 1.5 0 0 0 5 8.5v5A1.5 1.5 0 0 0 6.5 15h5a1.5 1.5 0 0 0 1.5-1.5v-5A1.5 1.5 0 0 0 11.5 7h-5Z" })));
|
|
11
|
+
});
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/* eslint-disable react/display-name */
|
|
2
|
+
// * You should NOT edit this file directly. Read CONTRIBUTING.md for more information on creating icons
|
|
3
|
+
import { __assign } from "tslib";
|
|
4
|
+
import React from 'react';
|
|
5
|
+
import { forwardRef } from '../../helpers/forwardRef';
|
|
6
|
+
import { BaseIcon } from '../../internal/BaseIcon';
|
|
7
|
+
export var RotateSquareRightIcon16Regular = forwardRef('RotateSquareRightIcon16Regular', function (props, ref) {
|
|
8
|
+
return (React.createElement(BaseIcon, __assign({ ref: ref, viewBoxSize: 16 }, props),
|
|
9
|
+
React.createElement("path", { d: "M7.219.164a.75.75 0 1 0-.938 1.172l.83.664H4.75A3.75 3.75 0 0 0 1 5.75v3a.75.75 0 0 0 1.5 0v-3A2.25 2.25 0 0 1 4.75 3.5h2.362l-.83.664a.75.75 0 1 0 .937 1.172L8.986 3.92a1.5 1.5 0 0 0 0-2.342L7.22.164Z" }),
|
|
10
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 8.75A2.75 2.75 0 0 1 6.75 6h4.5A2.75 2.75 0 0 1 14 8.75v4.5A2.75 2.75 0 0 1 11.25 16h-4.5A2.75 2.75 0 0 1 4 13.25v-4.5ZM6.75 7.5c-.69 0-1.25.56-1.25 1.25v4.5c0 .69.56 1.25 1.25 1.25h4.5c.69 0 1.25-.56 1.25-1.25v-4.5c0-.69-.56-1.25-1.25-1.25h-4.5Z" })));
|
|
11
|
+
});
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/* eslint-disable react/display-name */
|
|
2
|
+
// * You should NOT edit this file directly. Read CONTRIBUTING.md for more information on creating icons
|
|
3
|
+
import { __assign } from "tslib";
|
|
4
|
+
import React from 'react';
|
|
5
|
+
import { forwardRef } from '../../helpers/forwardRef';
|
|
6
|
+
import { BaseIcon } from '../../internal/BaseIcon';
|
|
7
|
+
export var RotateSquareRightIcon16Solid = forwardRef('RotateSquareRightIcon16Solid', function (props, ref) {
|
|
8
|
+
return (React.createElement(BaseIcon, __assign({ ref: ref, viewBoxSize: 16 }, props),
|
|
9
|
+
React.createElement("path", { d: "M7.219.164a.75.75 0 1 0-.938 1.172l.83.664H4.75A3.75 3.75 0 0 0 1 5.75v3a.75.75 0 0 0 1.5 0v-3A2.25 2.25 0 0 1 4.75 3.5h2.362l-.83.664a.75.75 0 1 0 .937 1.172L8.986 3.92a1.5 1.5 0 0 0 0-2.342L7.22.164Z" }),
|
|
10
|
+
React.createElement("path", { d: "M4 8.5A2.5 2.5 0 0 1 6.5 6h5A2.5 2.5 0 0 1 14 8.5v5a2.5 2.5 0 0 1-2.5 2.5h-5A2.5 2.5 0 0 1 4 13.5v-5Z" })));
|
|
11
|
+
});
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/* eslint-disable react/display-name */
|
|
2
|
+
// * You should NOT edit this file directly. Read CONTRIBUTING.md for more information on creating icons
|
|
3
|
+
import { __assign } from "tslib";
|
|
4
|
+
import React from 'react';
|
|
5
|
+
import { forwardRef } from '../../helpers/forwardRef';
|
|
6
|
+
import { BaseIcon } from '../../internal/BaseIcon';
|
|
7
|
+
export var RotateSquareRightIcon20Light = forwardRef('RotateSquareRightIcon20Light', function (props, ref) {
|
|
8
|
+
return (React.createElement(BaseIcon, __assign({ ref: ref, viewBoxSize: 20 }, props),
|
|
9
|
+
React.createElement("path", { d: "M7.812.11a.5.5 0 0 0-.624.78L8.575 2H5a4 4 0 0 0-4 4v2.5a.5.5 0 1 0 1 0V6a3 3 0 0 1 3-3h3.575L7.188 4.11a.5.5 0 0 0 .624.78l1.67-1.336a1.35 1.35 0 0 0 0-2.108L7.813.11Z" }),
|
|
10
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5 10a3 3 0 0 1 3-3h6a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3v-6Zm3-2a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-6a2 2 0 0 0-2-2H8Z" })));
|
|
11
|
+
});
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/* eslint-disable react/display-name */
|
|
2
|
+
// * You should NOT edit this file directly. Read CONTRIBUTING.md for more information on creating icons
|
|
3
|
+
import { __assign } from "tslib";
|
|
4
|
+
import React from 'react';
|
|
5
|
+
import { forwardRef } from '../../helpers/forwardRef';
|
|
6
|
+
import { BaseIcon } from '../../internal/BaseIcon';
|
|
7
|
+
export var RotateSquareRightIcon20Regular = forwardRef('RotateSquareRightIcon20Regular', function (props, ref) {
|
|
8
|
+
return (React.createElement(BaseIcon, __assign({ ref: ref, viewBoxSize: 20 }, props),
|
|
9
|
+
React.createElement("path", { d: "M8.225.17a.75.75 0 0 0-.95 1.16l1.124.92H5.5A4.25 4.25 0 0 0 1.25 6.5v2.75a.75.75 0 0 0 1.5 0V6.5A2.75 2.75 0 0 1 5.5 3.75h2.899l-1.124.92a.75.75 0 1 0 .95 1.16l1.946-1.592a1.6 1.6 0 0 0 0-2.476L8.225.17Z" }),
|
|
10
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5 10.25A3.25 3.25 0 0 1 8.25 7h5.5A3.25 3.25 0 0 1 17 10.25v5.5A3.25 3.25 0 0 1 13.75 19h-5.5A3.25 3.25 0 0 1 5 15.75v-5.5ZM8.25 8.5a1.75 1.75 0 0 0-1.75 1.75v5.5c0 .966.784 1.75 1.75 1.75h5.5a1.75 1.75 0 0 0 1.75-1.75v-5.5a1.75 1.75 0 0 0-1.75-1.75h-5.5Z" })));
|
|
11
|
+
});
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/* eslint-disable react/display-name */
|
|
2
|
+
// * You should NOT edit this file directly. Read CONTRIBUTING.md for more information on creating icons
|
|
3
|
+
import { __assign } from "tslib";
|
|
4
|
+
import React from 'react';
|
|
5
|
+
import { forwardRef } from '../../helpers/forwardRef';
|
|
6
|
+
import { BaseIcon } from '../../internal/BaseIcon';
|
|
7
|
+
export var RotateSquareRightIcon20Solid = forwardRef('RotateSquareRightIcon20Solid', function (props, ref) {
|
|
8
|
+
return (React.createElement(BaseIcon, __assign({ ref: ref, viewBoxSize: 20 }, props),
|
|
9
|
+
React.createElement("path", { d: "M8.632.225a1 1 0 0 0-1.264 1.55L7.644 2H5.5A4.5 4.5 0 0 0 1 6.5V9a1 1 0 1 0 2 0V6.5A2.5 2.5 0 0 1 5.5 4h2.144l-.276.225a1 1 0 0 0 1.264 1.55l1.644-1.342a1.85 1.85 0 0 0 0-2.866L8.632.225Z" }),
|
|
10
|
+
React.createElement("path", { d: "M5 10.25A3.25 3.25 0 0 1 8.25 7h5.5A3.25 3.25 0 0 1 17 10.25v5.5A3.25 3.25 0 0 1 13.75 19h-5.5A3.25 3.25 0 0 1 5 15.75v-5.5Z" })));
|
|
11
|
+
});
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/* eslint-disable react/display-name */
|
|
2
|
+
// * You should NOT edit this file directly. Read CONTRIBUTING.md for more information on creating icons
|
|
3
|
+
import { __assign } from "tslib";
|
|
4
|
+
import React from 'react';
|
|
5
|
+
import { forwardRef } from '../../helpers/forwardRef';
|
|
6
|
+
import { BaseIcon } from '../../internal/BaseIcon';
|
|
7
|
+
export var RotateSquareRightIcon24Regular = forwardRef('RotateSquareRightIcon24Regular', function (props, ref) {
|
|
8
|
+
return (React.createElement(BaseIcon, __assign({ ref: ref, viewBoxSize: 24 }, props),
|
|
9
|
+
React.createElement("path", { d: "M10.125.582a.75.75 0 1 0-.95 1.161L10.711 3H6.75A4.75 4.75 0 0 0 2 7.75V11a.75.75 0 0 0 1.5 0V7.75A3.25 3.25 0 0 1 6.75 4.5h3.961L9.175 5.757a.75.75 0 0 0 .95 1.161l2.216-1.814a1.75 1.75 0 0 0 0-2.708L10.125.582Z" }),
|
|
10
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 12.75A3.75 3.75 0 0 1 9.75 9h6.5A3.75 3.75 0 0 1 20 12.75v6.5A3.75 3.75 0 0 1 16.25 23h-6.5A3.75 3.75 0 0 1 6 19.25v-6.5Zm3.75-2.25a2.25 2.25 0 0 0-2.25 2.25v6.5a2.25 2.25 0 0 0 2.25 2.25h6.5a2.25 2.25 0 0 0 2.25-2.25v-6.5a2.25 2.25 0 0 0-2.25-2.25h-6.5Z" })));
|
|
11
|
+
});
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/* eslint-disable react/display-name */
|
|
2
|
+
// * You should NOT edit this file directly. Read CONTRIBUTING.md for more information on creating icons
|
|
3
|
+
import { __assign } from "tslib";
|
|
4
|
+
import React from 'react';
|
|
5
|
+
import { forwardRef } from '../../helpers/forwardRef';
|
|
6
|
+
import { BaseIcon } from '../../internal/BaseIcon';
|
|
7
|
+
export var RotateSquareRightIcon24Solid = forwardRef('RotateSquareRightIcon24Solid', function (props, ref) {
|
|
8
|
+
return (React.createElement(BaseIcon, __assign({ ref: ref, viewBoxSize: 24 }, props),
|
|
9
|
+
React.createElement("path", { d: "M10.362.292a1.125 1.125 0 0 0-1.424 1.741l.723.592H6.75A5.125 5.125 0 0 0 1.625 7.75V11a1.125 1.125 0 1 0 2.25 0V7.75A2.875 2.875 0 0 1 6.75 4.875h2.91l-.722.592a1.125 1.125 0 1 0 1.424 1.741l2.217-1.813a2.125 2.125 0 0 0 0-3.29L10.362.292Z" }),
|
|
10
|
+
React.createElement("path", { d: "M6 13a4 4 0 0 1 4-4h6a4 4 0 0 1 4 4v6a4 4 0 0 1-4 4h-6a4 4 0 0 1-4-4v-6Z" })));
|
|
11
|
+
});
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/* eslint-disable react/display-name */
|
|
2
|
+
// * You should NOT edit this file directly. Read CONTRIBUTING.md for more information on creating icons
|
|
3
|
+
import { __assign } from "tslib";
|
|
4
|
+
import React from 'react';
|
|
5
|
+
import { forwardRef } from '../../helpers/forwardRef';
|
|
6
|
+
import { BaseIcon } from '../../internal/BaseIcon';
|
|
7
|
+
export var RotateSquareRightIcon32Regular = forwardRef('RotateSquareRightIcon32Regular', function (props, ref) {
|
|
8
|
+
return (React.createElement(BaseIcon, __assign({ ref: ref, viewBoxSize: 32 }, props),
|
|
9
|
+
React.createElement("path", { d: "M13.636.728a1 1 0 1 0-1.272 1.544L14.463 4H9.5A6.5 6.5 0 0 0 3 10.5V15a1 1 0 1 0 2 0v-4.5A4.5 4.5 0 0 1 9.5 6h4.963l-2.099 1.728a1 1 0 0 0 1.272 1.544l3.312-2.728a2 2 0 0 0 0-3.088L13.636.728Z" }),
|
|
10
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9 17a5 5 0 0 1 5-5h8a5 5 0 0 1 5 5v8a5 5 0 0 1-5 5h-8a5 5 0 0 1-5-5v-8Zm5-3a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3v-8a3 3 0 0 0-3-3h-8Z" })));
|
|
11
|
+
});
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/* eslint-disable react/display-name */
|
|
2
|
+
// * You should NOT edit this file directly. Read CONTRIBUTING.md for more information on creating icons
|
|
3
|
+
import { __assign } from "tslib";
|
|
4
|
+
import React from 'react';
|
|
5
|
+
import { forwardRef } from '../../helpers/forwardRef';
|
|
6
|
+
import { BaseIcon } from '../../internal/BaseIcon';
|
|
7
|
+
export var RotateSquareRightIcon64Regular = forwardRef('RotateSquareRightIcon64Regular', function (props, ref) {
|
|
8
|
+
return (React.createElement(BaseIcon, __assign({ ref: ref, viewBoxSize: 64 }, props),
|
|
9
|
+
React.createElement("path", { d: "M27.488 1.371a1.5 1.5 0 0 0-1.976 2.258L30.508 8H19.5C12.596 8 7 13.596 7 20.5v9a1.5 1.5 0 0 0 3 0v-9a9.5 9.5 0 0 1 9.5-9.5h11.008l-4.996 4.371a1.5 1.5 0 0 0 1.976 2.258l6.28-5.495a3.5 3.5 0 0 0 0-5.268l-6.28-5.495Z" }),
|
|
10
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M19 33.5a9.5 9.5 0 0 1 9.5-9.5h17a9.5 9.5 0 0 1 9.5 9.5v17a9.5 9.5 0 0 1-9.5 9.5h-17a9.5 9.5 0 0 1-9.5-9.5v-17Zm9.5-6.5a6.5 6.5 0 0 0-6.5 6.5v17a6.5 6.5 0 0 0 6.5 6.5h17a6.5 6.5 0 0 0 6.5-6.5v-17a6.5 6.5 0 0 0-6.5-6.5h-17Z" })));
|
|
11
|
+
});
|