UNPKG

next

Version:

The React Framework

18 lines (17 loc) 718 B
import { jsx as _jsx } from "react/jsx-runtime"; export const LightningBolt = (props)=>/*#__PURE__*/ _jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", ...props, children: /*#__PURE__*/ _jsx("path", { style: { fill: 'var(--color-font)' }, fillRule: "evenodd", d: "M7.157 0 2.333 9.408l-.56 1.092H7a.25.25 0 0 1 .25.25V16h1.593l4.824-9.408.56-1.092H9a.25.25 0 0 1-.25-.25V0H7.157ZM7 9H4.227L7.25 3.106V5.25C7.25 6.216 8.034 7 9 7h2.773L8.75 12.894V10.75A1.75 1.75 0 0 0 7 9Z", clipRule: "evenodd" }) }); //# sourceMappingURL=LightningBolt.js.map