Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add calendar-cancel, calendar-clock & calendar-plus #321

Merged
merged 1 commit into from
Oct 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app-components/preview/app-components.js

Large diffs are not rendered by default.

48 changes: 48 additions & 0 deletions app-components/src/app/_data/site-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -881,6 +881,14 @@ export const siteData = [
"deprecated": false,
"useInstead": ""
},
{
"name": "calendar-cancel",
"displayName": "Calendar Cancel",
"tags": [],
"categories": [],
"deprecated": false,
"useInstead": ""
},
{
"name": "calendar-check",
"displayName": "Calendar Check",
Expand All @@ -896,6 +904,14 @@ export const siteData = [
"deprecated": false,
"useInstead": ""
},
{
"name": "calendar-clock",
"displayName": "Calendar Clock",
"tags": [],
"categories": [],
"deprecated": false,
"useInstead": ""
},
{
"name": "calendar-event",
"displayName": "Calendar Event",
Expand Down Expand Up @@ -944,6 +960,14 @@ export const siteData = [
"deprecated": false,
"useInstead": ""
},
{
"name": "calendar-plus",
"displayName": "Calendar Plus",
"tags": [],
"categories": [],
"deprecated": false,
"useInstead": ""
},
{
"name": "calendar-rebook",
"displayName": "Calendar Rebook",
Expand Down Expand Up @@ -7681,6 +7705,14 @@ export const siteData = [
"deprecated": false,
"useInstead": ""
},
{
"name": "calendar-cancel",
"displayName": "Calendar Cancel",
"tags": [],
"categories": [],
"deprecated": false,
"useInstead": ""
},
{
"name": "calendar-check",
"displayName": "Calendar Check",
Expand All @@ -7696,6 +7728,14 @@ export const siteData = [
"deprecated": false,
"useInstead": ""
},
{
"name": "calendar-clock",
"displayName": "Calendar Clock",
"tags": [],
"categories": [],
"deprecated": false,
"useInstead": ""
},
{
"name": "calendar-event",
"displayName": "Calendar Event",
Expand Down Expand Up @@ -7744,6 +7784,14 @@ export const siteData = [
"deprecated": false,
"useInstead": ""
},
{
"name": "calendar-plus",
"displayName": "Calendar Plus",
"tags": [],
"categories": [],
"deprecated": false,
"useInstead": ""
},
{
"name": "calendar-rebook",
"displayName": "Calendar Rebook",
Expand Down
2 changes: 1 addition & 1 deletion fonts/css.hbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Modus Icons v1.6.0 (https://modus-icons.trimble.com/)
* Modus Icons v1.7.0 (https://modus-icons.trimble.com/)
* Copyright 2023 Trimble Inc.
* Licensed under MIT (https://github.com/trimble-oss/modus-icons/blob/main/LICENSE.md)
*/
Expand Down
2 changes: 1 addition & 1 deletion hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ module:

params:
description: "SVG icon library for Modus"
version: "1.5.1"
version: "1.7.0"
bs_docs_version: "4.6"
main: "https://modus.trimble.com"
github_org: "https://github.com/trimble-oss"
Expand Down
29 changes: 28 additions & 1 deletion icons/modus-outlined/_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,15 @@
"Applications"
]
},
{
"name": "calendar-cancel",
"tags": [
"delete"
],
"categories": [
"Applications"
]
},
{
"name": "calendar-check",
"tags": [
Expand All @@ -690,6 +699,15 @@
"Applications"
]
},
{
"name": "calendar-clock",
"tags": [
"time"
],
"categories": [
"Applications"
]
},
{
"name": "calendar-event",
"tags": [
Expand Down Expand Up @@ -729,6 +747,15 @@
"Applications"
]
},
{
"name": "calendar-plus",
"tags": [
"add"
],
"categories": [
"Applications"
]
},
{
"name": "calendar-rebook",
"tags": [
Expand Down Expand Up @@ -5232,4 +5259,4 @@
"Applications"
]
}
]
]
3 changes: 3 additions & 0 deletions icons/modus-outlined/calendar-cancel.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions icons/modus-outlined/calendar-clock.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions icons/modus-outlined/calendar-plus.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions icons/modus-solid/_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,15 @@
"Applications"
]
},
{
"name": "calendar-cancel",
"tags": [
"delete"
],
"categories": [
"Applications"
]
},
{
"name": "calendar-check",
"tags": [
Expand All @@ -690,6 +699,15 @@
"Applications"
]
},
{
"name": "calendar-clock",
"tags": [
"time"
],
"categories": [
"Applications"
]
},
{
"name": "calendar-event",
"tags": [
Expand Down Expand Up @@ -729,6 +747,15 @@
"Applications"
]
},
{
"name": "calendar-plus",
"tags": [
"add"
],
"categories": [
"Applications"
]
},
{
"name": "calendar-rebook",
"tags": [
Expand Down
3 changes: 3 additions & 0 deletions icons/modus-solid/calendar-cancel.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions icons/modus-solid/calendar-clock.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions icons/modus-solid/calendar-plus.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trimble-oss/modus-icons",
"version": "1.6.0",
"version": "1.7.0",
"description": "This is the central repository for all icons used in our web products",
"author": "Trimble",
"publishConfig": {
Expand Down
Loading