@bigbinary/neeto-icons-rn 1.20.38 → 1.20.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,11 +9,8 @@ const SvgTextH1 = (props) => (
9
9
  {...props}
10
10
  >
11
11
  <Path
12
- stroke={props.color}
13
- strokeLinecap="round"
14
- strokeLinejoin="round"
15
- strokeWidth={1.5}
16
- d="M5 6v12m8-12v12m-8-6h8m5.5 6v-5l-1.25 1.25M20 18h-3"
12
+ fill={props.color}
13
+ d="M3.998 19c-.486 0-.795-.318-.795-.822V6.822c0-.504.309-.822.795-.822s.795.318.795.822v4.816h7V6.822c0-.504.309-.822.795-.822s.795.318.795.822v11.356c0 .504-.309.822-.795.822s-.795-.318-.795-.822V13.07h-7v5.108c0 .504-.309.822-.795.822M17.91 19c-.475 0-.798-.31-.798-.79v-4.195h-.03l-.786.545a.6.6 0 0 1-.393.136.53.53 0 0 1-.542-.555c0-.231.092-.41.32-.567l1.19-.812c.337-.227.608-.262.922-.262.576 0 .912.345.912.895v4.815c0 .48-.318.79-.794.79"
17
14
  />
18
15
  </Svg>
19
16
  );
@@ -9,11 +9,8 @@ const SvgTextH2 = (props) => (
9
9
  {...props}
10
10
  >
11
11
  <Path
12
- stroke={props.color}
13
- strokeLinecap="round"
14
- strokeLinejoin="round"
15
- strokeWidth={1.5}
16
- d="M17 14a1 1 0 0 1 1-1h.614a1.229 1.229 0 0 1 .933 2.028L17 18h3M5 6v12m8-12v12m-8-6h8"
12
+ fill={props.color}
13
+ d="M3.998 19c-.486 0-.795-.318-.795-.822V6.822c0-.504.309-.822.795-.822s.795.318.795.822v4.816h7V6.822c0-.504.309-.822.795-.822s.795.318.795.822v11.356c0 .504-.309.822-.795.822s-.795-.318-.795-.822V13.07h-7v5.108c0 .504-.309.822-.795.822M16.3 19c-.52 0-.756-.29-.756-.69 0-.303.127-.518.444-.791l1.81-1.643c.743-.677.945-.967.945-1.38 0-.457-.352-.783-.857-.783-.418 0-.703.203-.936.624-.202.312-.391.44-.716.44-.418 0-.668-.242-.668-.637 0-.123.017-.238.066-.352.276-.73 1.12-1.287 2.276-1.287 1.446 0 2.395.769 2.395 1.89 0 .812-.413 1.278-1.42 2.188l-1.26 1.151v.03h2.192c.409 0 .646.242.646.62 0 .37-.237.62-.646.62z"
17
14
  />
18
15
  </Svg>
19
16
  );
