If you'd like to request an icon, please provide the following information:
Would the aperture icon fit your needs?
https://github.com/colebemis/feather/blob/master/icons/aperture.svg
I'm already using that to display the f stop for the exif data. Similarly, I'm using the camera icon itself to display information about the camera model.
Is this too simplistic?

Perfect! Could you give the Figma link and make sure to follow #171 ?
I've cloned the existing repository, so it's on the bottom of here.
Alternatively, the SVG:
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" xmlns="http://www.w3.org/2000/svg">
<circle cx="12" cy="12" r="10" stroke="inherit" stroke-width="inherit"/>
<path d="M18 12C18 9 15.3137 6 12 6" stroke="inherit" stroke-width="inherit" stroke-linecap="round"/>
</svg>
Most helpful comment
Would the
apertureicon fit your needs?https://github.com/colebemis/feather/blob/master/icons/aperture.svg