UNPKG

1.75 kBMarkdownView Raw
1## CORE Icons ![npm](https://img.shields.io/npm/v/@procore/core-icons.svg) ![npm](https://img.shields.io/npm/dt/@procore/core-icons.svg)
2
3A set of SVGs turned into a web compatible `@font-face`.
4
5## Requirements
6
7Node 6+
8NPM or Yarn
9
10## Developing
11
12To get started, type the following from the root directory:
13
14```
15yarn
16yarn dev
17```
18
19## Building
20
21```
22yarn build
23```
24
25## Updating in [IcoMoon](https://icomoon.io/)
26
271. Name icons according to the following naming convention:
28
29```
30tool-?[name]-[shape]-[o]-[direction]
31```
32
332. Select the entire font set and select "Generate Font"
34
353. Download the font archive
36
374. If icons have not yet been updated in the current prerelease, the `src/selection-old.json` file must be replaced with the `src/selection.json`. Otherwise nothing needs to be done on this step.
38
395. Extract the downloaded font archive contents into the `src` folder, overwriting the existing files.
40
416. Check on localhost that the icons appear on the Icons docs
42
43## Contributing
44
45Bug reports and pull requests are welcome on GitHub at https://github.com/procore/core. This project is
46intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the
47[Contributor Covenant](http://contributor-covenant.org) code of conduct.
48
49## License
50
51The package is available under the [Procore Developers License](https://developers.procore.com/terms_and_conditions)
52
53## About Procore
54
55<img
56 src="https://www.procore.com/images/procore_logo.png"
57 alt="Procore Logo"
58 width="250px"
59/>
60
61CORE Icons is maintained by Procore Technologies.
62
63Procore - building the software that builds the world.
64
65Learn more about the #1 most widely used construction management software at [procore.com](https://www.procore.com/)