@icongo/li
Version:
LibreICONS Icons
14 lines • 665 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LICameraFlash = 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: "M4.373 7.889h2.413l-.393 1.829h-.579a.26.26 0 0 0-.234.372l.523 1.096.393.824.402.842a.26.26 0 0 0 .469 0l1.32-2.76a.26.26 0 0 0-.233-.373h-.638L9.848 6.26a.26.26 0 0 0-.224-.391H7.848l2.016-4.503A.26.26 0 0 0 9.627 1h-3.62a.26.26 0 0 0-.252.195L4.12 7.565a.26.26 0 0 0 .252.324z"
})
}));
export { LICameraFlash };