Skip to content

Commit

Permalink
🧪 Deploy with build-icons-cd
Browse files Browse the repository at this point in the history
  • Loading branch information
guillecaiati committed May 17, 2024
1 parent 9a4501d commit c4bc46b
Show file tree
Hide file tree
Showing 11 changed files with 41 additions and 16 deletions.
18 changes: 11 additions & 7 deletions .fontcustom-manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"checksum": {
"previous": "bde316c2dce12c22c4381cecfe2251604ec8cfa53a33b7da371089c0f3c6c54a",
"current": "bde316c2dce12c22c4381cecfe2251604ec8cfa53a33b7da371089c0f3c6c54a"
"previous": "62584f1d69ebd710fc7e1ea3cfa4bcebb67a45951b85514ab35d54b03fd9bc8d",
"current": "62584f1d69ebd710fc7e1ea3cfa4bcebb67a45951b85514ab35d54b03fd9bc8d"
},
"fonts": [
"dist/fonts/icono-arg_bde316c2dce12c22c4381cecfe225160.ttf",
"dist/fonts/icono-arg_bde316c2dce12c22c4381cecfe225160.svg",
"dist/fonts/icono-arg_bde316c2dce12c22c4381cecfe225160.woff",
"dist/fonts/icono-arg_bde316c2dce12c22c4381cecfe225160.eot",
"dist/fonts/icono-arg_bde316c2dce12c22c4381cecfe225160.woff2"
"dist/fonts/icono-arg_62584f1d69ebd710fc7e1ea3cfa4bceb.ttf",
"dist/fonts/icono-arg_62584f1d69ebd710fc7e1ea3cfa4bceb.svg",
"dist/fonts/icono-arg_62584f1d69ebd710fc7e1ea3cfa4bceb.woff",
"dist/fonts/icono-arg_62584f1d69ebd710fc7e1ea3cfa4bceb.eot",
"dist/fonts/icono-arg_62584f1d69ebd710fc7e1ea3cfa4bceb.woff2"
],
"glyphs": {
"2030-legado": {
Expand Down Expand Up @@ -3147,6 +3147,10 @@
"codepoint": 63161,
"source": "src/_icons/talleres-pais-digital.svg"
},
"talleres-ti": {
"codepoint": 63300,
"source": "src/_icons/talleres-ti.svg"
},
"tambo": {
"codepoint": 62718,
"source": "src/_icons/tambo.svg"
Expand Down
14 changes: 8 additions & 6 deletions dist/css/icono-arg.css

Large diffs are not rendered by default.

Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
5 changes: 5 additions & 0 deletions docs/icono-arg.json
Original file line number Diff line number Diff line change
Expand Up @@ -3921,6 +3921,11 @@
"clase": "icono-arg-talleres-pais-digital"
},

{
"nombre": "talleres-ti",
"clase": "icono-arg-talleres-ti"
},

{
"nombre": "tambo",
"clase": "icono-arg-tambo"
Expand Down
6 changes: 6 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4879,6 +4879,12 @@ <h1>Poncho <small>íconos</small></h1>
<p class="name m-b-0">talleres-pais-digital</p>
</div>

<div class="col-xs-6 col-sm-4 col-md-3 text-center margin-40">
<i id="icono-arg-talleres-ti" class="icono-arg-talleres-ti icono-4x text-gray" data-clipboard-text="icono-arg-talleres-ti"></i>
<br>
<p class="name m-b-0">talleres-ti</p>
</div>

<div class="col-xs-6 col-sm-4 col-md-3 text-center margin-40">
<i id="icono-arg-tambo" class="icono-arg-tambo icono-4x text-gray" data-clipboard-text="icono-arg-tambo"></i>
<br>
Expand Down

0 comments on commit c4bc46b

Please sign in to comment.