@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
38 lines (37 loc) • 1.37 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _react = _interopRequireDefault(require("react"));
var _jsxRuntime = require("react/jsx-runtime");
var _g, _defs;
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
const podcast_medium = props => (0, _jsxRuntime.jsxs)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 24,
height: 24,
fill: "none",
viewBox: "0 0 24 24",
...props,
children: [_g || (_g = (0, _jsxRuntime.jsx)("g", {
clipPath: "url(#podcast_medium_svg__a)",
children: (0, _jsxRuntime.jsx)("path", {
stroke: "#000",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
d: "M12 16.56v5.76m-3 0h6M4.5 7.92v2.88c0 3.181 2.686 5.76 6 5.76h3c3.314 0 6-2.579 6-5.76V7.92m-12-2.88h3m3 0h3m-9 2.88h3m3 0h3m-3 5.76h-3c-1.759-.103-3.1-1.551-3-3.24V3.96C7.4 2.272 8.741.823 10.5.72h3c1.759.103 3.1 1.552 3 3.24v6.48c.1 1.689-1.241 3.137-3 3.24Z"
})
})), _defs || (_defs = (0, _jsxRuntime.jsx)("defs", {
children: (0, _jsxRuntime.jsx)("clipPath", {
id: "podcast_medium_svg__a",
children: (0, _jsxRuntime.jsx)("path", {
fill: "#fff",
d: "M0 0h24v24H0z"
})
})
}))]
});
var _default = exports.default = podcast_medium;
//# sourceMappingURL=podcast_medium.js.map