@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
31 lines • 867 B
JavaScript
var _g, _defs;
import React from 'react';
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
const play = props => _jsxs("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
fill: "none",
viewBox: "0 0 16 16",
...props,
children: [_g || (_g = _jsx("g", {
clipPath: "url(#play_svg__a)",
children: _jsx("path", {
stroke: "#000",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
d: "M1.5 2.02v11.96c0 .752.831 1.26 1.488.903l10.995-5.98c.68-.37.699-1.427 0-1.808L2.988 1.115C2.345.766 1.5 1.252 1.5 2.02Z"
})
})), _defs || (_defs = _jsx("defs", {
children: _jsx("clipPath", {
id: "play_svg__a",
children: _jsx("path", {
fill: "#fff",
d: "M0 0h16v16H0z"
})
})
}))]
});
export default play;
//# sourceMappingURL=play.js.map