bufferapp/ui

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

Summary

Maintainability
A
3 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 StoryIcon = createIconComponent({
  content: (
    <g>
      <g clipPath="url(#clip0_3870_2374)">
        <path d="M13.568 4.056c.302.736.667 1.555.85 2.285.166.648.234 1.317.202 1.985a6.614 6.614 0 01-.392 1.953 6.493 6.493 0 01-.944 1.723c-.4.517-.875.97-1.412 1.343a7.14 7.14 0 01-1.27.715 6.788 6.788 0 01-1.485.464 6.467 6.467 0 01-1.523.107l-.158-.01-.36 1.338.247.02c.65.049 1.304.018 1.946-.093a8.23 8.23 0 002.654-.957 9.48 9.48 0 00.733-.463 7.761 7.761 0 002.87-3.726c.55-1.52.626-3.172.22-4.737-.26-.751-.544-1.744-1.083-2.503-.356-.502-1.4-.204-1.09.556h-.005zm-6.262 1.77a.694.694 0 01.696-.726.698.698 0 01.696.726v1.479h1.478a.698.698 0 01.697.695.695.695 0 01-.697.696h-1.48v1.479a.694.694 0 01-.695.725.697.697 0 01-.696-.725v-1.48H5.82A.697.697 0 015.125 8a.695.695 0 01.696-.695h1.485v-1.48zM3.164 14.37c.462.359.964.665 1.495.912l.22.102.36-1.334-.15-.072a6.436 6.436 0 01-2.04-1.59l-.11-.13-1.197.689.154.186c.375.457.8.871 1.268 1.235v.002zM.074 9.054c.084.585.234 1.16.448 1.71l.085.225 1.196-.69-.057-.16a6.412 6.412 0 01-.362-2.568l.01-.168-1.34-.352-.023.24a7.644 7.644 0 00.043 1.763zm1.02-5.017c-.12.202-.229.405-.328.612L.66 4.87l1.337.358.076-.15a6.108 6.108 0 01.513-.841 8.02 8.02 0 011.067-1.213l.121-.11-.692-1.2-.188.163c-.265.23-.515.475-.75.735a9.45 9.45 0 00-.671.835c-.137.193-.261.39-.381.586l.001.004zM6.58.102a7.091 7.091 0 00-1.327.357l-.227.084.691 1.196.16-.056a5.802 5.802 0 014.022.083.685.685 0 00.937-.65.68.68 0 00-.443-.622A7.093 7.093 0 006.581.102z" />
      </g>
      <defs>
        <clipPath id="clip0_3870_2374">
          <path d="M0 0h16v16H0z" />
        </clipPath>
      </defs>
    </g>
  ),
})
// @ts-expect-error TS(2339) FIXME: Property 'displayName' does not exist on type '(pr... Remove this comment to see the full error message
StoryIcon.displayName = 'StoryIcon'

export default StoryIcon