Skip to content

Commit c99add6

Browse files
committed
Updates
1 parent 0eb66fa commit c99add6

File tree

12 files changed

+9095
-9095
lines changed

12 files changed

+9095
-9095
lines changed

dsfr/utility/icons/icons.json

Lines changed: 5720 additions & 5720 deletions
Large diffs are not rendered by default.

dsfr/utility/icons/icons.min.css

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@
4040
mask-image: url("../../icons/remixicon/ancient-gate-fill.svg");
4141
}
4242

43+
.ri-information-line::before,
44+
.ri-information-line::after {
45+
-webkit-mask-image: url("../../icons/remixicon/information-line.svg");
46+
mask-image: url("../../icons/remixicon/information-line.svg");
47+
}
48+
4349
.fr-icon-chat-check-fill::before,
4450
.fr-icon-chat-check-fill::after {
4551
-webkit-mask-image: url("../../icons/communication/chat-check-fill.svg");
@@ -58,18 +64,24 @@
5864
mask-image: url("../../icons/finance/bank-card-line.svg");
5965
}
6066

61-
.ri-information-line::before,
62-
.ri-information-line::after {
63-
-webkit-mask-image: url("../../icons/remixicon/information-line.svg");
64-
mask-image: url("../../icons/remixicon/information-line.svg");
65-
}
66-
6767
.fr-icon-warning-fill::before,
6868
.fr-icon-warning-fill::after {
6969
-webkit-mask-image: url("../../icons/system/fr--warning-fill.svg");
7070
mask-image: url("../../icons/system/fr--warning-fill.svg");
7171
}
7272

73+
.fr-icon-alert-line::before,
74+
.fr-icon-alert-line::after {
75+
-webkit-mask-image: url("../../icons/system/alert-line.svg");
76+
mask-image: url("../../icons/system/alert-line.svg");
77+
}
78+
79+
.fr-icon-delete-line::before,
80+
.fr-icon-delete-line::after {
81+
-webkit-mask-image: url("../../icons/system/delete-bin-line.svg");
82+
mask-image: url("../../icons/system/delete-bin-line.svg");
83+
}
84+
7385
.fr-icon-mail-fill::before,
7486
.fr-icon-mail-fill::after {
7587
-webkit-mask-image: url("../../icons/business/mail-fill.svg");
@@ -118,18 +130,6 @@
118130
mask-image: url("../../icons/remixicon/logout-box-line.svg");
119131
}
120132

121-
.fr-icon-alert-line::before,
122-
.fr-icon-alert-line::after {
123-
-webkit-mask-image: url("../../icons/system/alert-line.svg");
124-
mask-image: url("../../icons/system/alert-line.svg");
125-
}
126-
127-
.fr-icon-delete-line::before,
128-
.fr-icon-delete-line::after {
129-
-webkit-mask-image: url("../../icons/system/delete-bin-line.svg");
130-
mask-image: url("../../icons/system/delete-bin-line.svg");
131-
}
132-
133133
.ri-check-line::before,
134134
.ri-check-line::after {
135135
-webkit-mask-image: url("../../icons/remixicon/check-line.svg");
@@ -238,6 +238,11 @@
238238
background-image: url("../../icons/remixicon/ancient-gate-fill.svg");
239239
}
240240

241+
.ri-information-line::before,
242+
.ri-information-line::after {
243+
background-image: url("../../icons/remixicon/information-line.svg");
244+
}
245+
241246
.fr-icon-chat-check-fill::before,
242247
.fr-icon-chat-check-fill::after {
243248
background-image: url("../../icons/communication/chat-check-fill.svg");
@@ -253,16 +258,21 @@
253258
background-image: url("../../icons/finance/bank-card-line.svg");
254259
}
255260

256-
.ri-information-line::before,
257-
.ri-information-line::after {
258-
background-image: url("../../icons/remixicon/information-line.svg");
259-
}
260-
261261
.fr-icon-warning-fill::before,
262262
.fr-icon-warning-fill::after {
263263
background-image: url("../../icons/system/fr--warning-fill.svg");
264264
}
265265

266+
.fr-icon-alert-line::before,
267+
.fr-icon-alert-line::after {
268+
background-image: url("../../icons/system/alert-line.svg");
269+
}
270+
271+
.fr-icon-delete-line::before,
272+
.fr-icon-delete-line::after {
273+
background-image: url("../../icons/system/delete-bin-line.svg");
274+
}
275+
266276
.fr-icon-mail-fill::before,
267277
.fr-icon-mail-fill::after {
268278
background-image: url("../../icons/business/mail-fill.svg");
@@ -303,16 +313,6 @@
303313
background-image: url("../../icons/remixicon/logout-box-line.svg");
304314
}
305315

306-
.fr-icon-alert-line::before,
307-
.fr-icon-alert-line::after {
308-
background-image: url("../../icons/system/alert-line.svg");
309-
}
310-
311-
.fr-icon-delete-line::before,
312-
.fr-icon-delete-line::after {
313-
background-image: url("../../icons/system/delete-bin-line.svg");
314-
}
315-
316316
.ri-check-line::before,
317317
.ri-check-line::after {
318318
background-image: url("../../icons/remixicon/check-line.svg");

fr/generatedFromCss/classNames.d.ts

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

0 commit comments

Comments
 (0)