Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
@instructure/ui-icons
Advanced tools
yarn add @instructure/ui-icons
To use the React components:
import IconAdd from '@instructure/ui-icons/lib/Line/IconAdd'
function MyComponent () {
return <IconAdd />
}
Start with the Sketch template. Open the template file and then save it as a template (File > Save as Template...). The next time you want to make an icon it will be available in your template list (File > New From Template) in the Sketch app.
Use dashes in the name of the .sketch files (e.g calendar-month
).
Use the same name for art-boards, but prefix with the variant, e.g. Solid/calendar-month
and Line/calendar-month
.
Save new icon files in the /src
directory.
Run yarn export:icons
from the repository root directory to generate the SVG files. Troubleshooting: if sketchtool is not installed do so by running curl -L https://raw.githubusercontent.com/cognitom/gulp-sketch/master/install-sketchtool.sh | sudo sh
Verify that the art-boards are exported as SVG to the /src/__svg__
directory. There should be directories for each variant based on the art-board names.
Run yarn start:watch
from the repository root directory to start the local server and check the generated output.
Verify icons display correctly by checking under iconography
in the main nav
Draw your icons on the 1920 x 1920 art-boards that are set up for you in the template.
Before you flatten shapes or vectorize strokes as described below, make a hidden copy of the original paths off to the side so that you can more easily come back and make changes later.
Flatten your shapes (Layer > Paths > Flatten).
Export strokes to vector (Layer > Convert to Outlines).
Don’t use borders on vectors, especially not inside/outside borders which aren’t supported in SVG.
Make sure none of the paths go outside of the art-board. If so, the glyph in the icon font will be misaligned. Draw inside the lines.
Fill the space edge-to-edge as much as possible. The build process will add margins as needed.
FAQs
Icon set for Instructure, Inc. products
The npm package @instructure/ui-icons receives a total of 14,112 weekly downloads. As such, @instructure/ui-icons popularity was classified as popular.
We found that @instructure/ui-icons demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 35 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
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.