UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

25 lines 844 B
import _extends from "@babel/runtime/helpers/esm/extends"; var _g, _defs; import React from 'react'; const play = props => React.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props), _g || (_g = React.createElement("g", { clipPath: "url(#play_svg__a)" }, React.createElement("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 = React.createElement("defs", null, React.createElement("clipPath", { id: "play_svg__a" }, React.createElement("path", { fill: "#fff", d: "M0 0h16v16H0z" }))))); export default play; //# sourceMappingURL=play.js.map