feat: Add remaining icons (Slack, Wikipedia and Wolfram)

This commit is contained in:
Igor Carvalho 2023-07-18 18:21:03 -03:00
commit 1ff7dca09e
9 changed files with 207 additions and 1360 deletions

View file

@ -1,39 +1,30 @@
import * as React from "react";
const SvgSlackIcon = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
xmlSpace="preserve"
style={{
enableBackground: "new 0 0 122.88 122.78",
}}
viewBox="0 0 122.88 122.78"
viewBox="0 0 54 54"
width="1em"
height="1em"
{...props}
>
<path
d="M25.91 77.62c0 7.14-5.77 12.9-12.9 12.9S.1 84.75.1 77.62c0-7.14 5.77-12.9 12.9-12.9h12.9v12.9h.01zm6.45 0c0-7.14 5.77-12.9 12.9-12.9s12.9 5.77 12.9 12.9v32.26c0 7.14-5.77 12.9-12.9 12.9s-12.9-5.77-12.9-12.9V77.62z"
style={{
fill: "#e01e5a",
}}
/>
<path
d="M45.26 25.81c-7.14 0-12.9-5.77-12.9-12.9 0-7.14 5.77-12.9 12.9-12.9s12.9 5.77 12.9 12.9v12.9h-12.9zm0 6.55c7.14 0 12.9 5.77 12.9 12.9 0 7.14-5.77 12.9-12.9 12.9H12.9C5.77 58.17 0 52.4 0 45.26c0-7.14 5.77-12.9 12.9-12.9h32.36z"
style={{
fill: "#36c5f0",
}}
/>
<path
d="M96.97 45.26c0-7.14 5.77-12.9 12.9-12.9 7.14 0 12.9 5.77 12.9 12.9 0 7.14-5.77 12.9-12.9 12.9h-12.9v-12.9zm-6.45 0c0 7.14-5.77 12.9-12.9 12.9-7.14 0-12.9-5.77-12.9-12.9V12.9c0-7.14 5.77-12.9 12.9-12.9 7.14 0 12.9 5.77 12.9 12.9v32.36z"
style={{
fill: "#2eb67d",
}}
/>
<path
d="M77.62 96.97c7.14 0 12.9 5.77 12.9 12.9 0 7.14-5.77 12.9-12.9 12.9-7.14 0-12.9-5.77-12.9-12.9v-12.9h12.9zm0-6.45c-7.14 0-12.9-5.77-12.9-12.9 0-7.14 5.77-12.9 12.9-12.9h32.36c7.14 0 12.9 5.77 12.9 12.9 0 7.14-5.77 12.9-12.9 12.9H77.62z"
style={{
fill: "#ecb22e",
}}
/>
<g fill="none" fillRule="evenodd">
<path
fill="#36C5F0"
d="M19.712.133a5.381 5.381 0 0 0-5.376 5.387 5.381 5.381 0 0 0 5.376 5.386h5.376V5.52A5.381 5.381 0 0 0 19.712.133m0 14.365H5.376A5.381 5.381 0 0 0 0 19.884a5.381 5.381 0 0 0 5.376 5.387h14.336a5.381 5.381 0 0 0 5.376-5.387 5.381 5.381 0 0 0-5.376-5.386"
/>
<path
fill="#2EB67D"
d="M53.76 19.884a5.381 5.381 0 0 0-5.376-5.386 5.381 5.381 0 0 0-5.376 5.386v5.387h5.376a5.381 5.381 0 0 0 5.376-5.387m-14.336 0V5.52A5.381 5.381 0 0 0 34.048.133a5.381 5.381 0 0 0-5.376 5.387v14.364a5.381 5.381 0 0 0 5.376 5.387 5.381 5.381 0 0 0 5.376-5.387"
/>
<path
fill="#ECB22E"
d="M34.048 54a5.381 5.381 0 0 0 5.376-5.387 5.381 5.381 0 0 0-5.376-5.386h-5.376v5.386A5.381 5.381 0 0 0 34.048 54m0-14.365h14.336a5.381 5.381 0 0 0 5.376-5.386 5.381 5.381 0 0 0-5.376-5.387H34.048a5.381 5.381 0 0 0-5.376 5.387 5.381 5.381 0 0 0 5.376 5.386"
/>
<path
fill="#E01E5A"
d="M0 34.249a5.381 5.381 0 0 0 5.376 5.386 5.381 5.381 0 0 0 5.376-5.386v-5.387H5.376A5.381 5.381 0 0 0 0 34.25m14.336-.001v14.364A5.381 5.381 0 0 0 19.712 54a5.381 5.381 0 0 0 5.376-5.387V34.25a5.381 5.381 0 0 0-5.376-5.387 5.381 5.381 0 0 0-5.376 5.387"
/>
</g>
</svg>
);
export default SvgSlackIcon;

