dioxus-icons 0.1.0

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

<img src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxwYXRoIGQ9Ik0xNCA0djE2SDNhMSAxIDAgMCAxLTEtMVY1YTEgMSAwIDAgMSAxLTF6Ij48L3BhdGg+PGNpcmNsZSBjeD0iMTQiIGN5PSIxMiIgcj0iOCI+PC9jaXJjbGU+PC9zdmc+" alt="RectangleCircle icon">

<div class="dioxus-icons-widget" data-icon-name="RectangleCircle" 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;path d=&quot;M14 4v16H3a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1z&quot;&gt;&lt;/path&gt;&lt;circle cx=&quot;14&quot; cy=&quot;12&quot; r=&quot;8&quot;&gt;&lt;/circle&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="RectangleCircle preview"><img src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxwYXRoIGQ9Ik0xNCA0djE2SDNhMSAxIDAgMCAxLTEtMVY1YTEgMSAwIDAgMSAxLTF6Ij48L3BhdGg+PGNpcmNsZSBjeD0iMTQiIGN5PSIxMiIgcj0iOCI+PC9jaXJjbGU+PC9zdmc+" alt="RectangleCircle 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">RectangleCircle</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::RectangleCircle;

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

## Tags
compose, keyboard, key, button

## Categories
development, text

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

## Related Icons

<div class="dioxus-icons-related"><a class="dioxus-icons-related-link" href="fn.Contrast.html" title="Contrast"><img src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxjaXJjbGUgY3g9IjEyIiBjeT0iMTIiIHI9IjEwIj48L2NpcmNsZT48cGF0aCBkPSJNMTIgMThhNiA2IDAgMCAwIDAtMTJ2MTJ6Ij48L3BhdGg+PC9zdmc+" alt="Contrast icon"><span>Contrast</span></a><a class="dioxus-icons-related-link" href="fn.RectangleHorizontal.html" title="RectangleHorizontal"><img src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxyZWN0IGhlaWdodD0iMTIiIHJ4PSIyIiB3aWR0aD0iMjAiIHg9IjIiIHk9IjYiPjwvcmVjdD48L3N2Zz4=" alt="RectangleHorizontal icon"><span>RectangleHorizontal</span></a><a class="dioxus-icons-related-link" href="fn.RectangleVertical.html" title="RectangleVertical"><img src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxyZWN0IGhlaWdodD0iMjAiIHJ4PSIyIiB3aWR0aD0iMTIiIHg9IjYiIHk9IjIiPjwvcmVjdD48L3N2Zz4=" alt="RectangleVertical icon"><span>RectangleVertical</span></a><a class="dioxus-icons-related-link" href="fn.LayoutPanelLeft.html" title="LayoutPanelLeft"><img src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxyZWN0IGhlaWdodD0iMTgiIHJ4PSIxIiB3aWR0aD0iNyIgeD0iMyIgeT0iMyI+PC9yZWN0PjxyZWN0IGhlaWdodD0iNyIgcng9IjEiIHdpZHRoPSI3IiB4PSIxNCIgeT0iMyI+PC9yZWN0PjxyZWN0IGhlaWdodD0iNyIgcng9IjEiIHdpZHRoPSI3IiB4PSIxNCIgeT0iMTQiPjwvcmVjdD48L3N2Zz4=" alt="LayoutPanelLeft icon"><span>LayoutPanelLeft</span></a><a class="dioxus-icons-related-link" href="fn.StretchVertical.html" title="StretchVertical"><img src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxyZWN0IGhlaWdodD0iMjAiIHJ4PSIyIiB3aWR0aD0iNiIgeD0iNCIgeT0iMiI+PC9yZWN0PjxyZWN0IGhlaWdodD0iMjAiIHJ4PSIyIiB3aWR0aD0iNiIgeD0iMTQiIHk9IjIiPjwvcmVjdD48L3N2Zz4=" alt="StretchVertical icon"><span>StretchVertical</span></a><a class="dioxus-icons-related-link" href="fn.Diameter.html" title="Diameter"><img src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxjaXJjbGUgY3g9IjE5IiBjeT0iMTkiIHI9IjIiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjUiIGN5PSI1IiByPSIyIj48L2NpcmNsZT48cGF0aCBkPSJNNi40OCAzLjY2YTEwIDEwIDAgMCAxIDEzLjg2IDEzLjg2Ij48L3BhdGg+PHBhdGggZD0ibTYuNDEgNi40MSAxMS4xOCAxMS4xOCI+PC9wYXRoPjxwYXRoIGQ9Ik0zLjY2IDYuNDhhMTAgMTAgMCAwIDAgMTMuODYgMTMuODYiPjwvcGF0aD48L3N2Zz4=" alt="Diameter icon"><span>Diameter</span></a></div>