mirror of
https://github.com/shadoll/sLogos.git
synced 2025-12-20 09:31:59 +00:00
Implemented InlineSvg component to fetch and color SVG logos dynamically.
This commit is contained in:
@@ -20,8 +20,8 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Apple (black)",
|
||||
"path": "logos/apple_black.svg",
|
||||
"name": "Apple",
|
||||
"path": "logos/apple.svg",
|
||||
"format": "SVG",
|
||||
"disable": false,
|
||||
"tags": [
|
||||
@@ -29,19 +29,16 @@
|
||||
"text": "tech",
|
||||
"color": "silver"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Apple (silver)",
|
||||
"path": "logos/apple_silver.svg",
|
||||
"format": "SVG",
|
||||
"disable": false,
|
||||
"tags": [
|
||||
{
|
||||
"text": "tech",
|
||||
"color": "silver"
|
||||
}
|
||||
]
|
||||
],
|
||||
"colors": [
|
||||
{ "label": "Silver", "value": "#999" },
|
||||
{ "label": "White", "value": "#fff" },
|
||||
{ "label": "Black", "value": "#000" }
|
||||
],
|
||||
"colorConfig": {
|
||||
"target": "path",
|
||||
"attribute": "fill"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "ATB",
|
||||
@@ -315,6 +312,26 @@
|
||||
"furniture"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Sendpulse Small",
|
||||
"path": "logos/sendpulse-small.svg",
|
||||
"format": "SVG",
|
||||
"disable": false,
|
||||
"tags": [
|
||||
"marketing",
|
||||
"email"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Sendpulse",
|
||||
"path": "logos/sendpulse.svg",
|
||||
"format": "SVG",
|
||||
"disable": false,
|
||||
"tags": [
|
||||
"marketing",
|
||||
"email"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Shkafnik",
|
||||
"path": "logos/shkafnik.svg",
|
||||
|
||||
Reference in New Issue
Block a user