@icongo/li
Version:
LibreICONS Icons
19 lines • 684 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var LICameraFlashAuto = props => /*#__PURE__*/_jsxs("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", {
fill: "#ffc107",
d: "M7.405 1h-3.3l-1.8 6.3h2.58L3.505 13l4.8-6.9h-2.82z"
}), /*#__PURE__*/_jsx("path", {
fill: "#f44336",
d: "M10.645 3.85h-1.29l-.27.75h-.78L9.655 1h.69l1.35 3.6h-.78l-.27-.75zm-1.11-.6h.9l-.45-1.35-.45 1.35z"
})]
}));
export { LICameraFlashAuto };