View file

@ -1,6 +1 @@
<?xml version="1.0" encoding="utf-8"?><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 122.88 122.78" style="enable-background:new 0 0 122.88 122.78" xml:space="preserve"><style type="text/css"><![CDATA[
.st0{fill:#E01E5A;}
.st1{fill:#ECB22E;}
.st2{fill:#2EB67D;}
.st3{fill:#36C5F0;}
]]></style><g><path class="st0" d="M25.91,77.62c0,7.14-5.77,12.9-12.9,12.9S0.1,84.75,0.1,77.62c0-7.14,5.77-12.9,12.9-12.9h12.9V77.62 L25.91,77.62z M32.36,77.62c0-7.14,5.77-12.9,12.9-12.9s12.9,5.77,12.9,12.9v32.26c0,7.14-5.77,12.9-12.9,12.9 s-12.9-5.77-12.9-12.9V77.62L32.36,77.62z"/><path class="st3" d="M45.26,25.81c-7.14,0-12.9-5.77-12.9-12.9c0-7.14,5.77-12.9,12.9-12.9s12.9,5.77,12.9,12.9v12.9H45.26 L45.26,25.81z M45.26,32.36c7.14,0,12.9,5.77,12.9,12.9c0,7.14-5.77,12.9-12.9,12.9H12.9C5.77,58.17,0,52.4,0,45.26 c0-7.14,5.77-12.9,12.9-12.9H45.26L45.26,32.36z"/><path class="st2" d="M96.97,45.26c0-7.14,5.77-12.9,12.9-12.9c7.14,0,12.9,5.77,12.9,12.9c0,7.14-5.77,12.9-12.9,12.9h-12.9V45.26 L96.97,45.26z M90.52,45.26c0,7.14-5.77,12.9-12.9,12.9c-7.14,0-12.9-5.77-12.9-12.9V12.9c0-7.14,5.77-12.9,12.9-12.9 c7.14,0,12.9,5.77,12.9,12.9V45.26L90.52,45.26z"/><path class="st1" d="M77.62,96.97c7.14,0,12.9,5.77,12.9,12.9c0,7.14-5.77,12.9-12.9,12.9c-7.14,0-12.9-5.77-12.9-12.9v-12.9H77.62 L77.62,96.97z M77.62,90.52c-7.14,0-12.9-5.77-12.9-12.9c0-7.14,5.77-12.9,12.9-12.9h32.36c7.14,0,12.9,5.77,12.9,12.9 c0,7.14-5.77,12.9-12.9,12.9H77.62L77.62,90.52z"/></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 54 54" id="slack"><g fill="none" fill-rule="evenodd"><path fill="#36C5F0" d="M19.712.133a5.381 5.381 0 0 0-5.376 5.387 5.381 5.381 0 0 0 5.376 5.386h5.376V5.52A5.381 5.381 0 0 0 19.712.133m0 14.365H5.376A5.381 5.381 0 0 0 0 19.884a5.381 5.381 0 0 0 5.376 5.387h14.336a5.381 5.381 0 0 0 5.376-5.387 5.381 5.381 0 0 0-5.376-5.386"></path><path fill="#2EB67D" d="M53.76 19.884a5.381 5.381 0 0 0-5.376-5.386 5.381 5.381 0 0 0-5.376 5.386v5.387h5.376a5.381 5.381 0 0 0 5.376-5.387m-14.336 0V5.52A5.381 5.381 0 0 0 34.048.133a5.381 5.381 0 0 0-5.376 5.387v14.364a5.381 5.381 0 0 0 5.376 5.387 5.381 5.381 0 0 0 5.376-5.387"></path><path fill="#ECB22E" d="M34.048 54a5.381 5.381 0 0 0 5.376-5.387 5.381 5.381 0 0 0-5.376-5.386h-5.376v5.386A5.381 5.381 0 0 0 34.048 54m0-14.365h14.336a5.381 5.381 0 0 0 5.376-5.386 5.381 5.381 0 0 0-5.376-5.387H34.048a5.381 5.381 0 0 0-5.376 5.387 5.381 5.381 0 0 0 5.376 5.386"></path><path fill="#E01E5A" d="M0 34.249a5.381 5.381 0 0 0 5.376 5.386 5.381 5.381 0 0 0 5.376-5.386v-5.387H5.376A5.381 5.381 0 0 0 0 34.25m14.336-.001v14.364A5.381 5.381 0 0 0 19.712 54a5.381 5.381 0 0 0 5.376-5.387V34.25a5.381 5.381 0 0 0-5.376-5.387 5.381 5.381 0 0 0-5.376 5.387"></path></g></svg>

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Before After
Before After

View file

@ -1,236 +1,12 @@
const SvgWikipedia = (props) => (
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" {...props}>
<defs>
<linearGradient id="Wikipedia_svg__j">
<stop
offset={0}
style={{
stopColor: "#fff",
stopOpacity: 0,
}}
/>
<stop
offset={0.5}
style={{
stopColor: "#fff",
stopOpacity: 0,
}}
/>
<stop
offset={1}
style={{
stopColor: "#fff",
stopOpacity: 1,
}}
/>
</linearGradient>
<linearGradient id="Wikipedia_svg__i">
<stop
offset={0}
style={{
stopColor: "#0e7309",
stopOpacity: 1,
}}
/>
<stop
offset={1}
style={{
stopColor: "#70d13e",
stopOpacity: 1,
}}
/>
</linearGradient>
<linearGradient id="Wikipedia_svg__h">
<stop
offset={0}
style={{
stopColor: "#2c8300",
stopOpacity: 1,
}}
/>
<stop
offset={0.25}
style={{
stopColor: "#3db800",
stopOpacity: 1,
}}
/>
<stop
offset={0.5}
style={{
stopColor: "#fff",
stopOpacity: 1,
}}
/>
<stop
offset={1}
style={{
stopColor: "#69cf35",
stopOpacity: 1,
}}
/>
</linearGradient>
<linearGradient id="Wikipedia_svg__g">
<stop
offset={0}
style={{
stopColor: "#002f32",
stopOpacity: 1,
}}
/>
<stop
offset={1}
style={{
stopColor: "#045b04",
stopOpacity: 1,
}}
/>
</linearGradient>
<linearGradient id="Wikipedia_svg__f">
<stop
offset={0}
style={{
stopColor: "#e8e8e8",
stopOpacity: 1,
}}
/>
<stop
offset={0.5}
style={{
stopColor: "#fff",
stopOpacity: 1,
}}
/>
<stop
offset={1}
style={{
stopColor: "#e8e8e8",
stopOpacity: 1,
}}
/>
</linearGradient>
<linearGradient id="Wikipedia_svg__e">
<stop
offset={0}
style={{
stopColor: "#fff",
stopOpacity: 1,
}}
/>
<stop
offset={0.5}
style={{
stopColor: "#fdd99a",
stopOpacity: 1,
}}
/>
<stop
offset={1}
style={{
stopColor: "#c39539",
stopOpacity: 1,
}}
/>
</linearGradient>
<linearGradient id="Wikipedia_svg__d">
<stop
offset={0}
style={{
stopColor: "#7d491f",
stopOpacity: 1,
}}
/>
<stop
offset={1}
style={{
stopColor: "#926600",
stopOpacity: 1,
}}
/>
</linearGradient>
<linearGradient id="Wikipedia_svg__c">
<stop
offset={0}
style={{
stopColor: "#fff",
stopOpacity: 0,
}}
/>
<stop
offset={1}
style={{
stopColor: "#fff",
stopOpacity: 1,
}}
/>
</linearGradient>
<linearGradient id="Wikipedia_svg__b">
<stop
offset={0}
style={{
stopColor: "#fff",
stopOpacity: 1,
}}
/>
<stop
offset={1}
style={{
stopColor: "#5eb2ff",
stopOpacity: 1,
}}
/>
</linearGradient>
<linearGradient id="Wikipedia_svg__a">
<stop
offset={0}
style={{
stopColor: "#0917a0",
stopOpacity: 1,
}}
/>
<stop
offset={1}
style={{
stopColor: "#0345f4",
stopOpacity: 1,
}}
/>
</linearGradient>
</defs>
<path
d="M95.869 23.91v2.138c-2.822.501-4.957 1.388-6.407 2.66-2.077 1.888-4.525 4.778-6.132 8.67l-32.685 66.713H48.47L15.657 36.51c-1.528-3.468-3.606-5.588-4.233-6.358a10.28 10.28 0 0 0-3.614-2.804c-1.43-.675-3.36-1.108-5.79-1.3v-2.14h31.928v2.14c-3.683.346-5.44.963-6.537 1.849-1.097.886-1.645 2.023-1.645 3.41 0 1.928.9 4.934 2.703 9.019l24.233 45.959 23.692-45.38c1.842-4.471 3.37-7.574 3.37-9.308 0-1.118-.568-2.187-1.705-3.209-1.136-1.02-2.422-1.744-5.125-2.168a37.477 37.477 0 0 0-1-.173V23.91H95.87z"
style={{
fontSize: "178.22499084px",
fontStyle: "normal",
fontWeight: 400,
fill: "#000",
fillOpacity: 1,
stroke: "none",
strokeWidth: 1,
strokeLinecap: "butt",
strokeLinejoin: "miter",
strokeOpacity: 1,
fontFamily: "Times New Roman",
}}
transform="translate(1)"
/>
<path
d="M123.98 23.91v2.138c-2.821.501-4.957 1.388-6.407 2.66-2.076 1.888-4.525 4.778-6.132 8.67l-28.685 66.713H80.58L50.268 36.51c-1.528-3.468-3.606-5.588-4.232-6.358a10.28 10.28 0 0 0-3.615-2.804c-1.43-.675-2.726-1.108-5.156-1.3v-2.14H68.56v2.14c-3.683.346-5.44.963-6.536 1.849-1.098.886-1.646 2.023-1.646 3.41 0 1.928.901 4.934 2.704 9.019l21.732 45.959 19.693-45.38c1.841-4.471 3.37-7.574 3.37-9.308 0-1.118-.569-2.187-1.705-3.209-1.137-1.02-3.057-1.744-5.76-2.168a37.474 37.474 0 0 0-1-.173V23.91h24.569z"
style={{
fontSize: "178.22499084px",
fontStyle: "normal",
fontWeight: 400,
fill: "#000",
fillOpacity: 1,
stroke: "none",
strokeWidth: 1,
strokeLinecap: "butt",
strokeLinejoin: "miter",
strokeOpacity: 1,
fontFamily: "Times New Roman",
}}
transform="translate(1)"
/>
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
width="1em"
height="1em"
{...props}
>
<path d="m15.562 19.478-3.07-7.238q-.258.51-1.652 3.182t-2.068 4.057a1.493 1.493 0 0 1-.292.004h.005l-.062.001c-.075 0-.15-.006-.222-.018l.008.001q-.854-2.01-2.662-6.114T2.843 7.144a4.935 4.935 0 0 0-.699-1.128l.007.008a5.747 5.747 0 0 0-1.063-1.035l-.015-.011a1.867 1.867 0 0 0-1.055-.447L.011 4.53q0-.052-.005-.25t-.005-.282h6.073v.521a2.98 2.98 0 0 0-.846.173l.021-.007a1.631 1.631 0 0 0-.692.447l-.001.001a.566.566 0 0 0-.102.669l-.002-.003q.271.614 2.255 5.2t2.453 5.626q.32-.635 1.458-2.776t1.364-2.578q-.198-.406-1.313-2.926T9.253 5.272q-.396-.72-2.094-.74v-.523l5.343.01v.49h-.04c-.345 0-.667.096-.942.263l.008-.005q-.349.24-.13.72.344.73.906 1.974t.895 1.953q1.146-2.229 1.802-3.781.25-.573-.103-.826a2.526 2.526 0 0 0-1.35-.276h.008c.007-.065.011-.14.011-.216V4.27v.002-.25q.666 0 1.776-.005l2.834-.015v.51a2.738 2.738 0 0 0-1.253.351l.014-.007a2.596 2.596 0 0 0-.931.828l-.006.009-2.219 4.604q.135.344 1.328 3.021t1.266 2.854L20.97 5.579a1.356 1.356 0 0 0-.511-.648l-.005-.003a2.038 2.038 0 0 0-.663-.324l-.015-.004a2.91 2.91 0 0 0-.572-.08h-.006v-.524l4.792.042.01.021-.01.458a2.252 2.252 0 0 0-2.089 1.495l-.005.016q-5.482 12.666-5.824 13.447z" />
</svg>
);
export default SvgWikipedia;

View file

@ -1,424 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://web.resource.org/cc/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.0"
width="128"
height="128"
id="svg14662"
sodipodi:version="0.32"
inkscape:version="0.43"
sodipodi:docname="Wikipedia's W.svg"
sodipodi:docbase="D:\var\mediawiki\svg\Inkscape">
<metadata
id="metadata87">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<cc:license
rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
<dc:title>Wikipedia's W</dc:title>
<dc:creator>
<cc:Agent>
<dc:title>STyx</dc:title>
</cc:Agent>
</dc:creator>
<dc:source>none</dc:source>
<dc:subject>
<rdf:Bag>
<rdf:li>Wikipedia</rdf:li>
<rdf:li>favicon</rdf:li>
</rdf:Bag>
</dc:subject>
<dc:date>2007-06-26</dc:date>
<dc:rights>
<cc:Agent>
<dc:title>GFDL</dc:title>
</cc:Agent>
</dc:rights>
<dc:description>W de Wikipédia</dc:description>
<dc:publisher>
<cc:Agent>
<dc:title>Inkscape</dc:title>
</cc:Agent>
</dc:publisher>
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
<cc:permits
rdf:resource="http://web.resource.org/cc/Reproduction" />
<cc:permits
rdf:resource="http://web.resource.org/cc/Distribution" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Notice" />
<cc:permits
rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
<cc:requires
rdf:resource="http://web.resource.org/cc/ShareAlike" />
<cc:requires
rdf:resource="http://web.resource.org/cc/SourceCode" />
</cc:License>
</rdf:RDF>
</metadata>
<sodipodi:namedview
inkscape:window-height="978"
inkscape:window-width="1045"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
borderopacity="1.0"
bordercolor="#666666"
pagecolor="#ffffff"
id="base"
inkscape:zoom="7.453125"
inkscape:cx="64.636948"
inkscape:cy="75.677942"
inkscape:window-x="57"
inkscape:window-y="0"
inkscape:current-layer="svg14662" />
<defs
id="defs14664">
<linearGradient
id="linearGradient3261">
<stop
style="stop-color:#ffffff;stop-opacity:0"
offset="0"
id="stop3263" />
<stop
style="stop-color:#ffffff;stop-opacity:0"
offset="0.5"
id="stop3269" />
<stop
style="stop-color:#ffffff;stop-opacity:1"
offset="1"
id="stop3265" />
</linearGradient>
<linearGradient
id="linearGradient3219">
<stop
style="stop-color:#0e7309;stop-opacity:1"
offset="0"
id="stop3221" />
<stop
style="stop-color:#70d13e;stop-opacity:1"
offset="1"
id="stop3223" />
</linearGradient>
<linearGradient
id="linearGradient3205">
<stop
style="stop-color:#2c8300;stop-opacity:1"
offset="0"
id="stop3207" />
<stop
style="stop-color:#3db800;stop-opacity:1"
offset="0.25"
id="stop3215" />
<stop
style="stop-color:#ffffff;stop-opacity:1"
offset="0.5"
id="stop3213" />
<stop
style="stop-color:#69cf35;stop-opacity:1"
offset="1"
id="stop3209" />
</linearGradient>
<linearGradient
id="linearGradient3197">
<stop
style="stop-color:#002f32;stop-opacity:1"
offset="0"
id="stop3199" />
<stop
style="stop-color:#045b04;stop-opacity:1"
offset="1"
id="stop3201" />
</linearGradient>
<linearGradient
id="linearGradient3339">
<stop
style="stop-color:#e8e8e8;stop-opacity:1"
offset="0"
id="stop3341" />
<stop
style="stop-color:#ffffff;stop-opacity:1"
offset="0.5"
id="stop3347" />
<stop
style="stop-color:#e8e8e8;stop-opacity:1"
offset="1"
id="stop3343" />
</linearGradient>
<linearGradient
id="linearGradient3327">
<stop
style="stop-color:#ffffff;stop-opacity:1"
offset="0"
id="stop3329" />
<stop
style="stop-color:#fdd99a;stop-opacity:1"
offset="0.5"
id="stop3335" />
<stop
style="stop-color:#c39539;stop-opacity:1"
offset="1"
id="stop3331" />
</linearGradient>
<linearGradient
id="linearGradient3319">
<stop
style="stop-color:#7d491f;stop-opacity:1"
offset="0"
id="stop3321" />
<stop
style="stop-color:#926600;stop-opacity:1"
offset="1"
id="stop3323" />
</linearGradient>
<linearGradient
id="linearGradient3282">
<stop
style="stop-color:#ffffff;stop-opacity:0"
offset="0"
id="stop3284" />
<stop
style="stop-color:#ffffff;stop-opacity:1"
offset="1"
id="stop3286" />
</linearGradient>
<linearGradient
id="linearGradient14709">
<stop
style="stop-color:#ffffff;stop-opacity:1"
offset="0"
id="stop14711" />
<stop
style="stop-color:#5eb2ff;stop-opacity:1"
offset="1"
id="stop14713" />
</linearGradient>
<linearGradient
id="linearGradient14685">
<stop
style="stop-color:#0917a0;stop-opacity:1"
offset="0"
id="stop14687" />
<stop
style="stop-color:#0345f4;stop-opacity:1"
offset="1"
id="stop14689" />
</linearGradient>
<linearGradient
x1="96.125"
y1="11.1875"
x2="96.125"
y2="52.101334"
id="linearGradient14691"
xlink:href="#linearGradient14685"
gradientUnits="userSpaceOnUse" />
<linearGradient
x1="96.125"
y1="11.1875"
x2="96.125"
y2="52.101334"
id="linearGradient14699"
xlink:href="#linearGradient14685"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(447.42856,636.93359)" />
<radialGradient
cx="546.31165"
cy="705.48486"
r="25.28125"
fx="546.31165"
fy="705.48486"
id="radialGradient14715"
xlink:href="#linearGradient14709"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.032821,0,-3.289062e-8,1.717338,-565.7183,-518.4991)" />
<linearGradient
x1="96.125"
y1="11.1875"
x2="96.125"
y2="52.101334"
id="linearGradient14723"
xlink:href="#linearGradient14685"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(447.42856,636.93359)" />
<filter
id="filter14824">
<feGaussianBlur
id="feGaussianBlur14826"
stdDeviation="0.37332047"
inkscape:collect="always" />
</filter>
<linearGradient
x1="96.125"
y1="11.1875"
x2="96.125"
y2="52.101334"
id="linearGradient14833"
xlink:href="#linearGradient14685"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(458.16198,644.6232)" />
<linearGradient
x1="96.125"
y1="11.1875"
x2="96.125"
y2="52.101334"
id="linearGradient14842"
xlink:href="#linearGradient14685"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(458.16198,644.6232)" />
<radialGradient
cx="546.31165"
cy="705.48486"
r="25.28125"
fx="546.31165"
fy="705.48486"
id="radialGradient3288"
xlink:href="#linearGradient3282"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.0328206,0,-3.2890618e-8,1.7173381,-565.71835,-518.49911)" />
<linearGradient
x1="96.125"
y1="11.1875"
x2="96.125"
y2="52.101334"
id="linearGradient3296"
xlink:href="#linearGradient14685"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(447.42856,636.93359)" />
<linearGradient
x1="96.381813"
y1="30.666691"
x2="96.381813"
y2="13.187494"
id="linearGradient3302"
xlink:href="#linearGradient3282"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.934851,0,0,0.934851,453.691,638.9931)" />
<linearGradient
x1="41.945538"
y1="46.665127"
x2="41.945538"
y2="82.333244"
id="linearGradient3325"
xlink:href="#linearGradient3319"
gradientUnits="userSpaceOnUse" />
<radialGradient
cx="53.60223"
cy="59.728882"
r="17.834057"
fx="53.60223"
fy="59.728882"
id="radialGradient3333"
xlink:href="#linearGradient3327"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0,1.655849,-1.639188,0,152.1501,-32.92373)" />
<linearGradient
x1="28.429483"
y1="61.798298"
x2="58.95916"
y2="61.798298"
id="linearGradient3345"
xlink:href="#linearGradient3339"
gradientUnits="userSpaceOnUse" />
<filter
id="filter3385">
<feGaussianBlur
id="feGaussianBlur3387"
stdDeviation="0.14607691"
inkscape:collect="always" />
</filter>
<linearGradient
x1="83.28125"
y1="123.09795"
x2="83.28125"
y2="66.310989"
id="linearGradient3203"
xlink:href="#linearGradient3197"
gradientUnits="userSpaceOnUse" />
<radialGradient
cx="491.52231"
cy="670.92523"
r="36.426601"
fx="491.52231"
fy="670.92523"
id="radialGradient3211"
xlink:href="#linearGradient3205"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0,2.023783,-1.958054,0,1805.23,-312.4948)" />
<linearGradient
x1="517.02167"
y1="705.48438"
x2="517.02167"
y2="745.30084"
id="linearGradient3240"
xlink:href="#linearGradient3219"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-1,0,0,1,983.3261,0)" />
<linearGradient
x1="517.02167"
y1="705.48438"
x2="517.02167"
y2="745.30084"
id="linearGradient3243"
xlink:href="#linearGradient3219"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-0.120047,0)" />
<radialGradient
cx="479.68311"
cy="709.6579"
r="5.0058851"
fx="479.68311"
fy="709.6579"
id="radialGradient3267"
xlink:href="#linearGradient3261"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.233976,-0.151603,0.190797,1.552993,-247.6349,-320.152)" />
<filter
id="filter3331">
<feGaussianBlur
id="feGaussianBlur3333"
stdDeviation="0.355"
inkscape:collect="always" />
</filter>
<filter
id="filter3335">
<feGaussianBlur
id="feGaussianBlur3337"
stdDeviation="0.26694977"
inkscape:collect="always" />
</filter>
<filter
id="filter3339">
<feGaussianBlur
id="feGaussianBlur3341"
stdDeviation="0.23870038"
inkscape:collect="always" />
</filter>
</defs>
<g
id="g2036"
transform="translate(0.999998,0)">
<path
sodipodi:nodetypes="ccccccccsccccsscccsscccc"
id="V1"
d="M 95.868706,23.909104 L 95.868706,26.048056 C 93.047361,26.549147 90.911826,27.435559 89.462097,28.707293 C 87.385251,30.595808 84.936539,33.486281 83.330062,37.378719 L 50.644589,104.09089 L 48.469874,104.09089 L 15.65694,36.511576 C 14.128742,33.043075 12.051176,30.923395 11.424244,30.152531 C 10.44463,28.957874 9.2397119,28.023288 7.8095029,27.34877 C 6.3792686,26.674401 4.449448,26.24083 2.0200347,26.048056 L 2.0200347,23.909104 L 33.947916,23.909104 L 33.947916,26.048056 C 30.264562,26.394989 28.508523,27.011623 27.411399,27.89796 C 26.314212,28.784446 25.765634,29.921365 25.76566,31.308721 C 25.765634,33.235773 26.666868,36.241865 28.469368,40.327004 L 52.701762,86.285559 L 76.394453,40.905099 C 78.236045,36.434562 79.763939,33.332122 79.764002,31.597768 C 79.763939,30.48019 79.195764,29.410715 78.059498,28.389341 C 76.92308,27.368114 75.637251,26.645496 72.933606,26.221484 C 72.737621,26.183021 72.404568,26.125211 71.934408,26.048056 L 71.934408,23.909104 L 95.868706,23.909104 z "
style="font-size:178.22499084px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Times New Roman" />
<path
sodipodi:nodetypes="ccccccccsccccsscccsscccc"
id="V2"
d="M 123.97997,23.909104 L 123.97997,26.048056 C 121.15863,26.549147 119.0231,27.435559 117.57337,28.707293 C 115.49652,30.595808 113.04781,33.486281 111.44133,37.378719 L 82.755857,104.09089 L 80.581143,104.09089 L 50.268209,36.511576 C 48.74001,33.043075 46.662445,30.923395 46.035513,30.152531 C 45.055898,28.957874 43.850981,28.023288 42.420772,27.34877 C 40.990537,26.674401 39.694911,26.24083 37.265497,26.048056 L 37.265497,23.909104 L 68.559185,23.909104 L 68.559185,26.048056 C 64.875831,26.394989 63.119792,27.011623 62.022668,27.89796 C 60.925481,28.784446 60.376903,29.921365 60.376928,31.308721 C 60.376903,33.235773 61.278137,36.241865 63.080637,40.327004 L 84.813031,86.285559 L 104.50572,40.905099 C 106.34731,36.434562 107.87521,33.332122 107.87527,31.597768 C 107.87521,30.48019 107.30703,29.410715 106.17077,28.389341 C 105.03435,27.368114 103.11433,26.645496 100.41068,26.221484 C 100.2147,26.183021 99.88164,26.125211 99.41148,26.048056 L 99.41148,23.909104 L 123.97997,23.909104 z "
style="font-size:178.22499084px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Times New Roman" />
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="wikipedia"><path d="m15.562 19.478-3.07-7.238q-.258.51-1.652 3.182t-2.068 4.057c-.051.006-.11.009-.17.009-.041 0-.082-.002-.122-.005h.005c-.019.001-.04.001-.062.001-.075 0-.15-.006-.222-.018l.008.001q-.854-2.01-2.662-6.114t-2.704-6.209c-.193-.428-.425-.796-.699-1.128l.007.008c-.315-.396-.669-.741-1.063-1.035l-.015-.011c-.287-.248-.653-.411-1.055-.447l-.007-.001q0-.052-.005-.25t-.005-.282h6.073v.521c-.301.018-.582.077-.846.173l.021-.007c-.275.092-.508.246-.692.447l-.001.001c-.104.103-.168.246-.168.403 0 .096.024.187.066.266l-.002-.003q.271.614 2.255 5.2t2.453 5.626q.32-.635 1.458-2.776t1.364-2.578q-.198-.406-1.313-2.926t-1.416-3.073q-.396-.72-2.094-.74v-.523l5.343.01v.49c-.012 0-.026 0-.04 0-.345 0-.667.096-.942.263l.008-.005q-.349.24-.13.72.344.73.906 1.974t.895 1.953q1.146-2.229 1.802-3.781.25-.573-.103-.826c-.34-.178-.742-.282-1.169-.282-.061 0-.121.002-.181.006h.008c.007-.065.011-.14.011-.216 0-.015 0-.03 0-.045v.002-.25q.666 0 1.776-.005l2.834-.015v.51c-.457.016-.882.142-1.253.351l.014-.007c-.382.203-.697.486-.931.828l-.006.009-2.219 4.604q.135.344 1.328 3.021t1.266 2.854l4.594-10.593c-.103-.271-.282-.494-.511-.648l-.005-.003c-.193-.143-.419-.256-.663-.324l-.015-.004c-.17-.043-.369-.071-.572-.08h-.006v-.524l4.792.042.01.021-.01.458c-.965.014-1.782.633-2.089 1.495l-.005.016q-5.482 12.666-5.824 13.447z"></path></svg>

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Before After
Before After

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 51 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Before After
Before After

