@ctx-core/font-awesome
Advanced tools
Comparing version 7.0.5 to 7.1.0
@@ -38,2 +38,6 @@ export const icons = {} | ||
} | ||
export function register__bars_solid() { | ||
if (_has__icon('bars-solid')) return | ||
register__icon({ 'bars-solid': { width: 448, height: 512, paths: [{ d: 'M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z' }] } }) | ||
} | ||
export function register__chevron_down_solid() { | ||
@@ -40,0 +44,0 @@ if (_has__icon('chevron-down-solid')) return |
{ | ||
"name": "@ctx-core/font-awesome", | ||
"version": "7.0.5", | ||
"version": "7.1.0", | ||
"description": "ctx-core font-awesome", | ||
@@ -28,3 +28,3 @@ "main": "lib.js", | ||
}, | ||
"gitHead": "ede37bb715d5956c7e4c54c33d4f12e3ff776fbd" | ||
"gitHead": "bdd8b91067a5b3251252db3647c71916383a86cc" | ||
} |
8982
70