alma-icons 3.1.0 → 3.2.1
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/README.md +3 -3
- package/dist/manifest.js +20 -10
- package/dist/metadata.d.ts +2 -1
- package/dist/metadata.js +22 -11
- package/dist/react/icons/{UbuntoOutline100.d.ts → RenameAltFill100.d.ts} +2 -2
- package/dist/react/icons/RenameAltFill100.js +47 -0
- package/dist/react/icons/{UbuntoOutline200.d.ts → RenameAltFill200.d.ts} +2 -2
- package/dist/react/icons/RenameAltFill200.js +47 -0
- package/dist/react/icons/{UbuntoOutline300.d.ts → RenameAltFill300.d.ts} +2 -2
- package/dist/react/icons/RenameAltFill300.js +47 -0
- package/dist/react/icons/{UbuntoOutline400.d.ts → RenameAltFill400.d.ts} +2 -2
- package/dist/react/icons/RenameAltFill400.js +47 -0
- package/dist/react/icons/RenameAltFill500.d.ts +6 -0
- package/dist/react/icons/RenameAltFill500.js +47 -0
- package/dist/react/icons/RenameAltOutline100.d.ts +6 -0
- package/dist/react/icons/RenameAltOutline100.js +47 -0
- package/dist/react/icons/RenameAltOutline200.d.ts +6 -0
- package/dist/react/icons/RenameAltOutline200.js +47 -0
- package/dist/react/icons/RenameAltOutline300.d.ts +6 -0
- package/dist/react/icons/RenameAltOutline300.js +47 -0
- package/dist/react/icons/RenameAltOutline400.d.ts +6 -0
- package/dist/react/icons/RenameAltOutline400.js +47 -0
- package/dist/react/icons/RenameAltOutline500.d.ts +6 -0
- package/dist/react/icons/RenameAltOutline500.js +47 -0
- package/dist/react/icons/StrokeWidthFill100.js +1 -1
- package/dist/react/icons/StrokeWidthFill200.js +1 -1
- package/dist/react/icons/StrokeWidthFill300.js +1 -1
- package/dist/react/icons/StrokeWidthFill400.js +1 -1
- package/dist/react/icons/StrokeWidthFill500.js +1 -1
- package/dist/react/icons/StrokeWidthOutline100.js +1 -1
- package/dist/react/icons/StrokeWidthOutline200.js +1 -1
- package/dist/react/icons/StrokeWidthOutline300.js +1 -1
- package/dist/react/icons/StrokeWidthOutline400.js +1 -1
- package/dist/react/icons/StrokeWidthOutline500.js +1 -1
- package/dist/react/icons/{UbuntoFill100.d.ts → UbuntuFill100.d.ts} +2 -2
- package/dist/react/icons/{UbuntoFill100.js → UbuntuFill100.js} +1 -1
- package/dist/react/icons/{UbuntoFill300.d.ts → UbuntuFill200.d.ts} +2 -2
- package/dist/react/icons/{UbuntoFill200.js → UbuntuFill200.js} +1 -1
- package/dist/react/icons/{UbuntoFill200.d.ts → UbuntuFill300.d.ts} +2 -2
- package/dist/react/icons/{UbuntoFill300.js → UbuntuFill300.js} +1 -1
- package/dist/react/icons/{UbuntoFill400.d.ts → UbuntuFill400.d.ts} +2 -2
- package/dist/react/icons/{UbuntoFill400.js → UbuntuFill400.js} +1 -1
- package/dist/react/icons/UbuntuFill500.d.ts +6 -0
- package/dist/react/icons/{UbuntoFill500.js → UbuntuFill500.js} +1 -1
- package/dist/react/icons/UbuntuOutline100.d.ts +6 -0
- package/dist/react/icons/{UbuntoOutline100.js → UbuntuOutline100.js} +1 -1
- package/dist/react/icons/UbuntuOutline200.d.ts +6 -0
- package/dist/react/icons/{UbuntoOutline200.js → UbuntuOutline200.js} +1 -1
- package/dist/react/icons/UbuntuOutline300.d.ts +6 -0
- package/dist/react/icons/{UbuntoOutline300.js → UbuntuOutline300.js} +1 -1
- package/dist/react/icons/UbuntuOutline400.d.ts +6 -0
- package/dist/react/icons/{UbuntoOutline400.js → UbuntuOutline400.js} +1 -1
- package/dist/react/icons/UbuntuOutline500.d.ts +6 -0
- package/dist/react/icons/{UbuntoOutline500.js → UbuntuOutline500.js} +1 -1
- package/dist/react/icons/index.d.ts +20 -10
- package/dist/react/icons/index.js +20 -10
- package/dist/react/manifest.js +20 -10
- package/dist/vue/icons/{UbuntoOutline100.d.ts → RenameAltFill100.d.ts} +2 -2
- package/dist/vue/icons/RenameAltFill100.js +46 -0
- package/dist/vue/icons/{UbuntoOutline200.d.ts → RenameAltFill200.d.ts} +2 -2
- package/dist/vue/icons/RenameAltFill200.js +46 -0
- package/dist/vue/icons/{UbuntoOutline300.d.ts → RenameAltFill300.d.ts} +2 -2
- package/dist/vue/icons/RenameAltFill300.js +46 -0
- package/dist/vue/icons/{UbuntoOutline400.d.ts → RenameAltFill400.d.ts} +2 -2
- package/dist/vue/icons/RenameAltFill400.js +46 -0
- package/dist/vue/icons/RenameAltFill500.d.ts +7 -0
- package/dist/vue/icons/RenameAltFill500.js +46 -0
- package/dist/vue/icons/RenameAltOutline100.d.ts +7 -0
- package/dist/vue/icons/RenameAltOutline100.js +46 -0
- package/dist/vue/icons/RenameAltOutline200.d.ts +7 -0
- package/dist/vue/icons/RenameAltOutline200.js +46 -0
- package/dist/vue/icons/RenameAltOutline300.d.ts +7 -0
- package/dist/vue/icons/RenameAltOutline300.js +46 -0
- package/dist/vue/icons/RenameAltOutline400.d.ts +7 -0
- package/dist/vue/icons/RenameAltOutline400.js +46 -0
- package/dist/vue/icons/RenameAltOutline500.d.ts +7 -0
- package/dist/vue/icons/RenameAltOutline500.js +46 -0
- package/dist/vue/icons/StrokeWidthFill100.js +1 -1
- package/dist/vue/icons/StrokeWidthFill200.js +1 -1
- package/dist/vue/icons/StrokeWidthFill300.js +1 -1
- package/dist/vue/icons/StrokeWidthFill400.js +1 -1
- package/dist/vue/icons/StrokeWidthFill500.js +1 -1
- package/dist/vue/icons/StrokeWidthOutline100.js +1 -1
- package/dist/vue/icons/StrokeWidthOutline200.js +1 -1
- package/dist/vue/icons/StrokeWidthOutline300.js +1 -1
- package/dist/vue/icons/StrokeWidthOutline400.js +1 -1
- package/dist/vue/icons/StrokeWidthOutline500.js +1 -1
- package/dist/vue/icons/{UbuntoFill100.d.ts → UbuntuFill100.d.ts} +2 -2
- package/dist/vue/icons/{UbuntoFill100.js → UbuntuFill100.js} +1 -1
- package/dist/vue/icons/{UbuntoFill200.d.ts → UbuntuFill200.d.ts} +2 -2
- package/dist/vue/icons/{UbuntoFill200.js → UbuntuFill200.js} +1 -1
- package/dist/vue/icons/{UbuntoFill300.d.ts → UbuntuFill300.d.ts} +2 -2
- package/dist/vue/icons/{UbuntoFill300.js → UbuntuFill300.js} +1 -1
- package/dist/vue/icons/{UbuntoFill400.d.ts → UbuntuFill400.d.ts} +2 -2
- package/dist/vue/icons/{UbuntoFill400.js → UbuntuFill400.js} +1 -1
- package/dist/vue/icons/UbuntuFill500.d.ts +7 -0
- package/dist/vue/icons/{UbuntoFill500.js → UbuntuFill500.js} +1 -1
- package/dist/vue/icons/UbuntuOutline100.d.ts +7 -0
- package/dist/vue/icons/{UbuntoOutline100.js → UbuntuOutline100.js} +1 -1
- package/dist/vue/icons/UbuntuOutline200.d.ts +7 -0
- package/dist/vue/icons/{UbuntoOutline200.js → UbuntuOutline200.js} +1 -1
- package/dist/vue/icons/UbuntuOutline300.d.ts +7 -0
- package/dist/vue/icons/{UbuntoOutline300.js → UbuntuOutline300.js} +1 -1
- package/dist/vue/icons/UbuntuOutline400.d.ts +7 -0
- package/dist/vue/icons/{UbuntoOutline400.js → UbuntuOutline400.js} +1 -1
- package/dist/vue/icons/UbuntuOutline500.d.ts +7 -0
- package/dist/vue/icons/{UbuntoOutline500.js → UbuntuOutline500.js} +1 -1
- package/dist/vue/icons/index.d.ts +20 -10
- package/dist/vue/icons/index.js +20 -10
- package/dist/vue/manifest.js +20 -10
- package/icons/renameAlt_fill_100.svg +3 -0
- package/icons/renameAlt_fill_200.svg +4 -0
- package/icons/renameAlt_fill_300.svg +3 -0
- package/icons/renameAlt_fill_400.svg +4 -0
- package/icons/renameAlt_fill_500.svg +3 -0
- package/icons/renameAlt_outline_100.svg +3 -0
- package/icons/renameAlt_outline_200.svg +3 -0
- package/icons/renameAlt_outline_300.svg +3 -0
- package/icons/renameAlt_outline_400.svg +3 -0
- package/icons/renameAlt_outline_500.svg +3 -0
- package/icons/strokeWidth_fill_100.svg +3 -3
- package/icons/strokeWidth_fill_200.svg +3 -3
- package/icons/strokeWidth_fill_300.svg +3 -3
- package/icons/strokeWidth_fill_400.svg +3 -3
- package/icons/strokeWidth_fill_500.svg +3 -3
- package/icons/strokeWidth_outline_100.svg +3 -3
- package/icons/strokeWidth_outline_200.svg +3 -3
- package/icons/strokeWidth_outline_300.svg +3 -3
- package/icons/strokeWidth_outline_400.svg +3 -3
- package/icons/strokeWidth_outline_500.svg +3 -3
- package/package.json +1 -1
- package/dist/react/icons/UbuntoFill500.d.ts +0 -6
- package/dist/react/icons/UbuntoOutline500.d.ts +0 -6
- package/dist/vue/icons/UbuntoFill500.d.ts +0 -7
- package/dist/vue/icons/UbuntoOutline500.d.ts +0 -7
- /package/icons/{ubunto_fill_100.svg → ubuntu_fill_100.svg} +0 -0
- /package/icons/{ubunto_fill_200.svg → ubuntu_fill_200.svg} +0 -0
- /package/icons/{ubunto_fill_300.svg → ubuntu_fill_300.svg} +0 -0
- /package/icons/{ubunto_fill_400.svg → ubuntu_fill_400.svg} +0 -0
- /package/icons/{ubunto_fill_500.svg → ubuntu_fill_500.svg} +0 -0
- /package/icons/{ubunto_outline_100.svg → ubuntu_outline_100.svg} +0 -0
- /package/icons/{ubunto_outline_200.svg → ubuntu_outline_200.svg} +0 -0
- /package/icons/{ubunto_outline_300.svg → ubuntu_outline_300.svg} +0 -0
- /package/icons/{ubunto_outline_400.svg → ubuntu_outline_400.svg} +0 -0
- /package/icons/{ubunto_outline_500.svg → ubuntu_outline_500.svg} +0 -0
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|

