@icongo/li
Version:
LibreICONS Icons
14 lines • 930 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LICameraFocalLength = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M10.456 12.322c-.91-.534-1.767-.778-2.297-.654-.613.144-.893.02-1.016-.45-.094-.357-1.386-1.29-2.871-2.075C.638 7.225.64 6.656 4.292 4.85c1.604-.795 2.718-1.572 2.718-1.9 0-.377.316-.531.997-.485.548.037 1.568-.286 2.266-.718 1.583-.98 2.176-.995 2.176-.058 0 .5-.486.966-1.541 1.478l-1.541.749.044 3.126.045 3.126 1.497.725c.904.438 1.496.975 1.496 1.357 0 .979-.423.994-1.994.071zm-2.17-4.138c.135-.614.14-1.674.013-2.355l-.232-1.237-2.16 1.09c-1.188.6-2.16 1.217-2.16 1.372 0 .259 3.487 2.173 4.05 2.224.135.012.354-.48.49-1.094z"
})
}));
export { LICameraFocalLength };