UNPKG

open-icon

Version:

Open Icon

4 lines (3 loc) 1.1 kB
const IconPlaybackPrevious = `<svg id="playback-previous" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><g ><path d="M49.5,55.67V15.52c0-.89-1.08-1.34-1.71-.71l-19.96,20.08c-.39.39-.39,1.02,0,1.41l19.96,20.08c.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="18.28" y="18" width="9" height="36" rx="1" ry="1" transform="translate(45.56 72) rotate(180)" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);" /></g><g><path d="M49.5,55.67V15.52c0-.89-1.08-1.34-1.71-.71l-19.96,20.08c-.39.39-.39,1.02,0,1.41l19.96,20.08c.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="18.28" y="18" width="9" height="36" rx="1" ry="1" transform="translate(45.56 72) rotate(180)" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></g></svg>`; export default IconPlaybackPrevious; export { IconPlaybackPrevious }