UNPKG

@nant-design/nant-icons

Version:

8 lines (6 loc) 363 B
import React from 'react'; export const LogoAmplify = ({fill="currentColor",...other}) => { return <svg width='1.33em' height='1.33em' fill={fill} viewBox="0 0 512 512" {...other}> <path d="m112.31 268 40.36-68.69 34.65 59-67.54 115h135L289.31 432H16Zm58.57-99.76 33.27-56.67L392.44 432h-66.68ZM222.67 80h66.59L496 432h-66.68Z" fillRule="evenodd"/> </svg>; };