Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@setu/crucible-icons
Advanced tools
yarn add @setu/crucible-icons
# or
npm install @setu/crucible-icons
<ArrowOverlapping />
You can configure crucible icons using props.
<ArrowOverlapping width={50} base="red" />
Key | Default | Note |
---|---|---|
width | 64 | Type : Number |
height | 64 | Type : Number |
base | Icon's default fill | Type : String |
primary | Icon's default fill | Type : String |
secondary | Icon's default fill | Type : String |
tertiary | Icon's default fill | Type : String |
Key | Default | Notes |
---|---|---|
width | 24 | Type : Number |
height | 24 | Type : Number |
fill | - | Type : String |
stroke | #000 | Type : String |
Note: fill
prop is only valid for icons BadgeWithTick
, CircleWithCross
, CircleWithTick
.
main
Add svg files to respective folders of svgLineIcons
and svgPictograms
in assets/icons/svgs
.
Try to use inline svg properties instead of using with via CSS classes and convert them to valid JSX syntax property at build time.
<defs></defs>
tag should only include <style></style>
tag in svg.
PICTOGRAM should only have fill
properties, NO stroke
property and no more than 4 CUSTOMIZABLE fill
props.
LINEICON should only have 1 stroke
property and default stroke
value should be #000
.
For PICTOGRAM :
iconNames
file.iconSpecificStyles
file.To build, run yarn build
and then for storybook run yarn storybook
package.json
yarn build
to build the packageFAQs
Crucible Icons package
The npm package @setu/crucible-icons receives a total of 37 weekly downloads. As such, @setu/crucible-icons popularity was classified as not popular.
We found that @setu/crucible-icons demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 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
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.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.