@@ -0,0 +1,17 @@
1
+ import * as React from "react";
2
+ import Svg, { Path } from "react-native-svg";
3
+ const SvgTextH3 = (props) => (
4
+ <Svg
5
+ xmlns="http://www.w3.org/2000/svg"
6
+ width={props.size}
7
+ height={props.size}
8
+ fill="none"
9
+ {...props}
10
+ >
11
+ <Path
12
+ fill={props.color}
13
+ d="M3.998 19c-.486 0-.795-.318-.795-.822V6.822c0-.504.309-.822.795-.822s.795.318.795.822v4.816h7V6.822c0-.504.309-.822.795-.822s.795.318.795.822v11.356c0 .504-.309.822-.795.822s-.795-.318-.795-.822V13.07h-7v5.108c0 .504-.309.822-.795.822M18.02 19c-1.317 0-2.072-.6-2.321-1.201a.9.9 0 0 1-.078-.36c0-.395.262-.644.691-.644.3 0 .493.107.648.356.227.386.506.613 1.094.613.54 0 .918-.317.918-.763 0-.52-.386-.798-1.073-.798h-.15c-.373 0-.57-.215-.57-.536 0-.314.197-.532.57-.532h.142c.605 0 .974-.296.974-.747 0-.437-.31-.716-.845-.716-.442 0-.73.18-.918.549-.176.33-.365.455-.713.455-.429 0-.647-.258-.647-.618 0-.133.021-.24.077-.373.244-.601.974-1.184 2.192-1.184 1.347 0 2.317.613 2.317 1.664 0 .794-.575 1.3-1.283 1.442v.03c.935.094 1.527.622 1.527 1.458 0 1.159-1 1.905-2.552 1.905"
14
+ />
15
+ </Svg>
16
+ );
17
+ export default SvgTextH3;
@@ -0,0 +1,17 @@
1
+ import * as React from "react";
2
+ import Svg, { Path } from "react-native-svg";
3
+ const SvgTextH4 = (props) => (
4
+ <Svg
5
+ xmlns="http://www.w3.org/2000/svg"
6
+ width={props.size}
7
+ height={props.size}
8
+ fill="none"
9
+ {...props}
10
+ >
11
+ <Path
12
+ fill={props.color}
13
+ d="M3.998 19c-.486 0-.795-.318-.795-.822V6.822c0-.504.309-.822.795-.822s.795.318.795.822v4.816h7V6.822c0-.504.309-.822.795-.822s.795.318.795.822v11.356c0 .504-.309.822-.795.822s-.795-.318-.795-.822V13.07h-7v5.108c0 .504-.309.822-.795.822M19.319 19c-.437 0-.753-.25-.753-.757v-.407h-2.129c-.571 0-.96-.359-.96-.887 0-.303.095-.601.316-.99.415-.75.912-1.537 1.488-2.406.48-.744.848-.995 1.475-.995.796 0 1.311.437 1.311 1.116v2.929h.242c.42 0 .632.26.632.619s-.216.614-.631.614h-.243v.407c0 .506-.316.757-.748.757m-.71-2.34v-2.908h-.03c-.753 1.09-1.268 1.89-1.774 2.864v.043z"
14
+ />
15
+ </Svg>
16
+ );
17
+ export default SvgTextH4;
@@ -0,0 +1,17 @@
1
+ import * as React from "react";
2
+ import Svg, { Path } from "react-native-svg";
3
+ const SvgTextH5 = (props) => (
4
+ <Svg
5
+ xmlns="http://www.w3.org/2000/svg"
6
+ width={props.size}
7
+ height={props.size}
8
+ fill="none"
9
+ {...props}
10
+ >
11
+ <Path
12
+ fill={props.color}
13
+ d="M3.998 19c-.486 0-.795-.318-.795-.822V6.822c0-.504.309-.822.795-.822s.795.318.795.822v4.816h7V6.822c0-.504.309-.822.795-.822s.795.318.795.822v11.356c0 .504-.309.822-.795.822s-.795-.318-.795-.822V13.07h-7v5.108c0 .504-.309.822-.795.822M18.12 19c-1.024 0-1.933-.463-2.25-1.093a1 1 0 0 1-.108-.433c0-.386.236-.618.635-.618.296 0 .484.099.673.335.24.36.54.596 1.038.596.587 0 1.02-.43 1.02-1.008 0-.566-.416-.965-1.008-.965-.338 0-.608.155-.806.33-.24.21-.398.288-.741.288-.52 0-.755-.36-.73-.776v-.022l.164-2.174c.043-.566.351-.801.879-.801h2.782c.373 0 .618.236.618.604 0 .369-.24.605-.618.605h-2.366l-.12 1.556h.03c.24-.407.741-.677 1.389-.677 1.17 0 2.01.823 2.01 1.998 0 1.359-1.02 2.255-2.49 2.255"
14
+ />
15
+ </Svg>
16
+ );
17
+ export default SvgTextH5;
@@ -0,0 +1,17 @@
1
+ import * as React from "react";
2
+ import Svg, { Path } from "react-native-svg";
3
+ const SvgTextP = (props) => (
4
+ <Svg
5
+ xmlns="http://www.w3.org/2000/svg"
6
+ width={props.size}
7
+ height={props.size}
8
+ fill="none"
9
+ {...props}
10
+ >
11
+ <Path
12
+ fill={props.color}
13
+ d="M8.97 18.96v-.27q.756-.09 1.152-.414t.396-1.206V6h1.98v11.07q0 .882.396 1.206t1.152.414v.27zm3.186-12.384H9.402q-1.512 0-2.196.72-.684.702-.9 1.98L6 9.258l.162-2.736L6.198 6h5.958zM16.854 6l.036.522.18 2.736-.306.018q-.234-1.278-.918-1.98-.666-.72-2.196-.72h-2.754V6z"
14
+ />
15
+ </Svg>
16
+ );
17
+ export default SvgTextP;
@@ -295,7 +295,13 @@ export { default as Taxonomy } from "./Taxonomy";
295
295
  export { default as Templates } from "./Templates";
296
296
  export { default as Terms } from "./Terms";
297
297
  export { default as Text } from "./Text";
298
+ export { default as TextH1 } from "./TextH1";
299
+ export { default as TextH2 } from "./TextH2";
300
+ export { default as TextH3 } from "./TextH3";
301
+ export { default as TextH4 } from "./TextH4";
302
+ export { default as TextH5 } from "./TextH5";
298
303
  export { default as TextLines } from "./TextLines";
304
+ export { default as TextP } from "./TextP";
299
305
  export { default as TextSize } from "./TextSize";
300
306
  export { default as ThankYouPage } from "./ThankYouPage";
301
307
  export { default as TicketField } from "./TicketField";
@@ -388,8 +394,6 @@ export { default as SmileFaceGrey } from "./SmileFaceGrey";
388
394
  export { default as TextItalic } from "./TextItalic";
389
395
  export { default as TextBold } from "./TextBold";
390
396
  export { default as TextCross } from "./TextCross";
391
- export { default as TextH1 } from "./TextH1";
392
- export { default as TextH2 } from "./TextH2";
393
397
  export { default as Unlink } from "./Unlink";
394
398
  export { default as Unlock } from "./Unlock";
395
399
  export { default as UpArrowCircle } from "./UpArrowCircle";