1. 22 Aug, 2019 1 commit
    • Cole Bemis's avatar
      fix: Adjust dots so that they render in Figma · ffce177f
      Cole Bemis authored
      We use lines with 0 length to represent dots. However, lines with 0 length don't render in Figma. To
      workaround this issue, we give those lines a length of 0.01 instead of 0.
      ffce177f
  2. 13 Nov, 2017 1 commit
  3. 03 Jul, 2017 1 commit
    • Cole Bemis's avatar
      feat: Flatten `icons` directory · 9b5dc811
      Cole Bemis authored
      Remove icon categories to simplify npm package.
      
      BREAKING CHANGE: The path to individual SVG files has changed. All SVGs now live on the same level
      inside the `icons` directory. For example, `icons/core/home.svg` is now `icons/home.svg`.
      9b5dc811
  4. 30 May, 2017 1 commit