@benefex/icons 0.2.5 → 0.2.6

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.
Files changed (65) hide show
  1. package/dist/BanRegular.d.ts +4 -0
  2. package/dist/BanRegular.js +5 -0
  3. package/dist/BoldRegular.d.ts +4 -0
  4. package/dist/BoldRegular.js +5 -0
  5. package/dist/CircleCheckRegular.d.ts +4 -0
  6. package/dist/CircleCheckRegular.js +5 -0
  7. package/dist/CircleInfoRegular.d.ts +4 -0
  8. package/dist/CircleInfoRegular.js +5 -0
  9. package/dist/EnvelopeRegular.d.ts +4 -0
  10. package/dist/EnvelopeRegular.js +5 -0
  11. package/dist/FilePdfRegular.d.ts +4 -0
  12. package/dist/FilePdfRegular.js +5 -0
  13. package/dist/H1Regular.d.ts +4 -0
  14. package/dist/H1Regular.js +5 -0
  15. package/dist/H2Regular.d.ts +4 -0
  16. package/dist/H2Regular.js +5 -0
  17. package/dist/H3Regular.d.ts +4 -0
  18. package/dist/H3Regular.js +5 -0
  19. package/dist/H4Regular.d.ts +4 -0
  20. package/dist/H4Regular.js +5 -0
  21. package/dist/HorizontalRuleRegular.d.ts +4 -0
  22. package/dist/HorizontalRuleRegular.js +5 -0
  23. package/dist/ItalicRegular.d.ts +4 -0
  24. package/dist/ItalicRegular.js +5 -0
  25. package/dist/LinkRegular.d.ts +4 -0
  26. package/dist/LinkRegular.js +5 -0
  27. package/dist/LinkSlashRegular.d.ts +4 -0
  28. package/dist/LinkSlashRegular.js +5 -0
  29. package/dist/ListOlRegular.d.ts +4 -0
  30. package/dist/ListOlRegular.js +5 -0
  31. package/dist/ListUlRegular.d.ts +4 -0
  32. package/dist/ListUlRegular.js +5 -0
  33. package/dist/MessageQuoteRegular.d.ts +4 -0
  34. package/dist/MessageQuoteRegular.js +5 -0
  35. package/dist/OhColumnMinusRegular.d.ts +4 -0
  36. package/dist/OhColumnMinusRegular.js +6 -0
  37. package/dist/OhColumnPlusRegular.d.ts +4 -0
  38. package/dist/OhColumnPlusRegular.js +5 -0
  39. package/dist/OhRowMinusRegular.d.ts +4 -0
  40. package/dist/OhRowMinusRegular.js +6 -0
  41. package/dist/OhRowPlusRegular.d.ts +4 -0
  42. package/dist/OhRowPlusRegular.js +5 -0
  43. package/dist/PenToSquareRegular.d.ts +4 -0
  44. package/dist/PenToSquareRegular.js +5 -0
  45. package/dist/PhoneRegular.d.ts +4 -0
  46. package/dist/PhoneRegular.js +5 -0
  47. package/dist/PrintThin.d.ts +4 -0
  48. package/dist/PrintThin.js +5 -0
  49. package/dist/SparklesRegular.d.ts +4 -0
  50. package/dist/SparklesRegular.js +5 -0
  51. package/dist/StrikethroughRegular.d.ts +4 -0
  52. package/dist/StrikethroughRegular.js +5 -0
  53. package/dist/TableColumnsRegular.d.ts +4 -0
  54. package/dist/TableColumnsRegular.js +5 -0
  55. package/dist/TableRegular.d.ts +4 -0
  56. package/dist/TableRegular.js +5 -0
  57. package/dist/TextSlashRegular.d.ts +4 -0
  58. package/dist/TextSlashRegular.js +5 -0
  59. package/dist/TrashCanRegular.d.ts +4 -0
  60. package/dist/TrashCanRegular.js +5 -0
  61. package/dist/TriangleExclamationRegular.d.ts +4 -0
  62. package/dist/TriangleExclamationRegular.js +5 -0
  63. package/dist/index.d.ts +31 -0
  64. package/dist/index.js +31 -0
  65. package/package.json +1 -1
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const BanRegular: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default BanRegular;
@@ -0,0 +1,5 @@
1
+ import * as React from 'react';
2
+ const BanRegular = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", "aria-labelledby": titleId, ...props },
3
+ title ? React.createElement("title", { id: titleId }, title) : null,
4
+ React.createElement("path", { fill: "currentColor", d: "M385.1 419.1 92.9 126.9C64.8 162.3 48 207.2 48 256c0 114.9 93.1 208 208 208 48.8 0 93.7-16.8 129.1-44.9m33.9-33.9c28.2-35.5 45-80.4 45-129.2 0-114.9-93.1-208-208-208-48.8 0-93.7 16.8-129.1 44.9l292.2 292.2zM0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0" })));
5
+ export default BanRegular;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const BoldRegular: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default BoldRegular;
@@ -0,0 +1,5 @@
1
+ import * as React from 'react';
2
+ const BoldRegular = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 384 512", "aria-labelledby": titleId, ...props },
3
+ title ? React.createElement("title", { id: titleId }, title) : null,
4
+ React.createElement("path", { fill: "currentColor", d: "M0 56c0-13.3 10.7-24 24-24h188c68.5 0 124 55.5 124 124 0 34.7-14.3 66.2-37.3 88.7 41 20.2 69.3 62.4 69.3 111.3 0 68.5-55.5 124-124 124H24c-13.3 0-24-10.7-24-24s10.7-24 24-24h24V80H24C10.7 80 0 69.3 0 56m212 176c42 0 76-34 76-76s-34-76-76-76H96v152zM96 280v152h148c42 0 76-34 76-76s-34-76-76-76H96" })));
5
+ export default BoldRegular;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const CircleCheckRegular: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default CircleCheckRegular;
@@ -0,0 +1,5 @@
1
+ import * as React from 'react';
2
+ const CircleCheckRegular = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", "aria-labelledby": titleId, ...props },
3
+ title ? React.createElement("title", { id: titleId }, title) : null,
4
+ React.createElement("path", { fill: "currentColor", d: "M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416m0 464a256 256 0 1 0 0-512 256 256 0 1 0 0 512m113-303c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-111 111-47-47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0z" })));
5
+ export default CircleCheckRegular;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const CircleInfoRegular: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default CircleInfoRegular;
@@ -0,0 +1,5 @@
1
+ import * as React from 'react';
2
+ const CircleInfoRegular = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", "aria-labelledby": titleId, ...props },
3
+ title ? React.createElement("title", { id: titleId }, title) : null,
4
+ React.createElement("path", { fill: "currentColor", d: "M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416m0 464a256 256 0 1 0 0-512 256 256 0 1 0 0 512m-40-176c-13.3 0-24 10.7-24 24s10.7 24 24 24h80c13.3 0 24-10.7 24-24s-10.7-24-24-24h-8v-88c0-13.3-10.7-24-24-24h-48c-13.3 0-24 10.7-24 24s10.7 24 24 24h24v64zm40-144a32 32 0 1 0 0-64 32 32 0 1 0 0 64" })));
5
+ export default CircleInfoRegular;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const EnvelopeRegular: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default EnvelopeRegular;
@@ -0,0 +1,5 @@
1
+ import * as React from 'react';
2
+ const EnvelopeRegular = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", "aria-labelledby": titleId, ...props },
3
+ title ? React.createElement("title", { id: titleId }, title) : null,
4
+ React.createElement("path", { fill: "currentColor", d: "M64 112c-8.8 0-16 7.2-16 16v22.1l172.5 141.6c20.7 17 50.4 17 71.1 0L464 150.1V128c0-8.8-7.2-16-16-16zM48 212.2V384c0 8.8 7.2 16 16 16h384c8.8 0 16-7.2 16-16V212.2L322 328.8c-38.4 31.5-93.7 31.5-132 0zM0 128c0-35.3 28.7-64 64-64h384c35.3 0 64 28.7 64 64v256c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64z" })));
5
+ export default EnvelopeRegular;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const FilePdfRegular: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default FilePdfRegular;
@@ -0,0 +1,5 @@
1
+ import * as React from 'react';
2
+ const FilePdfRegular = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", "aria-labelledby": titleId, ...props },
3
+ title ? React.createElement("title", { id: titleId }, title) : null,
4
+ React.createElement("path", { fill: "currentColor", d: "M64 464h32v48H64c-35.3 0-64-28.7-64-64V64C0 28.7 28.7 0 64 0h165.5c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3V288h-48V160h-80c-17.7 0-32-14.3-32-32V48H64c-8.8 0-16 7.2-16 16v384c0 8.8 7.2 16 16 16m112-112h32c30.9 0 56 25.1 56 56s-25.1 56-56 56h-16v32c0 8.8-7.2 16-16 16s-16-7.2-16-16V368c0-8.8 7.2-16 16-16m32 80c13.3 0 24-10.7 24-24s-10.7-24-24-24h-16v48zm96-80h32c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48h-32c-8.8 0-16-7.2-16-16V368c0-8.8 7.2-16 16-16m32 128c8.8 0 16-7.2 16-16v-64c0-8.8-7.2-16-16-16h-16v96zm80-112c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16s-7.2 16-16 16h-32v32h32c8.8 0 16 7.2 16 16s-7.2 16-16 16h-32v48c0 8.8-7.2 16-16 16s-16-7.2-16-16V368" })));
5
+ export default FilePdfRegular;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const H1Regular: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default H1Regular;
@@ -0,0 +1,5 @@
1
+ import * as React from 'react';
2
+ const H1Regular = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 576 512", "aria-labelledby": titleId, ...props },
3
+ title ? React.createElement("title", { id: titleId }, title) : null,
4
+ React.createElement("path", { fill: "currentColor", d: "M48 88c0-13.3-10.7-24-24-24S0 74.7 0 88v336c0 13.3 10.7 24 24 24s24-10.7 24-24V272h224v152c0 13.3 10.7 24 24 24s24-10.7 24-24V88c0-13.3-10.7-24-24-24s-24 10.7-24 24v136H48zm456 0c0-8.5-4.5-16.4-11.8-20.7s-16.4-4.4-23.8-.3l-72 40c-11.6 6.4-15.8 21-9.3 32.6s21 15.8 32.6 9.3l36.3-20.1V400h-48c-13.3 0-24 10.7-24 24s10.7 24 24 24h144c13.3 0 24-10.7 24-24s-10.7-24-24-24h-48z" })));
5
+ export default H1Regular;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const H2Regular: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default H2Regular;
@@ -0,0 +1,5 @@
1
+ import * as React from 'react';
2
+ const H2Regular = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 640 512", "aria-labelledby": titleId, ...props },
3
+ title ? React.createElement("title", { id: titleId }, title) : null,
4
+ React.createElement("path", { fill: "currentColor", d: "M48 88c0-13.3-10.7-24-24-24S0 74.7 0 88v336c0 13.3 10.7 24 24 24s24-10.7 24-24V272h224v152c0 13.3 10.7 24 24 24s24-10.7 24-24V88c0-13.3-10.7-24-24-24s-24 10.7-24 24v136H48zm397.3 40.8C457.9 118 474 112 490.7 112h9.2c42.1 0 76.2 34.1 76.2 76.2 0 21.3-8.9 41.5-24.5 56L375.7 406.4c-7.3 6.7-9.7 17.2-6.1 26.4s12.5 15.3 22.4 15.3h224c13.3 0 24-10.7 24-24s-10.7-24-24-24H453.4l130.7-120.7c25.5-23.5 39.9-56.6 39.9-91.2C624 119.6 568.4 64 499.8 64h-9.2c-28.1 0-55.3 10.1-76.6 28.3l-29.7 25.4c-10.1 8.6-11.2 23.8-2.6 33.8s23.8 11.2 33.8 2.6l29.7-25.4z" })));
5
+ export default H2Regular;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const H3Regular: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default H3Regular;
@@ -0,0 +1,5 @@
1
+ import * as React from 'react';
2
+ const H3Regular = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 640 512", "aria-labelledby": titleId, ...props },
3
+ title ? React.createElement("title", { id: titleId }, title) : null,
4
+ React.createElement("path", { fill: "currentColor", d: "M48 88c0-13.3-10.7-24-24-24S0 74.7 0 88v336c0 13.3 10.7 24 24 24s24-10.7 24-24V272h224v152c0 13.3 10.7 24 24 24s24-10.7 24-24V88c0-13.3-10.7-24-24-24s-24 10.7-24 24v136H48zm352-24c-13.3 0-24 10.7-24 24s10.7 24 24 24h142.1L423 231c-6.9 6.9-8.9 17.2-5.2 26.2S430.3 272 440 272h88c35.3 0 64 28.7 64 64s-28.7 64-64 64h-72.6c-15.6 0-29-11.3-31.6-26.7l-.2-1.2c-2.2-13.1-14.5-21.9-27.6-19.7s-21.9 14.5-19.7 27.6l.2 1.2c6.4 38.6 39.8 66.8 78.9 66.8H528c61.9 0 112-50.1 112-112s-50.1-112-112-112h-30.1L617 105c6.9-6.9 8.9-17.2 5.2-26.2S609.7 64 600 64z" })));
5
+ export default H3Regular;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const H4Regular: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default H4Regular;
@@ -0,0 +1,5 @@
1
+ import * as React from 'react';
2
+ const H4Regular = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 640 512", "aria-labelledby": titleId, ...props },
3
+ title ? React.createElement("title", { id: titleId }, title) : null,
4
+ React.createElement("path", { fill: "currentColor", d: "m455.5 92.9-34 163.1H592V88c0-13.3 10.7-24 24-24s24 10.7 24 24v336c0 13.3-10.7 24-24 24s-24-10.7-24-24V304H392c-7.2 0-14.1-3.3-18.6-8.9s-6.3-13-4.9-20l40-192c2.7-13 15.4-21.3 28.4-18.6s21.3 15.4 18.6 28.4M24 64c13.3 0 24 10.7 24 24v136h224V88c0-13.3 10.7-24 24-24s24 10.7 24 24v336c0 13.3-10.7 24-24 24s-24-10.7-24-24V272H48v152c0 13.3-10.7 24-24 24S0 437.3 0 424V88c0-13.3 10.7-24 24-24" })));
5
+ export default H4Regular;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const HorizontalRuleRegular: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default HorizontalRuleRegular;
@@ -0,0 +1,5 @@
1
+ import * as React from 'react';
2
+ const HorizontalRuleRegular = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 640 512", "aria-labelledby": titleId, ...props },
3
+ title ? React.createElement("title", { id: titleId }, title) : null,
4
+ React.createElement("path", { fill: "currentColor", d: "M0 256c0-13.3 10.7-24 24-24h592c13.3 0 24 10.7 24 24s-10.7 24-24 24H24c-13.3 0-24-10.7-24-24" })));
5
+ export default HorizontalRuleRegular;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const ItalicRegular: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default ItalicRegular;
@@ -0,0 +1,5 @@
1
+ import * as React from 'react';
2
+ const ItalicRegular = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 384 512", "aria-labelledby": titleId, ...props },
3
+ title ? React.createElement("title", { id: titleId }, title) : null,
4
+ React.createElement("path", { fill: "currentColor", d: "M128 56c0-13.3 10.7-24 24-24h208c13.3 0 24 10.7 24 24s-10.7 24-24 24h-68.7L144.7 432H232c13.3 0 24 10.7 24 24s-10.7 24-24 24H24c-13.3 0-24-10.7-24-24s10.7-24 24-24h68.7L239.3 80H152c-13.3 0-24-10.7-24-24" })));
5
+ export default ItalicRegular;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const LinkRegular: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default LinkRegular;
@@ -0,0 +1,5 @@
1
+ import * as React from 'react';
2
+ const LinkRegular = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 640 512", "aria-labelledby": titleId, ...props },
3
+ title ? React.createElement("title", { id: titleId }, title) : null,
4
+ React.createElement("path", { fill: "currentColor", d: "M580.3 267.2c56.2-56.2 56.2-147.3 0-203.5-53.5-53.5-139.4-56.4-196.4-6.5l-6.1 5.4c-10 8.7-11 23.9-2.3 33.9s23.9 11 33.9 2.3l6.1-5.4c38-33.2 95.2-31.3 130.9 4.4 37.4 37.4 37.4 98.1 0 135.6L433.1 346.6c-37.4 37.4-98.2 37.4-135.6 0-35.7-35.7-37.6-92.9-4.4-130.9l4.7-5.4c8.7-10 7.7-25.1-2.3-33.9s-25.1-7.7-33.9 2.3l-4.7 5.4c-49.8 57-46.9 142.9 6.6 196.4 56.2 56.2 147.3 56.2 203.5 0zM59.7 244.8C3.5 301 3.5 392.1 59.7 448.2c53.6 53.6 139.5 56.4 196.5 6.5l6.1-5.4c10-8.7 11-23.9 2.3-33.9s-23.9-11-33.9-2.3l-6.1 5.4c-38 33.2-95.2 31.3-130.9-4.4-37.4-37.4-37.4-98.1 0-135.6L207 165.4c37.4-37.4 98.1-37.4 135.6 0 35.7 35.7 37.6 92.9 4.4 130.9l-5.4 6.1c-8.7 10-7.7 25.1 2.3 33.9s25.1 7.7 33.9-2.3l5.4-6.1c49.9-57 47-142.9-6.5-196.5-56.2-56.2-147.3-56.2-203.5 0z" })));
5
+ export default LinkRegular;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const LinkSlashRegular: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default LinkSlashRegular;
@@ -0,0 +1,5 @@
1
+ import * as React from 'react';
2
+ const LinkSlashRegular = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 640 512", "aria-labelledby": titleId, ...props },
3
+ title ? React.createElement("title", { id: titleId }, title) : null,
4
+ React.createElement("path", { fill: "currentColor", d: "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2s-6.3 25.5 4.1 33.7l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L489.3 358.2l91-91c56.2-56.2 56.2-147.3 0-203.5-53.5-53.5-139.4-56.4-196.4-6.5l-6.1 5.4c-10 8.7-11 23.9-2.3 33.9s23.9 11 33.9 2.3l6.1-5.4c38-33.2 95.2-31.3 130.9 4.4 37.4 37.4 37.4 98.1 0 135.6l-95.1 95.1-45.5-35.7c24.2-53.3 14.1-117.9-29.3-161.3-52.1-52.1-134.4-55.9-190.8-11.2zm186.3 146c36.9-22.3 85.6-17.6 117.4 14.3 26 26 34 63.3 23.7 96.4zm181.8 265.5-54.2-42.7c-20.2-2.7-39.7-11.7-55.2-27.3-9.8-9.8-17-21.2-21.7-33.3l-54.2-42.7c-2.2 39.6 11.9 79.9 41.9 109.9 38.8 38.8 94.2 50.8 143.4 36zM116.6 187.9l-56.9 56.9C3.5 301 3.5 392.1 59.7 448.2c53.6 53.6 139.5 56.4 196.5 6.5l6.1-5.4c10-8.7 11-23.9 2.3-33.9s-23.9-11-33.9-2.3l-6.1 5.4c-38 33.2-95.2 31.3-130.9-4.4-37.4-37.4-37.4-98.1 0-135.6l60.9-60.9-38-29.9z" })));
5
+ export default LinkSlashRegular;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const ListOlRegular: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default ListOlRegular;
@@ -0,0 +1,5 @@
1
+ import * as React from 'react';
2
+ const ListOlRegular = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", "aria-labelledby": titleId, ...props },
3
+ title ? React.createElement("title", { id: titleId }, title) : null,
4
+ React.createElement("path", { fill: "currentColor", d: "M24 56c0-13.3 10.7-24 24-24h32c13.3 0 24 10.7 24 24v120h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H40c-13.3 0-24-10.7-24-24s10.7-24 24-24h16V80h-8c-13.3 0-24-10.7-24-24m62.7 285.2c-6.5-7.4-18.3-6.9-24 1.2l-11.2 15.5c-7.7 10.8-22.7 13.3-33.5 5.6S4.7 340.8 12.4 330l11.1-15.6c23.7-33.2 72.3-35.6 99.2-4.9 21.3 24.4 20.8 60.9-1.1 84.7L86.8 432H120c13.3 0 24 10.7 24 24s-10.7 24-24 24H32c-9.5 0-18.2-5.6-22-14.4s-2.1-18.9 4.3-25.9l72-78c5.3-5.8 5.4-14.6.3-20.5zM216 72h272c13.3 0 24 10.7 24 24s-10.7 24-24 24H216c-13.3 0-24-10.7-24-24s10.7-24 24-24m0 160h272c13.3 0 24 10.7 24 24s-10.7 24-24 24H216c-13.3 0-24-10.7-24-24s10.7-24 24-24m0 160h272c13.3 0 24 10.7 24 24s-10.7 24-24 24H216c-13.3 0-24-10.7-24-24s10.7-24 24-24" })));
5
+ export default ListOlRegular;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const ListUlRegular: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default ListUlRegular;
@@ -0,0 +1,5 @@
1
+ import * as React from 'react';
2
+ const ListUlRegular = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", "aria-labelledby": titleId, ...props },
3
+ title ? React.createElement("title", { id: titleId }, title) : null,
4
+ React.createElement("path", { fill: "currentColor", d: "M64 64a32 32 0 1 0 0 64 32 32 0 1 0 0-64m120 8c-13.3 0-24 10.7-24 24s10.7 24 24 24h304c13.3 0 24-10.7 24-24s-10.7-24-24-24zm0 160c-13.3 0-24 10.7-24 24s10.7 24 24 24h304c13.3 0 24-10.7 24-24s-10.7-24-24-24zm0 160c-13.3 0-24 10.7-24 24s10.7 24 24 24h304c13.3 0 24-10.7 24-24s-10.7-24-24-24zM96 256a32 32 0 1 0-64 0 32 32 0 1 0 64 0M64 384a32 32 0 1 0 0 64 32 32 0 1 0 0-64" })));
5
+ export default ListUlRegular;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const MessageQuoteRegular: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default MessageQuoteRegular;
@@ -0,0 +1,5 @@
1
+ import * as React from 'react';
2
+ const MessageQuoteRegular = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", "aria-labelledby": titleId, ...props },
3
+ title ? React.createElement("title", { id: titleId }, title) : null,
4
+ React.createElement("path", { fill: "currentColor", d: "M208 416c0-26.5-21.5-48-48-48H64c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16h384c8.8 0 16 7.2 16 16v288c0 8.8-7.2 16-16 16H309.3c-10.4 0-20.5 3.4-28.8 9.6L208 432zm-.2 76.2.2-.2 101.3-76H448c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v80c0 6.1 3.4 11.6 8.8 14.3s11.9 2.1 16.8-1.5l17.1-12.8zM160 112c-17.7 0-32 14.3-32 32v48c0 17.7 14.3 32 32 32h32v7.3c0 11.7-8.5 21.7-20.1 23.7l-7.9 1.3c-13.1 2.2-21.9 14.5-19.7 27.6s14.5 21.9 27.6 19.7l7.9-1.3c34.7-5.8 60.2-35.8 60.2-71V144c0-17.7-14.3-32-32-32zm224 80v-48c0-17.7-14.3-32-32-32h-48c-17.7 0-32 14.3-32 32v48c0 17.7 14.3 32 32 32h32v7.3c0 11.7-8.5 21.7-20.1 23.7l-7.9 1.3c-13.1 2.2-21.9 14.5-19.7 27.6s14.5 21.9 27.6 19.7l7.9-1.3c34.7-5.8 60.2-35.8 60.2-71z" })));
5
+ export default MessageQuoteRegular;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const OhColumnMinusRegular: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default OhColumnMinusRegular;
@@ -0,0 +1,6 @@
1
+ import * as React from 'react';
2
+ const OhColumnMinusRegular = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 21 16", "aria-labelledby": titleId, ...props },
3
+ title ? React.createElement("title", { id: titleId }, title) : null,
4
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.72 4.22a.75.75 0 0 1 1.06 0L6.5 6.94l2.72-2.72a.75.75 0 1 1 1.06 1.06L7.56 8l2.72 2.72a.75.75 0 1 1-1.06 1.06L6.5 9.06l-2.72 2.72a.75.75 0 0 1-1.06-1.06L5.44 8 2.72 5.28a.75.75 0 0 1 0-1.06", clipRule: "evenodd" }),
5
+ React.createElement("path", { fill: "currentColor", d: "M15 14c0 .281.25.5.5.5h1c.281 0 .5-.219.5-.5V2c0-.25-.219-.5-.5-.5h-1c-.25 0-.5.25-.5.5zm.5 2c-1.094 0-2-.875-2-2V2c0-1.094.906-2 2-2h1c1.125 0 2 .906 2 2v12c0 1.125-.875 2-2 2z" })));
6
+ export default OhColumnMinusRegular;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const OhColumnPlusRegular: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default OhColumnPlusRegular;
@@ -0,0 +1,5 @@
1
+ import * as React from 'react';
2
+ const OhColumnPlusRegular = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 21 16", "aria-labelledby": titleId, ...props },
3
+ title ? React.createElement("title", { id: titleId }, title) : null,
4
+ React.createElement("path", { fill: "currentColor", d: "M15 14c0 .281.25.5.5.5h1c.281 0 .5-.219.5-.5V2c0-.25-.219-.5-.5-.5h-1c-.25 0-.5.25-.5.5zm.5 2c-1.094 0-2-.875-2-2V2c0-1.094.906-2 2-2h1c1.125 0 2 .906 2 2v12c0 1.125-.875 2-2 2zM9.75 8.75h-2.5v2.5c0 .438-.312.75-.75.75a.74.74 0 0 1-.75-.75v-2.5h-2.5A.74.74 0 0 1 2.5 8a.76.76 0 0 1 .75-.75h2.5v-2.5A.76.76 0 0 1 6.5 4a.74.74 0 0 1 .75.75v2.5h2.5a.74.74 0 0 1 .75.75c0 .438-.312.75-.75.75" })));
5
+ export default OhColumnPlusRegular;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const OhRowMinusRegular: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default OhRowMinusRegular;
@@ -0,0 +1,6 @@
1
+ import * as React from 'react';
2
+ const OhRowMinusRegular = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 21 16", "aria-labelledby": titleId, ...props },
3
+ title ? React.createElement("title", { id: titleId }, title) : null,
4
+ React.createElement("path", { fill: "currentColor", d: "M4.5 12.5c-.281 0-.5.25-.5.5v1c0 .281.219.5.5.5h12c.25 0 .5-.219.5-.5v-1c0-.25-.25-.5-.5-.5zm-2 .5c0-1.094.875-2 2-2h12c1.094 0 2 .906 2 2v1c0 1.125-.906 2-2 2h-12c-1.125 0-2-.875-2-2z" }),
5
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M6.72.22a.75.75 0 0 1 1.06 0l2.72 2.72L13.22.22a.75.75 0 1 1 1.06 1.06L11.56 4l2.72 2.72a.75.75 0 0 1-1.06 1.06L10.5 5.06 7.78 7.78a.75.75 0 0 1-1.06-1.06L9.44 4 6.72 1.28a.75.75 0 0 1 0-1.06", clipRule: "evenodd" })));
6
+ export default OhRowMinusRegular;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const OhRowPlusRegular: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default OhRowPlusRegular;
@@ -0,0 +1,5 @@
1
+ import * as React from 'react';
2
+ const OhRowPlusRegular = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 21 16", "aria-labelledby": titleId, ...props },
3
+ title ? React.createElement("title", { id: titleId }, title) : null,
4
+ React.createElement("path", { fill: "currentColor", d: "M4.5 12.5c-.281 0-.5.25-.5.5v1c0 .281.219.5.5.5h12c.25 0 .5-.219.5-.5v-1c0-.25-.25-.5-.5-.5zm-2 .5c0-1.094.875-2 2-2h12c1.094 0 2 .906 2 2v1c0 1.125-.906 2-2 2h-12c-1.125 0-2-.875-2-2zm7.25-5.75v-2.5h-2.5A.72.72 0 0 1 6.5 4a.74.74 0 0 1 .75-.75h2.5V.75A.74.74 0 0 1 10.5 0a.76.76 0 0 1 .75.75v2.5h2.5a.76.76 0 0 1 .75.75.74.74 0 0 1-.75.75h-2.5v2.5a.74.74 0 0 1-.75.75.72.72 0 0 1-.75-.75" })));
5
+ export default OhRowPlusRegular;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const PenToSquareRegular: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default PenToSquareRegular;
@@ -0,0 +1,5 @@
1
+ import * as React from 'react';
2
+ const PenToSquareRegular = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", "aria-labelledby": titleId, ...props },
3
+ title ? React.createElement("title", { id: titleId }, title) : null,
4
+ React.createElement("path", { fill: "currentColor", d: "M441 58.9 453.1 71c9.4 9.4 9.4 24.6 0 33.9L424 134.1 377.9 88 407 58.9c9.4-9.4 24.6-9.4 33.9 0zM209.8 256.2 344 121.9l46.1 46.1-134.3 134.2c-2.9 2.9-6.5 5-10.4 6.1L186.9 325l16.7-58.5c1.1-3.9 3.2-7.5 6.1-10.4zM373.1 25 175.8 222.2c-8.7 8.7-15 19.4-18.3 31.1l-28.6 100c-2.4 8.4-.1 17.4 6.1 23.6s15.2 8.5 23.6 6.1l100-28.6c11.8-3.4 22.5-9.7 31.1-18.3L487 138.9c28.1-28.1 28.1-73.7 0-101.8L474.9 25c-28.1-28.1-73.7-28.1-101.8 0M88 64c-48.6 0-88 39.4-88 88v272c0 48.6 39.4 88 88 88h272c48.6 0 88-39.4 88-88V312c0-13.3-10.7-24-24-24s-24 10.7-24 24v112c0 22.1-17.9 40-40 40H88c-22.1 0-40-17.9-40-40V152c0-22.1 17.9-40 40-40h112c13.3 0 24-10.7 24-24s-10.7-24-24-24z" })));
5
+ export default PenToSquareRegular;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const PhoneRegular: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default PhoneRegular;
@@ -0,0 +1,5 @@
1
+ import * as React from 'react';
2
+ const PhoneRegular = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", "aria-labelledby": titleId, ...props },
3
+ title ? React.createElement("title", { id: titleId }, title) : null,
4
+ React.createElement("path", { fill: "currentColor", d: "M375.8 275.2c-16.4-7-35.4-2.4-46.7 11.4l-33.2 40.6c-46-26.7-84.4-65.1-111.1-111.1l40.5-33.1c13.8-11.3 18.5-30.3 11.4-46.7l-48-112C181.2 6.7 162.3-3.1 143.6.9l-112 24C13.2 28.8 0 45.1 0 64c0 231.2 175.2 421.6 400.1 445.5 9.8 1 19.6 1.8 29.6 2.2h.1c6.1.2 12.1.4 18.2.4 18.9 0 35.2-13.2 39.1-31.6l24-112c4-18.7-5.8-37.6-23.4-45.1l-112-48zM441.5 464c-215.7-3.5-390-177.8-393.4-393.5l99.2-21.3 43 100.4-35.9 29.4c-18.2 14.9-22.9 40.8-11.1 61.2 30.9 53.3 75.3 97.7 128.6 128.6 20.4 11.8 46.3 7.1 61.2-11.1l29.4-35.9 100.4 43zM48 64" })));
5
+ export default PhoneRegular;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const PrintThin: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default PrintThin;
@@ -0,0 +1,5 @@
1
+ import * as React from 'react';
2
+ const PrintThin = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", "aria-labelledby": titleId, ...props },
3
+ title ? React.createElement("title", { id: titleId }, title) : null,
4
+ React.createElement("path", { fill: "currentColor", d: "M80 160H64V64c0-35.3 28.7-64 64-64h229.5c17 0 33.3 6.7 45.3 18.7l26.5 26.5c12 12 18.7 28.3 18.7 45.3V160h-16V90.5c0-12.7-5.1-24.9-14.1-33.9l-26.5-26.5c-9-9-21.2-14.1-33.9-14.1H128c-26.5 0-48 21.5-48 48zm368 48H64c-26.5 0-48 21.5-48 48v128c0 8.8 7.2 16 16 16h32v-48c0-17.7 14.3-32 32-32h320c17.7 0 32 14.3 32 32v48h32c8.8 0 16-7.2 16-16V256c0-26.5-21.5-48-48-48m0 208v64c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32v-64H32c-17.7 0-32-14.3-32-32V256c0-35.3 28.7-64 64-64h384c35.3 0 64 28.7 64 64v128c0 17.7-14.3 32-32 32zM96 336c-8.8 0-16 7.2-16 16v128c0 8.8 7.2 16 16 16h320c8.8 0 16-7.2 16-16V352c0-8.8-7.2-16-16-16zm336-80a16 16 0 1 1 0 32 16 16 0 1 1 0-32" })));
5
+ export default PrintThin;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const SparklesRegular: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default SparklesRegular;
@@ -0,0 +1,5 @@
1
+ import * as React from 'react';
2
+ const SparklesRegular = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", "aria-labelledby": titleId, ...props },
3
+ title ? React.createElement("title", { id: titleId }, title) : null,
4
+ React.createElement("path", { fill: "currentColor", d: "M327.5 85.2c-4.5 1.7-7.5 6-7.5 10.8s3 9.1 7.5 10.8L384 128l21.2 56.5c1.7 4.5 6 7.5 10.8 7.5s9.1-3 10.8-7.5L448 128l56.5-21.2c4.5-1.7 7.5-6 7.5-10.8s-3-9.1-7.5-10.8L448 64 426.8 7.5C425.1 3 420.8 0 416 0s-9.1 3-10.8 7.5L384 64zM9.3 240c-5.7 2.6-9.3 8.3-9.3 14.6s3.6 11.9 9.3 14.5l17 7.9 8.1 3.7.6.3 88.3 40.8 40.8 88.2.3.6 3.7 8.1 7.9 17.1c2.6 5.7 8.3 9.3 14.5 9.3s11.9-3.6 14.5-9.3l7.9-17.1 3.7-8.1.3-.6 40.8-88.3L346 281l.6-.3 8.1-3.7 17.1-7.9c5.7-2.6 9.3-8.3 9.3-14.5s-3.6-11.9-9.3-14.5l-17.1-7.9-8.1-3.7-.6-.3-88.3-40.8L217 99.1l-.3-.6-3.7-8.2-7.9-17.1c-2.6-5.7-8.3-9.3-14.5-9.3s-11.9 3.6-14.5 9.3l-7.9 17.1-3.7 8.1-.3.6-40.8 88.3-88.3 40.8-.6.3-8.1 3.7zm83 14.5 51.2-23.6c10.4-4.8 18.7-13.1 23.5-23.5l23.6-51.2 23.6 51.2c4.8 10.4 13.1 18.7 23.5 23.5l51.2 23.6-51.2 23.6c-10.4 4.8-18.7 13.1-23.5 23.5l-23.6 51.2-23.6-51.2c-4.8-10.4-13.1-18.7-23.5-23.5l-51.2-23.5zM384 384l-56.5 21.2c-4.5 1.7-7.5 6-7.5 10.8s3 9.1 7.5 10.8L384 448l21.2 56.5c1.7 4.5 6 7.5 10.8 7.5s9.1-3 10.8-7.5L448 448l56.5-21.2c4.5-1.7 7.5-6 7.5-10.8s-3-9.1-7.5-10.8L448 384l-21.2-56.5c-1.7-4.5-6-7.5-10.8-7.5s-9.1 3-10.8 7.5z" })));
5
+ export default SparklesRegular;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const StrikethroughRegular: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default StrikethroughRegular;
@@ -0,0 +1,5 @@
1
+ import * as React from 'react';
2
+ const StrikethroughRegular = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", "aria-labelledby": titleId, ...props },
3
+ title ? React.createElement("title", { id: titleId }, title) : null,
4
+ React.createElement("path", { fill: "currentColor", d: "M145.5 138c4-21.5 17.9-37.4 41.7-47.4 24.7-10.4 59.4-13.7 99.9-7.5 12.8 2 52.4 9.5 64.9 12.8 12.8 3.3 25.9-4.3 29.3-17.2s-4.3-25.9-17.2-29.3c-14.7-3.8-56.1-11.7-69.7-13.8-46.2-7.1-90.4-4.1-125.7 10.7-36.1 15.1-63.3 43.1-70.5 83.9-.1.4-.1.9-.2 1.3-2.8 23.4.5 44.2 9.8 62.2 9.2 17.8 23.2 31.2 38.8 41.5 2.4 1.6 5 3.2 7.5 4.7H24c-13.3 0-24 10.7-24 24s10.7 24 24 24h464c13.3 0 24-10.7 24-24s-10.7-24-24-24H295.8c-9.9-3.1-19.7-6-29.2-8.8l-.3-.1c-37.7-11.1-70.5-20.7-93.3-35.8-10.9-7.2-18.2-14.9-22.6-23.5-4.2-8.2-6.6-18.9-4.9-33.8zM364 337.1c3.7 8.6 5.5 20.1 2.6 36.3-3.8 21.8-17.8 37.9-41.8 48-24.7 10.4-59.4 13.7-99.8 7.5-20.1-3.2-54.3-14.6-81.2-23.6-5.9-2-11.4-3.8-16.3-5.4-12.6-4.1-26.1 2.8-30.3 15.4s2.8 26.2 15.4 30.3c4 1.3 8.8 2.9 14 4.7 26.6 8.9 66.4 22.2 90.9 26.2h.1c46.2 7.1 90.4 4.1 125.7-10.7 36.1-15.1 63.3-43.1 70.5-83.9 4-22.9 2.4-43.5-5-61.7h-57.2c5.7 5.3 9.7 11 12.3 17.1z" })));
5
+ export default StrikethroughRegular;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const TableColumnsRegular: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default TableColumnsRegular;
@@ -0,0 +1,5 @@
1
+ import * as React from 'react';
2
+ const TableColumnsRegular = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", "aria-labelledby": titleId, ...props },
3
+ title ? React.createElement("title", { id: titleId }, title) : null,
4
+ React.createElement("path", { fill: "currentColor", d: "M48 416V160h184v272H64c-8.8 0-16-7.2-16-16m232 16V160h184v256c0 8.8-7.2 16-16 16zM64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64z" })));
5
+ export default TableColumnsRegular;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const TableRegular: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default TableRegular;
@@ -0,0 +1,5 @@
1
+ import * as React from 'react';
2
+ const TableRegular = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", "aria-labelledby": titleId, ...props },
3
+ title ? React.createElement("title", { id: titleId }, title) : null,
4
+ React.createElement("path", { fill: "currentColor", d: "M48 264V160h184v104zm0 48h184v120H64c-8.8 0-16-7.2-16-16zm232 120V312h184v104c0 8.8-7.2 16-16 16zm184-168H280V160h184zM64 32C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64z" })));
5
+ export default TableRegular;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const TextSlashRegular: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default TextSlashRegular;
@@ -0,0 +1,5 @@
1
+ import * as React from 'react';
2
+ const TextSlashRegular = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 640 512", "aria-labelledby": titleId, ...props },
3
+ title ? React.createElement("title", { id: titleId }, title) : null,
4
+ React.createElement("path", { fill: "currentColor", d: "M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2s-6.3 25.5 4.1 33.7l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-281.9-221L396.4 80h124.9l-8.5 34.2c-3.2 12.9 4.6 25.9 17.5 29.1s25.9-4.6 29.1-17.5l11-44.1c6.2-25.2-12.9-49.7-38.9-49.7h-335c-18.4 0-34.4 12.5-38.8 30.3l-7.5 30.1zm152.7 119.7L202.7 80h143.8l-38.4 136.2zm57.4 300.7-1.8 6.5H192c-13.3 0-24 10.7-24 24s10.7 24 24 24h160c13.3 0 24-10.7 24-24s-10.7-24-24-24h-55.1l23.6-83.5-40.8-32.1z" })));
5
+ export default TextSlashRegular;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const TrashCanRegular: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default TrashCanRegular;
@@ -0,0 +1,5 @@
1
+ import * as React from 'react';
2
+ const TrashCanRegular = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 448 512", "aria-labelledby": titleId, ...props },
3
+ title ? React.createElement("title", { id: titleId }, title) : null,
4
+ React.createElement("path", { fill: "currentColor", d: "m170.5 51.6-19 28.4h145l-19-28.4c-1.5-2.2-4-3.6-6.7-3.6h-93.7c-2.7 0-5.2 1.3-6.7 3.6zm147-26.6 36.7 55H424c13.3 0 24 10.7 24 24s-10.7 24-24 24h-8v304c0 44.2-35.8 80-80 80H112c-44.2 0-80-35.8-80-80V128h-8c-13.3 0-24-10.7-24-24s10.7-24 24-24h69.8l36.7-55.1C140.9 9.4 158.4 0 177.1 0h93.7c18.7 0 36.2 9.4 46.6 24.9zM80 128v304c0 17.7 14.3 32 32 32h224c17.7 0 32-14.3 32-32V128zm80 64v208c0 8.8-7.2 16-16 16s-16-7.2-16-16V192c0-8.8 7.2-16 16-16s16 7.2 16 16m80 0v208c0 8.8-7.2 16-16 16s-16-7.2-16-16V192c0-8.8 7.2-16 16-16s16 7.2 16 16m80 0v208c0 8.8-7.2 16-16 16s-16-7.2-16-16V192c0-8.8 7.2-16 16-16s16 7.2 16 16" })));
5
+ export default TrashCanRegular;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import { SVGRProps } from './svgr';
3
+ declare const TriangleExclamationRegular: ({ title, titleId, ...props }: SVGRProps) => React.JSX.Element;
4
+ export default TriangleExclamationRegular;
@@ -0,0 +1,5 @@
1
+ import * as React from 'react';
2
+ const TriangleExclamationRegular = ({ title, titleId, ...props }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", "aria-labelledby": titleId, ...props },
3
+ title ? React.createElement("title", { id: titleId }, title) : null,
4
+ React.createElement("path", { fill: "currentColor", d: "M248.4 84.3c1.6-2.7 4.5-4.3 7.6-4.3s6 1.6 7.6 4.3L461.9 410c1.4 2.3 2.1 4.9 2.1 7.5 0 8-6.5 14.5-14.5 14.5h-387c-8 0-14.5-6.5-14.5-14.5 0-2.7.7-5.3 2.1-7.5zm-41-25L9.1 385c-6 9.8-9.1 21-9.1 32.5C0 452 28 480 62.5 480h387c34.5 0 62.5-28 62.5-62.5 0-11.5-3.2-22.7-9.1-32.5L304.6 59.3C294.3 42.4 275.9 32 256 32s-38.3 10.4-48.6 27.3M288 368a32 32 0 1 0-64 0 32 32 0 1 0 64 0m-8-184c0-13.3-10.7-24-24-24s-24 10.7-24 24v96c0 13.3 10.7 24 24 24s24-10.7 24-24z" })));
5
+ export default TriangleExclamationRegular;
package/dist/index.d.ts CHANGED
@@ -22,6 +22,7 @@ export { default as BagShoppingLight } from './BagShoppingLight';
22
22
  export { default as BagShoppingThin } from './BagShoppingThin';