|
|
4
4
|
|
|
5
|
-

|
|
6
6
|
|
|
7
7
|
[](./LICENSE)
|
|
8
8
|
|
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
|
|
11
11
|
Alma Icons is a **production-ready icon system** designed for scalable UI products.
|
|
12
12
|
|
|
13
|
-
The library includes **
|
|
13
|
+
The library includes **1206 icons** (603 outline, 603 fill) built on a consistent **100–500 weight stroke system** with a stable, versioned taxonomy.
|
|
14
14
|
|
|
15
15
|
Perfect for design systems, product interfaces, and long-term UI development.
|
|
16
16
|
|
|
17
|
-
- **
|
|
17
|
+
- **1206 icons** (603 outline, 603 fill)
|
|
18
18
|
- **2 styles**: `fill` & `outline`
|
|
19
19
|
- **5 weights**: `100` - `500`
|
|
20
20
|
- Stable, scalable taxonomy
|
package/dist/manifest.js
CHANGED
|
@@ -4262,6 +4262,16 @@ export const iconManifest = {
|
|
|
4262
4262
|
"rename_outline_300": () => import("../icons/rename_outline_300.svg"),
|
|
4263
4263
|
"rename_outline_400": () => import("../icons/rename_outline_400.svg"),
|
|
4264
4264
|
"rename_outline_500": () => import("../icons/rename_outline_500.svg"),
|
|
4265
|
+
"renameAlt_fill_100": () => import("../icons/renameAlt_fill_100.svg"),
|
|
4266
|
+
"renameAlt_fill_200": () => import("../icons/renameAlt_fill_200.svg"),
|
|
4267
|
+
"renameAlt_fill_300": () => import("../icons/renameAlt_fill_300.svg"),
|
|
4268
|
+
"renameAlt_fill_400": () => import("../icons/renameAlt_fill_400.svg"),
|
|
4269
|
+
"renameAlt_fill_500": () => import("../icons/renameAlt_fill_500.svg"),
|
|
4270
|
+
"renameAlt_outline_100": () => import("../icons/renameAlt_outline_100.svg"),
|
|
4271
|
+
"renameAlt_outline_200": () => import("../icons/renameAlt_outline_200.svg"),
|
|
4272
|
+
"renameAlt_outline_300": () => import("../icons/renameAlt_outline_300.svg"),
|
|
4273
|
+
"renameAlt_outline_400": () => import("../icons/renameAlt_outline_400.svg"),
|
|
4274
|
+
"renameAlt_outline_500": () => import("../icons/renameAlt_outline_500.svg"),
|
|
4265
4275
|
"resizeCorner_fill_100": () => import("../icons/resizeCorner_fill_100.svg"),
|
|
4266
4276
|
"resizeCorner_fill_200": () => import("../icons/resizeCorner_fill_200.svg"),
|
|
4267
4277
|
"resizeCorner_fill_300": () => import("../icons/resizeCorner_fill_300.svg"),
|
|
@@ -5382,16 +5392,16 @@ export const iconManifest = {
|
|
|
5382
5392
|
"tv_outline_300": () => import("../icons/tv_outline_300.svg"),
|
|
5383
5393
|
"tv_outline_400": () => import("../icons/tv_outline_400.svg"),
|
|
5384
5394
|
"tv_outline_500": () => import("../icons/tv_outline_500.svg"),
|
|
5385
|
-
"
|
|
5386
|
-
"
|
|
5387
|
-
"
|
|
5388
|
-
"
|
|
5389
|
-
"
|
|
5390
|
-
"
|
|
5391
|
-
"
|
|
5392
|
-
"
|
|
5393
|
-
"
|
|
5394
|
-
"
|
|
5395
|
+
"ubuntu_fill_100": () => import("../icons/ubuntu_fill_100.svg"),
|
|
5396
|
+
"ubuntu_fill_200": () => import("../icons/ubuntu_fill_200.svg"),
|
|
5397
|
+
"ubuntu_fill_300": () => import("../icons/ubuntu_fill_300.svg"),
|
|
5398
|
+
"ubuntu_fill_400": () => import("../icons/ubuntu_fill_400.svg"),
|
|
5399
|
+
"ubuntu_fill_500": () => import("../icons/ubuntu_fill_500.svg"),
|
|
5400
|
+
"ubuntu_outline_100": () => import("../icons/ubuntu_outline_100.svg"),
|
|
5401
|
+
"ubuntu_outline_200": () => import("../icons/ubuntu_outline_200.svg"),
|
|
5402
|
+
"ubuntu_outline_300": () => import("../icons/ubuntu_outline_300.svg"),
|
|
5403
|
+
"ubuntu_outline_400": () => import("../icons/ubuntu_outline_400.svg"),
|
|
5404
|
+
"ubuntu_outline_500": () => import("../icons/ubuntu_outline_500.svg"),
|
|
5395
5405
|
"UFO_fill_100": () => import("../icons/UFO_fill_100.svg"),
|
|
5396
5406
|
"UFO_fill_200": () => import("../icons/UFO_fill_200.svg"),
|
|
5397
5407
|
"UFO_fill_300": () => import("../icons/UFO_fill_300.svg"),
|
package/dist/metadata.d.ts
CHANGED
|
@@ -428,6 +428,7 @@ export type AlmaIconName =
|
|
|
428
428
|
| "refresh"
|
|
429
429
|
| "reload"
|
|
430
430
|
| "rename"
|
|
431
|
+
| "renameAlt"
|
|
431
432
|
| "resizeCorner"
|
|
432
433
|
| "resizeHorizontal"
|
|
433
434
|
| "resizeVertical"
|
|
@@ -540,7 +541,7 @@ export type AlmaIconName =
|
|
|
540
541
|
| "trophy"
|
|
541
542
|
| "turnSignal"
|
|
542
543
|
| "tv"
|
|
543
|
-
| "
|
|
544
|
+
| "ubuntu"
|
|
544
545
|
| "UFO"
|
|
545
546
|
| "umbrella"
|
|
546
547
|
| "umbrellaRaining"
|
package/dist/metadata.js
CHANGED
|
@@ -428,6 +428,7 @@ export const iconNames = [
|
|
|
428
428
|
"refresh",
|
|
429
429
|
"reload",
|
|
430
430
|
"rename",
|
|
431
|
+
"renameAlt",
|
|
431
432
|
"resizeCorner",
|
|
432
433
|
"resizeHorizontal",
|
|
433
434
|
"resizeVertical",
|
|
@@ -540,7 +541,7 @@ export const iconNames = [
|
|
|
540
541
|
"trophy",
|
|
541
542
|
"turnSignal",
|
|
542
543
|
"tv",
|
|
543
|
-
"
|
|
544
|
+
"ubuntu",
|
|
544
545
|
"UFO",
|
|
545
546
|
"umbrella",
|
|
546
547
|
"umbrellaRaining",
|
|
@@ -4859,6 +4860,16 @@ export const iconFullNames = [
|
|
|
4859
4860
|
"rename_outline_300",
|
|
4860
4861
|
"rename_outline_400",
|
|
4861
4862
|
"rename_outline_500",
|
|
4863
|
+
"renameAlt_fill_100",
|
|
4864
|
+
"renameAlt_fill_200",
|
|
4865
|
+
"renameAlt_fill_300",
|
|
4866
|
+
"renameAlt_fill_400",
|
|
4867
|
+
"renameAlt_fill_500",
|
|
4868
|
+
"renameAlt_outline_100",
|
|
4869
|
+
"renameAlt_outline_200",
|
|
4870
|
+
"renameAlt_outline_300",
|
|
4871
|
+
"renameAlt_outline_400",
|
|
4872
|
+
"renameAlt_outline_500",
|
|
4862
4873
|
"resizeCorner_fill_100",
|
|
4863
4874
|
"resizeCorner_fill_200",
|
|
4864
4875
|
"resizeCorner_fill_300",
|
|
@@ -5979,16 +5990,16 @@ export const iconFullNames = [
|
|
|
5979
5990
|
"tv_outline_300",
|
|
5980
5991
|
"tv_outline_400",
|
|
5981
5992
|
"tv_outline_500",
|
|
5982
|
-
"
|
|
5983
|
-
"
|
|
5984
|
-
"
|
|
5985
|
-
"
|
|
5986
|
-
"
|
|
5987
|
-
"
|
|
5988
|
-
"
|
|
5989
|
-
"
|
|
5990
|
-
"
|
|
5991
|
-
"
|
|
5993
|
+
"ubuntu_fill_100",
|
|
5994
|
+
"ubuntu_fill_200",
|
|
5995
|
+
"ubuntu_fill_300",
|
|
5996
|
+
"ubuntu_fill_400",
|
|
5997
|
+
"ubuntu_fill_500",
|
|
5998
|
+
"ubuntu_outline_100",
|
|
5999
|
+
"ubuntu_outline_200",
|
|
6000
|
+
"ubuntu_outline_300",
|
|
6001
|
+
"ubuntu_outline_400",
|
|
6002
|
+
"ubuntu_outline_500",
|
|
5992
6003
|
"UFO_fill_100",
|
|
5993
6004
|
"UFO_fill_200",
|
|
5994
6005
|
"UFO_fill_300",
|
|
@@ -2,5 +2,5 @@
|
|
|
2
2
|
|
|
3
3
|
import type { AlmaReactIconProps } from "../index.js";
|
|
4
4
|
|
|
5
|
-
declare function
|
|
6
|
-
export default
|
|
5
|
+
declare function RenameAltFill100(props: AlmaReactIconProps): import("react").ReactElement | null;
|
|
6
|
+
export default RenameAltFill100;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
// AUTO-GENERATED by AlmaIconsResolver
|
|
2
|
+
|
|
3
|
+
import * as React from "react";
|
|
4
|
+
|
|
5
|
+
const svgBaseProps = {
|
|
6
|
+
"viewBox": "0 0 24 24",
|
|
7
|
+
"fill": "none",
|
|
8
|
+
"xmlns": "http://www.w3.org/2000/svg"
|
|
9
|
+
};
|
|
10
|
+
const svgInner = "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.88867 2.77616C8.01207 2.71477 8.16196 2.76514 8.22363 2.88847C8.28458 3.01174 8.23443 3.16183 8.11133 3.22343L6.25 4.15409V5.99979H22C23.1046 5.99979 24 6.89522 24 7.99979V16.9998C23.9998 18.1042 23.1044 18.9998 22 18.9998H6.25V20.8455L8.11133 21.7762C8.23426 21.838 8.28498 21.9879 8.22363 22.1111C8.16187 22.2339 8.01179 22.2843 7.88867 22.2234L6 21.2791L4.11133 22.2234C3.98821 22.2845 3.8382 22.2339 3.77637 22.1111C3.715 21.9878 3.76559 21.838 3.88867 21.7762L5.75 20.8455V18.9998H2C0.895571 18.9998 0.000226994 18.1042 0 16.9998V7.99979C0 6.89522 0.895431 5.99979 2 5.99979H5.75V4.15409L3.88867 3.22343C3.76566 3.16179 3.71543 3.0117 3.77637 2.88847C3.83802 2.76517 3.98795 2.71487 4.11133 2.77616L6 3.7205L7.88867 2.77616ZM5.75 5.99979V18.9998H6.25V5.99979H5.75Z\" fill=\"currentColor\"/>";
|
|
11
|
+
|
|
12
|
+
export default function RenameAltFill100({
|
|
13
|
+
size = "1em",
|
|
14
|
+
title,
|
|
15
|
+
decorative = true,
|
|
16
|
+
width,
|
|
17
|
+
height,
|
|
18
|
+
...props
|
|
19
|
+
}) {
|
|
20
|
+
const accessibilityProps =
|
|
21
|
+
decorative || !title ? { "aria-hidden": "true" } : { role: "img" };
|
|
22
|
+
const children = [];
|
|
23
|
+
|
|
24
|
+
if (title && !decorative) {
|
|
25
|
+
children.push(React.createElement("title", { key: "title" }, title));
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
children.push(
|
|
29
|
+
React.createElement("g", {
|
|
30
|
+
key: "icon",
|
|
31
|
+
dangerouslySetInnerHTML: { __html: svgInner },
|
|
32
|
+
})
|
|
33
|
+
);
|
|
34
|
+
|
|
35
|
+
return React.createElement(
|
|
36
|
+
"svg",
|
|
37
|
+
{
|
|
38
|
+
...svgBaseProps,
|
|
39
|
+
...props,
|
|
40
|
+
...accessibilityProps,
|
|
41
|
+
width: width ?? size,
|
|
42
|
+
height: height ?? size,
|
|
43
|
+
focusable: "false",
|
|
44
|
+
},
|
|
45
|
+
children
|
|
46
|
+
);
|
|
47
|
+
}
|
|
@@ -2,5 +2,5 @@
|
|
|
2
2
|
|
|
3
3
|
import type { AlmaReactIconProps } from "../index.js";
|
|
4
4
|
|
|
5
|
-
declare function
|
|
6
|
-
export default
|
|
5
|
+
declare function RenameAltFill200(props: AlmaReactIconProps): import("react").ReactElement | null;
|
|
6
|
+
export default RenameAltFill200;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
// AUTO-GENERATED by AlmaIconsResolver
|
|
2
|
+
|
|
3
|
+
import * as React from "react";
|
|
4
|
+
|
|
5
|
+
const svgBaseProps = {
|
|
6
|
+
"viewBox": "0 0 24 24",
|
|
7
|
+
"fill": "none",
|
|
8
|
+
"xmlns": "http://www.w3.org/2000/svg"
|
|
9
|
+
};
|
|
10
|
+
const svgInner = "<path d=\"M5.5 5.99996V19H2C0.895499 19 0.000111635 18.1044 0 17V7.99996C0.000110417 6.89549 0.895499 5.99996 2 5.99996H5.5Z\" fill=\"currentColor\"/>\n<path d=\"M5.50098 4.30856L3.77734 3.44723C3.53058 3.32371 3.43044 3.0232 3.55371 2.77633C3.67734 2.52981 3.97784 2.42945 4.22461 2.5527L6.00098 3.44039L7.77734 2.5527C8.02411 2.42966 8.32471 2.52979 8.44824 2.77633C8.57145 3.0231 8.47114 3.32362 8.22461 3.44723L6.50098 4.30856V5.99996H22C23.1045 5.99996 23.9999 6.89549 24 7.99996V17C23.9999 18.1044 23.1045 19 22 19H6.50098V20.6914L8.22461 21.5527C8.47114 21.6762 8.57125 21.9768 8.44824 22.2236C8.32475 22.4703 8.0242 22.5704 7.77734 22.4472L6.00098 21.5595L4.22461 22.4472C3.97775 22.5705 3.67727 22.4703 3.55371 22.2236C3.43054 21.9767 3.53061 21.6762 3.77734 21.5527L5.50098 20.6914L5.5 19H6.50098V5.99996H5.5L5.50098 4.30856Z\" fill=\"currentColor\"/>";
|
|
11
|
+
|
|
12
|
+
export default function RenameAltFill200({
|
|
13
|
+
size = "1em",
|
|
14
|
+
title,
|
|
15
|
+
decorative = true,
|
|
16
|
+
width,
|
|
17
|
+
height,
|
|
18
|
+
...props
|
|
19
|
+
}) {
|
|
20
|
+
const accessibilityProps =
|
|
21
|
+
decorative || !title ? { "aria-hidden": "true" } : { role: "img" };
|
|
22
|
+
const children = [];
|
|
23
|
+
|
|
24
|
+
if (title && !decorative) {
|
|
25
|
+
children.push(React.createElement("title", { key: "title" }, title));
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
children.push(
|
|
29
|
+
React.createElement("g", {
|
|
30
|
+
key: "icon",
|
|
31
|
+
dangerouslySetInnerHTML: { __html: svgInner },
|
|
32
|
+
})
|
|
33
|
+
);
|
|
34
|
+
|
|
35
|
+
return React.createElement(
|
|
36
|
+
"svg",
|
|
37
|
+
{
|
|
38
|
+
...svgBaseProps,
|
|
39
|
+
...props,
|
|
40
|
+
...accessibilityProps,
|
|
41
|
+
width: width ?? size,
|
|
42
|
+
height: height ?? size,
|
|
43
|
+
focusable: "false",
|
|
44
|
+
},
|
|
45
|
+
children
|
|
46
|
+
);
|
|
47
|
+
}
|
|
@@ -2,5 +2,5 @@
|
|
|
2
2
|
|
|
3
3
|
import type { AlmaReactIconProps } from "../index.js";
|
|
4
4
|
|
|
5
|
-
declare function
|
|
6
|
-
export default
|
|
5
|
+
declare function RenameAltFill300(props: AlmaReactIconProps): import("react").ReactElement | null;
|
|
6
|
+
export default RenameAltFill300;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
// AUTO-GENERATED by AlmaIconsResolver
|
|
2
|
+
|
|
3
|
+
import * as React from "react";
|
|
4
|
+
|
|
5
|
+
const svgBaseProps = {
|
|
6
|
+
"viewBox": "0 0 24 24",
|
|
7
|
+
"fill": "none",
|
|
8
|
+
"xmlns": "http://www.w3.org/2000/svg"
|
|
9
|
+
};
|
|
10
|
+
const svgInner = "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.66504 2.32901C8.03536 2.14415 8.48565 2.29479 8.6709 2.66495C8.85557 3.03528 8.70517 3.48567 8.33496 3.67081L6.75 4.46378V5.99991H21.5C22.8807 5.99991 24 7.1192 24 8.49991V16.4999C23.9999 17.8805 22.8806 18.9999 21.5 18.9999H6.75V20.536L8.33496 21.329C8.70504 21.5143 8.85577 21.9646 8.6709 22.3349C8.4857 22.7049 8.03529 22.8554 7.66504 22.6708L6 21.8388L4.33496 22.6708C3.96475 22.8554 3.51434 22.7048 3.3291 22.3349C3.14441 21.9646 3.29504 21.5143 3.66504 21.329L5.25 20.536V18.9999H2.5C1.11936 18.9999 0.0001241 17.8805 0 16.4999V8.49991C5.72401e-06 7.1192 1.11929 5.99991 2.5 5.99991H5.25V4.46378L3.66504 3.67081C3.29509 3.48556 3.14447 3.03516 3.3291 2.66495C3.51421 2.29474 3.96463 2.14438 4.33496 2.32901L6 3.16104L7.66504 2.32901ZM5.25 5.99991V18.9999H6.75V5.99991H5.25Z\" fill=\"currentColor\"/>";
|
|
11
|
+
|
|
12
|
+
export default function RenameAltFill300({
|
|
13
|
+
size = "1em",
|
|
14
|
+
title,
|
|
15
|
+
decorative = true,
|
|
16
|
+
width,
|
|
17
|
+
height,
|
|
18
|
+
...props
|
|
19
|
+
}) {
|
|
20
|
+
const accessibilityProps =
|
|
21
|
+
decorative || !title ? { "aria-hidden": "true" } : { role: "img" };
|
|
22
|
+
const children = [];
|
|
23
|
+
|
|
24
|
+
if (title && !decorative) {
|
|
25
|
+
children.push(React.createElement("title", { key: "title" }, title));
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
children.push(
|
|
29
|
+
React.createElement("g", {
|
|
30
|
+
key: "icon",
|
|
31
|
+
dangerouslySetInnerHTML: { __html: svgInner },
|
|
32
|
+
})
|
|
33
|
+
);
|
|
34
|
+
|
|
35
|
+
return React.createElement(
|
|
36
|
+
"svg",
|
|
37
|
+
{
|
|
38
|
+
...svgBaseProps,
|
|
39
|
+
...props,
|
|
40
|
+
...accessibilityProps,
|
|
41
|
+
width: width ?? size,
|
|
42
|
+
height: height ?? size,
|
|
43
|
+
focusable: "false",
|
|
44
|
+
},
|
|
45
|
+
children
|
|
46
|
+
);
|
|
47
|
+
}
|
|
@@ -2,5 +2,5 @@
|
|
|
2
2
|
|
|
3
3
|
import type { AlmaReactIconProps } from "../index.js";
|
|
4
4
|
|
|
5
|
-
declare function
|
|
6
|
-
export default
|
|
5
|
+
declare function RenameAltFill400(props: AlmaReactIconProps): import("react").ReactElement | null;
|
|
6
|
+
export default RenameAltFill400;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
// AUTO-GENERATED by AlmaIconsResolver
|
|
2
|
+
|
|
3
|
+
import * as React from "react";
|
|
4
|
+
|
|
5
|
+
const svgBaseProps = {
|
|
6
|
+
"viewBox": "0 0 24 24",
|
|
7
|
+
"fill": "none",
|
|
8
|
+
"xmlns": "http://www.w3.org/2000/svg"
|
|
9
|
+
};
|
|
10
|
+
const svgInner = "<path d=\"M7.30176 2.10509C7.79541 1.85827 8.39627 2.05909 8.64355 2.55235C8.89054 3.04633 8.69025 3.64716 8.19629 3.89415L6.74902 4.61778V4.99962H4.75V19.9996H6.74902V20.3815L8.19629 21.1051C8.69015 21.352 8.89027 21.953 8.64355 22.4469C8.39657 22.9409 7.79574 23.1411 7.30176 22.8941L5.74902 22.1178L4.19629 22.8941C3.70236 23.1409 3.10144 22.9408 2.85449 22.4469C2.60826 21.9532 2.80828 21.352 3.30176 21.1051L4.74902 20.3815L4.75 19.9996H3C1.34315 19.9996 8.27072e-06 18.6565 0 16.9996V7.99962C0.00022944 6.34296 1.34329 4.99962 3 4.99962H4.75L4.74902 4.61778L3.30176 3.89415C2.80849 3.64686 2.60767 3.04601 2.85449 2.55235C3.10142 2.05893 3.7026 1.8589 4.19629 2.10509L5.74902 2.88145L7.30176 2.10509Z\" fill=\"currentColor\"/>\n<path d=\"M6.74902 4.99962H21C22.6567 4.99962 23.9998 6.34296 24 7.99962V16.9996C24 18.6565 22.6568 19.9996 21 19.9996H6.74902V4.99962Z\" fill=\"currentColor\"/>";
|
|
11
|
+
|
|
12
|
+
export default function RenameAltFill400({
|
|
13
|
+
size = "1em",
|
|
14
|
+
title,
|
|
15
|
+
decorative = true,
|
|
16
|
+
width,
|
|
17
|
+
height,
|
|
18
|
+
...props
|
|
19
|
+
}) {
|
|
20
|
+
const accessibilityProps =
|
|
21
|
+
decorative || !title ? { "aria-hidden": "true" } : { role: "img" };
|
|
22
|
+
const children = [];
|
|
23
|
+
|
|
24
|
+
if (title && !decorative) {
|
|
25
|
+
children.push(React.createElement("title", { key: "title" }, title));
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
children.push(
|
|
29
|
+
React.createElement("g", {
|
|
30
|
+
key: "icon",
|
|
31
|
+
dangerouslySetInnerHTML: { __html: svgInner },
|
|
32
|
+
})
|
|
33
|
+
);
|
|
34
|
+
|
|
35
|
+
return React.createElement(
|
|
36
|
+
"svg",
|
|
37
|
+
{
|
|
38
|
+
...svgBaseProps,
|
|
39
|
+
...props,
|
|
40
|
+
...accessibilityProps,
|
|
41
|
+
width: width ?? size,
|
|
42
|
+
height: height ?? size,
|
|
43
|
+
focusable: "false",
|
|
44
|
+
},
|
|
45
|
+
children
|
|
46
|
+
);
|
|
47
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
// AUTO-GENERATED by AlmaIconsResolver
|
|
2
|
+
|
|
3
|
+
import * as React from "react";
|
|
4
|
+
|
|
5
|
+
const svgBaseProps = {
|
|
6
|
+
"viewBox": "0 0 24 24",
|
|
7
|
+
"fill": "none",
|
|
8
|
+
"xmlns": "http://www.w3.org/2000/svg"
|
|
9
|
+
};
|
|
10
|
+
const svgInner = "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.69141 1.88177C8.30861 1.57368 9.05944 1.82439 9.36816 2.44134C9.67631 3.05856 9.42557 3.80936 8.80859 4.1181L7.5 4.7724V4.99993H21C22.6568 4.99993 23.9999 6.34313 24 7.99994V16.9999C23.9999 18.6567 22.6568 19.9999 21 19.9999H7.5V20.2275L8.80859 20.8818C9.42561 21.1904 9.67621 21.9413 9.36816 22.5585C9.05942 23.1755 8.30864 23.4263 7.69141 23.1181L6.25 22.3974L4.80859 23.1181C4.19135 23.4263 3.44055 23.1756 3.13184 22.5585C2.8237 21.9413 3.07437 21.1905 3.69141 20.8818L5 20.2275V19.9999H3C1.34323 19.9999 0.000132991 18.6567 0 16.9999V7.99994C5.96221e-05 6.34313 1.34318 4.99993 3 4.99993H5V4.7724L3.69141 4.1181C3.0744 3.8094 2.82373 3.05857 3.13184 2.44134C3.44058 1.82439 4.19139 1.57363 4.80859 1.88177L6.25 2.60247L7.69141 1.88177ZM5 4.99993V19.9999H7.5V4.99993H5Z\" fill=\"currentColor\"/>";
|
|
11
|
+
|
|
12
|
+
export default function RenameAltFill500({
|
|
13
|
+
size = "1em",
|
|
14
|
+
title,
|
|
15
|
+
decorative = true,
|
|
16
|
+
width,
|
|
17
|
+
height,
|
|
18
|
+
...props
|
|
19
|
+
}) {
|
|
20
|
+
const accessibilityProps =
|
|
21
|
+
decorative || !title ? { "aria-hidden": "true" } : { role: "img" };
|
|
22
|
+
const children = [];
|
|
23
|
+
|
|
24
|
+
if (title && !decorative) {
|
|
25
|
+
children.push(React.createElement("title", { key: "title" }, title));
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
children.push(
|
|
29
|
+
React.createElement("g", {
|
|
30
|
+
key: "icon",
|
|
31
|
+
dangerouslySetInnerHTML: { __html: svgInner },
|
|
32
|
+
})
|
|
33
|
+
);
|
|
34
|
+
|
|
35
|
+
return React.createElement(
|
|
36
|
+
"svg",
|
|
37
|
+
{
|
|
38
|
+
...svgBaseProps,
|
|
39
|
+
...props,
|
|
40
|
+
...accessibilityProps,
|
|
41
|
+
width: width ?? size,
|
|
42
|
+
height: height ?? size,
|
|
43
|
+
focusable: "false",
|
|
44
|
+
},
|
|
45
|
+
children
|
|
46
|
+
);
|
|
47
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
// AUTO-GENERATED by AlmaIconsResolver
|
|
2
|
+
|
|
3
|
+
import * as React from "react";
|
|
4
|
+
|
|
5
|
+
const svgBaseProps = {
|
|
6
|
+
"viewBox": "0 0 24 24",
|
|
7
|
+
"fill": "none",
|
|
8
|
+
"xmlns": "http://www.w3.org/2000/svg"
|
|
9
|
+
};
|
|
10
|
+
const svgInner = "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.88867 2.77616C9.01207 2.71477 9.16195 2.76514 9.22363 2.88846C9.28469 3.01177 9.23448 3.1618 9.11133 3.22343L7.25 4.15409V5.99979H22C23.1046 5.99979 24 6.89522 24 7.99979V16.9998C23.9999 18.0353 23.2127 18.8868 22.2041 18.989L22 18.9998H7.25V20.8455L9.11133 21.7762C9.23432 21.838 9.28499 21.9879 9.22363 22.1111C9.16191 22.234 9.01185 22.2844 8.88867 22.2234L7 21.2791L5.11133 22.2234C4.98814 22.2846 4.83816 22.234 4.77637 22.1111C4.71499 21.9878 4.76553 21.8379 4.88867 21.7762L6.75 20.8455V18.9998H2L1.7959 18.989C0.854422 18.8936 0.106296 18.1453 0.0107422 17.2039L0 16.9998V7.99979C0 6.89522 0.895431 5.99979 2 5.99979H6.75V4.15409L4.88867 3.22343C4.76561 3.16176 4.71531 3.01173 4.77637 2.88846C4.83802 2.76517 4.98795 2.71487 5.11133 2.77616L7 3.7205L8.88867 2.77616ZM7.25 18.4998H22C22.8284 18.4998 23.4999 17.8281 23.5 16.9998V7.99979C23.5 7.17137 22.8284 6.49979 22 6.49979H7.25V18.4998ZM2 6.49979C1.17157 6.49979 0.5 7.17137 0.5 7.99979V16.9998C0.500123 17.8281 1.17165 18.4998 2 18.4998H6.75V6.49979H2Z\" fill=\"currentColor\"/>";
|
|
11
|
+
|
|
12
|
+
export default function RenameAltOutline100({
|
|
13
|
+
size = "1em",
|
|
14
|
+
title,
|
|
15
|
+
decorative = true,
|
|
16
|
+
width,
|
|
17
|
+
height,
|
|
18
|
+
...props
|
|
19
|
+
}) {
|
|
20
|
+
const accessibilityProps =
|
|
21
|
+
decorative || !title ? { "aria-hidden": "true" } : { role: "img" };
|
|
22
|
+
const children = [];
|
|
23
|
+
|
|
24
|
+
if (title && !decorative) {
|
|
25
|
+
children.push(React.createElement("title", { key: "title" }, title));
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
children.push(
|
|
29
|
+
React.createElement("g", {
|
|
30
|
+
key: "icon",
|
|
31
|
+
dangerouslySetInnerHTML: { __html: svgInner },
|
|
32
|
+
})
|
|
33
|
+
);
|
|
34
|
+
|
|
35
|
+
return React.createElement(
|
|
36
|
+
"svg",
|
|
37
|
+
{
|
|
38
|
+
...svgBaseProps,
|
|
39
|
+
...props,
|
|
40
|
+
...accessibilityProps,
|
|
41
|
+
width: width ?? size,
|
|
42
|
+
height: height ?? size,
|
|
43
|
+
focusable: "false",
|
|
44
|
+
},
|
|
45
|
+
children
|
|
46
|
+
);
|
|
47
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
// AUTO-GENERATED by AlmaIconsResolver
|
|
2
|
+
|
|
3
|
+
import * as React from "react";
|
|
4
|
+
|
|
5
|
+
const svgBaseProps = {
|
|
6
|
+
"viewBox": "0 0 24 24",
|
|
7
|
+
"fill": "none",
|
|
8
|
+
"xmlns": "http://www.w3.org/2000/svg"
|
|
9
|
+
};
|
|
10
|
+
const svgInner = "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.77734 2.55271C9.02413 2.42964 9.32472 2.52975 9.44824 2.77634C9.57158 3.02315 9.47121 3.32361 9.22461 3.44724L7.50098 4.30857V5.99997H22C23.1045 5.99997 23.9999 6.89547 24 7.99997V17C24 18.0356 23.2128 18.887 22.2041 18.9892L22 19H7.50098V20.6914L9.22461 21.5527C9.4712 21.6762 9.57129 21.9768 9.44824 22.2236C9.32479 22.4705 9.02426 22.5705 8.77734 22.4472L7.00098 21.5595L5.22461 22.4472C4.97768 22.5706 4.67723 22.4705 4.55371 22.2236C4.43049 21.9767 4.53054 21.6762 4.77734 21.5527L6.50098 20.6914V19H2L1.7959 18.9892C0.854355 18.8938 0.106202 18.1456 0.0107422 17.2041L0 17V7.99997C7.62759e-05 6.89547 0.895478 5.99997 2 5.99997H6.50098V4.30857L4.77734 3.44724C4.53053 3.32369 4.43031 3.02324 4.55371 2.77634C4.67733 2.52979 4.97783 2.42945 5.22461 2.55271L7.00098 3.4404L8.77734 2.55271ZM7.50098 18H22C22.5523 18 23 17.5523 23 17V7.99997C22.9999 7.44775 22.5522 6.99997 22 6.99997H7.50098V18ZM2 6.99997C1.44776 6.99997 1.00008 7.44775 1 7.99997V17C1 17.5523 1.44772 18 2 18H6.50098V6.99997H2Z\" fill=\"currentColor\"/>";
|
|
11
|
+
|
|
12
|
+
export default function RenameAltOutline200({
|
|
13
|
+
size = "1em",
|
|
14
|
+
title,
|
|
15
|
+
decorative = true,
|
|
16
|
+
width,
|
|
17
|
+
height,
|
|
18
|
+
...props
|
|
19
|
+
}) {
|
|
20
|
+
const accessibilityProps =
|
|
21
|
+
decorative || !title ? { "aria-hidden": "true" } : { role: "img" };
|
|
22
|
+
const children = [];
|
|
23
|
+
|
|
24
|
+
if (title && !decorative) {
|
|
25
|
+
children.push(React.createElement("title", { key: "title" }, title));
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
children.push(
|
|
29
|
+
React.createElement("g", {
|
|
30
|
+
key: "icon",
|
|
31
|
+
dangerouslySetInnerHTML: { __html: svgInner },
|
|
32
|
+
})
|
|
33
|
+
);
|
|
34
|
+
|
|
35
|
+
return React.createElement(
|
|
36
|
+
"svg",
|
|
37
|
+
{
|
|
38
|
+
...svgBaseProps,
|
|
39
|
+
...props,
|
|
40
|
+
...accessibilityProps,
|
|
41
|
+
width: width ?? size,
|
|
42
|
+
height: height ?? size,
|
|
43
|
+
focusable: "false",
|
|
44
|
+
},
|
|
45
|
+
children
|
|
46
|
+
);
|
|
47
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
// AUTO-GENERATED by AlmaIconsResolver
|
|
2
|
+
|
|
3
|
+
import * as React from "react";
|
|
4
|
+
|
|
5
|
+
const svgBaseProps = {
|
|
6
|
+
"viewBox": "0 0 24 24",
|
|
7
|
+
"fill": "none",
|
|
8
|
+
"xmlns": "http://www.w3.org/2000/svg"
|
|
9
|
+
};
|
|
10
|
+
const svgInner = "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.66504 2.32901C9.03536 2.14415 9.48565 2.29479 9.6709 2.66495C9.85557 3.03528 9.70517 3.48568 9.33496 3.67081L7.75 4.46378V5.99991H21.5L21.7559 6.01261C23.0164 6.14075 24 7.20558 24 8.49991V16.4999L23.9873 16.7558C23.8591 18.0162 22.7943 18.9999 21.5 18.9999H7.75V20.536L9.33496 21.329C9.70505 21.5143 9.85578 21.9646 9.6709 22.3349C9.4857 22.7049 9.03529 22.8554 8.66504 22.6708L7 21.8388L5.33496 22.6708C4.96475 22.8554 4.51434 22.7048 4.3291 22.3349C4.14441 21.9646 4.29503 21.5143 4.66504 21.329L6.25 20.536V18.9999H2.5C1.20574 18.9999 0.140929 18.0162 0.0126953 16.7558L0 16.4999V8.49991C1.20792e-07 7.20558 0.98362 6.14075 2.24414 6.01261L2.5 5.99991H6.25V4.46378L4.66504 3.67081C4.29508 3.48556 4.14447 3.03517 4.3291 2.66495C4.51421 2.29473 4.96463 2.14438 5.33496 2.32901L7 3.16105L8.66504 2.32901ZM7.75 17.4999H21.5C22.0522 17.4999 22.4999 17.0521 22.5 16.4999V8.49991C22.5 7.94763 22.0523 7.49991 21.5 7.49991H7.75V17.4999ZM2.5 7.49991C1.94772 7.49991 1.5 7.94763 1.5 8.49991V16.4999C1.50012 17.0521 1.94779 17.4999 2.5 17.4999H6.25V7.49991H2.5Z\" fill=\"currentColor\"/>";
|
|
11
|
+
|
|
12
|
+
export default function RenameAltOutline300({
|
|
13
|
+
size = "1em",
|
|
14
|
+
title,
|
|
15
|
+
decorative = true,
|
|
16
|
+
width,
|
|
17
|
+
height,
|
|
18
|
+
...props
|
|
19
|
+
}) {
|
|
20
|
+
const accessibilityProps =
|
|
21
|
+
decorative || !title ? { "aria-hidden": "true" } : { role: "img" };
|
|
22
|
+
const children = [];
|
|
23
|
+
|
|
24
|
+
if (title && !decorative) {
|
|
25
|
+
children.push(React.createElement("title", { key: "title" }, title));
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
children.push(
|
|
29
|
+
React.createElement("g", {
|
|
30
|
+
key: "icon",
|
|
31
|
+
dangerouslySetInnerHTML: { __html: svgInner },
|
|
32
|
+
})
|
|
33
|
+
);
|
|
34
|
+
|
|
35
|
+
return React.createElement(
|
|
36
|
+
"svg",
|
|
37
|
+
{
|
|
38
|
+
...svgBaseProps,
|
|
39
|
+
...props,
|
|
40
|
+
...accessibilityProps,
|
|
41
|
+
width: width ?? size,
|
|
42
|
+
height: height ?? size,
|
|
43
|
+
focusable: "false",
|
|
44
|
+
},
|
|
45
|
+
children
|
|
46
|
+
);
|
|
47
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
// AUTO-GENERATED by AlmaIconsResolver
|
|
2
|
+
|
|
3
|
+
import * as React from "react";
|
|
4
|
+
|
|
5
|
+
const svgBaseProps = {
|
|
6
|
+
"viewBox": "0 0 24 24",
|
|
7
|
+
"fill": "none",
|
|
8
|
+
"xmlns": "http://www.w3.org/2000/svg"
|
|
9
|
+
};
|
|
10
|
+
const svgInner = "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.30176 2.1051C8.79543 1.85827 9.39628 2.05907 9.64355 2.55237C9.89054 3.04635 9.69027 3.64718 9.19629 3.89417L7.74902 4.6178V4.99963H21C22.6567 4.99963 23.9998 6.34295 24 7.99963V16.9996C24 18.6565 22.6568 19.9996 21 19.9996H7.74902V20.3815L9.19629 21.1051C9.69016 21.352 9.89029 21.953 9.64355 22.4469C9.39657 22.9409 8.79574 23.1412 8.30176 22.8942L6.74902 22.1178L5.19629 22.8942C4.70236 23.141 4.10144 22.9408 3.85449 22.4469C3.60823 21.9532 3.80827 21.352 4.30176 21.1051L5.74902 20.3815V19.9996H3C1.3949 19.9996 0.084222 18.7391 0.00390625 17.1539L0 16.9996V7.99963C0.000203824 6.34295 1.34327 4.99963 3 4.99963H5.74902V4.6178L4.30176 3.89417C3.80848 3.64688 3.60766 3.04603 3.85449 2.55237C4.10141 2.05891 4.70258 1.8589 5.19629 2.1051L6.74902 2.88147L8.30176 2.1051ZM7.74902 17.9996H21C21.5523 17.9996 22 17.5519 22 16.9996V7.99963C21.9998 7.44752 21.5522 6.99963 21 6.99963H7.74902V17.9996ZM3 6.99963C2.44784 6.99963 2.0002 7.44752 2 7.99963V16.9996C2.00001 17.5519 2.44772 17.9996 3 17.9996H5.74902V6.99963H3Z\" fill=\"currentColor\"/>";
|
|
11
|
+
|
|
12
|
+
export default function RenameAltOutline400({
|
|
13
|
+
size = "1em",
|
|
14
|
+
title,
|
|
15
|
+
decorative = true,
|
|
16
|
+
width,
|
|
17
|
+
height,
|
|
18
|
+
...props
|
|
19
|
+
}) {
|
|
20
|
+
const accessibilityProps =
|
|
21
|
+
decorative || !title ? { "aria-hidden": "true" } : { role: "img" };
|
|
22
|
+
const children = [];
|
|
23
|
+
|
|
24
|
+
if (title && !decorative) {
|
|
25
|
+
children.push(React.createElement("title", { key: "title" }, title));
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
children.push(
|
|
29
|
+
React.createElement("g", {
|
|
30
|
+
key: "icon",
|
|
31
|
+
dangerouslySetInnerHTML: { __html: svgInner },
|
|
32
|
+
})
|
|
33
|
+
);
|
|
34
|
+
|
|
35
|
+
return React.createElement(
|
|
36
|
+
"svg",
|
|
37
|
+
{
|
|
38
|
+
...svgBaseProps,
|
|
39
|
+
...props,
|
|
40
|
+
...accessibilityProps,
|
|
41
|
+
width: width ?? size,
|
|
42
|
+
height: height ?? size,
|
|
43
|
+
focusable: "false",
|
|
44
|
+
},
|
|
45
|
+
children
|
|
46
|
+
);
|
|
47
|
+
}
|