@ifsworld/granite-icons 3.0.3 → 3.0.4
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/CHANGELOG.md +7 -0
- package/assets/fonts/glyph/granite-iconfont-glyph.css +117 -111
- package/assets/fonts/glyph/granite-iconfont-glyph.woff +0 -0
- package/assets/fonts/glyph/granite-iconfont-glyph.woff2 +0 -0
- package/assets/fonts/ligature/all-icons.js +6 -0
- package/assets/fonts/ligature/granite-iconfont-liga.woff +0 -0
- package/assets/fonts/ligature/granite-iconfont-liga.woff2 +0 -0
- package/package.json +1 -1
- package/trigger-release.md +6 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [@ifsworld/granite-icons-v3.0.3](https://bitbucket.org/ifs-pd/ifs-ux-designtokens/compare/@ifsworld/granite-icons-v3.0.2...@ifsworld/granite-icons-v3.0.3) (2026-01-19)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **icons:** release new icons ([918b9e9](https://bitbucket.org/ifs-pd/ifs-ux-designtokens/commits/918b9e9f2a92b0c22463f8dc0715e07db6d67e41))
|
|
7
|
+
|
|
1
8
|
# [@ifsworld/granite-icons-v3.0.2](https://bitbucket.org/ifs-pd/ifs-ux-designtokens/compare/@ifsworld/granite-icons-v3.0.1...@ifsworld/granite-icons-v3.0.2) (2025-11-12)
|
|
2
9
|
|
|
3
10
|
|
|
@@ -1302,336 +1302,342 @@
|
|
|
1302
1302
|
.icon-rewind:before {
|
|
1303
1303
|
content: "\e1ac";
|
|
1304
1304
|
}
|
|
1305
|
-
.icon-
|
|
1305
|
+
.icon-ribbon:before {
|
|
1306
1306
|
content: "\e1ad";
|
|
1307
1307
|
}
|
|
1308
|
-
.icon-
|
|
1308
|
+
.icon-ribbon-off:before {
|
|
1309
1309
|
content: "\e1ae";
|
|
1310
1310
|
}
|
|
1311
|
-
.icon-
|
|
1311
|
+
.icon-risk:before {
|
|
1312
1312
|
content: "\e1af";
|
|
1313
1313
|
}
|
|
1314
|
-
.icon-
|
|
1314
|
+
.icon-role:before {
|
|
1315
1315
|
content: "\e1b0";
|
|
1316
1316
|
}
|
|
1317
|
-
.icon-
|
|
1317
|
+
.icon-rotate-left:before {
|
|
1318
1318
|
content: "\e1b1";
|
|
1319
1319
|
}
|
|
1320
|
-
.icon-
|
|
1320
|
+
.icon-rotate-right:before {
|
|
1321
1321
|
content: "\e1b2";
|
|
1322
1322
|
}
|
|
1323
|
-
.icon-
|
|
1323
|
+
.icon-row-view:before {
|
|
1324
1324
|
content: "\e1b3";
|
|
1325
1325
|
}
|
|
1326
|
-
.icon-
|
|
1326
|
+
.icon-ruler:before {
|
|
1327
1327
|
content: "\e1b4";
|
|
1328
1328
|
}
|
|
1329
|
-
.icon-
|
|
1329
|
+
.icon-run:before {
|
|
1330
1330
|
content: "\e1b5";
|
|
1331
1331
|
}
|
|
1332
|
-
.icon-
|
|
1332
|
+
.icon-sad:before {
|
|
1333
1333
|
content: "\e1b6";
|
|
1334
1334
|
}
|
|
1335
|
-
.icon-
|
|
1335
|
+
.icon-satellite:before {
|
|
1336
1336
|
content: "\e1b7";
|
|
1337
1337
|
}
|
|
1338
|
-
.icon-
|
|
1338
|
+
.icon-save:before {
|
|
1339
1339
|
content: "\e1b8";
|
|
1340
1340
|
}
|
|
1341
|
-
.icon-
|
|
1341
|
+
.icon-search:before {
|
|
1342
1342
|
content: "\e1b9";
|
|
1343
1343
|
}
|
|
1344
|
-
.icon-
|
|
1344
|
+
.icon-send:before {
|
|
1345
1345
|
content: "\e1ba";
|
|
1346
1346
|
}
|
|
1347
|
-
.icon-
|
|
1347
|
+
.icon-sendto-bottom:before {
|
|
1348
1348
|
content: "\e1bb";
|
|
1349
1349
|
}
|
|
1350
|
-
.icon-
|
|
1350
|
+
.icon-sendto-top:before {
|
|
1351
1351
|
content: "\e1bc";
|
|
1352
1352
|
}
|
|
1353
|
-
.icon-
|
|
1353
|
+
.icon-settings:before {
|
|
1354
1354
|
content: "\e1bd";
|
|
1355
1355
|
}
|
|
1356
|
-
.icon-
|
|
1356
|
+
.icon-settings-solid:before {
|
|
1357
1357
|
content: "\e1be";
|
|
1358
1358
|
}
|
|
1359
|
-
.icon-
|
|
1359
|
+
.icon-share:before {
|
|
1360
1360
|
content: "\e1bf";
|
|
1361
1361
|
}
|
|
1362
|
-
.icon-
|
|
1362
|
+
.icon-shopping-bag:before {
|
|
1363
1363
|
content: "\e1c0";
|
|
1364
1364
|
}
|
|
1365
|
-
.icon-
|
|
1365
|
+
.icon-shopping-cart:before {
|
|
1366
1366
|
content: "\e1c1";
|
|
1367
1367
|
}
|
|
1368
|
-
.icon-
|
|
1368
|
+
.icon-shrink-text:before {
|
|
1369
1369
|
content: "\e1c2";
|
|
1370
1370
|
}
|
|
1371
|
-
.icon-
|
|
1371
|
+
.icon-shuffle:before {
|
|
1372
1372
|
content: "\e1c3";
|
|
1373
1373
|
}
|
|
1374
|
-
.icon-
|
|
1374
|
+
.icon-sigma:before {
|
|
1375
1375
|
content: "\e1c4";
|
|
1376
1376
|
}
|
|
1377
|
-
.icon-
|
|
1377
|
+
.icon-skills:before {
|
|
1378
1378
|
content: "\e1c5";
|
|
1379
1379
|
}
|
|
1380
|
-
.icon-
|
|
1380
|
+
.icon-small-heading:before {
|
|
1381
1381
|
content: "\e1c6";
|
|
1382
1382
|
}
|
|
1383
|
-
.icon-
|
|
1383
|
+
.icon-smile:before {
|
|
1384
1384
|
content: "\e1c7";
|
|
1385
1385
|
}
|
|
1386
|
-
.icon-
|
|
1386
|
+
.icon-sparkle-ai:before {
|
|
1387
1387
|
content: "\e1c8";
|
|
1388
1388
|
}
|
|
1389
|
-
.icon-
|
|
1389
|
+
.icon-sparkle-ai-alt:before {
|
|
1390
1390
|
content: "\e1c9";
|
|
1391
1391
|
}
|
|
1392
|
-
.icon-
|
|
1392
|
+
.icon-spider-chart:before {
|
|
1393
1393
|
content: "\e1ca";
|
|
1394
1394
|
}
|
|
1395
|
-
.icon-
|
|
1395
|
+
.icon-split:before {
|
|
1396
1396
|
content: "\e1cb";
|
|
1397
1397
|
}
|
|
1398
|
-
.icon-
|
|
1398
|
+
.icon-splitter:before {
|
|
1399
1399
|
content: "\e1cc";
|
|
1400
1400
|
}
|
|
1401
|
-
.icon-square
|
|
1401
|
+
.icon-square:before {
|
|
1402
1402
|
content: "\e1cd";
|
|
1403
1403
|
}
|
|
1404
|
-
.icon-square-
|
|
1404
|
+
.icon-square-small:before {
|
|
1405
1405
|
content: "\e1ce";
|
|
1406
1406
|
}
|
|
1407
|
-
.icon-
|
|
1407
|
+
.icon-square-solid:before {
|
|
1408
1408
|
content: "\e1cf";
|
|
1409
1409
|
}
|
|
1410
|
-
.icon-
|
|
1410
|
+
.icon-square-solid-small:before {
|
|
1411
1411
|
content: "\e1d0";
|
|
1412
1412
|
}
|
|
1413
|
-
.icon-
|
|
1413
|
+
.icon-stack:before {
|
|
1414
1414
|
content: "\e1d1";
|
|
1415
1415
|
}
|
|
1416
|
-
.icon-
|
|
1416
|
+
.icon-stakeholder:before {
|
|
1417
1417
|
content: "\e1d2";
|
|
1418
1418
|
}
|
|
1419
|
-
.icon-
|
|
1419
|
+
.icon-star:before {
|
|
1420
1420
|
content: "\e1d3";
|
|
1421
1421
|
}
|
|
1422
|
-
.icon-
|
|
1422
|
+
.icon-star-solid:before {
|
|
1423
1423
|
content: "\e1d4";
|
|
1424
1424
|
}
|
|
1425
|
-
.icon-
|
|
1425
|
+
.icon-start:before {
|
|
1426
1426
|
content: "\e1d5";
|
|
1427
1427
|
}
|
|
1428
|
-
.icon-
|
|
1428
|
+
.icon-stop:before {
|
|
1429
1429
|
content: "\e1d6";
|
|
1430
1430
|
}
|
|
1431
|
-
.icon-
|
|
1431
|
+
.icon-strategy:before {
|
|
1432
1432
|
content: "\e1d7";
|
|
1433
1433
|
}
|
|
1434
|
-
.icon-
|
|
1434
|
+
.icon-strategy-alt:before {
|
|
1435
1435
|
content: "\e1d8";
|
|
1436
1436
|
}
|
|
1437
|
-
.icon-
|
|
1437
|
+
.icon-streams:before {
|
|
1438
1438
|
content: "\e1d9";
|
|
1439
1439
|
}
|
|
1440
|
-
.icon-
|
|
1440
|
+
.icon-strikethrough:before {
|
|
1441
1441
|
content: "\e1da";
|
|
1442
1442
|
}
|
|
1443
|
-
.icon-
|
|
1443
|
+
.icon-subscriber-active:before {
|
|
1444
1444
|
content: "\e1db";
|
|
1445
1445
|
}
|
|
1446
|
-
.icon-
|
|
1446
|
+
.icon-subscriber-deactive:before {
|
|
1447
1447
|
content: "\e1dc";
|
|
1448
1448
|
}
|
|
1449
|
-
.icon-
|
|
1449
|
+
.icon-supplier:before {
|
|
1450
1450
|
content: "\e1dd";
|
|
1451
1451
|
}
|
|
1452
|
-
.icon-
|
|
1452
|
+
.icon-supplier-alt:before {
|
|
1453
1453
|
content: "\e1de";
|
|
1454
1454
|
}
|
|
1455
|
-
.icon-
|
|
1455
|
+
.icon-surveillance:before {
|
|
1456
1456
|
content: "\e1df";
|
|
1457
1457
|
}
|
|
1458
|
-
.icon-
|
|
1458
|
+
.icon-switch:before {
|
|
1459
1459
|
content: "\e1e0";
|
|
1460
1460
|
}
|
|
1461
|
-
.icon-
|
|
1461
|
+
.icon-synchronize:before {
|
|
1462
1462
|
content: "\e1e1";
|
|
1463
1463
|
}
|
|
1464
|
-
.icon-
|
|
1464
|
+
.icon-synchronize-alt:before {
|
|
1465
1465
|
content: "\e1e2";
|
|
1466
1466
|
}
|
|
1467
|
-
.icon-
|
|
1467
|
+
.icon-table:before {
|
|
1468
1468
|
content: "\e1e3";
|
|
1469
1469
|
}
|
|
1470
|
-
.icon-
|
|
1470
|
+
.icon-table-view:before {
|
|
1471
1471
|
content: "\e1e4";
|
|
1472
1472
|
}
|
|
1473
|
-
.icon-
|
|
1473
|
+
.icon-tablelamp:before {
|
|
1474
1474
|
content: "\e1e5";
|
|
1475
1475
|
}
|
|
1476
|
-
.icon-
|
|
1476
|
+
.icon-tabs:before {
|
|
1477
1477
|
content: "\e1e6";
|
|
1478
1478
|
}
|
|
1479
|
-
.icon-
|
|
1479
|
+
.icon-target:before {
|
|
1480
1480
|
content: "\e1e7";
|
|
1481
1481
|
}
|
|
1482
|
-
.icon-
|
|
1482
|
+
.icon-target-alt:before {
|
|
1483
1483
|
content: "\e1e8";
|
|
1484
1484
|
}
|
|
1485
|
-
.icon-
|
|
1485
|
+
.icon-task:before {
|
|
1486
1486
|
content: "\e1e9";
|
|
1487
1487
|
}
|
|
1488
|
-
.icon-
|
|
1488
|
+
.icon-tile-view:before {
|
|
1489
1489
|
content: "\e1ea";
|
|
1490
1490
|
}
|
|
1491
|
-
.icon-
|
|
1491
|
+
.icon-time-zone:before {
|
|
1492
1492
|
content: "\e1eb";
|
|
1493
1493
|
}
|
|
1494
|
-
.icon-
|
|
1494
|
+
.icon-timed-out:before {
|
|
1495
1495
|
content: "\e1ec";
|
|
1496
1496
|
}
|
|
1497
|
-
.icon-
|
|
1497
|
+
.icon-timeline:before {
|
|
1498
1498
|
content: "\e1ed";
|
|
1499
1499
|
}
|
|
1500
|
-
.icon-
|
|
1500
|
+
.icon-toggles:before {
|
|
1501
1501
|
content: "\e1ee";
|
|
1502
1502
|
}
|
|
1503
|
-
.icon-tools
|
|
1503
|
+
.icon-tools:before {
|
|
1504
1504
|
content: "\e1ef";
|
|
1505
1505
|
}
|
|
1506
|
-
.icon-
|
|
1506
|
+
.icon-tools-alt:before {
|
|
1507
1507
|
content: "\e1f0";
|
|
1508
1508
|
}
|
|
1509
|
-
.icon-
|
|
1509
|
+
.icon-tools-solid:before {
|
|
1510
1510
|
content: "\e1f1";
|
|
1511
1511
|
}
|
|
1512
|
-
.icon-
|
|
1512
|
+
.icon-trapezoid:before {
|
|
1513
1513
|
content: "\e1f2";
|
|
1514
1514
|
}
|
|
1515
|
-
.icon-
|
|
1515
|
+
.icon-trapezoid-solid:before {
|
|
1516
1516
|
content: "\e1f3";
|
|
1517
1517
|
}
|
|
1518
|
-
.icon-
|
|
1518
|
+
.icon-tree-diagram:before {
|
|
1519
1519
|
content: "\e1f4";
|
|
1520
1520
|
}
|
|
1521
|
-
.icon-trending-
|
|
1521
|
+
.icon-trending-down:before {
|
|
1522
1522
|
content: "\e1f5";
|
|
1523
1523
|
}
|
|
1524
|
-
.icon-
|
|
1524
|
+
.icon-trending-neutral:before {
|
|
1525
1525
|
content: "\e1f6";
|
|
1526
1526
|
}
|
|
1527
|
-
.icon-
|
|
1527
|
+
.icon-trending-up:before {
|
|
1528
1528
|
content: "\e1f7";
|
|
1529
1529
|
}
|
|
1530
|
-
.icon-triangle
|
|
1530
|
+
.icon-triangle:before {
|
|
1531
1531
|
content: "\e1f8";
|
|
1532
1532
|
}
|
|
1533
|
-
.icon-triangle-
|
|
1533
|
+
.icon-triangle-down:before {
|
|
1534
1534
|
content: "\e1f9";
|
|
1535
1535
|
}
|
|
1536
|
-
.icon-triangle-
|
|
1536
|
+
.icon-triangle-left:before {
|
|
1537
1537
|
content: "\e1fa";
|
|
1538
1538
|
}
|
|
1539
|
-
.icon-triangle-
|
|
1539
|
+
.icon-triangle-right:before {
|
|
1540
1540
|
content: "\e1fb";
|
|
1541
1541
|
}
|
|
1542
|
-
.icon-triangle-
|
|
1542
|
+
.icon-triangle-small:before {
|
|
1543
1543
|
content: "\e1fc";
|
|
1544
1544
|
}
|
|
1545
|
-
.icon-triangle-
|
|
1545
|
+
.icon-triangle-solid:before {
|
|
1546
1546
|
content: "\e1fd";
|
|
1547
1547
|
}
|
|
1548
|
-
.icon-
|
|
1548
|
+
.icon-triangle-solid-small:before {
|
|
1549
1549
|
content: "\e1fe";
|
|
1550
1550
|
}
|
|
1551
|
-
.icon-
|
|
1551
|
+
.icon-triangle-up:before {
|
|
1552
1552
|
content: "\e1ff";
|
|
1553
1553
|
}
|
|
1554
|
-
.icon-
|
|
1554
|
+
.icon-tutorial:before {
|
|
1555
1555
|
content: "\e200";
|
|
1556
1556
|
}
|
|
1557
|
-
.icon-
|
|
1557
|
+
.icon-tutorial-movieclip:before {
|
|
1558
1558
|
content: "\e201";
|
|
1559
1559
|
}
|
|
1560
|
-
.icon-
|
|
1560
|
+
.icon-undo:before {
|
|
1561
1561
|
content: "\e202";
|
|
1562
1562
|
}
|
|
1563
|
-
.icon-
|
|
1563
|
+
.icon-unlocked:before {
|
|
1564
1564
|
content: "\e203";
|
|
1565
1565
|
}
|
|
1566
|
-
.icon-
|
|
1566
|
+
.icon-unpublish:before {
|
|
1567
1567
|
content: "\e204";
|
|
1568
1568
|
}
|
|
1569
|
-
.icon-
|
|
1569
|
+
.icon-unsorted:before {
|
|
1570
1570
|
content: "\e205";
|
|
1571
1571
|
}
|
|
1572
|
-
.icon-
|
|
1572
|
+
.icon-upload:before {
|
|
1573
1573
|
content: "\e206";
|
|
1574
1574
|
}
|
|
1575
|
-
.icon-user
|
|
1575
|
+
.icon-user:before {
|
|
1576
1576
|
content: "\e207";
|
|
1577
1577
|
}
|
|
1578
|
-
.icon-user-
|
|
1578
|
+
.icon-user-absent:before {
|
|
1579
1579
|
content: "\e208";
|
|
1580
1580
|
}
|
|
1581
|
-
.icon-user-
|
|
1581
|
+
.icon-user-alt:before {
|
|
1582
1582
|
content: "\e209";
|
|
1583
1583
|
}
|
|
1584
|
-
.icon-
|
|
1584
|
+
.icon-user-setting:before {
|
|
1585
1585
|
content: "\e20a";
|
|
1586
1586
|
}
|
|
1587
|
-
.icon-
|
|
1587
|
+
.icon-user-solid:before {
|
|
1588
1588
|
content: "\e20b";
|
|
1589
1589
|
}
|
|
1590
|
-
.icon-
|
|
1590
|
+
.icon-video:before {
|
|
1591
1591
|
content: "\e20c";
|
|
1592
1592
|
}
|
|
1593
|
-
.icon-
|
|
1593
|
+
.icon-view:before {
|
|
1594
1594
|
content: "\e20d";
|
|
1595
1595
|
}
|
|
1596
|
-
.icon-
|
|
1596
|
+
.icon-view-disabled:before {
|
|
1597
1597
|
content: "\e20e";
|
|
1598
1598
|
}
|
|
1599
|
-
.icon-
|
|
1599
|
+
.icon-volume-off:before {
|
|
1600
1600
|
content: "\e20f";
|
|
1601
1601
|
}
|
|
1602
|
-
.icon-
|
|
1602
|
+
.icon-volume-on:before {
|
|
1603
1603
|
content: "\e210";
|
|
1604
1604
|
}
|
|
1605
|
-
.icon-
|
|
1605
|
+
.icon-wallet:before {
|
|
1606
1606
|
content: "\e211";
|
|
1607
1607
|
}
|
|
1608
|
-
.icon-
|
|
1608
|
+
.icon-warehouse:before {
|
|
1609
1609
|
content: "\e212";
|
|
1610
1610
|
}
|
|
1611
|
-
.icon-
|
|
1611
|
+
.icon-warehouse-alt:before {
|
|
1612
1612
|
content: "\e213";
|
|
1613
1613
|
}
|
|
1614
|
-
.icon-warning
|
|
1614
|
+
.icon-warning:before {
|
|
1615
1615
|
content: "\e214";
|
|
1616
1616
|
}
|
|
1617
|
-
.icon-
|
|
1617
|
+
.icon-warning-alt:before {
|
|
1618
1618
|
content: "\e215";
|
|
1619
1619
|
}
|
|
1620
|
-
.icon-
|
|
1620
|
+
.icon-warning-alt-solid:before {
|
|
1621
1621
|
content: "\e216";
|
|
1622
1622
|
}
|
|
1623
|
-
.icon-
|
|
1623
|
+
.icon-water:before {
|
|
1624
1624
|
content: "\e217";
|
|
1625
1625
|
}
|
|
1626
|
-
.icon-
|
|
1626
|
+
.icon-wheelbarrow:before {
|
|
1627
1627
|
content: "\e218";
|
|
1628
1628
|
}
|
|
1629
|
-
.icon-
|
|
1629
|
+
.icon-winner:before {
|
|
1630
1630
|
content: "\e219";
|
|
1631
1631
|
}
|
|
1632
|
-
.icon-
|
|
1632
|
+
.icon-winner-alt:before {
|
|
1633
1633
|
content: "\e21a";
|
|
1634
1634
|
}
|
|
1635
|
-
.icon-
|
|
1635
|
+
.icon-workflow:before {
|
|
1636
1636
|
content: "\e21b";
|
|
1637
1637
|
}
|
|
1638
|
+
.icon-zoom-in:before {
|
|
1639
|
+
content: "\e21c";
|
|
1640
|
+
}
|
|
1641
|
+
.icon-zoom-out:before {
|
|
1642
|
+
content: "\e21d";
|
|
1643
|
+
}
|
|
Binary file
|
|
Binary file
|
|
@@ -1293,6 +1293,12 @@ export function getIconsTemplate() {
|
|
|
1293
1293
|
</div><div class="box" >
|
|
1294
1294
|
<granite-icon class="box-icon">rewind</granite-icon>
|
|
1295
1295
|
<div class="box-label">rewind</div>
|
|
1296
|
+
</div><div class="box" >
|
|
1297
|
+
<granite-icon class="box-icon">ribbon-off</granite-icon>
|
|
1298
|
+
<div class="box-label">ribbon-off</div>
|
|
1299
|
+
</div><div class="box" >
|
|
1300
|
+
<granite-icon class="box-icon">ribbon</granite-icon>
|
|
1301
|
+
<div class="box-label">ribbon</div>
|
|
1296
1302
|
</div><div class="box" >
|
|
1297
1303
|
<granite-icon class="box-icon">risk</granite-icon>
|
|
1298
1304
|
<div class="box-label">risk</div>
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
package/trigger-release.md
CHANGED
|
@@ -194,3 +194,9 @@ fix(icons): release new icons | a14ff50c716cbd3a5c402d2307db014aa206eb8a
|
|
|
194
194
|
---
|
|
195
195
|
|
|
196
196
|
|
|
197
|
+
[trigger-release] › Wed, Feb 18, 2026 6:04:24 AM
|
|
198
|
+
fix(icons): release ribbon and ribbon-off icons | cbbd852e957ac2f024ab68ffe9ed66161fe24267
|
|
199
|
+
|
|
200
|
+
---
|
|
201
|
+
|
|
202
|
+
|