@icongo/li
Version:
LibreICONS Icons
14 lines • 678 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LICameraLandscape = 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: "M11.902 3.53c-.023 0-.045 0-.067.002a1.46 1.46 0 0 0-2.91 0 1.098 1.098 0 1 0-.067 2.194h3.044a1.098 1.098 0 1 0 0-2.196zM1.256 11.814h11.12c.19 0 .314-.202.227-.372l-1.732-3.388a.255.255 0 0 0-.42-.05L9.004 9.688 5.682 4.302a.255.255 0 0 0-.436.004l-4.21 7.122c-.1.17.022.385.22.385z"
})
}));
export { LICameraLandscape };