@untitledui/icons
Version:
Official React library for Untitled UI Icons
2 lines (1 loc) • 460 B
JavaScript
import*as e from"react";const i=({size:o=24,color:r="currentColor",...t})=>e.createElement("svg",{viewBox:"0 0 24 24",width:o,height:o,stroke:r,strokeWidth:"2",fill:"none",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",...t},e.createElement("path",{d:"M2 12a6 6 0 0 1 6-6h8a6 6 0 0 1 0 12H8a6 6 0 0 1-6-6Z"}),e.createElement("path",{d:"M8 14.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z"}));i.displayName="Toggle03Left";export{i as Toggle03Left};