metal-icons 0.1.0 → 0.1.2

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 (66) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +1 -1
  3. package/dist/16/outline/index.esm.js +101 -0
  4. package/dist/16/solid/index.esm.js +97 -0
  5. package/dist/24/outline/index.esm.js +100 -0
  6. package/dist/24/solid/index.esm.js +94 -0
  7. package/package.json +38 -14
  8. package/src/16/outline/Activity.js +0 -18
  9. package/src/16/outline/Alert.js +0 -17
  10. package/src/16/outline/AlignCenter.js +0 -14
  11. package/src/16/outline/AlignJustify.js +0 -14
  12. package/src/16/outline/AlignLeft.js +0 -14
  13. package/src/16/outline/AlignRight.js +0 -14
  14. package/src/16/outline/Annotation.js +0 -18
  15. package/src/16/outline/Archive.js +0 -22
  16. package/src/16/outline/ArrowDown.js +0 -17
  17. package/src/16/outline/ArrowDownLeft.js +0 -17
  18. package/src/16/outline/ArrowDownRight.js +0 -17
  19. package/src/16/outline/ArrowLeft.js +0 -17
  20. package/src/16/outline/ArrowRight.js +0 -17
  21. package/src/16/outline/ArrowUp.js +0 -17
  22. package/src/16/outline/ArrowUpLeft.js +0 -17
  23. package/src/16/outline/ArrowUpRight.js +0 -17
  24. package/src/16/outline/At.js +0 -18
  25. package/src/16/outline/Folder.js +0 -18
  26. package/src/16/outline/index.js +0 -18
  27. package/src/16/solid/Activity.js +0 -18
  28. package/src/16/solid/Alert.js +0 -17
  29. package/src/16/solid/AlignCenter.js +0 -14
  30. package/src/16/solid/AlignJustify.js +0 -14
  31. package/src/16/solid/AlignLeft.js +0 -14
  32. package/src/16/solid/AlignRight.js +0 -14
  33. package/src/16/solid/Annotation.js +0 -17
  34. package/src/16/solid/Archive.js +0 -22
  35. package/src/16/solid/Folder.js +0 -17
  36. package/src/16/solid/index.js +0 -9
  37. package/src/24/outline/Activity.js +0 -18
  38. package/src/24/outline/Alert.js +0 -17
  39. package/src/24/outline/AlignCenter.js +0 -14
  40. package/src/24/outline/AlignJustify.js +0 -14
  41. package/src/24/outline/AlignLeft.js +0 -14
  42. package/src/24/outline/AlignRight.js +0 -14
  43. package/src/24/outline/Annotation.js +0 -18
  44. package/src/24/outline/Archive.js +0 -22
  45. package/src/24/outline/ArrowDown.js +0 -17
  46. package/src/24/outline/ArrowDownLeft.js +0 -17
  47. package/src/24/outline/ArrowDownRight.js +0 -17
  48. package/src/24/outline/ArrowLeft.js +0 -17
  49. package/src/24/outline/ArrowRight.js +0 -17
  50. package/src/24/outline/ArrowUp.js +0 -17
  51. package/src/24/outline/ArrowUpLeft.js +0 -17
  52. package/src/24/outline/ArrowUpRight.js +0 -17
  53. package/src/24/outline/At.js +0 -18
  54. package/src/24/outline/Folder.js +0 -18
  55. package/src/24/outline/index.js +0 -18
  56. package/src/24/solid/Activity.js +0 -18
  57. package/src/24/solid/Alert.js +0 -17
  58. package/src/24/solid/AlignCenter.js +0 -14
  59. package/src/24/solid/AlignJustify.js +0 -14
  60. package/src/24/solid/AlignLeft.js +0 -14
  61. package/src/24/solid/AlignRight.js +0 -14
  62. package/src/24/solid/Annotation.js +0 -17
  63. package/src/24/solid/Archive.js +0 -22
  64. package/src/24/solid/Folder.js +0 -17
  65. package/src/24/solid/index.js +0 -9
  66. package/src/index.js +0 -4
