@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
36 lines (35 loc) • 1.19 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _jsxRuntime = require("react/jsx-runtime");
var _g, _defs;
const podcast = props => (0, _jsxRuntime.jsxs)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
fill: "none",
viewBox: "0 0 16 16",
...props,
children: [_g || (_g = (0, _jsxRuntime.jsx)("g", {
clipPath: "url(#podcast_svg__a)",
children: (0, _jsxRuntime.jsx)("path", {
stroke: "#000",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
d: "M8 11.36v3.84m-2 0h4M3 5.6v1.92c0 2.121 1.79 3.84 4 3.84h2c2.21 0 4-1.719 4-3.84V5.6m-5.248-.589h3m-1.835 4.14H7.083a1.966 1.966 0 0 1-1.835-2.077V2.917A1.966 1.966 0 0 1 7.083.84h1.834a1.966 1.966 0 0 1 1.835 2.078v4.157a1.966 1.966 0 0 1-1.835 2.078Z"
})
})), _defs || (_defs = (0, _jsxRuntime.jsx)("defs", {
children: (0, _jsxRuntime.jsx)("clipPath", {
id: "podcast_svg__a",
children: (0, _jsxRuntime.jsx)("path", {
fill: "#fff",
d: "M0 0h16v16H0z"
})
})
}))]
});
var _default = exports.default = podcast;
//# sourceMappingURL=podcast.js.map