@icongo/li
Version:
LibreICONS Icons
14 lines • 500 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIWeatherGaleWarning = 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: "M3.369 13V1h.72v12h-.72zm1.21-1.511V6.304l6.052 2.582-6.052 2.603zm0-5.304V1l6.052 2.582L4.58 6.185z"
})
}));
export { LIWeatherGaleWarning };