Skip to content

Commit 20d2cdd

Browse files
added return icon to enchanted-icons repository (#36)
added return icon
1 parent c9693dd commit 20d2cdd

File tree

2 files changed

+29
-10
lines changed

2 files changed

+29
-10
lines changed

exclude_rename_icons.json

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,6 @@
230230
"reference-architecture",
231231
"repo--artifact",
232232
"repo--source-code",
233-
"return",
234233
"rule--data-quality",
235234
"run--mirror",
236235
"screen-map--set",
@@ -269,13 +268,13 @@
269268
"zos--sysplex",
270269
"zos"
271270
],
272-
"renames": {
273-
"ibm-cloud--dedicated-host": "cloud--dedicated-host",
274-
"ibm-cloud--internet-services": "cloud--internet-services",
275-
"ibm-cloud--security-compliance-center": "cloud--security-compliance-center",
276-
"ibm-cloud--subnets": "cloud--subnets",
277-
"ibm-security": "security--alt",
278-
"ibm-security--services": "security-services--alt",
279-
"ibm-watson--orders": "orders"
280-
}
271+
"renames": {
272+
"ibm-cloud--dedicated-host": "cloud--dedicated-host",
273+
"ibm-cloud--internet-services": "cloud--internet-services",
274+
"ibm-cloud--security-compliance-center": "cloud--security-compliance-center",
275+
"ibm-cloud--subnets": "cloud--subnets",
276+
"ibm-security": "security--alt",
277+
"ibm-security--services": "security-services--alt",
278+
"ibm-watson--orders": "orders"
279+
}
281280
}

src/carbon/es/return/index.tsx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
/* ======================================================================== *
2+
* Copyright 2024 HCL America Inc. *
3+
* Licensed under the Apache License, Version 2.0 (the "License"); *
4+
* you may not use this file except in compliance with the License. *
5+
* You may obtain a copy of the License at *
6+
* *
7+
* http://www.apache.org/licenses/LICENSE-2.0 *
8+
* *
9+
* Unless required by applicable law or agreed to in writing, software *
10+
* distributed under the License is distributed on an "AS IS" BASIS, *
11+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. *
12+
* See the License for the specific language governing permissions and *
13+
* limitations under the License. *
14+
* ======================================================================== */
15+
16+
/* auto generated file - do not edit */
17+
import Icon from '@carbon/icons/es/return/32';
18+
import { createSvgIcon } from '../../../utils';
19+
20+
export default createSvgIcon(Icon.name, Icon.size, Icon.content, Icon.attrs);

0 commit comments

Comments
 (0)