23
23
  export { default as BagsShoppingRegular } from './BagsShoppingRegular';
24
24
  export { default as BanLight } from './BanLight';
25
+ export { default as BanRegular } from './BanRegular';
25
26
  export { default as BanThin } from './BanThin';
26
27
  export { default as BarsFilterLight } from './BarsFilterLight';
27
28
  export { default as BarsLight } from './BarsLight';
@@ -29,6 +30,7 @@ export { default as BasketShoppingRegular } from './BasketShoppingRegular';
29
30
  export { default as BellLight } from './BellLight';
30
31
  export { default as BellSolid } from './BellSolid';
31
32
  export { default as BlockQuoteLight } from './BlockQuoteLight';
33
+ export { default as BoldRegular } from './BoldRegular';
32
34
  export { default as BookOpenLight } from './BookOpenLight';
33
35
  export { default as BookOpenThin } from './BookOpenThin';
34
36
  export { default as BoxHeartLight } from './BoxHeartLight';
@@ -48,11 +50,13 @@ export { default as ChevronDownLight } from './ChevronDownLight';
48
50
  export { default as ChevronRightLight } from './ChevronRightLight';
49
51
  export { default as ChevronUpLight } from './ChevronUpLight';
50
52
  export { default as CircleCheckLight } from './CircleCheckLight';
