metal-icons 0.1.2 → 0.1.3

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # Metal Icons
2
2
 
3
- v0.1.2
3
+ v0.1.3
4
4
 
5
5
  A flexible set of icons built for React.
6
6
 
@@ -87,6 +87,86 @@ const SvgArchive = props => /*#__PURE__*/React.createElement("svg", _extends({
87
87
  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"
88
88
  }));
89
89
 
90
+ const SvgArrowDownLeft = props => /*#__PURE__*/React.createElement("svg", _extends({
91
+ xmlns: "http://www.w3.org/2000/svg",
92
+ width: 16,
93
+ height: 16,
94
+ fill: "none"
95
+ }, props), /*#__PURE__*/React.createElement("path", {
96
+ fill: "currentColor",
97
+ 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"
98
+ }));
99
+
100
+ const SvgArrowDownRight = props => /*#__PURE__*/React.createElement("svg", _extends({
101
+ xmlns: "http://www.w3.org/2000/svg",
102
+ width: 16,
103
+ height: 16,
104
+ fill: "none"
105
+ }, props), /*#__PURE__*/React.createElement("path", {
106
+ fill: "currentColor",
107
+ 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"
108
+ }));
109
+
110
+ const SvgArrowDown = props => /*#__PURE__*/React.createElement("svg", _extends({
111
+ xmlns: "http://www.w3.org/2000/svg",
112
+ width: 16,
113
+ height: 16,
114
+ fill: "none"
115
+ }, props), /*#__PURE__*/React.createElement("path", {
116
+ fill: "currentColor",
117
+ 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"
118
+ }));
119
+
120
+ const SvgArrowLeft = props => /*#__PURE__*/React.createElement("svg", _extends({
121
+ xmlns: "http://www.w3.org/2000/svg",
122
+ width: 16,
123
+ height: 16,
124
+ fill: "none"
125
+ }, props), /*#__PURE__*/React.createElement("path", {
126
+ fill: "currentColor",
127
+ d: "M7.765 4.045a.75.75 0 1 0-1.03-1.09L2.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"
128
+ }));
129
+
130
+ const SvgArrowRight = props => /*#__PURE__*/React.createElement("svg", _extends({
131
+ xmlns: "http://www.w3.org/2000/svg",
132
+ width: 16,
133
+ height: 16,
134
+ fill: "none"
135
+ }, props), /*#__PURE__*/React.createElement("path", {
136
+ fill: "currentColor",
137
+ 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"
138
+ }));
139
+
140
+ const SvgArrowUpLeft = props => /*#__PURE__*/React.createElement("svg", _extends({
141
+ xmlns: "http://www.w3.org/2000/svg",
142
+ width: 16,
143
+ height: 16,
144
+ fill: "none"
145
+ }, props), /*#__PURE__*/React.createElement("path", {
146
+ fill: "currentColor",
147
+ 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"
148
+ }));
149
+
150
+ const SvgArrowUpRight = props => /*#__PURE__*/React.createElement("svg", _extends({
151
+ xmlns: "http://www.w3.org/2000/svg",
152
+ width: 16,
153
+ height: 16,
154
+ fill: "none"
155
+ }, props), /*#__PURE__*/React.createElement("path", {
156
+ fill: "currentColor",
157
+ 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"
158
+ }));
159
+
160
+ const SvgArrowUp = props => /*#__PURE__*/React.createElement("svg", _extends({
161
+ xmlns: "http://www.w3.org/2000/svg",
162
+ width: 16,
163
+ height: 16,
164
+ fill: "none"
165
+ }, props), /*#__PURE__*/React.createElement("path", {
166
+ fill: "currentColor",
167
+ 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"
168
+ }));
169
+
90
170
  const SvgFolder = props => /*#__PURE__*/React.createElement("svg", _extends({
91
171
  xmlns: "http://www.w3.org/2000/svg",
92
172
  width: 16,
@@ -98,4 +178,4 @@ const SvgFolder = props => /*#__PURE__*/React.createElement("svg", _extends({
98
178
  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"
99
179
  }));
100
180
 
101
- export { SvgActivity as Activity, SvgAlarm as Alarm, SvgAlert as Alert, SvgAlignBottom as AlignBottom, SvgAlignTop as AlignTop, SvgAnnotation as Annotation, SvgArchive as Archive, SvgFolder as Folder };
181
+ export { SvgActivity as Activity, SvgAlarm as Alarm, SvgAlert as Alert, SvgAlignBottom as AlignBottom, SvgAlignTop as AlignTop, SvgAnnotation as Annotation, SvgArchive as Archive, SvgArrowDown as ArrowDown, SvgArrowDownLeft as ArrowDownLeft, SvgArrowDownRight as ArrowDownRight, SvgArrowLeft as ArrowLeft, SvgArrowRight as ArrowRight, SvgArrowUp as ArrowUp, SvgArrowUpLeft as ArrowUpLeft, SvgArrowUpRight as ArrowUpRight, SvgFolder as Folder };
@@ -84,6 +84,86 @@ const SvgArchive = props => /*#__PURE__*/React.createElement("svg", _extends({
84
84
  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"
85
85
  }));
86
86
 
87
+ const SvgArrowDownLeft = props => /*#__PURE__*/React.createElement("svg", _extends({
88
+ xmlns: "http://www.w3.org/2000/svg",
89
+ width: 16,
90
+ height: 16,
91
+ fill: "none"
92
+ }, props), /*#__PURE__*/React.createElement("path", {
93
+ fill: "currentColor",
94
+ 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"
95
+ }));
96
+
97
+ const SvgArrowDownRight = props => /*#__PURE__*/React.createElement("svg", _extends({
98
+ xmlns: "http://www.w3.org/2000/svg",
99
+ width: 16,
100
+ height: 16,
101
+ fill: "none"
102
+ }, props), /*#__PURE__*/React.createElement("path", {
103
+ fill: "currentColor",
104
+ 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"
105
+ }));
106
+
107
+ const SvgArrowDown = props => /*#__PURE__*/React.createElement("svg", _extends({
108
+ xmlns: "http://www.w3.org/2000/svg",
109
+ width: 16,
110
+ height: 16,
111
+ fill: "none"
112
+ }, props), /*#__PURE__*/React.createElement("path", {
113
+ fill: "currentColor",
114
+ 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"
115
+ }));
116
+
117
+ const SvgArrowLeft = props => /*#__PURE__*/React.createElement("svg", _extends({
118
+ xmlns: "http://www.w3.org/2000/svg",
119
+ width: 16,
120
+ height: 16,
121
+ fill: "none"
122
+ }, props), /*#__PURE__*/React.createElement("path", {
123
+ fill: "currentColor",
124
+ d: "M7.765 4.045a.75.75 0 1 0-1.03-1.09L2.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"
125
+ }));
126
+
127
+ const SvgArrowRight = props => /*#__PURE__*/React.createElement("svg", _extends({
128
+ xmlns: "http://www.w3.org/2000/svg",
129
+ width: 16,
130
+ height: 16,
131
+ fill: "none"
132
+ }, props), /*#__PURE__*/React.createElement("path", {
133
+ fill: "currentColor",
134
+ 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"
135
+ }));
136
+
137
+ const SvgArrowUpLeft = props => /*#__PURE__*/React.createElement("svg", _extends({
138
+ xmlns: "http://www.w3.org/2000/svg",
139
+ width: 16,
140
+ height: 16,
141
+ fill: "none"
142
+ }, props), /*#__PURE__*/React.createElement("path", {
143
+ fill: "currentColor",
144
+ 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"
145
+ }));
146
+
147
+ const SvgArrowUpRight = props => /*#__PURE__*/React.createElement("svg", _extends({
148
+ xmlns: "http://www.w3.org/2000/svg",
149
+ width: 16,
150
+ height: 16,
151
+ fill: "none"
152
+ }, props), /*#__PURE__*/React.createElement("path", {
153
+ fill: "currentColor",
154
+ 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"
155
+ }));
156
+
157
+ const SvgArrowUp = props => /*#__PURE__*/React.createElement("svg", _extends({
158
+ xmlns: "http://www.w3.org/2000/svg",
159
+ width: 16,
160
+ height: 16,
161
+ fill: "none"
162
+ }, props), /*#__PURE__*/React.createElement("path", {
163
+ fill: "currentColor",
164
+ 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"
165
+ }));
166
+
87
167
  const SvgFolder = props => /*#__PURE__*/React.createElement("svg", _extends({
88
168
  xmlns: "http://www.w3.org/2000/svg",
89
169
  width: 16,
@@ -94,4 +174,4 @@ const SvgFolder = props => /*#__PURE__*/React.createElement("svg", _extends({
94
174
  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"
95
175
  }));
96
176
 
97
- export { SvgActivity as Activity, SvgAlarm as Alarm, SvgAlert as Alert, SvgAlignBottom as AlignBottom, SvgAlignTop as AlignTop, SvgAnnotation as Annotation, SvgArchive as Archive, SvgFolder as Folder };
177
+ export { SvgActivity as Activity, SvgAlarm as Alarm, SvgAlert as Alert, SvgAlignBottom as AlignBottom, SvgAlignTop as AlignTop, SvgAnnotation as Annotation, SvgArchive as Archive, SvgArrowDown as ArrowDown, SvgArrowDownLeft as ArrowDownLeft, SvgArrowDownRight as ArrowDownRight, SvgArrowLeft as ArrowLeft, SvgArrowRight as ArrowRight, SvgArrowUp as ArrowUp, SvgArrowUpLeft as ArrowUpLeft, SvgArrowUpRight as ArrowUpRight, SvgFolder as Folder };
@@ -86,6 +86,86 @@ const SvgArchive = props => /*#__PURE__*/React.createElement("svg", _extends({
86
86
  d: "M1 4.25A2.25 2.25 0 0 1 3.25 2h17.5A2.25 2.25 0 0 1 23 4.25v1.5c0 .78-.397 1.467-1 1.871V19.25A2.75 2.75 0 0 1 19.25 22H4.75A2.75 2.75 0 0 1 2 19.25V7.621A2.248 2.248 0 0 1 1 5.75v-1.5ZM3.5 8h17v11.25c0 .69-.56 1.25-1.25 1.25H4.75c-.69 0-1.25-.56-1.25-1.25V8Zm-.25-4.5a.75.75 0 0 0-.75.75v1.5c0 .414.336.75.75.75h17.5a.75.75 0 0 0 .75-.75v-1.5a.75.75 0 0 0-.75-.75H3.25Z"
87
87
  }));
88
88
 
89
+ const SvgArrowDownLeft = props => /*#__PURE__*/React.createElement("svg", _extends({
90
+ xmlns: "http://www.w3.org/2000/svg",
91
+ width: 24,
92
+ height: 24,
93
+ fill: "none"
94
+ }, props), /*#__PURE__*/React.createElement("path", {
95
+ fill: "currentColor",
96
+ d: "M18.78 6.28a.75.75 0 0 0-1.06-1.06L6.5 16.44V8.75a.75.75 0 0 0-1.5 0v9.5c0 .198.078.389.218.529l.002.001.001.002c.14.14.33.218.529.218h9.5a.75.75 0 1 0 0-1.5H7.56L18.78 6.28Z"
97
+ }));
98
+
99
+ const SvgArrowDownRight = props => /*#__PURE__*/React.createElement("svg", _extends({
100
+ xmlns: "http://www.w3.org/2000/svg",
101
+ width: 24,
102
+ height: 24,
103
+ fill: "none"
104
+ }, props), /*#__PURE__*/React.createElement("path", {
105
+ fill: "currentColor",
106
+ d: "M5.22 7.28a.75.75 0 0 1 1.06-1.06L17.5 17.44V9.75a.75.75 0 1 1 1.5 0v9.5a.746.746 0 0 1-.75.75h-9.5a.75.75 0 1 1 0-1.5h7.69L5.22 7.28Z"
107
+ }));
108
+
109
+ const SvgArrowDown = props => /*#__PURE__*/React.createElement("svg", _extends({
110
+ xmlns: "http://www.w3.org/2000/svg",
111
+ width: 24,
112
+ height: 24,
113
+ fill: "none"
114
+ }, props), /*#__PURE__*/React.createElement("path", {
115
+ fill: "currentColor",
116
+ d: "M12.5 3.75a.75.75 0 1 0-1.5 0v14.645l-5.96-6.166a.75.75 0 1 0-1.08 1.042l7.25 7.5a.752.752 0 0 0 1.08 0l7.25-7.5a.751.751 0 0 0-1.08-1.042l-5.96 6.166V3.75Z"
117
+ }));
118
+
119
+ const SvgArrowLeft = props => /*#__PURE__*/React.createElement("svg", _extends({
120
+ xmlns: "http://www.w3.org/2000/svg",
121
+ width: 24,
122
+ height: 24,
123
+ fill: "none"
124
+ }, props), /*#__PURE__*/React.createElement("path", {
125
+ fill: "currentColor",
126
+ d: "M11.771 5.04a.75.75 0 1 0-1.042-1.08l-7.5 7.25a.75.75 0 0 0 0 1.08l7.5 7.25a.751.751 0 0 0 1.042-1.08L5.605 12.5H20.25a.75.75 0 1 0 0-1.5H5.605l6.166-5.96Z"
127
+ }));
128
+
129
+ const SvgArrowRight = props => /*#__PURE__*/React.createElement("svg", _extends({
130
+ xmlns: "http://www.w3.org/2000/svg",
131
+ width: 24,
132
+ height: 24,
133
+ fill: "none"
134
+ }, props), /*#__PURE__*/React.createElement("path", {
135
+ fill: "currentColor",
136
+ d: "M12.229 5.04a.75.75 0 1 1 1.042-1.08l7.5 7.25a.751.751 0 0 1 0 1.08l-7.5 7.25a.751.751 0 0 1-1.042-1.08l6.166-5.96H3.75a.75.75 0 1 1 0-1.5h14.645l-6.166-5.96Z"
137
+ }));
138
+
139
+ const SvgArrowUpLeft = props => /*#__PURE__*/React.createElement("svg", _extends({
140
+ xmlns: "http://www.w3.org/2000/svg",
141
+ width: 24,
142
+ height: 24,
143
+ fill: "none"
144
+ }, props), /*#__PURE__*/React.createElement("path", {
145
+ fill: "currentColor",
146
+ d: "M6.5 15.25a.75.75 0 1 1-1.5 0v-9.5c0-.206.083-.393.218-.529l.002-.001.001-.002c.14-.14.33-.218.529-.218h9.5a.75.75 0 1 1 0 1.5H7.56l11.22 11.22a.75.75 0 1 1-1.06 1.06L6.5 7.56v7.69Z"
147
+ }));
148
+
149
+ const SvgArrowUpRight = props => /*#__PURE__*/React.createElement("svg", _extends({
150
+ xmlns: "http://www.w3.org/2000/svg",
151
+ width: 24,
152
+ height: 24,
153
+ fill: "none"
154
+ }, props), /*#__PURE__*/React.createElement("path", {
155
+ fill: "currentColor",
156
+ d: "M18.943 5.463a.747.747 0 0 0-.161-.242l-.002-.001-.001-.002A.748.748 0 0 0 18.25 5h-9.5a.75.75 0 0 0 0 1.5h7.69L5.22 17.72a.75.75 0 1 0 1.06 1.06L17.5 7.56v7.69a.75.75 0 1 0 1.5 0v-9.5a.746.746 0 0 0-.057-.287Z"
157
+ }));
158
+
159
+ const SvgArrowUp = props => /*#__PURE__*/React.createElement("svg", _extends({
160
+ xmlns: "http://www.w3.org/2000/svg",
161
+ width: 24,
162
+ height: 24,
163
+ fill: "none"
164
+ }, props), /*#__PURE__*/React.createElement("path", {
165
+ fill: "currentColor",
166
+ d: "M5.04 10.771A.75.75 0 0 1 3.96 9.73l7.25-7.5a.751.751 0 0 1 1.08 0l7.25 7.5a.751.751 0 0 1-1.08 1.042L12.5 4.605V20.25a.75.75 0 1 1-1.5 0V4.605l-5.96 6.166Z"
167
+ }));
168
+
89
169
  const SvgFolder = props => /*#__PURE__*/React.createElement("svg", _extends({
90
170
  xmlns: "http://www.w3.org/2000/svg",
91
171
  width: 24,
@@ -97,4 +177,4 @@ const SvgFolder = props => /*#__PURE__*/React.createElement("svg", _extends({
97
177
  d: "M1.805 2.805A2.75 2.75 0 0 1 3.75 2h5.672c.73 0 1.428.29 1.944.805l.829.829c.234.234.552.366.883.366h7.172A2.75 2.75 0 0 1 23 6.75v12.5A2.75 2.75 0 0 1 20.25 22H3.75A2.75 2.75 0 0 1 1 19.25V4.75c0-.73.29-1.429.805-1.945ZM2.5 8.5v10.75c0 .69.56 1.25 1.25 1.25h16.5c.69 0 1.25-.56 1.25-1.25V8.5h-19Zm19-1.5h-19V4.75c0-.69.56-1.25 1.25-1.25h5.672c.331 0 .649.132.883.366l.829.829a2.75 2.75 0 0 0 1.944.805h7.172c.69 0 1.25.56 1.25 1.25V7Z"
98
178
  }));
99
179
 
100
- export { SvgActivity as Activity, SvgAlarm as Alarm, SvgAlert as Alert, SvgAlignBottom as AlignBottom, SvgAlignTop as AlignTop, SvgAnnotation as Annotation, SvgArchive as Archive, SvgFolder as Folder };
180
+ export { SvgActivity as Activity, SvgAlarm as Alarm, SvgAlert as Alert, SvgAlignBottom as AlignBottom, SvgAlignTop as AlignTop, SvgAnnotation as Annotation, SvgArchive as Archive, SvgArrowDown as ArrowDown, SvgArrowDownLeft as ArrowDownLeft, SvgArrowDownRight as ArrowDownRight, SvgArrowLeft as ArrowLeft, SvgArrowRight as ArrowRight, SvgArrowUp as ArrowUp, SvgArrowUpLeft as ArrowUpLeft, SvgArrowUpRight as ArrowUpRight, SvgFolder as Folder };
@@ -81,6 +81,86 @@ const SvgArchive = props => /*#__PURE__*/React.createElement("svg", _extends({
81
81
  d: "M2 9h20v10.25A2.75 2.75 0 0 1 19.25 22H4.75A2.75 2.75 0 0 1 2 19.25V9Zm7.22 3.22a.75.75 0 0 1 .53-.22h4.5a.75.75 0 1 1 0 1.5h-4.5a.75.75 0 0 1-.53-1.28Z"
82
82
  }));
83
83
 
84
+ const SvgArrowDownLeft = props => /*#__PURE__*/React.createElement("svg", _extends({
85
+ xmlns: "http://www.w3.org/2000/svg",
86
+ width: 24,
87
+ height: 24,
88
+ fill: "none"
89
+ }, props), /*#__PURE__*/React.createElement("path", {
90
+ fill: "currentColor",
91
+ d: "M18.78 6.28a.75.75 0 0 0-1.06-1.06L6.5 16.44V8.75a.75.75 0 0 0-1.5 0v9.5c0 .198.078.389.218.529l.002.001.001.002c.14.14.33.218.529.218h9.5a.75.75 0 1 0 0-1.5H7.56L18.78 6.28Z"
92
+ }));
93
+
94
+ const SvgArrowDownRight = props => /*#__PURE__*/React.createElement("svg", _extends({
95
+ xmlns: "http://www.w3.org/2000/svg",
96
+ width: 24,
97
+ height: 24,
98
+ fill: "none"
99
+ }, props), /*#__PURE__*/React.createElement("path", {
100
+ fill: "currentColor",
101
+ d: "M5.22 7.28a.75.75 0 0 1 1.06-1.06L17.5 17.44V9.75a.75.75 0 1 1 1.5 0v9.5a.746.746 0 0 1-.75.75h-9.5a.75.75 0 1 1 0-1.5h7.69L5.22 7.28Z"
102
+ }));
103
+
104
+ const SvgArrowDown = props => /*#__PURE__*/React.createElement("svg", _extends({
105
+ xmlns: "http://www.w3.org/2000/svg",
106
+ width: 24,
107
+ height: 24,
108
+ fill: "none"
109
+ }, props), /*#__PURE__*/React.createElement("path", {
110
+ fill: "currentColor",
111
+ d: "M12.5 3.75a.75.75 0 1 0-1.5 0v14.645l-5.96-6.166a.75.75 0 1 0-1.08 1.042l7.25 7.5a.752.752 0 0 0 1.08 0l7.25-7.5a.751.751 0 0 0-1.08-1.042l-5.96 6.166V3.75Z"
112
+ }));
113
+
114
+ const SvgArrowLeft = props => /*#__PURE__*/React.createElement("svg", _extends({
115
+ xmlns: "http://www.w3.org/2000/svg",
116
+ width: 24,
117
+ height: 24,
118
+ fill: "none"
119
+ }, props), /*#__PURE__*/React.createElement("path", {
120
+ fill: "currentColor",
121
+ d: "M11.771 5.04a.75.75 0 1 0-1.042-1.08l-7.5 7.25a.75.75 0 0 0 0 1.08l7.5 7.25a.751.751 0 0 0 1.042-1.08L5.605 12.5H20.25a.75.75 0 1 0 0-1.5H5.605l6.166-5.96Z"
122
+ }));
123
+
124
+ const SvgArrowRight = props => /*#__PURE__*/React.createElement("svg", _extends({
125
+ xmlns: "http://www.w3.org/2000/svg",
126
+ width: 24,
127
+ height: 24,
128
+ fill: "none"
129
+ }, props), /*#__PURE__*/React.createElement("path", {
130
+ fill: "currentColor",
131
+ d: "M12.229 5.04a.75.75 0 1 1 1.042-1.08l7.5 7.25a.751.751 0 0 1 0 1.08l-7.5 7.25a.751.751 0 0 1-1.042-1.08l6.166-5.96H3.75a.75.75 0 1 1 0-1.5h14.645l-6.166-5.96Z"
132
+ }));
133
+
134
+ const SvgArrowUpLeft = props => /*#__PURE__*/React.createElement("svg", _extends({
135
+ xmlns: "http://www.w3.org/2000/svg",
136
+ width: 24,
137
+ height: 24,
138
+ fill: "none"
139
+ }, props), /*#__PURE__*/React.createElement("path", {
140
+ fill: "currentColor",
141
+ d: "M6.5 15.25a.75.75 0 1 1-1.5 0v-9.5c0-.206.083-.393.218-.529l.002-.001.001-.002c.14-.14.33-.218.529-.218h9.5a.75.75 0 1 1 0 1.5H7.56l11.22 11.22a.75.75 0 1 1-1.06 1.06L6.5 7.56v7.69Z"
142
+ }));
143
+
144
+ const SvgArrowUpRight = props => /*#__PURE__*/React.createElement("svg", _extends({
145
+ xmlns: "http://www.w3.org/2000/svg",
146
+ width: 24,
147
+ height: 24,
148
+ fill: "none"
149
+ }, props), /*#__PURE__*/React.createElement("path", {
150
+ fill: "currentColor",
151
+ d: "M18.943 5.463a.747.747 0 0 0-.161-.242l-.002-.001-.001-.002A.748.748 0 0 0 18.25 5h-9.5a.75.75 0 0 0 0 1.5h7.69L5.22 17.72a.75.75 0 1 0 1.06 1.06L17.5 7.56v7.69a.75.75 0 1 0 1.5 0v-9.5a.746.746 0 0 0-.057-.287Z"
152
+ }));
153
+
154
+ const SvgArrowUp = props => /*#__PURE__*/React.createElement("svg", _extends({
155
+ xmlns: "http://www.w3.org/2000/svg",
156
+ width: 24,
157
+ height: 24,
158
+ fill: "none"
159
+ }, props), /*#__PURE__*/React.createElement("path", {
160
+ fill: "currentColor",
161
+ d: "M5.04 10.771A.75.75 0 0 1 3.96 9.73l7.25-7.5a.751.751 0 0 1 1.08 0l7.25 7.5a.751.751 0 0 1-1.08 1.042L12.5 4.605V20.25a.75.75 0 1 1-1.5 0V4.605l-5.96 6.166Z"
162
+ }));
163
+
84
164
  const SvgFolder = props => /*#__PURE__*/React.createElement("svg", _extends({
85
165
  xmlns: "http://www.w3.org/2000/svg",
86
166
  width: 24,
@@ -91,4 +171,4 @@ const SvgFolder = props => /*#__PURE__*/React.createElement("svg", _extends({
91
171
  d: "M1.805 2.805A2.75 2.75 0 0 1 3.75 2h5.672c.73 0 1.428.29 1.944.805l.829.829c.234.234.552.366.883.366h7.172A2.75 2.75 0 0 1 23 6.75V7H1V4.75c0-.73.29-1.429.805-1.945ZM1 8.5v10.75A2.75 2.75 0 0 0 3.75 22h16.5A2.75 2.75 0 0 0 23 19.25V8.5H1Z"
92
172
  }));
93
173
 
94
- export { SvgActivity as Activity, SvgAlarm as Alarm, SvgAlert as Alert, SvgAlignBottom as AlignBottom, SvgAlignTop as AlignTop, SvgAnnotation as Annotation, SvgArchive as Archive, SvgFolder as Folder };
174
+ export { SvgActivity as Activity, SvgAlarm as Alarm, SvgAlert as Alert, SvgAlignBottom as AlignBottom, SvgAlignTop as AlignTop, SvgAnnotation as Annotation, SvgArchive as Archive, SvgArrowDown as ArrowDown, SvgArrowDownLeft as ArrowDownLeft, SvgArrowDownRight as ArrowDownRight, SvgArrowLeft as ArrowLeft, SvgArrowRight as ArrowRight, SvgArrowUp as ArrowUp, SvgArrowUpLeft as ArrowUpLeft, SvgArrowUpRight as ArrowUpRight, SvgFolder as Folder };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "metal-icons",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "A flexible React icon set",
5
5
  "author": "Jason Melgoza",
6
6
  "license": "MIT",