open-icon
Version:
Open Icon
8 lines (7 loc) • 1.11 kB
JavaScript
// lib/icons/playback-backward.ts
var IconPlaybackBackward = `<svg id="playback-backward" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><path d="M53.73,55.99V16.8c0-.95-1.2-1.37-1.79-.62l-15.3,19.59c-.28.36-.28.87,0,1.23l15.3,19.59c.59.75,1.79.34,1.79-.62Z" style="fill: red; stroke-width: 0px;"/><path d="M35.45,55.17V16.01c0-.95-1.21-1.37-1.79-.61l-15.17,19.58c-.28.36-.28.86,0,1.23l15.17,19.58c.58.75,1.79.34,1.79-.61Z" style="fill: red; stroke-width: 0px;"/><path d="M53.73,55.99V16.8c0-.95-1.2-1.37-1.79-.62l-15.3,19.59c-.28.36-.28.87,0,1.23l15.3,19.59c.59.75,1.79.34,1.79-.62Z" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M35.45,55.17V16.01c0-.95-1.21-1.37-1.79-.61l-15.17,19.58c-.28.36-.28.86,0,1.23l15.17,19.58c.58.75,1.79.34,1.79-.61Z" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`;
var playback_backward_default = IconPlaybackBackward;
export {
IconPlaybackBackward,
playback_backward_default as default
};