UNPKG

open-icon

Version:

Open Icon

4 lines (3 loc) 1.04 kB
declare const IconPlaybackNext = "<svg id=\"playback-next\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 72 72\"><g ><path d=\"M22.5,16.33v40.15c0,.89,1.08,1.34,1.71.71l19.96-20.08c.39-.39.39-1.02,0-1.41L24.21,15.62c-.63-.63-1.71-.19-1.71.71Z\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);\" /><rect x=\"44.72\" y=\"18\" width=\"9\" height=\"36\" rx=\"1\" ry=\"1\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);\" /></g><g><path d=\"M22.5,16.33v40.15c0,.89,1.08,1.34,1.71.71l19.96-20.08c.39-.39.39-1.02,0-1.41L24.21,15.62c-.63-.63-1.71-.19-1.71.71Z\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><rect x=\"44.72\" y=\"18\" width=\"9\" height=\"36\" rx=\"1\" ry=\"1\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/></g></svg>"; export default IconPlaybackNext; export { IconPlaybackNext };