bufferapp/ui

View on GitHub
src/components/Icon/Icons/Subheading.tsx

Summary

Maintainability
A
55 mins
Test Coverage
A
100%
/** WARNING
 * This file is automatically generated by the `yarn gen:icons` command.
 * ALL changes will be overwritten.
 */
import React from 'react'
import createIconComponent from '../utils/createIconComponent'

const SubheadingIcon = createIconComponent({
  content: (
    <g>
      <path
        fillRule="evenodd"
        d="M5.071 3h.603l3.525 9.54H6.722l-.551-1.782H3.02l-.55 1.782H0L3.505 3h1.566zm.55 5.982l-1.028-3.32-1.025 3.32h2.053zm7.959 2.922c.05.244.12.456.205.636H16v-.112a2.423 2.423 0 01-.223-.622c-.052-.24-.078-.592-.078-1.055V7.848c0-.563-.13-1.03-.387-1.402a2.356 2.356 0 00-1.055-.845c-.441-.188-.943-.282-1.507-.282-.472 0-.9.06-1.284.177-.38.114-.708.275-.983.485-.27.21-.48.457-.629.74-.144.28-.216.584-.216.911h2.208c0-.174.03-.319.092-.432a.586.586 0 01.268-.256.974.974 0 01.426-.085c.206 0 .37.042.492.125.122.078.211.19.268.334.057.144.085.316.085.517v.374h-.68c-.569 0-1.062.052-1.482.157-.419.105-.764.258-1.035.459-.27.2-.474.445-.61.734a2.35 2.35 0 00-.196.982c0 .42.11.791.328 1.114.218.32.509.568.871.747a2.7 2.7 0 001.206.269c.336 0 .622-.046.858-.138a1.968 1.968 0 00.843-.63zm-.103-1.376v-1.14h-.694c-.205 0-.38.029-.524.085a.882.882 0 00-.524.564 1.402 1.402 0 00-.053.386c0 .132.03.25.092.354.066.1.153.18.262.236.11.057.232.085.367.085.245 0 .452-.046.622-.137a1.125 1.125 0 00.452-.433z"
        clipRule="evenodd"
      />
    </g>
  ),
})
// @ts-expect-error TS(2339) FIXME: Property 'displayName' does not exist on type '(pr... Remove this comment to see the full error message
SubheadingIcon.displayName = 'SubheadingIcon'

export default SubheadingIcon