@icongo/li
Version:
LibreICONS Icons
15 lines • 452 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LICameraFlashOn = 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", {
fill: "#ffc107",
d: "M9.1 1H5.8L4 7.3h2.58L5.2 13 10 6.1H7.18z"
})
}));
export { LICameraFlashOn };