UNPKG

open-icon

Version:

Open Icon

8 lines (7 loc) 726 B
// lib/icons/playback-play.ts var IconPlaybackPlay = `<svg id="playback-play" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><path d="M22.5,15.3v41.39c0,.79.86,1.26,1.53.85l33.11-20.7c.63-.39.63-1.3,0-1.7L24.03,14.46c-.67-.42-1.53.06-1.53.85Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;"/><path d="M22.5,15.3v41.39c0,.79.86,1.26,1.53.85l33.11-20.7c.63-.39.63-1.3,0-1.7L24.03,14.46c-.67-.42-1.53.06-1.53.85Z" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`; var playback_play_default = IconPlaybackPlay; export { IconPlaybackPlay, playback_play_default as default };