
Security News
Deno 2.6 + Socket: Supply Chain Defense In Your CLI
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.
@idui/react-icon
Advanced tools
npm install --save @idui/react-icon
yarn add @idui/react-icon
import React, { Fragment } from 'react';
import { configureIcons } from "@idui/react-icon";
configureIcons({
// [name]: {
// viewBox: svg viewBox,
// content: <Fragment>
// // svg inner content
// </Fragment>
// }
search: {
viewBox: '0 0 19 20',
content: <Fragment>
<path d="M12 12.5L18.0001 18.364" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
<path d="M13.7025 7.5C13.7025 11.1088 10.8401 14 7.35124 14C3.86234 14 1 11.1088 1 7.5C1 3.89117 3.86234 1 7.35124 1C10.8401 1 13.7025 3.89117 13.7025 7.5Z" stroke="currentColor" strokeWidth="2" strokeLinecap="round"/>
</Fragment>
},
add: {
viewBox: '0 0 12 12',
content: <Fragment>
<rect x="5" width="2" height="12" rx="1" fill="currentColor"/>
<rect y="7" width="2" height="12" rx="1" transform="rotate(-90 0 7)" fill="currentColor"/>
</Fragment>
},
})
import React from 'react'
import Icon from '@idui/react-icon'
function Example() {
return <Icon
name="add"
color="gray"
hoverColor="black"
size="2rem"
cursor="pointer"
/>
}
MIT © kaprisa57@gmail.com
FAQs
React Icon Component
The npm package @idui/react-icon receives a total of 5 weekly downloads. As such, @idui/react-icon popularity was classified as not popular.
We found that @idui/react-icon demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.

Security News
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.