Skip to content

Commit df047fa

Browse files
committed
feat: some files where updated/added | version.lock, icons.lock, index.js, primary_icons.js, group_essential_alert_alarm_bell.svg, group_essential_delete_bin_1.svg, group_essential_form_validation_check_1.svg, interface_essential_delete_bin_1.svg, group_essential_alert_alarm_bell.js, group_essential_delete_bin_1.js, group_essential_form_validation_check_1.js, interface_essential_alert_alarm_bell.js, interface_essential_delete_bin_1.js, interface_essential_form_validation_check_1.js
1 parent c615ecf commit df047fa

14 files changed

Lines changed: 113 additions & 2 deletions
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"1a3caba565dddc0a936aaddc29a82887":"37801733"}
1+
{"1a3caba565dddc0a936aaddc29a82887":"38359211"}
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
/** This file is auto generated by convertSvgToJsx.js */
2+
3+
import React from 'react'
4+
5+
const group_essential_alert_alarm_bell = props => (
6+
<svg viewBox="0 0 14 16" {...props}>
7+
<path
8+
d="M5.417 14.25a1.391 1.391 0 0 0 2.67 0M6.75 2V.75"
9+
stroke="#000"
10+
strokeWidth={1.5}
11+
strokeLinecap="round"
12+
strokeLinejoin="round"
13+
/>
14+
<path
15+
clipRule="evenodd"
16+
d="M6.75 2a5 5 0 0 1 5 5c0 4.698 1 5.5 1 5.5h-12s1-1.277 1-5.5a5 5 0 0 1 5-5z"
17+
stroke="#000"
18+
strokeWidth={1.5}
19+
strokeLinecap="round"
20+
strokeLinejoin="round"
21+
/>
22+
</svg>
23+
)
24+
25+
export default group_essential_alert_alarm_bell
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
/** This file is auto generated by convertSvgToJsx.js */
2+
3+
import React from 'react'
4+
5+
const group_essential_delete_bin_1 = props => (
6+
<svg viewBox="0 0 16 16" {...props}>
7+
<path
8+
d="M.75 3.25h14"
9+
stroke="#000"
10+
strokeWidth={1.5}
11+
strokeLinecap="round"
12+
strokeLinejoin="round"
13+
/>
14+
<path
15+
clipRule="evenodd"
16+
d="M9.25.75h-3a1 1 0 0 0-1 1v1.5h5v-1.5a1 1 0 0 0-1-1z"
17+
stroke="#000"
18+
strokeWidth={1.5}
19+
strokeLinecap="round"
20+
strokeLinejoin="round"
21+
/>
22+
<path
23+
d="M6.25 11.75v-5M9.25 11.75v-5"
24+
stroke="#000"
25+
strokeWidth={1.5}
26+
strokeLinecap="round"
27+
strokeLinejoin="round"
28+
/>
29+
<path
30+
clipRule="evenodd"
31+
d="M12.327 14.333a1 1 0 0 1-.997.917H4.17a1 1 0 0 1-.996-.917L2.25 3.25h11l-.923 11.083z"
32+
stroke="#000"
33+
strokeWidth={1.5}
34+
strokeLinecap="round"
35+
strokeLinejoin="round"
36+
/>
37+
</svg>
38+
)
39+
40+
export default group_essential_delete_bin_1
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
/** This file is auto generated by convertSvgToJsx.js */
2+
3+
import React from 'react'
4+
5+
const group_essential_form_validation_check_1 = props => (
6+
<svg viewBox="0 0 16 16" {...props}>
7+
<path
8+
d="M15.248.75L5.524 14.642a1.418 1.418 0 0 1-2.3.038L.75 11.382"
9+
stroke="#000"
10+
strokeWidth={1.5}
11+
strokeLinecap="round"
12+
strokeLinejoin="round"
13+
/>
14+
</svg>
15+
)
16+
17+
export default group_essential_form_validation_check_1

packages/dnb-ui-lib/src/icons/icons.lock

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

packages/dnb-ui-lib/src/icons/index.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,12 @@ import exclamation from './exclamation.js'
2222
import exclamation_medium from './exclamation_medium.js'
2323
import fullscreen from './fullscreen.js'
2424
import fullscreen_medium from './fullscreen_medium.js'
25+
import group_essential_alert_alarm_bell from './group_essential_alert_alarm_bell.js'
26+
import group_essential_delete_bin_1 from './group_essential_delete_bin_1.js'
27+
import group_essential_form_validation_check_1 from './group_essential_form_validation_check_1.js'
2528
import hamburger from './hamburger.js'
2629
import hamburger_medium from './hamburger_medium.js'
30+
import interface_essential_delete_bin_1 from './interface_essential_delete_bin_1.js'
2731
import more from './more.js'
2832
import more_medium from './more_medium.js'
2933
import question from './question.js'
@@ -58,8 +62,12 @@ export {
5862
exclamation_medium,
5963
fullscreen,
6064
fullscreen_medium,
65+
group_essential_alert_alarm_bell,
66+
group_essential_delete_bin_1,
67+
group_essential_form_validation_check_1,
6168
hamburger,
6269
hamburger_medium,
70+
interface_essential_delete_bin_1,
6371
more,
6472
more_medium,
6573
question,

0 commit comments

Comments
 (0)