53
+ export { default as CircleCheckRegular } from './CircleCheckRegular';
51
54
  export { default as CircleCheckSolid } from './CircleCheckSolid';
52
55
  export { default as CircleCheckThin } from './CircleCheckThin';
53
56
  export { default as CircleExclamationThin } from './CircleExclamationThin';
54
57
  export { default as CircleExclamationLight } from './CircleExclamationLight';
55
58
  export { default as CircleInfoLight } from './CircleInfoLight';
59
+ export { default as CircleInfoRegular } from './CircleInfoRegular';
56
60
  export { default as CircleInfoThin } from './CircleInfoThin';
57
61
  export { default as CirclePlusLight } from './CirclePlusLight';
58
62
  export { default as CirclePlusThin } from './CirclePlusThin';
@@ -82,6 +86,7 @@ export { default as EllipsisLight } from './EllipsisLight';
82
86
  export { default as EllipsisVerticalLight } from './EllipsisVerticalLight';
83
87
  export { default as EllipsisVerticalRegular } from './EllipsisVerticalRegular';
84
88
  export { default as EnvelopeLight } from './EnvelopeLight';
89
+ export { default as EnvelopeRegular } from './EnvelopeRegular';
85
90
  export { default as ExclamationLight } from './ExclamationLight';
86
91
  export { default as EyeLight } from './EyeLight';
