New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@posthog/icons

Package Overview
Dependencies
Maintainers
11
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@posthog/icons

[![NPM](https://img.shields.io/npm/v/@posthog/icons.svg)](https://www.npmjs.com/package/@posthog/icons)

  • 0.11.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
11
Created
Source

@posthog/icons

NPM

image

Install

npm install --save @posthog/icons

# or

yarn add @posthog/icons

Usage

import { Logomark } from '@posthog/icons'

const Example = () => {
    return <Logomark />
}

Development

yarn dev

Publishing to NPM

  1. Mark your PR with the appropriate label (e.g. bump patch)
  2. When merged, it will trigger the bump, followed by publishing to npm

Requesting icons

  1. If you see an appropriate icon, use that first
  2. Check the Central Icons Figma file to see if there is anything appropriate (stroke: 1.5, radius: 1.0) and add it to the package. If possible, please:
    1. Convert strokes to outlines in Figma (break apart, select icon, Path → Outline stroke)
    2. Optimize with SVGOMG
    3. When pasting into Icons.tsx, locate where the icon should go alphabetically
    4. After pasting, remove any fills and convert fill-rule and clip-rule to fillRule and clipRule
  3. Create an issue in this repo so Cory can add the same icon to our Figma icon library
  4. React out to Cory if there is something you would like but can't find

FAQs

Package last updated on 23 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc