dioxus-icons 0.1.0

Lucide icons for Dioxus, one component per icon.
Documentation
# Binary

<img src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxyZWN0IGhlaWdodD0iNiIgcng9IjIiIHdpZHRoPSI0IiB4PSIxNCIgeT0iMTQiPjwvcmVjdD48cmVjdCBoZWlnaHQ9IjYiIHJ4PSIyIiB3aWR0aD0iNCIgeD0iNiIgeT0iNCI+PC9yZWN0PjxwYXRoIGQ9Ik02IDIwaDQiPjwvcGF0aD48cGF0aCBkPSJNMTQgMTBoNCI+PC9wYXRoPjxwYXRoIGQ9Ik02IDE0aDJ2NiI+PC9wYXRoPjxwYXRoIGQ9Ik0xNCA0aDJ2NiI+PC9wYXRoPjwvc3ZnPg==" alt="Binary icon">

<div class="dioxus-icons-widget" data-icon-name="Binary" data-svg="&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; width=&quot;24&quot; height=&quot;24&quot; viewBox=&quot;0 0 24 24&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; stroke-width=&quot;2&quot; stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot;&gt;&lt;rect height=&quot;6&quot; rx=&quot;2&quot; width=&quot;4&quot; x=&quot;14&quot; y=&quot;14&quot;&gt;&lt;/rect&gt;&lt;rect height=&quot;6&quot; rx=&quot;2&quot; width=&quot;4&quot; x=&quot;6&quot; y=&quot;4&quot;&gt;&lt;/rect&gt;&lt;path d=&quot;M6 20h4&quot;&gt;&lt;/path&gt;&lt;path d=&quot;M14 10h4&quot;&gt;&lt;/path&gt;&lt;path d=&quot;M6 14h2v6&quot;&gt;&lt;/path&gt;&lt;path d=&quot;M14 4h2v6&quot;&gt;&lt;/path&gt;&lt;/svg&gt;" data-size="24" data-color="#000000" data-stroke="2"><div class="dioxus-icons-widget-header"><div class="dioxus-icons-widget-preview" data-di-preview="true" aria-label="Binary preview"><img src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxyZWN0IGhlaWdodD0iNiIgcng9IjIiIHdpZHRoPSI0IiB4PSIxNCIgeT0iMTQiPjwvcmVjdD48cmVjdCBoZWlnaHQ9IjYiIHJ4PSIyIiB3aWR0aD0iNCIgeD0iNiIgeT0iNCI+PC9yZWN0PjxwYXRoIGQ9Ik02IDIwaDQiPjwvcGF0aD48cGF0aCBkPSJNMTQgMTBoNCI+PC9wYXRoPjxwYXRoIGQ9Ik02IDE0aDJ2NiI+PC9wYXRoPjxwYXRoIGQ9Ik0xNCA0aDJ2NiI+PC9wYXRoPjwvc3ZnPg==" alt="Binary icon"></div><div class="dioxus-icons-widget-controls"><label><span class="dioxus-icons-widget-label">Size</span><input data-di-size="true" type="number" min="1" max="256" value="24"></label><label><span class="dioxus-icons-widget-label">Color</span><input data-di-color="true" type="color" value="#000000"></label><label><span class="dioxus-icons-widget-label">Stroke</span><input data-di-stroke="true" type="number" min="1" max="12" value="2"></label></div></div><div class="dioxus-icons-widget-output"><pre class="dioxus-icons-widget-code dxc dxc-system dxc-system-light-github-light dxc-system-dark-github-dark" data-language="rust"><code data-di-code="true"><span class="a-t">Binary</span><span> </span><span class="a-p">{</span><span> </span><span class="a-pr">size</span><span class="a-p">:</span><span> </span><span class="a-co">24</span><span class="a-p">,</span><span> </span><span class="a-pr">stroke</span><span class="a-p">:</span><span> </span><span class="a-s">&quot;#000000&quot;</span><span class="a-p">,</span><span> </span><span class="a-pr">stroke_width</span><span class="a-p">:</span><span> </span><span class="a-co">2</span><span> </span><span class="a-p">}</span></code></pre><button type="button" class="dioxus-icons-widget-copy" data-di-copy="true" aria-label="Copy RSX snippet"><span data-di-copy-icon="true"></span><span data-di-copy-label="true">Copy RSX</span></button></div></div>

## Example
```rust
use dioxus::prelude::*;
use dioxus_icons::lucide::Binary;

fn app() -> Element {
    rsx! {
        Binary { size: 20, stroke: "red" }
    }
}
```

## Tags
code, digits, computer, zero, one, boolean

## Categories
text, development

