@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
32 lines • 1.12 kB
JavaScript
var _g, _defs;
import React from 'react';
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
const layout_card_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", {
stroke: "#000",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
clipPath: "url(#layout_card_medium_svg__a)",
clipRule: "evenodd",
children: _jsx("path", {
d: "M1 3.276A2.276 2.276 0 0 1 3.276 1h17.448A2.276 2.276 0 0 1 23 3.276v4.248A2.276 2.276 0 0 1 20.724 9.8H3.276A2.276 2.276 0 0 1 1 7.524V3.276Zm0 13.2A2.276 2.276 0 0 1 3.276 14.2h17.448A2.276 2.276 0 0 1 23 16.476v4.248A2.276 2.276 0 0 1 20.724 23H3.276A2.276 2.276 0 0 1 1 20.724v-4.248Z"
})
})), _defs || (_defs = _jsx("defs", {
children: _jsx("clipPath", {
id: "layout_card_medium_svg__a",
children: _jsx("path", {
fill: "#fff",
d: "M0 0h24v24H0z"
})
})
}))]
});
export default layout_card_medium;
//# sourceMappingURL=layout_card_medium.js.map