@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 1.07 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LICameraFlash = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LICameraFlash = function LICameraFlash(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.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"
})
}));
};
exports.LICameraFlash = LICameraFlash;