bufferapp/ui

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

Summary

Maintainability
A
2 hrs
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 PromotedIcon = createIconComponent({
  content: (
    <g>
      <path
        fillRule="evenodd"
        d="M10.991 2.275c.902.616 1.509 1.564 1.509 2.766 0 .623-.563 1.128-1.257 1.128-.695 0-1.258-.505-1.258-1.128 0-.459-.204-.758-.518-.972C9.118 3.83 8.59 3.676 8 3.676c-.59 0-1.118.154-1.467.393-.314.214-.518.513-.518.972 0 .427.174.697.547.967.446.324 1.08.577 1.933.905l.075.028c.756.29 1.705.655 2.45 1.196.844.612 1.48 1.486 1.48 2.72 0 1.203-.607 2.15-1.509 2.766-.867.593-1.96.854-2.991.854-1.031 0-2.124-.261-2.991-.854-.902-.616-1.509-1.563-1.509-2.766 0-.623.563-1.127 1.257-1.127.695 0 1.258.504 1.258 1.127 0 .46.204.758.518.973.349.238.877.392 1.467.392.59 0 1.118-.154 1.467-.392.314-.215.518-.514.518-.973 0-.427-.174-.696-.547-.967-.446-.324-1.08-.577-1.933-.904l-.074-.029c-.757-.29-1.706-.655-2.451-1.196-.843-.612-1.48-1.485-1.48-2.72 0-1.202.607-2.15 1.508-2.766.867-.592 1.96-.854 2.992-.854 1.031 0 2.124.262 2.991.854z"
        clipRule="evenodd"
      />
      <path
        fillRule="evenodd"
        d="M8.463 0c.521 0 .943.379.943.846V2.21c0 .467-.422.846-.943.846-.52 0-.943-.379-.943-.846V.846c0-.467.422-.846.943-.846zm0 12.505c.521 0 .943.378.943.845v1.804c0 .467-.422.846-.943.846-.52 0-.943-.379-.943-.846V13.35c0-.467.422-.845.943-.845z"
        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
PromotedIcon.displayName = 'PromotedIcon'

export default PromotedIcon