Skip to content
Snippets Groups Projects
Unverified Commit 7530a0a7 authored by Iury Nogueira's avatar Iury Nogueira Committed by GitHub
Browse files

Merge branch 'master' into master

parents 625922a9 5877258d
No related branches found
No related tags found
No related merge requests found
Showing
with 8 additions and 369 deletions
/* This file is auto-generated, do not touch! Please edit the SVG file instead. */
import React from 'react';
import {
Svg,
Circle,
Ellipse,
G,
LinearGradient,
RadialGradient,
Line,
Path,
Polygon,
Polyline,
Rect,
Symbol,
Text,
Use,
Defs,
Stop
} from 'mobile/node_modules/react-native-svg';
function Reports({ width, height, style, color = 'black', ...props }) {
return (
<Svg
width={width}
height={height}
{...props}
style={style}
viewBox="0 0 20 20"
version="1.1"
xmlns="http://www.w3.org/2000/svg"
>
<Path
fill={color}
className="path"
d="M19,18h-1v-8c0-0.6-0.4-1-1-1c-0.6,0-1,0.4-1,1v8h-3V1c0-0.6-0.4-1-1-1c-0.6,0-1,0.4-1,1v17H8V7c0-0.6-0.4-1-1-1 C6.4,6,6,6.4,6,7v11H3V3c0-0.6-0.4-1-1-1C1.4,2,1,2.4,1,3v15c-0.6,0-1,0.4-1,1c0,0.6,0.4,1,1,1h18c0.6,0,1-0.4,1-1 C20,18.4,19.6,18,19,18z"
/>
</Svg>
);
}
export default Reports;
<svg
width="20"
height="20"
viewBox="0 0 20 20"
version="1.1"
xmlns="http://www.w3.org/2000/svg"
>
<path
fill="black"
d="M19,18h-1v-8c0-0.6-0.4-1-1-1c-0.6,0-1,0.4-1,1v8h-3V1c0-0.6-0.4-1-1-1c-0.6,0-1,0.4-1,1v17H8V7c0-0.6-0.4-1-1-1 C6.4,6,6,6.4,6,7v11H3V3c0-0.6-0.4-1-1-1C1.4,2,1,2.4,1,3v15c-0.6,0-1,0.4-1,1c0,0.6,0.4,1,1,1h18c0.6,0,1-0.4,1-1 C20,18.4,19.6,18,19,18z"
/>
</svg>
/* This file is auto-generated, do not touch! Please edit the SVG file instead. */
import React from 'react';
import { css } from 'glamor';
function Reports({ width, height, style, color = 'black', ...props }) {
return (
<svg
width={width}
height={height}
{...props}
{...css(style)}
viewBox="0 0 20 20"
version="1.1"
xmlns="http://www.w3.org/2000/svg"
>
<path
fill={color}
className="path"
d="M19,18h-1v-8c0-0.6-0.4-1-1-1c-0.6,0-1,0.4-1,1v8h-3V1c0-0.6-0.4-1-1-1c-0.6,0-1,0.4-1,1v17H8V7c0-0.6-0.4-1-1-1 C6.4,6,6,6.4,6,7v11H3V3c0-0.6-0.4-1-1-1C1.4,2,1,2.4,1,3v15c-0.6,0-1,0.4-1,1c0,0.6,0.4,1,1,1h18c0.6,0,1-0.4,1-1 C20,18.4,19.6,18,19,18z"
/>
</svg>
);
}
export default Reports;
/* This file is auto-generated, do not touch! Please edit the SVG file instead. */
import React from 'react';
import {
Svg,
Circle,
Ellipse,
G,
LinearGradient,
RadialGradient,
Line,
Path,
Polygon,
Polyline,
Rect,
Symbol,
Text,
Use,
Defs,
Stop
} from 'mobile/node_modules/react-native-svg';
function RightArrow({ width, height, style, color = 'black', ...props }) {
return (
<Svg
width={width}
height={height}
{...props}
style={style}
viewBox="0 0 12 23"
version="1.1"
xmlns="http://www.w3.org/2000/svg"
>
<Polyline
className="path"
fill="none"
stroke={color}
strokeWidth="4"
strokeLinecap="round"
strokeLinejoin="round"
points="1 1 11 11 1 22"
/>
</Svg>
);
}
export default RightArrow;
<svg
width="12"
height="23"
viewBox="0 0 12 23"
version="1.1"
xmlns="http://www.w3.org/2000/svg"
>
<polyline
className="path"
fill="none"
stroke="black"
strokeWidth="4"
strokeLinecap="round"
strokeLinejoin="round"
points="1 1 11 11 1 22"
/>
</svg>
/* This file is auto-generated, do not touch! Please edit the SVG file instead. */
import React from 'react';
import { css } from 'glamor';
function RightArrow({ width, height, style, color = 'black', ...props }) {
return (
<svg
width={width}
height={height}
{...props}
{...css(style)}
viewBox="0 0 12 23"
version="1.1"
xmlns="http://www.w3.org/2000/svg"
>
<polyline
className="path"
fill="none"
stroke={color}
strokeWidth="4"
strokeLinecap="round"
strokeLinejoin="round"
points="1 1 11 11 1 22"
/>
</svg>
);
}
export default RightArrow;
/* eslint no-unused-vars: 0 */
/* This file is auto-generated, do not touch! Please edit the SVG file instead. */
import React from 'react';
......
/* eslint no-unused-vars: 0 */
/* This file is auto-generated, do not touch! Please edit the SVG file instead. */
import React from 'react';
......
/* This file is auto-generated, do not touch! Please edit the SVG file instead. */
import React from 'react';
import {
Svg,
Circle,
Ellipse,
G,
LinearGradient,
RadialGradient,
Line,
Path,
Polygon,
Polyline,
Rect,
Symbol,
Text,
Use,
Defs,
Stop
} from 'mobile/node_modules/react-native-svg';
function Search({ width, height, style, color = 'black', ...props }) {
return (
<Svg
width={width}
height={height}
{...props}
style={style}
viewBox="-1 -1 26 24"
version="1.1"
>
<Path
d="M16.4186947,12.8650846 C18.9421092,9.0316538 18.1554124,3.91051002 14.597738,1.01124023 C11.0400636,-1.88802956 5.86553329,-1.62489236 2.62032047,1.62032047 C-0.624892359,4.86553329 -0.888029561,10.0400636 2.01124023,13.597738 C4.91051002,17.1554124 10.0316538,17.9421092 13.8650846,15.4186947 L20.9470967,22.5007068 C21.2664142,22.8203797 21.699715,23 22.1515495,23 C22.603384,23 23.0366848,22.8203797 23.3560022,22.5007068 L23.5007068,22.3560022 C23.8203797,22.0366848 24,21.603384 24,21.1515495 C24,20.699715 23.8203797,20.2664142 23.5007068,19.9470967 L16.4186947,12.8650846 Z M1.71841249,7.95364116 C1.71841249,3.95773471 4.95773471,0.71841249 8.95364116,0.71841249 C12.9495476,0.71841249 16.1888698,3.95773471 16.1888698,7.95364116 C16.1888698,11.9495476 12.9495476,15.1888698 8.95364116,15.1888698 C4.95967919,15.1841793 1.723103,11.9476031 1.71841249,7.95364116 Z"
fill={color}
className="path"
/>
</Svg>
);
}
export default Search;
<svg
width="24px"
height="24px"
viewBox="-1 -1 26 24"
version="1.1"
>
<path
d="M16.4186947,12.8650846 C18.9421092,9.0316538 18.1554124,3.91051002 14.597738,1.01124023 C11.0400636,-1.88802956 5.86553329,-1.62489236 2.62032047,1.62032047 C-0.624892359,4.86553329 -0.888029561,10.0400636 2.01124023,13.597738 C4.91051002,17.1554124 10.0316538,17.9421092 13.8650846,15.4186947 L20.9470967,22.5007068 C21.2664142,22.8203797 21.699715,23 22.1515495,23 C22.603384,23 23.0366848,22.8203797 23.3560022,22.5007068 L23.5007068,22.3560022 C23.8203797,22.0366848 24,21.603384 24,21.1515495 C24,20.699715 23.8203797,20.2664142 23.5007068,19.9470967 L16.4186947,12.8650846 Z M1.71841249,7.95364116 C1.71841249,3.95773471 4.95773471,0.71841249 8.95364116,0.71841249 C12.9495476,0.71841249 16.1888698,3.95773471 16.1888698,7.95364116 C16.1888698,11.9495476 12.9495476,15.1888698 8.95364116,15.1888698 C4.95967919,15.1841793 1.723103,11.9476031 1.71841249,7.95364116 Z"
fill="black"
/>
</svg>
/* This file is auto-generated, do not touch! Please edit the SVG file instead. */
import React from 'react';
import { css } from 'glamor';
function Search({ width, height, style, color = 'black', ...props }) {
return (
<svg
width={width}
height={height}
{...props}
{...css(style)}
viewBox="-1 -1 26 24"
version="1.1"
>
<path
d="M16.4186947,12.8650846 C18.9421092,9.0316538 18.1554124,3.91051002 14.597738,1.01124023 C11.0400636,-1.88802956 5.86553329,-1.62489236 2.62032047,1.62032047 C-0.624892359,4.86553329 -0.888029561,10.0400636 2.01124023,13.597738 C4.91051002,17.1554124 10.0316538,17.9421092 13.8650846,15.4186947 L20.9470967,22.5007068 C21.2664142,22.8203797 21.699715,23 22.1515495,23 C22.603384,23 23.0366848,22.8203797 23.3560022,22.5007068 L23.5007068,22.3560022 C23.8203797,22.0366848 24,21.603384 24,21.1515495 C24,20.699715 23.8203797,20.2664142 23.5007068,19.9470967 L16.4186947,12.8650846 Z M1.71841249,7.95364116 C1.71841249,3.95773471 4.95773471,0.71841249 8.95364116,0.71841249 C12.9495476,0.71841249 16.1888698,3.95773471 16.1888698,7.95364116 C16.1888698,11.9495476 12.9495476,15.1888698 8.95364116,15.1888698 C4.95967919,15.1841793 1.723103,11.9476031 1.71841249,7.95364116 Z"
fill={color}
className="path"
/>
</svg>
);
}
export default Search;
/* This file is auto-generated, do not touch! Please edit the SVG file instead. */
import React from 'react';
import {
Svg,
Circle,
Ellipse,
G,
LinearGradient,
RadialGradient,
Line,
Path,
Polygon,
Polyline,
Rect,
Symbol,
Text,
Use,
Defs,
Stop
} from 'mobile/node_modules/react-native-svg';
function Settings({ width, height, style, color = 'black', ...props }) {
return (
<Svg
width={width}
height={height}
{...props}
style={style}
viewBox="0 0 90 90"
version="1.1"
xmlns="http://www.w3.org/2000/svg"
>
<G stroke="none" strokeWidth="1" fill="none" fillRule="evenodd">
<Path
fill={color}
className="path"
d="M39.6875,0.36629 C38.4908805,0.487492543 37.4822911,1.31154449 37.125,2.45994 L33.65625,13.45944 C32.560795,13.84656 31.48351,14.30746 30.4375,14.80313 L20.21875,9.49087 C19.0607775,8.88750416 17.6455171,9.10231238 16.71875,10.0221 L9.65625,17.08428 C8.7364219,18.0110058 8.5216056,19.4262014 9.125,20.58412 L14.4375,30.8024 C13.941809,31.84836 13.480894,32.92559 13.09375,34.021 L2.09375,37.48959 C0.841822167,37.8863756 -0.00653319083,39.0512288 -2.40523476e-16,40.36446 L-2.40523476e-16,50.364 C-0.00654635792,51.6772423 0.841811547,52.8421111 2.09375,53.2389 L13.09375,56.7075 C13.480892,57.8029 13.941807,58.8801 14.4375,59.9261 L9.125,70.1444 C8.52162537,71.3023086 8.73644062,72.7174811 9.65625,73.6442 L16.71875,80.7064 C17.6455242,81.6261775 19.0607839,81.8409735 20.21875,81.2376 L30.4375,75.9253 C31.483509,76.421 32.560795,76.8819 33.65625,77.269 L37.125,88.2685 C37.5217873,89.5203883 38.6866969,90.3687261 40,90.3622 L50,90.3622 C51.3133031,90.3687261 52.4782127,89.5203883 52.875,88.2685 L56.34375,77.269 C57.439205,76.8819 58.516491,76.421 59.5625,75.9253 L69.78125,81.2376 C70.9392161,81.8409735 72.3544758,81.6261775 73.28125,80.7064 L80.34375,73.6442 C81.2635594,72.7174811 81.4783746,71.3023086 80.875,70.1444 L75.5625,59.9261 C76.058193,58.8801 76.519108,57.8029 76.90625,56.7075 L87.90625,53.2389 C89.1581885,52.8421111 90.0065464,51.6772423 90,50.364 L90,40.36446 C90.0065332,39.0512288 89.1581778,37.8863756 87.90625,37.48959 L76.90625,34.021 C76.519106,32.92559 76.058191,31.84836 75.5625,30.8024 L80.875,20.58412 C81.4783944,19.4262014 81.2635781,18.0110058 80.34375,17.08428 L73.28125,10.0221 C72.3544829,9.10231238 70.9392225,8.88750416 69.78125,9.49087 L59.5625,14.80313 C58.51649,14.30746 57.439205,13.84656 56.34375,13.45944 L52.875,2.45994 C52.4781949,1.20807152 51.3132895,0.359757066 50,0.36629 L40,0.36629 C39.8959041,0.36086176 39.7915959,0.36086176 39.6875,0.36629 L39.6875,0.36629 Z M42.21875,6.36601 L47.78125,6.36601 L51,16.5843 C51.3058184,17.5385431 52.0678746,18.2771177 53.03125,18.55296 C54.885917,19.10642 56.630426,19.81716 58.28125,20.70911 C59.1555015,21.1855007 60.2091445,21.1971891 61.09375,20.74031 L70.5625,15.80303 L74.5625,19.80285 L69.625,29.27117 C69.1681157,30.1557428 69.1798229,31.2093369 69.65625,32.08354 C70.548244,33.73431 71.259015,35.47872 71.8125,37.3333 C72.0883541,38.2966325 72.8269626,39.0586551 73.78125,39.36446 L84,42.58311 L84,48.1454 L73.78125,51.364 C72.826977,51.6697933 72.0883714,52.4317905 71.8125,53.3951 C71.259012,55.2497 70.548232,56.9942 69.65625,58.6449 C69.1798476,59.5190846 69.1681405,60.572646 69.625,61.4572 L74.5625,70.9256 L70.5625,74.9254 L61.09375,69.9881 C60.2091775,69.5311588 59.1555348,69.5427723 58.28125,70.0191 C56.630424,70.911 54.885915,71.6217 53.03125,72.1752 C52.0677947,72.4511085 51.3057224,73.1898263 51,74.1442 L47.78125,84.3625 L42.21875,84.3625 L39,74.1442 C38.6941929,73.1899415 37.9321348,72.4513501 36.96875,72.1755 C35.114085,71.622 33.369576,70.9113 31.71875,70.0194 C30.8444652,69.5430723 29.7908225,69.5314588 28.90625,69.9884 L19.4375,74.9257 L15.4375,70.9259 L20.375,61.4575 C20.8318595,60.572946 20.8201524,59.5193846 20.34375,58.6452 C19.451768,56.9945 18.740988,55.25 18.1875,53.3954 C17.9116286,52.4320905 17.173023,51.6700933 16.21875,51.3643 L6,48.1454 L6,42.58311 L16.21875,39.36451 C17.1730374,39.0587051 17.9116459,38.2966825 18.1875,37.33335 C18.740985,35.47877 19.451756,33.73436 20.34375,32.08359 C20.8201771,31.2093869 20.8318843,30.1557928 20.375,29.27122 L15.4375,19.8029 L19.4375,15.80308 L28.90625,20.74036 C29.7908555,21.1972391 30.8444985,21.1855507 31.71875,20.70916 C33.369574,19.81721 35.114083,19.10647 36.96875,18.55301 C37.9321371,18.277158 38.6941957,17.5385624 39,16.5843 L42.21875,6.36601 L42.21875,6.36601 Z M45,28.36501 C35.646692,28.36501 28,36.01131 28,45.3642 C28,54.717 35.646671,62.3635 45,62.3635 C54.353329,62.3635 62,54.717 62,45.3642 C62,36.01131 54.353308,28.36501 45,28.36501 Z M45,34.36474 C51.110664,34.36474 56,39.25378 56,45.3642 C56,51.4746 51.110643,56.3637 45,56.3637 C38.889357,56.3637 34,51.4746 34,45.3642 C34,39.25378 38.889336,34.36474 45,34.36474 Z"
/>
</G>
</Svg>
);
}
export default Settings;
<svg
width="90"
height="90"
viewBox="0 0 90 90"
version="1.1"
xmlns="http://www.w3.org/2000/svg"
>
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<path
fill="black"
d="M39.6875,0.36629 C38.4908805,0.487492543 37.4822911,1.31154449 37.125,2.45994 L33.65625,13.45944 C32.560795,13.84656 31.48351,14.30746 30.4375,14.80313 L20.21875,9.49087 C19.0607775,8.88750416 17.6455171,9.10231238 16.71875,10.0221 L9.65625,17.08428 C8.7364219,18.0110058 8.5216056,19.4262014 9.125,20.58412 L14.4375,30.8024 C13.941809,31.84836 13.480894,32.92559 13.09375,34.021 L2.09375,37.48959 C0.841822167,37.8863756 -0.00653319083,39.0512288 -2.40523476e-16,40.36446 L-2.40523476e-16,50.364 C-0.00654635792,51.6772423 0.841811547,52.8421111 2.09375,53.2389 L13.09375,56.7075 C13.480892,57.8029 13.941807,58.8801 14.4375,59.9261 L9.125,70.1444 C8.52162537,71.3023086 8.73644062,72.7174811 9.65625,73.6442 L16.71875,80.7064 C17.6455242,81.6261775 19.0607839,81.8409735 20.21875,81.2376 L30.4375,75.9253 C31.483509,76.421 32.560795,76.8819 33.65625,77.269 L37.125,88.2685 C37.5217873,89.5203883 38.6866969,90.3687261 40,90.3622 L50,90.3622 C51.3133031,90.3687261 52.4782127,89.5203883 52.875,88.2685 L56.34375,77.269 C57.439205,76.8819 58.516491,76.421 59.5625,75.9253 L69.78125,81.2376 C70.9392161,81.8409735 72.3544758,81.6261775 73.28125,80.7064 L80.34375,73.6442 C81.2635594,72.7174811 81.4783746,71.3023086 80.875,70.1444 L75.5625,59.9261 C76.058193,58.8801 76.519108,57.8029 76.90625,56.7075 L87.90625,53.2389 C89.1581885,52.8421111 90.0065464,51.6772423 90,50.364 L90,40.36446 C90.0065332,39.0512288 89.1581778,37.8863756 87.90625,37.48959 L76.90625,34.021 C76.519106,32.92559 76.058191,31.84836 75.5625,30.8024 L80.875,20.58412 C81.4783944,19.4262014 81.2635781,18.0110058 80.34375,17.08428 L73.28125,10.0221 C72.3544829,9.10231238 70.9392225,8.88750416 69.78125,9.49087 L59.5625,14.80313 C58.51649,14.30746 57.439205,13.84656 56.34375,13.45944 L52.875,2.45994 C52.4781949,1.20807152 51.3132895,0.359757066 50,0.36629 L40,0.36629 C39.8959041,0.36086176 39.7915959,0.36086176 39.6875,0.36629 L39.6875,0.36629 Z M42.21875,6.36601 L47.78125,6.36601 L51,16.5843 C51.3058184,17.5385431 52.0678746,18.2771177 53.03125,18.55296 C54.885917,19.10642 56.630426,19.81716 58.28125,20.70911 C59.1555015,21.1855007 60.2091445,21.1971891 61.09375,20.74031 L70.5625,15.80303 L74.5625,19.80285 L69.625,29.27117 C69.1681157,30.1557428 69.1798229,31.2093369 69.65625,32.08354 C70.548244,33.73431 71.259015,35.47872 71.8125,37.3333 C72.0883541,38.2966325 72.8269626,39.0586551 73.78125,39.36446 L84,42.58311 L84,48.1454 L73.78125,51.364 C72.826977,51.6697933 72.0883714,52.4317905 71.8125,53.3951 C71.259012,55.2497 70.548232,56.9942 69.65625,58.6449 C69.1798476,59.5190846 69.1681405,60.572646 69.625,61.4572 L74.5625,70.9256 L70.5625,74.9254 L61.09375,69.9881 C60.2091775,69.5311588 59.1555348,69.5427723 58.28125,70.0191 C56.630424,70.911 54.885915,71.6217 53.03125,72.1752 C52.0677947,72.4511085 51.3057224,73.1898263 51,74.1442 L47.78125,84.3625 L42.21875,84.3625 L39,74.1442 C38.6941929,73.1899415 37.9321348,72.4513501 36.96875,72.1755 C35.114085,71.622 33.369576,70.9113 31.71875,70.0194 C30.8444652,69.5430723 29.7908225,69.5314588 28.90625,69.9884 L19.4375,74.9257 L15.4375,70.9259 L20.375,61.4575 C20.8318595,60.572946 20.8201524,59.5193846 20.34375,58.6452 C19.451768,56.9945 18.740988,55.25 18.1875,53.3954 C17.9116286,52.4320905 17.173023,51.6700933 16.21875,51.3643 L6,48.1454 L6,42.58311 L16.21875,39.36451 C17.1730374,39.0587051 17.9116459,38.2966825 18.1875,37.33335 C18.740985,35.47877 19.451756,33.73436 20.34375,32.08359 C20.8201771,31.2093869 20.8318843,30.1557928 20.375,29.27122 L15.4375,19.8029 L19.4375,15.80308 L28.90625,20.74036 C29.7908555,21.1972391 30.8444985,21.1855507 31.71875,20.70916 C33.369574,19.81721 35.114083,19.10647 36.96875,18.55301 C37.9321371,18.277158 38.6941957,17.5385624 39,16.5843 L42.21875,6.36601 L42.21875,6.36601 Z M45,28.36501 C35.646692,28.36501 28,36.01131 28,45.3642 C28,54.717 35.646671,62.3635 45,62.3635 C54.353329,62.3635 62,54.717 62,45.3642 C62,36.01131 54.353308,28.36501 45,28.36501 Z M45,34.36474 C51.110664,34.36474 56,39.25378 56,45.3642 C56,51.4746 51.110643,56.3637 45,56.3637 C38.889357,56.3637 34,51.4746 34,45.3642 C34,39.25378 38.889336,34.36474 45,34.36474 Z"
/>
</g>
</svg>
/* This file is auto-generated, do not touch! Please edit the SVG file instead. */
import React from 'react';
import { css } from 'glamor';
function Settings({ width, height, style, color = 'black', ...props }) {
return (
<svg
width={width}
height={height}
{...props}
{...css(style)}
viewBox="0 0 90 90"
version="1.1"
xmlns="http://www.w3.org/2000/svg"
>
<g stroke="none" strokeWidth="1" fill="none" fillRule="evenodd">
<path
fill={color}
className="path"
d="M39.6875,0.36629 C38.4908805,0.487492543 37.4822911,1.31154449 37.125,2.45994 L33.65625,13.45944 C32.560795,13.84656 31.48351,14.30746 30.4375,14.80313 L20.21875,9.49087 C19.0607775,8.88750416 17.6455171,9.10231238 16.71875,10.0221 L9.65625,17.08428 C8.7364219,18.0110058 8.5216056,19.4262014 9.125,20.58412 L14.4375,30.8024 C13.941809,31.84836 13.480894,32.92559 13.09375,34.021 L2.09375,37.48959 C0.841822167,37.8863756 -0.00653319083,39.0512288 -2.40523476e-16,40.36446 L-2.40523476e-16,50.364 C-0.00654635792,51.6772423 0.841811547,52.8421111 2.09375,53.2389 L13.09375,56.7075 C13.480892,57.8029 13.941807,58.8801 14.4375,59.9261 L9.125,70.1444 C8.52162537,71.3023086 8.73644062,72.7174811 9.65625,73.6442 L16.71875,80.7064 C17.6455242,81.6261775 19.0607839,81.8409735 20.21875,81.2376 L30.4375,75.9253 C31.483509,76.421 32.560795,76.8819 33.65625,77.269 L37.125,88.2685 C37.5217873,89.5203883 38.6866969,90.3687261 40,90.3622 L50,90.3622 C51.3133031,90.3687261 52.4782127,89.5203883 52.875,88.2685 L56.34375,77.269 C57.439205,76.8819 58.516491,76.421 59.5625,75.9253 L69.78125,81.2376 C70.9392161,81.8409735 72.3544758,81.6261775 73.28125,80.7064 L80.34375,73.6442 C81.2635594,72.7174811 81.4783746,71.3023086 80.875,70.1444 L75.5625,59.9261 C76.058193,58.8801 76.519108,57.8029 76.90625,56.7075 L87.90625,53.2389 C89.1581885,52.8421111 90.0065464,51.6772423 90,50.364 L90,40.36446 C90.0065332,39.0512288 89.1581778,37.8863756 87.90625,37.48959 L76.90625,34.021 C76.519106,32.92559 76.058191,31.84836 75.5625,30.8024 L80.875,20.58412 C81.4783944,19.4262014 81.2635781,18.0110058 80.34375,17.08428 L73.28125,10.0221 C72.3544829,9.10231238 70.9392225,8.88750416 69.78125,9.49087 L59.5625,14.80313 C58.51649,14.30746 57.439205,13.84656 56.34375,13.45944 L52.875,2.45994 C52.4781949,1.20807152 51.3132895,0.359757066 50,0.36629 L40,0.36629 C39.8959041,0.36086176 39.7915959,0.36086176 39.6875,0.36629 L39.6875,0.36629 Z M42.21875,6.36601 L47.78125,6.36601 L51,16.5843 C51.3058184,17.5385431 52.0678746,18.2771177 53.03125,18.55296 C54.885917,19.10642 56.630426,19.81716 58.28125,20.70911 C59.1555015,21.1855007 60.2091445,21.1971891 61.09375,20.74031 L70.5625,15.80303 L74.5625,19.80285 L69.625,29.27117 C69.1681157,30.1557428 69.1798229,31.2093369 69.65625,32.08354 C70.548244,33.73431 71.259015,35.47872 71.8125,37.3333 C72.0883541,38.2966325 72.8269626,39.0586551 73.78125,39.36446 L84,42.58311 L84,48.1454 L73.78125,51.364 C72.826977,51.6697933 72.0883714,52.4317905 71.8125,53.3951 C71.259012,55.2497 70.548232,56.9942 69.65625,58.6449 C69.1798476,59.5190846 69.1681405,60.572646 69.625,61.4572 L74.5625,70.9256 L70.5625,74.9254 L61.09375,69.9881 C60.2091775,69.5311588 59.1555348,69.5427723 58.28125,70.0191 C56.630424,70.911 54.885915,71.6217 53.03125,72.1752 C52.0677947,72.4511085 51.3057224,73.1898263 51,74.1442 L47.78125,84.3625 L42.21875,84.3625 L39,74.1442 C38.6941929,73.1899415 37.9321348,72.4513501 36.96875,72.1755 C35.114085,71.622 33.369576,70.9113 31.71875,70.0194 C30.8444652,69.5430723 29.7908225,69.5314588 28.90625,69.9884 L19.4375,74.9257 L15.4375,70.9259 L20.375,61.4575 C20.8318595,60.572946 20.8201524,59.5193846 20.34375,58.6452 C19.451768,56.9945 18.740988,55.25 18.1875,53.3954 C17.9116286,52.4320905 17.173023,51.6700933 16.21875,51.3643 L6,48.1454 L6,42.58311 L16.21875,39.36451 C17.1730374,39.0587051 17.9116459,38.2966825 18.1875,37.33335 C18.740985,35.47877 19.451756,33.73436 20.34375,32.08359 C20.8201771,31.2093869 20.8318843,30.1557928 20.375,29.27122 L15.4375,19.8029 L19.4375,15.80308 L28.90625,20.74036 C29.7908555,21.1972391 30.8444985,21.1855507 31.71875,20.70916 C33.369574,19.81721 35.114083,19.10647 36.96875,18.55301 C37.9321371,18.277158 38.6941957,17.5385624 39,16.5843 L42.21875,6.36601 L42.21875,6.36601 Z M45,28.36501 C35.646692,28.36501 28,36.01131 28,45.3642 C28,54.717 35.646671,62.3635 45,62.3635 C54.353329,62.3635 62,54.717 62,45.3642 C62,36.01131 54.353308,28.36501 45,28.36501 Z M45,34.36474 C51.110664,34.36474 56,39.25378 56,45.3642 C56,51.4746 51.110643,56.3637 45,56.3637 C38.889357,56.3637 34,51.4746 34,45.3642 C34,39.25378 38.889336,34.36474 45,34.36474 Z"
/>
</g>
</svg>
);
}
export default Settings;
/* eslint no-unused-vars: 0 */
/* This file is auto-generated, do not touch! Please edit the SVG file instead. */
import React from 'react';
......
......@@ -167,6 +167,7 @@ function transformContents(name, contents, isReactNative) {
`;
output = `
/* eslint no-unused-vars: 0 */
/* This file is auto-generated, do not touch! Please edit the SVG file instead. */
import React from 'react';
${!isReactNative ? `import { css } from 'glamor';` : ''}
......@@ -179,7 +180,7 @@ return ${output}
export default ${name}
`;
return prettier.format(output, { parser: 'babylon' });
return prettier.format(output, { parser: 'babel' });
}
function title(str) {
......@@ -187,7 +188,7 @@ function title(str) {
}
async function run() {
const files = await fastglob(['split.svg']);
const files = await fastglob(['*.svg']);
for (let file of files) {
let contents = fs.readFileSync(`./${file}`, 'utf8');
......
/* eslint no-unused-vars: 0 */
/* This file is auto-generated, do not touch! Please edit the SVG file instead. */
import React from 'react';
......
/* eslint no-unused-vars: 0 */
/* This file is auto-generated, do not touch! Please edit the SVG file instead. */
import React from 'react';
......
{
"name": "svg",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@svgr/babel-plugin-add-jsx-attribute": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-4.0.0.tgz",
"integrity": "sha512-PDvHV2WhSGCSExp+eIMEKxYd1Q0SBvXLb4gAOXbdh0dswHFFgXWzxGjCmx5aln4qGrhkuN81khzYzR/44DYaMA=="
}
}
}
{
"name": "svg",
"version": "1.0.0",
"description": "",
"main": ".#Pencil.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@svgr/babel-plugin-add-jsx-attribute": "^4.0.0"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment