huridocs/uwazi

View on GitHub
app/react/UI/Icon/info-circle-hollow.ts

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
/* eslint-disable max-len */

const infoCircleHollowSvgPath =
  'M 6.781,0 C 3.035,0 0,3.0625 0,6.78125 c 0,3.7461 3.035,6.7812 6.781,6.7812 3.719,0 6.781,-3.0351 6.781,-6.7812 C 13.562,3.0625 10.5,0 6.781,0 Z m 0,12.25005 c -3.035,0 -5.469,-2.4336 -5.469,-5.4688 0,-3.00781 2.434,-5.46875 5.469,-5.46875 3.008,0 5.469,2.46094 5.469,5.46875 0,3.0352 -2.461,5.4688 -5.469,5.4688 z m 0,-9.24224 c -0.656,0 -1.148,0.51953 -1.148,1.14844 0,0.65625 0.492,1.14844 1.148,1.14844 0.629,0 1.148,-0.49219 1.148,-1.14844 0,-0.62891 -0.519,-1.14844 -1.148,-1.14844 z m 1.531,6.94534 v -0.6563 c 0,-0.164 -0.164,-0.3281 -0.328,-0.3281 H 7.656 V 6.23437 C 7.656,6.07031 7.492,5.90625 7.328,5.90625 h -1.75 c -0.192,0 -0.328,0.16406 -0.328,0.32812 v 0.65626 c 0,0.1914 0.136,0.32812 0.328,0.32812 h 0.328 v 1.75 H 5.578 c -0.192,0 -0.328,0.1641 -0.328,0.3281 v 0.6563 c 0,0.1914 0.136,0.3281 0.328,0.3281 h 2.406 c 0.164,0 0.328,-0.1367 0.328,-0.3281 z';
export const infoCircleHollow = {
  prefix: 'fas',
  iconName: 'info-circle-hollow',
  icon: [14, 14, [], 'e001', infoCircleHollowSvgPath],
};