@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
25 lines • 1.04 kB
JavaScript
import _extends from "@babel/runtime-corejs3/helpers/esm/extends";
var _g, _defs;
import React from 'react';
const podcast_medium = props => React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: 24,
height: 24,
fill: "none",
viewBox: "0 0 24 24"
}, props), _g || (_g = React.createElement("g", {
clipPath: "url(#podcast_medium_svg__a)"
}, React.createElement("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 = React.createElement("defs", null, React.createElement("clipPath", {
id: "podcast_medium_svg__a"
}, React.createElement("path", {
fill: "#fff",
d: "M0 0h24v24H0z"
})))));
export default podcast_medium;
//# sourceMappingURL=podcast_medium.js.map