View file

@ -86,6 +86,11 @@ import { SearxIcon } from "../icons/Searx";
import { VertexAIIcon } from "../icons/VertexAI";
import { HackerNewsIcon } from "../icons/hackerNews";
import { SupabaseIcon } from "../icons/supabase";
import SvgSlackIcon from "../icons/Slack/SlackIcon";
import SvgWikipedia from "../icons/Wikipedia/Wikipedia";
import SvgWolfram from "../icons/Wolfram/Wolfram";
import SvgWeaviate from "../icons/Weaviate/Weaviate";
import { WeaviateIcon } from "../icons/Weaviate";
export const gradients = [
"bg-gradient-to-br from-gray-800 via-rose-700 to-violet-900",
@ -194,11 +199,12 @@ export const nodeIconsLucide = {
Pinecone: PineconeIcon,
Qdrant: QDrantIcon,
Searx: SearxIcon,
SlackDirectoryLoader: SlackIcon,
SlackDirectoryLoader: SvgSlackIcon,
SupabaseVectorStore: SupabaseIcon,
VertexAI: VertexAIIcon,
ChatVertexAI: VertexAIIcon,
agents: Rocket,
WikipediaAPIWrapper: SvgWikipedia,
chains: Link,
memories: Cpu,
llms: Lightbulb,
@ -213,9 +219,12 @@ export const nodeIconsLucide = {
textsplitters: Scissors,
wrappers: Gift,
utilities: Wand2,
WolframAlphaAPIWrapper: SvgWolfram,
output_parsers: Compass,
retrievers: FileSearch,
unknown: HelpCircle,
WikipediaQueryRun: SvgWikipedia,
WolframAlphaQueryRun: SvgWolfram,
Trash2,
X,
XCircle,