87
92
  export { default as EyeSlashLight } from './EyeSlashLight';
@@ -102,6 +107,7 @@ export { default as FileImportThin } from './FileImportThin';
102
107
  export { default as FileLight } from './FileLight';
103
108
  export { default as FileLinesLight } from './FileLinesLight';
104
109
  export { default as FilePdfLight } from './FilePdfLight';
110
+ export { default as FilePdfRegular } from './FilePdfRegular';
105
111
  export { default as FilePdfThin } from './FilePdfThin';
106
112
  export { default as FilePlusLight } from './FilePlusLight';
107
113
  export { default as FileVideoThin } from './FileVideoThin';
@@ -123,9 +129,13 @@ export { default as Grid2Light } from './Grid2Light';
123
129
  export { default as Grid2PlusLight } from './Grid2PlusLight';
124
130
  export { default as Grid2PlusSolid } from './Grid2PlusSolid';
125
131
  export { default as GripDotsVerticalLight } from './GripDotsVerticalLight';
132
+ export { default as H1Regular } from './H1Regular';
126
133
  export { default as H2Light } from './H2Light';
134
+ export { default as H2Regular } from './H2Regular';
127
135
  export { default as H3Light } from './H3Light';
136
+ export { default as H3Regular } from './H3Regular';
128
137
  export { default as H4Light } from './H4Light';
138
+ export { default as H4Regular } from './H4Regular';
129
139
  export { default as HandHoldingDollarLight } from './HandHoldingDollarLight';
130
140
  export { default as HandHoldingDollarThin } from './HandHoldingDollarThin';
131
141
  export { default as HandHoldingHeartLight } from './HandHoldingHeartLight';
@@ -139,6 +149,7 @@ export { default as HexagonLight } from './HexagonLight';
139
149
  export { default as HexagonPlusLight } from './HexagonPlusLight';
140
150
  export { default as HexagonPlusThin } from './HexagonPlusThin';
141
151
  export { default as HorizontalRuleLight } from './HorizontalRuleLight';
152
+ export { default as HorizontalRuleRegular } from './HorizontalRuleRegular';
142
153
  export { default as HourglassClockLight } from './HourglassClockLight';
143
154
  export { default as HourglassClockThin } from './HourglassClockThin';
144
155
  export { default as HouseBlankLight } from './HouseBlankLight';
@@ -148,13 +159,18 @@ export { default as ImageLight } from './ImageLight';
148
159
  export { default as ImageRegular } from './ImageRegular';
149
160
  export { default as ImageSolid } from './ImageSolid';
150
161
  export { default as ImagesLight } from './ImagesLight';
162
+ export { default as ItalicRegular } from './ItalicRegular';
151
163
  export { default as LaptopMobileLight } from './LaptopMobileLight';
