@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
27 lines (26 loc) • 988 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _react = _interopRequireDefault(require("react"));
var _jsxRuntime = require("react/jsx-runtime");
var _path;
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
const podcast = props => (0, _jsxRuntime.jsx)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
fill: "none",
viewBox: "0 0 16 16",
...props,
children: _path || (_path = (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"
}))
});
var _default = exports.default = podcast;
//# sourceMappingURL=podcast.js.map