UNPKG

@theguild/components

Version:
6 lines (5 loc) 1.06 kB
import { jsx } from "react/jsx-runtime"; const SvgShieldFlash = (props) => /* @__PURE__ */ jsx("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "currentColor", ...props, children: /* @__PURE__ */ jsx("path", { d: "M4.60472 3.74338L12 2.09998L19.3953 3.74338C19.5952 3.7878 19.7739 3.89904 19.902 4.05874C20.0302 4.21844 20.1 4.41704 20.1 4.62178V13.6101C20.1 14.499 19.8804 15.3742 19.4609 16.158C19.0414 16.9417 18.4349 17.6098 17.6952 18.1029L12 21.9L6.30482 18.1029C5.56527 17.6099 4.95884 16.942 4.53934 16.1584C4.11984 15.3748 3.90024 14.4998 3.90002 13.611V4.62178C3.90006 4.41704 3.9699 4.21844 4.09802 4.05874C4.22613 3.89904 4.40487 3.7878 4.60472 3.74338ZM5.70002 5.34358V13.6101C5.70003 14.2027 5.84634 14.7861 6.12596 15.3086C6.40558 15.8311 6.80986 16.2765 7.30292 16.6053L12 19.7373L16.6971 16.6053C17.1901 16.2766 17.5943 15.8314 17.8739 15.309C18.1535 14.7867 18.2999 14.2034 18.3 13.611V5.34358L12 3.94498L5.70002 5.34358ZM12.9 10.2H15.6L11.1 16.5V12H8.40002L12.9 5.69998V10.2Z" }) }); export { SvgShieldFlash as ReactComponent };