@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
30 lines • 977 B
JavaScript
var _g, _defs;
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
const shield_medium = props => _jsxs("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 24,
height: 24,
fill: "none",
viewBox: "0 0 24 24",
...props,
children: [_g || (_g = _jsx("g", {
clipPath: "url(#shield_medium_svg__a)",
children: _jsx("path", {
stroke: "#000",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
d: "M3 4.888v7.095c0 5.123 3.375 8.931 8.006 10.728.994.385.994.385 1.988 0C17.625 20.914 21 17.106 21 11.983V4.888a1.411 1.411 0 0 0-.801-1.269C15.692 3.097 12 1 12 1S8.308 3.097 3.801 3.62A1.411 1.411 0 0 0 3 4.887Z"
})
})), _defs || (_defs = _jsx("defs", {
children: _jsx("clipPath", {
id: "shield_medium_svg__a",
children: _jsx("path", {
fill: "#fff",
d: "M0 0h24v24H0z"
})
})
}))]
});
export default shield_medium;
//# sourceMappingURL=shield_medium.js.map