## Source
[Lucide v1.14.0](https://lucide.dev/icons/binary)

## Related Icons

<div class="dioxus-icons-related"><a class="dioxus-icons-related-link" href="fn.Combine.html" title="Combine"><img src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxwYXRoIGQ9Ik0xNCAzYTEgMSAwIDAgMSAxIDF2NWExIDEgMCAwIDEtMSAxIj48L3BhdGg+PHBhdGggZD0iTTE5IDNhMSAxIDAgMCAxIDEgMXY1YTEgMSAwIDAgMS0xIDEiPjwvcGF0aD48cGF0aCBkPSJtNyAxNSAzIDMiPjwvcGF0aD48cGF0aCBkPSJtNyAyMSAzLTNINWEyIDIgMCAwIDEtMi0ydi0yIj48L3BhdGg+PHJlY3QgaGVpZ2h0PSI3IiByeD0iMSIgd2lkdGg9IjciIHg9IjE0IiB5PSIxNCI+PC9yZWN0PjxyZWN0IGhlaWdodD0iNyIgcng9IjEiIHdpZHRoPSI3IiB4PSIzIiB5PSIzIj48L3JlY3Q+PC9zdmc+" alt="Combine icon"><span>Combine</span></a><a class="dioxus-icons-related-link" href="fn.DecimalsArrowRight.html" title="DecimalsArrowRight"><img src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxwYXRoIGQ9Ik0xMCAxOGgxMCI+PC9wYXRoPjxwYXRoIGQ9Im0xNyAyMSAzLTMtMy0zIj48L3BhdGg+PHBhdGggZD0iTTMgMTFoLjAxIj48L3BhdGg+PHJlY3QgaGVpZ2h0PSI4IiByeD0iMi41IiB3aWR0aD0iNSIgeD0iMTUiIHk9IjMiPjwvcmVjdD48cmVjdCBoZWlnaHQ9IjgiIHJ4PSIyLjUiIHdpZHRoPSI1IiB4PSI2IiB5PSIzIj48L3JlY3Q+PC9zdmc+" alt="DecimalsArrowRight icon"><span>DecimalsArrowRight</span></a><a class="dioxus-icons-related-link" href="fn.BringToFront.html" title="BringToFront"><img src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxyZWN0IGhlaWdodD0iOCIgcng9IjIiIHdpZHRoPSI4IiB4PSI4IiB5PSI4Ij48L3JlY3Q+PHBhdGggZD0iTTQgMTBhMiAyIDAgMCAxLTItMlY0YTIgMiAwIDAgMSAyLTJoNGEyIDIgMCAwIDEgMiAyIj48L3BhdGg+PHBhdGggZD0iTTE0IDIwYTIgMiAwIDAgMCAyIDJoNGEyIDIgMCAwIDAgMi0ydi00YTIgMiAwIDAgMC0yLTIiPjwvcGF0aD48L3N2Zz4=" alt="BringToFront icon"><span>BringToFront</span></a><a class="dioxus-icons-related-link" href="fn.ArrowDown01.html" title="ArrowDown01"><img src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxwYXRoIGQ9Im0zIDE2IDQgNCA0LTQiPjwvcGF0aD48cGF0aCBkPSJNNyAyMFY0Ij48L3BhdGg+PHJlY3QgaGVpZ2h0PSI2IiByeT0iMiIgd2lkdGg9IjQiIHg9IjE1IiB5PSI0Ij48L3JlY3Q+PHBhdGggZD0iTTE3IDIwdi02aC0yIj48L3BhdGg+PHBhdGggZD0iTTE1IDIwaDQiPjwvcGF0aD48L3N2Zz4=" alt="ArrowDown01 icon"><span>ArrowDown01</span></a><a class="dioxus-icons-related-link" href="fn.DecimalsArrowLeft.html" title="DecimalsArrowLeft"><img src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxwYXRoIGQ9Im0xMyAyMS0zLTMgMy0zIj48L3BhdGg+PHBhdGggZD0iTTIwIDE4SDEwIj48L3BhdGg+PHBhdGggZD0iTTMgMTFoLjAxIj48L3BhdGg+PHJlY3QgaGVpZ2h0PSI4IiByeD0iMi41IiB3aWR0aD0iNSIgeD0iNiIgeT0iMyI+PC9yZWN0Pjwvc3ZnPg==" alt="DecimalsArrowLeft icon"><span>DecimalsArrowLeft</span></a><a class="dioxus-icons-related-link" href="fn.Brackets.html" title="Brackets"><img src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxwYXRoIGQ9Ik0xNiAzaDNhMSAxIDAgMCAxIDEgMXYxNmExIDEgMCAwIDEtMSAxaC0zIj48L3BhdGg+PHBhdGggZD0iTTggMjFINWExIDEgMCAwIDEtMS0xVjRhMSAxIDAgMCAxIDEtMWgzIj48L3BhdGg+PC9zdmc+" alt="Brackets icon"><span>Brackets</span></a></div>