@@ -1,17 +0,0 @@
1
- import * as React from 'react'
2
- const SvgArrowDown = (props) => (
3
- <svg
4
- xmlns="http://www.w3.org/2000/svg"
5
- width={16}
6
- height={16}
7
- fill="none"
8
- viewBox="0 0 16 16"
9
- {...props}
10
- >
11
- <path
12
- fill="currentColor"
13
- d="M8.5 2.75a.75.75 0 1 0-1.5 0v8.614L4.045 8.235a.75.75 0 0 0-1.09 1.03l4.248 4.498a.747.747 0 0 0 .535.236L7.75 14h.012a.747.747 0 0 0 .533-.235l4.25-4.5a.75.75 0 0 0-1.09-1.03L8.5 11.364V2.75Z"
14
- />
15
- </svg>
16
- )
17
- export default SvgArrowDown
@@ -1,17 +0,0 @@
1
- import * as React from 'react'
2
- const SvgArrowDownLeft = (props) => (
3
- <svg
4
- xmlns="http://www.w3.org/2000/svg"
5
- width={16}
6
- height={16}
7
- fill="none"
8
- viewBox="0 0 16 16"
9
- {...props}
10
- >
11
- <path
12
- fill="currentColor"
13
- d="M12.78 4.28a.75.75 0 0 0-1.06-1.06L4.5 10.44V6.75a.75.75 0 1 0-1.5 0v5.5a.748.748 0 0 0 .75.75h5.5a.75.75 0 1 0 0-1.5H5.56l7.22-7.22Z"
14
- />
15
- </svg>
16
- )
17
- export default SvgArrowDownLeft
@@ -1,17 +0,0 @@
1
- import * as React from 'react'
2
- const SvgArrowDownRight = (props) => (
3
- <svg
4
- xmlns="http://www.w3.org/2000/svg"
5
- width={16}
6
- height={16}
7
- fill="none"
8
- viewBox="0 0 16 16"
9
- {...props}
10
- >
11
- <path
12
- fill="currentColor"
13
- d="M3.22 4.28a.75.75 0 0 1 1.06-1.06l7.22 7.22V6.75a.75.75 0 1 1 1.5 0v5.5a.746.746 0 0 1-.75.75h-5.5a.75.75 0 1 1 0-1.5h3.69L3.22 4.28Z"
14
- />
15
- </svg>
16
- )
17
- export default SvgArrowDownRight
@@ -1,17 +0,0 @@
1
- import * as React from 'react'
2
- const SvgArrowLeft = (props) => (
3
- <svg
4
- xmlns="http://www.w3.org/2000/svg"
5
- width={16}
6
- height={16}
7
- fill="none"
8
- viewBox="0 0 16 16"
9
- {...props}
10
- >
11
- <path
12
- fill="currentColor"
13
- d="M7.765 4.045a.75.75 0 0 0 .176-.239.75.75 0 0 0-1.206-.851L2.237 7.203a.748.748 0 0 0-.001 1.093l4.499 4.25a.75.75 0 0 0 1.03-1.091L4.636 8.5h8.614a.75.75 0 1 0 0-1.5H4.636l3.129-2.955Z"
14
- />
15
- </svg>
16
- )
17
- export default SvgArrowLeft
@@ -1,17 +0,0 @@
1
- import * as React from 'react'
2
- const SvgArrowRight = (props) => (
3
- <svg
4
- xmlns="http://www.w3.org/2000/svg"
5
- width={16}
6
- height={16}
7
- fill="none"
8
- viewBox="0 0 16 16"
9
- {...props}
10
- >
11
- <path
12
- fill="currentColor"
13
- d="M8.235 4.045a.75.75 0 1 1 1.03-1.09l4.5 4.25a.751.751 0 0 1 0 1.09l-4.5 4.25a.75.75 0 0 1-1.03-1.09L11.364 8.5H2.75a.75.75 0 0 1 0-1.5h8.614L8.235 4.045Z"
14
- />
15
- </svg>
16
- )
17
- export default SvgArrowRight
@@ -1,17 +0,0 @@
1
- import * as React from 'react'
2
- const SvgArrowUp = (props) => (
3
- <svg
4
- xmlns="http://www.w3.org/2000/svg"
5
- width={16}
6
- height={16}
7
- fill="none"
8
- viewBox="0 0 16 16"
9
- {...props}
10
- >
11
- <path
12
- fill="currentColor"
13
- d="M4.045 7.765a.75.75 0 1 1-1.09-1.03l4.25-4.5a.75.75 0 0 1 1.09 0l4.25 4.5a.75.75 0 0 1-1.09 1.03L8.5 4.636v8.614a.75.75 0 1 1-1.5 0V4.636L4.045 7.765Z"
14
- />
15
- </svg>
16
- )
17
- export default SvgArrowUp
@@ -1,17 +0,0 @@
1
- import * as React from 'react'
2
- const SvgArrowUpLeft = (props) => (
3
- <svg
4
- xmlns="http://www.w3.org/2000/svg"
5
- width={16}
6
- height={16}
7
- fill="none"
8
- viewBox="0 0 16 16"
9
- {...props}
10
- >
11
- <path
12
- fill="currentColor"
13
- d="M3.057 3.463A.748.748 0 0 1 3.75 3h5.5a.75.75 0 0 1 0 1.5H5.56l7.22 7.22a.75.75 0 1 1-1.06 1.06L4.5 5.56v3.69a.75.75 0 0 1-1.5 0v-5.5c0-.102.02-.199.057-.287Z"
14
- />
15
- </svg>
16
- )
17
- export default SvgArrowUpLeft
@@ -1,17 +0,0 @@
1
- import * as React from 'react'
2
- const SvgArrowUpRight = (props) => (
3
- <svg
4
- xmlns="http://www.w3.org/2000/svg"
5
- width={16}
6
- height={16}
7
- fill="none"
8
- viewBox="0 0 16 16"
9
- {...props}
10
- >
11
- <path
12
- fill="currentColor"
13
- d="M12.943 3.463A.748.748 0 0 0 12.25 3h-5.5a.75.75 0 0 0 0 1.5h3.69l-7.22 7.22a.75.75 0 1 0 1.06 1.06l7.22-7.22v3.69a.75.75 0 1 0 1.5 0v-5.5a.746.746 0 0 0-.057-.287Z"
14
- />
15
- </svg>
16
- )
17
- export default SvgArrowUpRight
@@ -1,18 +0,0 @@
1
- import * as React from 'react'
2
- const SvgAt = (props) => (
3
- <svg
4
- xmlns="http://www.w3.org/2000/svg"
5
- width={16}
6
- height={16}
7
- fill="none"
8
- viewBox="0 0 16 16"
9
- {...props}
10
- >
11
- <path
12
- fill="currentColor"
13
- fillRule="evenodd"
14
- d="M9.818.21a8 8 0 1 0 3.046 14.141.75.75 0 1 0-.912-1.19A6.5 6.5 0 1 1 14.5 8v1c0 .908-.54 1.5-1.25 1.5-.4 0-.691-.157-.894-.399C12.142 9.847 12 9.463 12 9V4.75a.75.75 0 1 0-1.5 0v.127a4 4 0 1 0 .449 5.825c.076.128.162.25.258.364.484.577 1.194.934 2.043.934C15.04 12 16 10.461 16 9V8A8 8 0 0 0 9.818.21ZM10.5 8a2.5 2.5 0 1 0-5 0 2.5 2.5 0 0 0 5 0Z"
15
- />
16
- </svg>
17
- )
18
- export default SvgAt
@@ -1,18 +0,0 @@
1
- import * as React from 'react'
2
- const SvgFolder = (props) => (
3
- <svg
4
- xmlns="http://www.w3.org/2000/svg"
5
- width={16}
6
- height={16}
7
- fill="none"
8
- viewBox="0 0 16 16"
9
- {...props}
10
- >
11
- <path
12
- fill="currentColor"
13
- fillRule="evenodd"
14
- d="M.659 1.659A2.25 2.25 0 0 1 2.25 1h4.379a2.25 2.25 0 0 1 1.591.66l1.121 1.12c.14.14.331.22.53.22h3.879A2.25 2.25 0 0 1 16 5.25v7.5A2.25 2.25 0 0 1 13.75 15H2.25A2.25 2.25 0 0 1 0 12.75v-9.5c0-.597.237-1.169.659-1.591ZM1.5 7v5.749a.75.75 0 0 0 .75.75h11.5a.75.75 0 0 0 .75-.75V7h-13Zm13-1.5h-13V3.25a.75.75 0 0 1 .75-.75h4.379c.199 0 .39.08.53.22L8.28 3.84a2.25 2.25 0 0 0 1.591.659h3.879a.75.75 0 0 1 .75.75V5.5Z"
15
- />
16
- </svg>
17
- )
18
- export default SvgFolder
@@ -1,18 +0,0 @@
1
- export { default as Activity } from './Activity'
2
- export { default as Alert } from './Alert'
3
- export { default as AlignCenter } from './AlignCenter'
4
- export { default as AlignJustify } from './AlignJustify'
5
- export { default as AlignLeft } from './AlignLeft'
6
- export { default as AlignRight } from './AlignRight'
7
- export { default as Annotation } from './Annotation'
8
- export { default as Archive } from './Archive'
9
- export { default as ArrowDownLeft } from './ArrowDownLeft'
10
- export { default as ArrowDownRight } from './ArrowDownRight'
11
- export { default as ArrowDown } from './ArrowDown'
12
- export { default as ArrowLeft } from './ArrowLeft'
13
- export { default as ArrowRight } from './ArrowRight'
14
- export { default as ArrowUpLeft } from './ArrowUpLeft'
15
- export { default as ArrowUpRight } from './ArrowUpRight'
16
- export { default as ArrowUp } from './ArrowUp'
17
- export { default as At } from './At'
18
- export { default as Folder } from './Folder'
@@ -1,18 +0,0 @@
1
- import * as React from 'react'
2
- const SvgActivity = (props) => (
3
- <svg
4
- xmlns="http://www.w3.org/2000/svg"
5
- width={16}
6
- height={16}
7
- fill="none"
8
- viewBox="0 0 16 16"
9
- {...props}
10
- >
11
- <path
12
- fill="currentColor"
13
- fillRule="evenodd"
14
- d="M6.016 1a.75.75 0 0 1 .698.521l3.306 10.33 1.47-4.341A.75.75 0 0 1 12.2 7H15a.75.75 0 1 1 0 1.5h-2.262l-2.028 5.99a.75.75 0 0 1-1.424-.011L5.952 4.06 4.504 8.008A.75.75 0 0 1 3.8 8.5H1A.75.75 0 0 1 1 7h2.276l2.02-5.508A.75.75 0 0 1 6.016 1Z"
15
- />
16
- </svg>
17
- )
18
- export default SvgActivity
@@ -1,17 +0,0 @@
1
- import * as React from 'react'
2
- const SvgAlert = (props) => (
3
- <svg
4
- xmlns="http://www.w3.org/2000/svg"
5
- width={24}
6
- height={24}
7
- fill="currentColor"
8
- viewBox="0 0 24 24"
9
- {...props}
10
- >
11
- <path
12
- fillRule="evenodd"
13
- d="M12 2.001a2.65 2.65 0 0 0-1.342.365 2.75 2.75 0 0 0-.984.99l-.001.004-8.31 14.45-.006.01a2.86 2.86 0 0 0-.007 2.758c.23.422.566.777.975 1.029.409.251.877.387 1.357.393h16.636c.48-.006.947-.142 1.357-.392a2.75 2.75 0 0 0 .976-1.03 2.86 2.86 0 0 0-.008-2.758L14.328 3.36l-.002-.004a2.762 2.762 0 0 0-.984-.99A2.651 2.651 0 0 0 12 2.001Zm-.707 14.292A1 1 0 0 0 12 18h.01a1 1 0 1 0 0-2H12a1 1 0 0 0-.707.293ZM12.53 8.22c.141.14.22.331.22.53v4.5a.75.75 0 0 1-1.5 0v-4.5a.75.75 0 0 1 1.28-.53Z"
14
- />
15
- </svg>
16
- )
17
- export default SvgAlert
@@ -1,14 +0,0 @@
1
- import * as React from 'react'
2
- const SvgAlignCenter = (props) => (
3
- <svg
4
- xmlns="http://www.w3.org/2000/svg"
5
- width={16}
6
- height={16}
7
- fill="currentColor"
8
- viewBox="0 0 16 16"
9
- {...props}
10
- >
11
- <path d="M1.75 3a.75.75 0 0 0 0 1.5h12.5a.75.75 0 1 0 0-1.5H1.75Zm2 3a.75.75 0 0 0 0 1.5h8.5a.75.75 0 1 0 0-1.5h-8.5ZM1 9.75A.75.75 0 0 1 1.75 9h12.5a.75.75 0 1 1 0 1.5H1.75A.75.75 0 0 1 1 9.75ZM3.75 12a.75.75 0 1 0 0 1.5h8.5a.75.75 0 1 0 0-1.5h-8.5Z" />
12
- </svg>
13
- )
14
- export default SvgAlignCenter
@@ -1,14 +0,0 @@
1
- import * as React from 'react'
2
- const SvgAlignJustify = (props) => (
3
- <svg
4
- xmlns="http://www.w3.org/2000/svg"
5
- width={16}
6
- height={16}
7
- fill="currentColor"
8
- viewBox="0 0 16 16"
9
- {...props}
10
- >
11
- <path d="M1.75 3a.75.75 0 0 0 0 1.5h12.5a.75.75 0 1 0 0-1.5H1.75Zm0 3a.75.75 0 0 0 0 1.5h12.5a.75.75 0 1 0 0-1.5H1.75ZM1 9.75A.75.75 0 0 1 1.75 9h12.5a.75.75 0 1 1 0 1.5H1.75A.75.75 0 0 1 1 9.75ZM1.75 12a.75.75 0 1 0 0 1.5h12.5a.75.75 0 1 0 0-1.5H1.75Z" />
12
- </svg>
13
- )
14
- export default SvgAlignJustify
@@ -1,14 +0,0 @@
1
- import * as React from 'react'
2
- const SvgAlignLeft = (props) => (
3
- <svg
4
- xmlns="http://www.w3.org/2000/svg"
5
- width={16}
6
- height={16}
7
- fill="currentColor"
8
- viewBox="0 0 16 16"
9
- {...props}
10
- >
11
- <path d="M1.75 3a.75.75 0 0 0 0 1.5h12.5a.75.75 0 1 0 0-1.5H1.75Zm0 3a.75.75 0 0 0 0 1.5h9.5a.75.75 0 1 0 0-1.5h-9.5ZM1 9.75A.75.75 0 0 1 1.75 9h12.5a.75.75 0 1 1 0 1.5H1.75A.75.75 0 0 1 1 9.75ZM1.75 12a.75.75 0 1 0 0 1.5h9.5a.75.75 0 1 0 0-1.5h-9.5Z" />
12
- </svg>
13
- )
14
- export default SvgAlignLeft
@@ -1,14 +0,0 @@
1
- import * as React from 'react'
2
- const SvgAlignRight = (props) => (
3
- <svg
4
- xmlns="http://www.w3.org/2000/svg"
5
- width={24}
6
- height={24}
7
- fill="currentColor"
8
- viewBox="0 0 24 24"
9
- {...props}
10
- >
11
- <path d="M2.75 5a.75.75 0 0 0 0 1.5h18.5a.75.75 0 1 0 0-1.5H2.75Zm4 4a.75.75 0 0 0 0 1.5h14.5a.75.75 0 1 0 0-1.5H6.75ZM2 13.75a.75.75 0 0 1 .75-.75h18.5a.75.75 0 1 1 0 1.5H2.75a.75.75 0 0 1-.75-.75ZM6.75 17a.75.75 0 1 0 0 1.5h14.5a.75.75 0 1 0 0-1.5H6.75Z" />
12
- </svg>
13
- )
14
- export default SvgAlignRight
@@ -1,17 +0,0 @@
1
- import * as React from 'react'
2
- const SvgAnnotation = (props) => (
3
- <svg
4
- xmlns="http://www.w3.org/2000/svg"
5
- width={16}
6
- height={16}
7
- fill="none"
8
- viewBox="0 0 16 16"
9
- {...props}
10
- >
11
- <path
12
- fill="currentColor"
13
- d="M12.75 1A2.25 2.25 0 0 1 15 3.25v6.5A2.25 2.25 0 0 1 12.75 12H10.5l-1.887 2.68a.75.75 0 0 1-1.226 0L5.5 12H3.25A2.25 2.25 0 0 1 1 9.75v-6.5A2.25 2.25 0 0 1 3.25 1h9.5Z"
14
- />
15
- </svg>
16
- )
17
- export default SvgAnnotation
@@ -1,22 +0,0 @@
1
- import * as React from 'react'
2
- const SvgArchive = (props) => (
3
- <svg
4
- xmlns="http://www.w3.org/2000/svg"
5
- width={16}
6
- height={16}
7
- fill="none"
8
- viewBox="0 0 16 16"
9
- {...props}
10
- >
11
- <path
12
- fill="currentColor"
13
- d="M0 2.75C0 1.784.784 1 1.75 1h12.5c.966 0 1.75.784 1.75 1.75v1.5c0 .696-.407 1.297-.996 1.58H.996A1.75 1.75 0 0 1 0 4.25v-1.5Z"
14
- />
15
- <path
16
- fill="currentColor"
17
- fillRule="evenodd"
18
- d="M1 7.51h14v5.24A2.25 2.25 0 0 1 12.75 15h-9.5A2.25 2.25 0 0 1 1 12.75V7.51Zm5.22 1.71A.75.75 0 0 1 6.75 9h2.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1-.53-1.28Z"
19
- />
20
- </svg>
21
- )
22
- export default SvgArchive
@@ -1,17 +0,0 @@
1
- import * as React from 'react'
2
- const SvgFolder = (props) => (
3
- <svg
4
- xmlns="http://www.w3.org/2000/svg"
5
- width={16}
6
- height={16}
7
- fill="none"
8
- viewBox="0 0 16 16"
9
- {...props}
10
- >
11
- <path
12
- fill="currentColor"
13
- d="M.659 1.659A2.25 2.25 0 0 1 2.25 1h4.379a2.25 2.25 0 0 1 1.591.66l1.121 1.12c.14.14.331.22.53.22h3.879A2.25 2.25 0 0 1 16 5.25v.25H0V3.25c0-.597.237-1.169.659-1.591ZM0 7v5.75A2.25 2.25 0 0 0 2.25 15h11.5A2.25 2.25 0 0 0 16 12.75V7H0Z"
14
- />
15
- </svg>
16
- )
17
- export default SvgFolder
@@ -1,9 +0,0 @@
1
- export { default as Activity } from './Activity'
2
- export { default as Alert } from './Alert'
3
- export { default as AlignCenter } from './AlignCenter'
4
- export { default as AlignJustify } from './AlignJustify'
5
- export { default as AlignLeft } from './AlignLeft'
6
- export { default as AlignRight } from './AlignRight'
7
- export { default as Annotation } from './Annotation'
8
- export { default as Archive } from './Archive'
9
- export { default as Folder } from './Folder'
@@ -1,18 +0,0 @@
1
- import * as React from 'react'
2
- const SvgActivity = (props) => (
3
- <svg
4
- xmlns="http://www.w3.org/2000/svg"
5
- width={16}
6
- height={16}
7
- fill="none"
8
- viewBox="0 0 16 16"
9
- {...props}
10
- >
11
- <path
12
- fill="currentColor"
13
- fillRule="evenodd"
14
- d="M6.016 1a.75.75 0 0 1 .698.521l3.306 10.33 1.47-4.341A.75.75 0 0 1 12.2 7H15a.75.75 0 1 1 0 1.5h-2.262l-2.028 5.99a.75.75 0 0 1-1.424-.011L5.952 4.06 4.504 8.008A.75.75 0 0 1 3.8 8.5H1A.75.75 0 0 1 1 7h2.276l2.02-5.508A.75.75 0 0 1 6.016 1Z"
15
- />
16
- </svg>
17
- )
18
- export default SvgActivity
@@ -1,17 +0,0 @@
1
- import * as React from 'react'
2
- const SvgAlert = (props) => (
3
- <svg
4
- xmlns="http://www.w3.org/2000/svg"
5
- width={16}
6
- height={16}
7
- fill="currentColor"
8
- viewBox="0 0 16 16"
9
- {...props}
10
- >
11
- <path
12
- fillRule="evenodd"
13
- d="M8.541 1.07a2.143 2.143 0 0 0-1.588.203l.001.001c-.32.179-.589.437-.78.75l-.002.004-5.878 9.764-.006.01a2.125 2.125 0 0 0 .768 2.904c.321.189.686.29 1.059.294h11.77a2.148 2.148 0 0 0 1.06-.293 2.126 2.126 0 0 0 .768-2.905L9.829 2.028l-.002-.004a2.143 2.143 0 0 0-1.286-.954Zm-1.248 9.223A1 1 0 0 0 8 12h.007a1 1 0 0 0 0-2H8a1 1 0 0 0-.707.293ZM8.53 5.22c.141.14.22.331.22.53v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.28-.53Z"
14
- />
15
- </svg>
16
- )
17
- export default SvgAlert
@@ -1,14 +0,0 @@
1
- import * as React from 'react'
2
- const SvgAlignCenter = (props) => (
3
- <svg
4
- xmlns="http://www.w3.org/2000/svg"
5
- width={16}
6
- height={16}
7
- fill="currentColor"
8
- viewBox="0 0 16 16"
9
- {...props}
10
- >
11
- <path d="M1.75 3a.75.75 0 0 0 0 1.5h12.5a.75.75 0 1 0 0-1.5H1.75Zm2 3a.75.75 0 0 0 0 1.5h8.5a.75.75 0 1 0 0-1.5h-8.5ZM1 9.75A.75.75 0 0 1 1.75 9h12.5a.75.75 0 1 1 0 1.5H1.75A.75.75 0 0 1 1 9.75ZM3.75 12a.75.75 0 1 0 0 1.5h8.5a.75.75 0 1 0 0-1.5h-8.5Z" />
12
- </svg>
13
- )
14
- export default SvgAlignCenter
@@ -1,14 +0,0 @@
1
- import * as React from 'react'
2
- const SvgAlignJustify = (props) => (
3
- <svg
4
- xmlns="http://www.w3.org/2000/svg"
5
- width={16}
6
- height={16}
7
- fill="currentColor"
8
- viewBox="0 0 16 16"
9
- {...props}
10
- >
11
- <path d="M1.75 3a.75.75 0 0 0 0 1.5h12.5a.75.75 0 1 0 0-1.5H1.75Zm0 3a.75.75 0 0 0 0 1.5h12.5a.75.75 0 1 0 0-1.5H1.75ZM1 9.75A.75.75 0 0 1 1.75 9h12.5a.75.75 0 1 1 0 1.5H1.75A.75.75 0 0 1 1 9.75ZM1.75 12a.75.75 0 1 0 0 1.5h12.5a.75.75 0 1 0 0-1.5H1.75Z" />
12
- </svg>
13
- )
14
- export default SvgAlignJustify
@@ -1,14 +0,0 @@
1
- import * as React from 'react'
2
- const SvgAlignLeft = (props) => (
3
- <svg
4
- xmlns="http://www.w3.org/2000/svg"
5
- width={16}
6
- height={16}
7
- fill="currentColor"
8
- viewBox="0 0 16 16"
9
- {...props}
10
- >
11
- <path d="M1.75 3a.75.75 0 0 0 0 1.5h12.5a.75.75 0 1 0 0-1.5H1.75Zm0 3a.75.75 0 0 0 0 1.5h9.5a.75.75 0 1 0 0-1.5h-9.5ZM1 9.75A.75.75 0 0 1 1.75 9h12.5a.75.75 0 1 1 0 1.5H1.75A.75.75 0 0 1 1 9.75ZM1.75 12a.75.75 0 1 0 0 1.5h9.5a.75.75 0 1 0 0-1.5h-9.5Z" />
12
- </svg>
13
- )
14
- export default SvgAlignLeft
@@ -1,14 +0,0 @@
1
- import * as React from 'react'
2
- const SvgAlignRight = (props) => (
3
- <svg
4
- xmlns="http://www.w3.org/2000/svg"
5
- width={16}
6
- height={16}
7
- fill="currentColor"
8
- viewBox="0 0 16 16"
9
- {...props}
10
- >
11
- <path d="M1.75 3a.75.75 0 0 0 0 1.5h12.5a.75.75 0 1 0 0-1.5H1.75Zm3 3a.75.75 0 0 0 0 1.5h9.5a.75.75 0 1 0 0-1.5h-9.5ZM1 9.75A.75.75 0 0 1 1.75 9h12.5a.75.75 0 1 1 0 1.5H1.75A.75.75 0 0 1 1 9.75ZM4.75 12a.75.75 0 1 0 0 1.5h9.5a.75.75 0 1 0 0-1.5h-9.5Z" />
12
- </svg>
13
- )
14
- export default SvgAlignRight
@@ -1,18 +0,0 @@
1
- import * as React from 'react'
2
- const SvgAnnotation = (props) => (
3
- <svg
4
- xmlns="http://www.w3.org/2000/svg"
5
- width={16}
6
- height={16}
7
- fill="none"
8
- viewBox="0 0 16 16"
9
- {...props}
10
- >
11
- <path
12
- fill="currentColor"
13
- fillRule="evenodd"
14
- d="M9.722 10.5h3.028a.75.75 0 0 0 .75-.75v-6.5a.75.75 0 0 0-.75-.75h-9.5a.75.75 0 0 0-.75.75v6.5c0 .414.336.75.75.75h3.028L8 12.945 9.722 10.5ZM10.5 12h2.25A2.25 2.25 0 0 0 15 9.75v-6.5A2.25 2.25 0 0 0 12.75 1h-9.5A2.25 2.25 0 0 0 1 3.25v6.5A2.25 2.25 0 0 0 3.25 12H5.5l1.887 2.68a.75.75 0 0 0 1.226 0L10.5 12Z"
15
- />
16
- </svg>
17
- )
18
- export default SvgAnnotation
@@ -1,22 +0,0 @@
1
- import * as React from 'react'
2
- const SvgArchive = (props) => (
3
- <svg
4
- xmlns="http://www.w3.org/2000/svg"
5
- width={16}
6
- height={16}
7
- fill="none"
8
- viewBox="0 0 16 16"
9
- {...props}
10
- >
11
- <path
12
- fill="currentColor"
13
- d="M6.75 8a.75.75 0 0 0 0 1.5h2.5a.75.75 0 0 0 0-1.5h-2.5Z"
14
- />
15
- <path
16
- fill="currentColor"
17
- fillRule="evenodd"
18
- d="M0 2.75C0 1.784.784 1 1.75 1h12.5c.966 0 1.75.784 1.75 1.75v1.5c0 .698-.409 1.3-1 1.582v6.918A2.25 2.25 0 0 1 12.75 15h-9.5A2.25 2.25 0 0 1 1 12.75V5.832A1.75 1.75 0 0 1 0 4.25v-1.5Zm13.5 10V6h-11v6.75c0 .414.336.75.75.75h9.5a.75.75 0 0 0 .75-.75Zm1-8.5a.25.25 0 0 1-.25.25H1.75a.25.25 0 0 1-.25-.25v-1.5a.25.25 0 0 1 .25-.25h12.5a.25.25 0 0 1 .25.25v1.5Z"
19
- />
20
- </svg>
21
- )
22
- export default SvgArchive
@@ -1,17 +0,0 @@
1
- import * as React from 'react'
2
- const SvgArrowDown = (props) => (
3
- <svg
4
- xmlns="http://www.w3.org/2000/svg"
5
- width={16}
6
- height={16}
7
- fill="none"
8
- viewBox="0 0 16 16"
9
- {...props}
10
- >
11
- <path
12
- fill="currentColor"
13
- d="M8.5 2.75a.75.75 0 1 0-1.5 0v8.614L4.045 8.235a.75.75 0 0 0-1.09 1.03l4.248 4.498a.747.747 0 0 0 .535.236L7.75 14h.012a.747.747 0 0 0 .533-.235l4.25-4.5a.75.75 0 0 0-1.09-1.03L8.5 11.364V2.75Z"
14
- />
15
- </svg>
16
- )
17
- export default SvgArrowDown
@@ -1,17 +0,0 @@
1
- import * as React from 'react'
2
- const SvgArrowDownLeft = (props) => (
3
- <svg
4
- xmlns="http://www.w3.org/2000/svg"
5
- width={16}
6
- height={16}
7
- fill="none"
8
- viewBox="0 0 16 16"
9
- {...props}
10
- >
11
- <path
12
- fill="currentColor"
13
- d="M12.78 4.28a.75.75 0 0 0-1.06-1.06L4.5 10.44V6.75a.75.75 0 1 0-1.5 0v5.5a.748.748 0 0 0 .75.75h5.5a.75.75 0 1 0 0-1.5H5.56l7.22-7.22Z"
14
- />
15
- </svg>
16
- )
17
- export default SvgArrowDownLeft
@@ -1,17 +0,0 @@
1
- import * as React from 'react'
2
- const SvgArrowDownRight = (props) => (
3
- <svg
4
- xmlns="http://www.w3.org/2000/svg"
5
- width={16}
6
- height={16}
7
- fill="none"
8
- viewBox="0 0 16 16"
9
- {...props}
10
- >
11
- <path
12
- fill="currentColor"
13
- d="M3.22 4.28a.75.75 0 0 1 1.06-1.06l7.22 7.22V6.75a.75.75 0 1 1 1.5 0v5.5a.746.746 0 0 1-.75.75h-5.5a.75.75 0 1 1 0-1.5h3.69L3.22 4.28Z"
14
- />
15
- </svg>
16
- )
17
- export default SvgArrowDownRight
@@ -1,17 +0,0 @@
1
- import * as React from 'react'
2
- const SvgArrowLeft = (props) => (
3
- <svg
4
- xmlns="http://www.w3.org/2000/svg"
5
- width={16}
6
- height={16}
7
- fill="none"
8
- viewBox="0 0 16 16"
9
- {...props}
10
- >
11
- <path
12
- fill="currentColor"
13
- d="M7.765 4.045a.75.75 0 0 0 .176-.239.75.75 0 0 0-1.206-.851L2.237 7.203a.748.748 0 0 0-.001 1.093l4.499 4.25a.75.75 0 0 0 1.03-1.091L4.636 8.5h8.614a.75.75 0 1 0 0-1.5H4.636l3.129-2.955Z"
14
- />
15
- </svg>
16
- )
17
- export default SvgArrowLeft
@@ -1,17 +0,0 @@
1
- import * as React from 'react'
2
- const SvgArrowRight = (props) => (
3
- <svg
4
- xmlns="http://www.w3.org/2000/svg"
5
- width={16}
6
- height={16}
7
- fill="none"
8
- viewBox="0 0 16 16"
9
- {...props}
10
- >
11
- <path
12
- fill="currentColor"
13
- d="M8.235 4.045a.75.75 0 1 1 1.03-1.09l4.5 4.25a.751.751 0 0 1 0 1.09l-4.5 4.25a.75.75 0 0 1-1.03-1.09L11.364 8.5H2.75a.75.75 0 0 1 0-1.5h8.614L8.235 4.045Z"
14
- />
15
- </svg>
16
- )
17
- export default SvgArrowRight
@@ -1,17 +0,0 @@
1
- import * as React from 'react'
2
- const SvgArrowUp = (props) => (
3
- <svg
4
- xmlns="http://www.w3.org/2000/svg"
5
- width={16}
6
- height={16}
7
- fill="none"
8
- viewBox="0 0 16 16"
9
- {...props}
10
- >
11
- <path
12
- fill="currentColor"
13
- d="M4.045 7.765a.75.75 0 1 1-1.09-1.03l4.25-4.5a.75.75 0 0 1 1.09 0l4.25 4.5a.75.75 0 0 1-1.09 1.03L8.5 4.636v8.614a.75.75 0 1 1-1.5 0V4.636L4.045 7.765Z"
14
- />
15
- </svg>
16
- )
17
- export default SvgArrowUp
@@ -1,17 +0,0 @@
1
- import * as React from 'react'
2
- const SvgArrowUpLeft = (props) => (
3
- <svg
4
- xmlns="http://www.w3.org/2000/svg"
5
- width={16}
6
- height={16}
7
- fill="none"
8
- viewBox="0 0 16 16"
9
- {...props}
10
- >
11
- <path
12
- fill="currentColor"
13
- d="M3.057 3.463A.748.748 0 0 1 3.75 3h5.5a.75.75 0 0 1 0 1.5H5.56l7.22 7.22a.75.75 0 1 1-1.06 1.06L4.5 5.56v3.69a.75.75 0 0 1-1.5 0v-5.5c0-.102.02-.199.057-.287Z"
14
- />
15
- </svg>
16
- )
17
- export default SvgArrowUpLeft