Created
January 10, 2018 23:57
-
-
Save ycombinator/863d5a4eef70444b28d42153b34591e4 to your computer and use it in GitHub Desktop.
Logstash Pipeline Viewer: input plugin icon
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> | |
<!-- Generator: Sketch 42 (36781) - http://www.bohemiancoding.com/sketch --> | |
<title>Icon-Input</title> | |
<desc>Created with Sketch.</desc> | |
<defs> | |
<rect id="path-1" x="0" y="0" width="20" height="20" rx="4"></rect> | |
<mask id="mask-2" maskContentUnits="userSpaceOnUse" maskUnits="objectBoundingBox" x="0" y="0" width="20" height="20" fill="white"> | |
<use xlink:href="#path-1"></use> | |
</mask> | |
</defs> | |
<g id="Design-NG" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> | |
<g id="Monitoring-LS-Pipeline-NG" transform="translate(-574.000000, -306.000000)"> | |
<g id="FLOW" transform="translate(221.000000, 175.000000)"> | |
<g id="box-grok" transform="translate(139.000000, 125.000000)"> | |
<g id="Icon-Input" transform="translate(214.000000, 6.000000)"> | |
<use id="BG" stroke="#C8C8C8" mask="url(#mask-2)" stroke-width="2" fill="#FFFFFF" xlink:href="#path-1"></use> | |
<rect id="bar" fill="#000000" x="9" y="5" width="2" height="10"></rect> | |
</g> | |
</g> | |
</g> | |
</g> | |
</g> | |
</svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment