![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
@warp-ds/icons
Advanced tools
The icon set for WARP, imported from (Figma project)[!https://www.figma.com/file/yEx16ew6S0Xgd579dN4hsM/Warp---Icons?type=design&node-id=150-113&mode=design&t=TRtIuPlsDoYlbuqd-0].
Note that the icons in the "src/raw" folder in this repository should never be used directly, as they aren't optimized.
npm install @warp-ds/icons
import { IconBag16 } from '@warp-ds/icons/react';
<IconBag16 />
npm install @warp-ds/icons
import { IconChevronRight16 } from '@warp-ds/icons/vue';
<icon-chevron-right16 />
You will need to install both Warp Elements and Lit Element which is the library we use for custom elements
npm install lit @warp-ds/icons
Import the individual element file, importing will load the component. Once imported, run your script through whatever bundling process your app uses (Rollup, Esbuild, etc) after which the component can be used in the page.
import '@warp-ds/icons/elements/attachment-16';
import '@warp-ds/icons/elements/attachment-24';
<w-icon-attachment16></w-icon-attachment16>
<w-icon-attachment24></w-icon-attachment24>
Icons should never be added or edited manually in this repository, as the source of truth is in Figma.
If you are running the import script for the first time, it will prompt your for a Figma access token. The token is is required to access Figma's API. It can be generated on your Figma account settings page.
The import script may store the token to a local file, so you won't have to supply the token again on subsequent runs.
To update the icons, run the following script. If it has a valid Figma access token (see previous section), it will proceed to download all the icons as SVG files.
./scripts/import.js
or
pnpm import
You can open a local preview of the icons. Use this to verify that the icons looks as they should. Run the following command.
pnpm dev
This project is continuously published to NPM and Eik using an alpha
tag (e.g. 1.1.0-alpha.1
).
Anyone needing to use the latest changes of this package can point to the alpha
version while waiting for the stable release.
Eik versions for each of Vue, Elements and React icons that are built to the ./dist folder are automatically published to Eik under the path https://assets.finn.no/pkg/{name}/{version}/
.
Example Paths:
https://assets.finn.no/pkg/@warp-ds/icons/v1/react/icons.min.js
https://assets.finn.no/pkg/@warp-ds/icons/v1/vue/icons.min.js
https://assets.finn.no/pkg/@warp-ds/icons/v1/elements/icons.min.js
https://assets.finn.no/pkg/@warp-ds/icons/v1/16/ads.svg
https://assets.finn.no/pkg/@warp-ds/icons/v1/24/air-con.svg
Detailed changes for each release can be found in the CHANGELOG file.
@warp-ds/icons is available under the Apache-2.0 software license.
FAQs
WARP's icon set
We found that @warp-ds/icons demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.