152
164
  export { default as LinkLight } from './LinkLight';
165
+ export { default as LinkRegular } from './LinkRegular';
153
166
  export { default as LinkSlashLight } from './LinkSlashLight';
167
+ export { default as LinkSlashRegular } from './LinkSlashRegular';
154
168
  export { default as ListLight } from './ListLight';
155
169
  export { default as ListOlLight } from './ListOlLight';
170
+ export { default as ListOlRegular } from './ListOlRegular';
156
171
  export { default as ListTreeLight } from './ListTreeLight';
157
172
  export { default as ListUlLight } from './ListUlLight';
173
+ export { default as ListUlRegular } from './ListUlRegular';
158
174
  export { default as LoaderLight } from './LoaderLight';
159
175
  export { default as LocationDotLight } from './LocationDotLight';
160
176
  export { default as LockKeyholeLight } from './LockKeyholeLight';
@@ -170,6 +186,7 @@ export { default as MessageExclamationThin } from './MessageExclamationThin';
170
186
  export { default as MessageLight } from './MessageLight';
171
187
  export { default as MessageLinesLight } from './MessageLinesLight';
172
188
  export { default as MessageQuoteLight } from './MessageQuoteLight';
189
+ export { default as MessageQuoteRegular } from './MessageQuoteRegular';
173
190
  export { default as MessageSmileLight } from './MessageSmileLight';
174
191
  export { default as MessageSmileThin } from './MessageSmileThin';
175
192
  export { default as MessageTextLight } from './MessageTextLight';
@@ -182,6 +199,8 @@ export { default as MoneyBillTransferLight } from './MoneyBillTransferLight';
182
199
  export { default as MoneyBillTransferThin } from './MoneyBillTransferThin';
183
200
  export { default as MoneyFromBracketLight } from './MoneyFromBracketLight';
184
201
  export { default as NewspaperLight } from './NewspaperLight';
202
+ export { default as OhColumnMinusRegular } from './OhColumnMinusRegular';
203
+ export { default as OhColumnPlusRegular } from './OhColumnPlusRegular';
185
204
  export { default as OhCrownCrossLight } from './OhCrownCrossLight';
