Skip to content

Commit

Permalink
ci(icons): v3.7.0, created: 0, modified: 2, renamed: 0, deleted: 0
Browse files Browse the repository at this point in the history
  • Loading branch information
kajabi-bot committed Mar 14, 2024
1 parent 5d75a6e commit 5d7eb34
Show file tree
Hide file tree
Showing 4 changed files with 110 additions and 3 deletions.
107 changes: 107 additions & 0 deletions changelogs/2024-03-14-changelog.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>2024-03-14 - v3.7.0 Changelog</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
background: #fff;
}
h1 { margin: 0; }
h2 { margin: 20px 0 0; }

label {
display: inline-block;
width: 100px;
font-size: 12px;
}

svg {
width: 32px;
height: 32px;
}

table {
display: block;
width: max-content;
max-width: 100%;
overflow: auto;
}

thead {
display: table-header-group;
vertical-align: middle;
border-color: inherit;
font-weight: bold;
}

tbody {
display: table-row-group;
vertical-align: middle;
border-color: inherit;
}

tr {
border-top: 1px solid #21262d;
}

td {
padding: 6px 13px;
border: 1px solid #30363d;
}

.type-bold {
font-weight: bold;
}
</style>
</head>
<body>
<h1>2024-03-14 - v3.7.0 Changelog</h1>

Files: Modifed <span class="type-bold">2</span>, Renamed <span class="type-bold">0</span>, Deleted <span class="type-bold">0</span>, Created <span class="type-bold">0</span>


<h2>Info</h2>
<p>Added icons are new icons that have been introduced in this version. You won't see these icons listed in the "before" column because they did not exist in the previous version.<p>

<p>Modified icons have undergone some changes since the previous version, which could be a visual change or a change to the code behind the icon. If an icon has undergone a visible change,
you will see the difference between the "before" and "after" columns. However, if the change was only to the code, you may not notice any difference in the icon's appearance, but it will
still be listed in the “modified” category</p>

<p>Deleted icons were present in the previous version but have been removed in this version. You will not see these icons listed in the "after" column because they are no longer available
in the current version.</p>

<p>Renamed icons were present in the previous version but have been renamed in this version. You will see a "Previous" and a "New" filename column. You will not see any visual change
in the "before" or "after" column.</p>


<h2>Modified</h2>
<table>
<thead>
<tr>

<td>FileName</td>
<td>Before</td>
<td>After</td>
</tr>
</thead>
<tbody>
<tr>

<td>heading-small.svg</td>
<td><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" class="pdsicon"><path fill-rule="evenodd" d="M3.333 4.111a.778.778 0 0 1 1.556 0v3.222h6.222V4.111a.778.778 0 1 1 1.556 0v7.778a.778.778 0 0 1-1.556 0V8.667H4.89v3.222a.778.778 0 0 1-1.556 0V4.11Z"/></svg></td>
<td><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" class="pdsicon"><path fill-rule="evenodd" d="M3.3 3.97a.67.67 0 0 1 .925-.619.66.66 0 0 1 .405.619V7.3h6.68V3.97a.662.662 0 0 1 1.134-.474.67.67 0 0 1 .196.474v8a.67.67 0 0 1-1.14.473.66.66 0 0 1-.19-.473V8.64H4.63v3.33a.66.66 0 0 1-.66.67.67.67 0 0 1-.67-.67v-8Z"/></svg></td>
</tr><tr>

<td>user-filled.svg</td>
<td><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 17" class="pdsicon"><path fill-rule="evenodd" d="M11.667 3.697C11.667 5.687 10.067 8 8 8 5.933 8 4.333 5.687 4.333 3.697a3.667 3.667 0 1 1 7.334 0Zm-8.77 7.2c1-1 2.356-1.562 3.77-1.564h2.666a5.34 5.34 0 0 1 5.334 5.334.667.667 0 0 1-.464.635A22.19 22.19 0 0 1 8 16a22.19 22.19 0 0 1-6.203-.698.667.667 0 0 1-.464-.635 5.34 5.34 0 0 1 1.564-3.77Z"/></svg></td>
<td><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" class="pdsicon"><path d="M12.222 8.925A5.98 5.98 0 0 1 8 10.667a5.983 5.983 0 0 1-4.222-1.742A7.335 7.335 0 0 0 0 15.333c0 .368.299.667.667.667h14.666a.667.667 0 0 0 .667-.667 7.335 7.335 0 0 0-3.778-6.408Z"/><path d="M8 9.333A4.667 4.667 0 1 0 8 0a4.667 4.667 0 0 0 0 9.333Z"/></svg></td>
</tr>
</tbody>
</table>



</body>
</html>
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h1>Pine Icons</h1>
<h2>Changelogs</h2>

<!-- do not remove this is replaced during update process -->
<a href="changelogs/2024-02-27-changelog.html">2024-02-27-changelog.html</a> <br/><a href="changelogs/2023-12-14-changelog.html">2023-12-14-changelog.html</a> <br/><a href="changelogs/2023-12-05-changelog.html">2023-12-05-changelog.html</a> <br/><a href="changelogs/2023-11-30-changelog.html">2023-11-30-changelog.html</a> <br/><a href="changelogs/2023-11-28-changelog.html">2023-11-28-changelog.html</a> <br/><a href="changelogs/2023-10-26-changelog.html">2023-10-26-changelog.html</a> <br/><a href="changelogs/2023-10-03-changelog.html">2023-10-03-changelog.html</a>
<a href="changelogs/2024-03-14-changelog.html">2024-03-14-changelog.html</a> <br/><a href="changelogs/2024-02-27-changelog.html">2024-02-27-changelog.html</a> <br/><a href="changelogs/2023-12-14-changelog.html">2023-12-14-changelog.html</a> <br/><a href="changelogs/2023-12-05-changelog.html">2023-12-05-changelog.html</a> <br/><a href="changelogs/2023-11-30-changelog.html">2023-11-30-changelog.html</a> <br/><a href="changelogs/2023-11-28-changelog.html">2023-11-28-changelog.html</a> <br/><a href="changelogs/2023-10-26-changelog.html">2023-10-26-changelog.html</a> <br/><a href="changelogs/2023-10-03-changelog.html">2023-10-03-changelog.html</a>

<h2>Examples</h2>
<h3>Default</h3>
Expand Down
2 changes: 1 addition & 1 deletion src/svg/heading-small.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/svg/user-filled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5d7eb34

Please sign in to comment.