UNPKG

@nant-design/nant-icons

Version:

10 lines (7 loc) 542 B
import React from 'react'; export const PlaySkipBackOutline = ({width="410",height="404",...other}) => { return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}> <path d="M400 111v290c0 17.44-17 28.52-31 20.16L121.09 272.79c-12.12-7.25-12.12-26.33 0-33.58L369 90.84c14-8.36 31 2.72 31 20.16Z" fill="none" stroke="currentColor" strokeMiterlimit="10" strokeWidth="32"/> <path d="M112 80v352" fill="none" stroke="currentColor" strokeLinecap="round" strokeMiterlimit="10" strokeWidth="32"/> </svg>; };