bufferapp/ui

View on GitHub
src/components/Icon/Icons/TextBold.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 TextBoldIcon = createIconComponent({
  content: (
    <g>
      <path
        fillRule="evenodd"
        d="M3 3a1 1 0 011-1h4.75a3.25 3.25 0 012.684 5.083A3.502 3.502 0 0113 10a3.5 3.5 0 01-3.5 3.5H4a1 1 0 01-1-1V3zm2 5.5v3h4.5a1.5 1.5 0 100-3H5zm3.75-2H5V4h3.75a1.25 1.25 0 010 2.5z"
        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
TextBoldIcon.displayName = 'TextBoldIcon'

export default TextBoldIcon