CameraSolid
camera-solid
npm install @mynaui/icons-react
import { CameraSolid } from "@mynaui/icons-react";
const App = () => {
return <CameraSolid />;
}; <svg width="24" height="24" fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d='M6.153 2.249c.212-.004.515-.009.794.036.933.152 1.54.743 1.969 1.158l.122.118c.463.441.792.689 1.345.689h8.98c.688 0 1.308.335 1.738.86.427.523.649 1.204.649 1.89v12c0 .686-.222 1.367-.649 1.89-.43.525-1.05.86-1.737.86H4.636c-.687 0-1.307-.335-1.737-.86-.427-.523-.649-1.204-.649-1.89V5.997c0-.455 0-.834.022-1.146.022-.324.071-.63.197-.926A2.75 2.75 0 0 1 3.925 2.47c.296-.126.602-.175.926-.197.312-.022.691-.022 1.146-.022h.025zM15.25 3a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1-.75-.75M13.5 9.75a3.25 3.25 0 1 0 0 6.5 3.25 3.25 0 0 0 0-6.5'/>
</svg> <img loading="lazy" decoding="async" src="https://unpkg.com/@mynaui/icons/icons-solid/camera.svg" /> npm install @mynaui/icons
<svg width="24" height="24" fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><use xlink:href="/path/to/mynaui-solid.symbol.svg#mynaui-camera"></use>
</svg>