add new icon OBSERVABLE

This commit is contained in:
Matt Dzugan 2021-02-04 13:24:50 -06:00
parent 964d92e199
commit 1ae1e25a68
9 changed files with 3014 additions and 2943 deletions

Binary file not shown.

File diff suppressed because it is too large Load diff

Before

Width:  |  Height:  |  Size: 545 KiB

After

Width:  |  Height:  |  Size: 546 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -1,7 +1,7 @@
{
"checksum": {
"previous": "43645600d4c87006ae27b9a081152879e4fac95271e7d8591d9ee17f69747929",
"current": "43645600d4c87006ae27b9a081152879e4fac95271e7d8591d9ee17f69747929"
"previous": "740bfd45b8e68d75456ed7e27c287a90ec0c4da4b0d21455d283688da2b0e3ab",
"current": "740bfd45b8e68d75456ed7e27c287a90ec0c4da4b0d21455d283688da2b0e3ab"
},
"fonts": [
"forkawesome/forkawesome.ttf",
@ -2007,6 +2007,10 @@
"codepoint": 62024,
"source": "svg/object-ungroup.svg"
},
"observable": {
"codepoint": 62304,
"source": "svg/observable.svg"
},
"odnoklassniki": {
"codepoint": 62051,
"source": "svg/odnoklassniki.svg"

View file

@ -7789,6 +7789,14 @@ icons:
categories:
- Brand Icons
- name: Observable
id: observable
unicode: f360
created: 1.2
url: observablehq.com/
categories:
- Brand Icons

49
src/icons/package.json Normal file
View file

@ -0,0 +1,49 @@
{
"name": "fork-awesome",
"description": "A fork of the iconic font and CSS framework",
"version": "1.2.0",
"style": "css/fork-awesome.css",
"keywords": [
"font",
"awesome",
"forkawesome",
"fontawesome",
"icon",
"bootstrap"
],
"homepage": "https://forkawesome.github.io/Fork-Awesome",
"bugs": {
"url": "http://github.com/ForkAwesome/Fork-Awesome/issues"
},
"author": "Fork Awesome Community",
"repository": {
"type": "git",
"url": "https://github.com/ForkAwesome/Fork-Awesome.git"
},
"license": "(OFL-1.1 AND MIT)",
"dependencies": {},
"devDependencies": {
"@wikimedia/less-plugin-clean-css": "^1.5.2",
"all-contributors-cli": "^6.16.0",
"less": "^3.11.3",
"svgo": "^1.3.2"
},
"engines": {
"node": ">=0.10.3"
},
"scripts": {
"build": "bundle exec jekyll build",
"dev": "bundle exec jekyll serve -w",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate"
},
"main": [
"css/fork-awesome.min.css",
"fonts/forkawesome-webfont.eot",
"fonts/forkawesome-webfont.svg",
"fonts/forkawesome-webfont.ttf",
"fonts/forkawesome-webfont.woff",
"fonts/forkawesome-webfont.woff2"
],
"jsdelivr": "css/fork-awesome.min.css"
}

View file

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28" aria-label="Observable" fill="currentColor">
<path d="m 14,22.6667 c -1.1542,0 -2.1542,-0.2514 -3,-0.754 C 10.15721,21.412 9.48339,20.7027 9.05521,19.8654 8.59997,18.9942 8.26672,18.0729 8.06354,17.1239 7.84796,16.0947 7.74294,15.0483 7.75,14 7.75,13.1699 7.80417,12.3764 7.91354,11.6176 8.02188,10.8598 8.22292,10.0894 8.51563,9.30748 8.80833,8.52555 9.18542,7.84763 9.64479,7.27274 10.12304,6.68378 10.74141,6.20438 11.45208,5.87163 12.1979,5.51244 13.0458,5.33333 14,5.33333 c 1.1542,0 2.1542,0.25134 3,0.754 0.8428,0.50067 1.5166,1.21 1.9448,2.04726 0.4521,0.86185 0.7823,1.77571 0.9917,2.74151 C 20.1448,11.841 20.25,12.883 20.25,14 c 0,0.8301 -0.0542,1.6236 -0.1635,2.3824 -0.1166,0.7878 -0.3226,1.5622 -0.6146,2.3101 -0.3021,0.7819 -0.6771,1.4599 -1.1292,2.0348 -0.4521,0.5748 -1.05,1.0419 -1.7948,1.4011 -0.7448,0.3592 -1.5937,0.5383 -2.5479,0.5383 z m 2.2063,-6.3722 C 16.804,15.6944 17.1365,14.864 17.125,14 c 0,-0.8927 -0.299,-1.6575 -0.8958,-2.2945 C 15.6313,11.0685 14.8885,10.75 14,10.75 c -0.8885,0 -1.6312,0.3185 -2.2292,0.9555 -0.58548,0.6068 -0.90882,1.435 -0.8958,2.2945 0,0.8927 0.29896,1.6575 0.8958,2.2945 0.598,0.637 1.3407,0.9555 2.2292,0.9555 0.8885,0 1.624,-0.3185 2.2063,-0.9555 z M 14,27 C 20.9031,27 26.5,21.1792 26.5,14 26.5,6.82075 20.9031,1 14,1 7.09687,1 1.5,6.82075 1.5,14 1.5,21.1792 7.09687,27 14,27 Z" fill="#000"/>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB