UNPKG

@nant-design/nant-icons

Version:

8 lines (6 loc) 435 B
import React from 'react'; export const AccessibilitySharp = (props) => { return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...props}> <path d="M448 112c-66.82 17.92-119.55 32-192 32s-125.18-14.08-192-32l-16 51c48 20.53 96.71 35.16 147.2 53.2L144 496l56.4 16L246 336h20l45.6 176 56.4-16-51.2-279.8C367.26 199.93 416 183.53 464 164Zm-192 0a56 56 0 1 1 56-56 56.06 56.06 0 0 1-56 56Z"/> </svg>; };