186
205
  export { default as OhCrownCrossRegular } from './OhCrownCrossRegular';
187
206
  export { default as OhCrownCrossThin } from './OhCrownCrossThin';
@@ -196,6 +215,8 @@ export { default as OhReactionTrophy } from './OhReactionTrophy';
196
215
  export { default as OhRemoveFlagLight } from './OhRemoveFlagLight';
197
216
  export { default as OhRemoveFlagRegular } from './OhRemoveFlagRegular';
198
217
  export { default as OhRemoveFlagThin } from './OhRemoveFlagThin';
218
+ export { default as OhRowMinusRegular } from './OhRowMinusRegular';
219
+ export { default as OhRowPlusRegular } from './OhRowPlusRegular';
199
220
  export { default as PaintbrushLight } from './PaintbrushLight';
200
221
  export { default as ParagraphLight } from './ParagraphLight';
201
222
  export { default as ParagraphRegular } from './ParagraphRegular';
@@ -205,13 +226,16 @@ export { default as PenLineLight } from './PenLineLight';
205
226
  export { default as PenLineThin } from './PenLineThin';
206
227
  export { default as PenThin } from './PenThin';
207
228
  export { default as PenToSquareLight } from './PenToSquareLight';
229
+ export { default as PenToSquareRegular } from './PenToSquareRegular';
208
230
  export { default as PenToSquareThin } from './PenToSquareThin';
209
231
  export { default as PeopleGroupLight } from './PeopleGroupLight';
210
232
  export { default as PhoneLight } from './PhoneLight';
233
+ export { default as PhoneRegular } from './PhoneRegular';
211
234
  export { default as PiggyBankLight } from './PiggyBankLight';
212
235
  export { default as PlayLight } from './PlayLight';
213
236
  export { default as PlusLight } from './PlusLight';
214
237
  export { default as PlusThin } from './PlusThin';
238
+ export { default as PrintThin } from './PrintThin';
215
239
  export { default as QrcodeLight } from './QrcodeLight';
216
240
  export { default as QuestionLight } from './QuestionLight';
217
241
  export { default as QuotesLight } from './QuotesLight';
@@ -231,6 +255,7 @@ export { default as SortDownLight } from './SortDownLight';
231
255
  export { default as SortLight } from './SortLight';
232
256
  export { default as SortUpLight } from './SortUpLight';
233
257
  export { default as SparklesLight } from './SparklesLight';
258
+ export { default as SparklesRegular } from './SparklesRegular';
234
259
  export { default as SpinnerThirdDuotoneSolid } from './SpinnerThirdDuotoneSolid';
235
260
  export { default as SpotifyBrands } from './SpotifyBrands';
236
261
  export { default as SquareArrowUpRightLight } from './SquareArrowUpRightLight';
@@ -245,10 +270,14 @@ export { default as StarSolid } from './StarSolid';
245
270
  export { default as StarsLight } from './StarsLight';
246
271
  export { default as StopwatchLight } from './StopwatchLight';
247
272
  export { default as StoreLight } from './StoreLight';
273
+ export { default as StrikethroughRegular } from './StrikethroughRegular';
248
274
  export { default as SwatchbookLight } from './SwatchbookLight';
275
+ export { default as TableColumnsRegular } from './TableColumnsRegular';
249
276
  export { default as TableLight } from './TableLight';
277
+ export { default as TableRegular } from './TableRegular';
250
278
  export { default as TableThin } from './TableThin';
251
279
  export { default as TextSizeLight } from './TextSizeLight';
280
+ export { default as TextSlashRegular } from './TextSlashRegular';
252
281
  export { default as ThumbsDownLight } from './ThumbsDownLight';
253
282
  export { default as ThumbsUpLight } from './ThumbsUpLight';
254
283
  export { default as ThumbsUpSolid } from './ThumbsUpSolid';
@@ -256,10 +285,12 @@ export { default as TicketLight } from './TicketLight';
256
285
  export { default as TicketPerforatedLight } from './TicketPerforatedLight';
257
286
  export { default as ToggleOnLight } from './ToggleOnLight';
258
287
  export { default as TrashCanLight } from './TrashCanLight';
288
+ export { default as TrashCanRegular } from './TrashCanRegular';
259
289
  export { default as TrashCanThin } from './TrashCanThin';
260
290
  export { default as TrashLight } from './TrashLight';
261
291
  export { default as TrashThin } from './TrashThin';
262
292
  export { default as TriangleExclamationLight } from './TriangleExclamationLight';
293
+ export { default as TriangleExclamationRegular } from './TriangleExclamationRegular';
263
294
  export { default as TrophyStarLight } from './TrophyStarLight';
264
295
  export { default as TvRetroLight } from './TvRetroLight';
265
296
  export { default as UploadThin } from './UploadThin';
package/dist/index.js CHANGED
@@ -22,6 +22,7 @@ export { default as BagShoppingLight } from './BagShoppingLight';
22
22
  export { default as BagShoppingThin } from './BagShoppingThin';
23
23
  export { default as BagsShoppingRegular } from './BagsShoppingRegular';
24
24
  export { default as BanLight } from './BanLight';
25
+ export { default as BanRegular } from './BanRegular';
25
26
  export { default as BanThin } from './BanThin';
26
27
  export { default as BarsFilterLight } from './BarsFilterLight';
27
28
  export { default as BarsLight } from './BarsLight';
@@ -29,6 +30,7 @@ export { default as BasketShoppingRegular } from './BasketShoppingRegular';
29
30
  export { default as BellLight } from './BellLight';
30
31
  export { default as BellSolid } from './BellSolid';
31
32
  export { default as BlockQuoteLight } from './BlockQuoteLight';
33
+ export { default as BoldRegular } from './BoldRegular';
32
34
  export { default as BookOpenLight } from './BookOpenLight';
33
35
  export { default as BookOpenThin } from './BookOpenThin';
34
36
  export { default as BoxHeartLight } from './BoxHeartLight';
@@ -48,11 +50,13 @@ export { default as ChevronDownLight } from './ChevronDownLight';
48
50
  export { default as ChevronRightLight } from './ChevronRightLight';
49
51
  export { default as ChevronUpLight } from './ChevronUpLight';
50
52
  export { default as CircleCheckLight } from './CircleCheckLight';
53
+ export { default as CircleCheckRegular } from './CircleCheckRegular';
51
54
  export { default as CircleCheckSolid } from './CircleCheckSolid';
52
55
  export { default as CircleCheckThin } from './CircleCheckThin';
53
56
  export { default as CircleExclamationThin } from './CircleExclamationThin';
54
57
  export { default as CircleExclamationLight } from './CircleExclamationLight';
55
58
  export { default as CircleInfoLight } from './CircleInfoLight';
59
+ export { default as CircleInfoRegular } from './CircleInfoRegular';
56
60
  export { default as CircleInfoThin } from './CircleInfoThin';
57
61
  export { default as CirclePlusLight } from './CirclePlusLight';
58
62
  export { default as CirclePlusThin } from './CirclePlusThin';
@@ -82,6 +86,7 @@ export { default as EllipsisLight } from './EllipsisLight';
82
86
  export { default as EllipsisVerticalLight } from './EllipsisVerticalLight';
83
87
  export { default as EllipsisVerticalRegular } from './EllipsisVerticalRegular';
84
88
  export { default as EnvelopeLight } from './EnvelopeLight';
89
+ export { default as EnvelopeRegular } from './EnvelopeRegular';
85
90
  export { default as ExclamationLight } from './ExclamationLight';
86
91
  export { default as EyeLight } from './EyeLight';
87
92
  export { default as EyeSlashLight } from './EyeSlashLight';
@@ -102,6 +107,7 @@ export { default as FileImportThin } from './FileImportThin';
102
107
  export { default as FileLight } from './FileLight';
103
108
  export { default as FileLinesLight } from './FileLinesLight';
104
109
  export { default as FilePdfLight } from './FilePdfLight';
110
+ export { default as FilePdfRegular } from './FilePdfRegular';
105
111
  export { default as FilePdfThin } from './FilePdfThin';
106
112
  export { default as FilePlusLight } from './FilePlusLight';
107
113
  export { default as FileVideoThin } from './FileVideoThin';
@@ -123,9 +129,13 @@ export { default as Grid2Light } from './Grid2Light';
123
129
  export { default as Grid2PlusLight } from './Grid2PlusLight';
124
130
  export { default as Grid2PlusSolid } from './Grid2PlusSolid';
125
131
  export { default as GripDotsVerticalLight } from './GripDotsVerticalLight';
