react-icons/fa#FaRegEdit TypeScript Examples

The following examples show how to use react-icons/fa#FaRegEdit. You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: Homepage.tsx    From pagely with MIT License 6 votes vote down vote up
features = [
  {
    name: 'Takes less than a minute',
    description:
      'Creating and deploying a Pagely site from Notion, Airtable, Google Sheets or GitHub takes less than a minute of your valuable time',
    icon: HiOutlineGlobeAlt,
  },
  {
    name: 'Static Pages',
    description:
      'All the Pagely sites are statically rendered in the server so that your site always remains lightning fast. Your Pagely site can have some dynamics pieces too',
    icon: AiOutlineThunderbolt,
  },
  {
    name: 'SEO Friendly',
    description:
      'Since all the sites are static, it makes it easy for crawlers such as Googlebot to index the pages which results in better seo',
    icon: FaRobot,
  },
  {
    name: 'Custom styles',
    description:
      "Don't like the default styles? You can style your Pagely site and customize it to your hearts content and make it look different",
    icon: FaRegEdit,
  },
  {
    name: 'Automatic pretty URLs',
    description:
      'Get a SEO and human friendly, recogonizable URL for all your sub pages. This makes the URLs not look like spammy ones.',
    icon: GoBrowser,
  },
  {
    name: 'And much more',
    description:
      "This is only the tip of the iceberg. There's still a loooot more that you can do with Pagely. Discover them in the guides section",
    icon: VscRocket,
  },
]