132
+ export { default as H1Regular } from './H1Regular';
126
133
  export { default as H2Light } from './H2Light';
134
+ export { default as H2Regular } from './H2Regular';
127
135
  export { default as H3Light } from './H3Light';
136
+ export { default as H3Regular } from './H3Regular';
128
137
  export { default as H4Light } from './H4Light';
138
+ export { default as H4Regular } from './H4Regular';
129
139
  export { default as HandHoldingDollarLight } from './HandHoldingDollarLight';
130
140
  export { default as HandHoldingDollarThin } from './HandHoldingDollarThin';
131
141
  export { default as HandHoldingHeartLight } from './HandHoldingHeartLight';
@@ -139,6 +149,7 @@ export { default as HexagonLight } from './HexagonLight';
139
149
  export { default as HexagonPlusLight } from './HexagonPlusLight';
140
150
  export { default as HexagonPlusThin } from './HexagonPlusThin';
141
151
  export { default as HorizontalRuleLight } from './HorizontalRuleLight';
152
+ export { default as HorizontalRuleRegular } from './HorizontalRuleRegular';
142
153
  export { default as HourglassClockLight } from './HourglassClockLight';
143
154
  export { default as HourglassClockThin } from './HourglassClockThin';
144
155
  export { default as HouseBlankLight } from './HouseBlankLight';
@@ -148,13 +159,18 @@ export { default as ImageLight } from './ImageLight';
148
159
  export { default as ImageRegular } from './ImageRegular';
149
160
  export { default as ImageSolid } from './ImageSolid';
150
161
  export { default as ImagesLight } from './ImagesLight';
162
+ export { default as ItalicRegular } from './ItalicRegular';
151
163
  export { default as LaptopMobileLight } from './LaptopMobileLight';
152
164
  export { default as LinkLight } from './LinkLight';
165
+ export { default as LinkRegular } from './LinkRegular';
153
166
  export { default as LinkSlashLight } from './LinkSlashLight';
167
+ export { default as LinkSlashRegular } from './LinkSlashRegular';
154
168
  export { default as ListLight } from './ListLight';
155
169
  export { default as ListOlLight } from './ListOlLight';
170
+ export { default as ListOlRegular } from './ListOlRegular';
156
171
  export { default as ListTreeLight } from './ListTreeLight';
157
172
  export { default as ListUlLight } from './ListUlLight';
173
+ export { default as ListUlRegular } from './ListUlRegular';
158
174
  export { default as LoaderLight } from './LoaderLight';
159
175
  export { default as LocationDotLight } from './LocationDotLight';
160
176
  export { default as LockKeyholeLight } from './LockKeyholeLight';
@@ -170,6 +186,7 @@ export { default as MessageExclamationThin } from './MessageExclamationThin';
170
186
  export { default as MessageLight } from './MessageLight';
171
187
  export { default as MessageLinesLight } from './MessageLinesLight';
172
188
  export { default as MessageQuoteLight } from './MessageQuoteLight';
189
+ export { default as MessageQuoteRegular } from './MessageQuoteRegular';
173
190
  export { default as MessageSmileLight } from './MessageSmileLight';
174
191
  export { default as MessageSmileThin } from './MessageSmileThin';
175
192
  export { default as MessageTextLight } from './MessageTextLight';
@@ -182,6 +199,8 @@ export { default as MoneyBillTransferLight } from './MoneyBillTransferLight';
182
199
  export { default as MoneyBillTransferThin } from './MoneyBillTransferThin';
183
200
  export { default as MoneyFromBracketLight } from './MoneyFromBracketLight';
184
201
  export { default as NewspaperLight } from './NewspaperLight';
202
+ export { default as OhColumnMinusRegular } from './OhColumnMinusRegular';
203
+ export { default as OhColumnPlusRegular } from './OhColumnPlusRegular';
185
204
  export { default as OhCrownCrossLight } from './OhCrownCrossLight';
186
205
  export { default as OhCrownCrossRegular } from './OhCrownCrossRegular';
187
206
  export { default as OhCrownCrossThin } from './OhCrownCrossThin';
@@ -196,6 +215,8 @@ export { default as OhReactionTrophy } from './OhReactionTrophy';
196
215
  export { default as OhRemoveFlagLight } from './OhRemoveFlagLight';
197
216
  export { default as OhRemoveFlagRegular } from './OhRemoveFlagRegular';
198
217
  export { default as OhRemoveFlagThin } from './OhRemoveFlagThin';
218
+ export { default as OhRowMinusRegular } from './OhRowMinusRegular';
219
+ export { default as OhRowPlusRegular } from './OhRowPlusRegular';
199
220
  export { default as PaintbrushLight } from './PaintbrushLight';
200
221
  export { default as ParagraphLight } from './ParagraphLight';
201
222
  export { default as ParagraphRegular } from './ParagraphRegular';
@@ -205,13 +226,16 @@ export { default as PenLineLight } from './PenLineLight';
205
226
  export { default as PenLineThin } from './PenLineThin';
206
227
  export { default as PenThin } from './PenThin';
207
228
  export { default as PenToSquareLight } from './PenToSquareLight';
229
+ export { default as PenToSquareRegular } from './PenToSquareRegular';
208
230
  export { default as PenToSquareThin } from './PenToSquareThin';
209
231
  export { default as PeopleGroupLight } from './PeopleGroupLight';
210
232
  export { default as PhoneLight } from './PhoneLight';
233
+ export { default as PhoneRegular } from './PhoneRegular';
211
234
  export { default as PiggyBankLight } from './PiggyBankLight';
212
235
  export { default as PlayLight } from './PlayLight';
213
236
  export { default as PlusLight } from './PlusLight';
214
237
  export { default as PlusThin } from './PlusThin';
238
+ export { default as PrintThin } from './PrintThin';
215
239
  export { default as QrcodeLight } from './QrcodeLight';
216
240
  export { default as QuestionLight } from './QuestionLight';
217
241
  export { default as QuotesLight } from './QuotesLight';
@@ -231,6 +255,7 @@ export { default as SortDownLight } from './SortDownLight';
231
255
  export { default as SortLight } from './SortLight';
232
256
  export { default as SortUpLight } from './SortUpLight';
233
257
  export { default as SparklesLight } from './SparklesLight';
258
+ export { default as SparklesRegular } from './SparklesRegular';
234
259
  export { default as SpinnerThirdDuotoneSolid } from './SpinnerThirdDuotoneSolid';
235
260
  export { default as SpotifyBrands } from './SpotifyBrands';
236
261
  export { default as SquareArrowUpRightLight } from './SquareArrowUpRightLight';
@@ -245,10 +270,14 @@ export { default as StarSolid } from './StarSolid';
245
270
  export { default as StarsLight } from './StarsLight';
246
271
  export { default as StopwatchLight } from './StopwatchLight';
247
272
  export { default as StoreLight } from './StoreLight';
273
+ export { default as StrikethroughRegular } from './StrikethroughRegular';
248
274
  export { default as SwatchbookLight } from './SwatchbookLight';
275
+ export { default as TableColumnsRegular } from './TableColumnsRegular';
249
276
  export { default as TableLight } from './TableLight';
277
+ export { default as TableRegular } from './TableRegular';
250
278
  export { default as TableThin } from './TableThin';
251
279
  export { default as TextSizeLight } from './TextSizeLight';
280
+ export { default as TextSlashRegular } from './TextSlashRegular';
252
281
  export { default as ThumbsDownLight } from './ThumbsDownLight';
253
282
  export { default as ThumbsUpLight } from './ThumbsUpLight';
254
283
  export { default as ThumbsUpSolid } from './ThumbsUpSolid';
@@ -256,10 +285,12 @@ export { default as TicketLight } from './TicketLight';
256
285
  export { default as TicketPerforatedLight } from './TicketPerforatedLight';
257
286
  export { default as ToggleOnLight } from './ToggleOnLight';
258
287
  export { default as TrashCanLight } from './TrashCanLight';
288
+ export { default as TrashCanRegular } from './TrashCanRegular';
259
289
  export { default as TrashCanThin } from './TrashCanThin';
260
290
  export { default as TrashLight } from './TrashLight';
261
291
  export { default as TrashThin } from './TrashThin';
262
292
  export { default as TriangleExclamationLight } from './TriangleExclamationLight';
293
+ export { default as TriangleExclamationRegular } from './TriangleExclamationRegular';
263
294
  export { default as TrophyStarLight } from './TrophyStarLight';
264
295
  export { default as TvRetroLight } from './TvRetroLight';
265
296
  export { default as UploadThin } from './UploadThin';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@benefex/icons",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "description": "Benefex icon package",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",