@pushwoosh/kit-icons 2.0.15 → 2.0.16

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.
@@ -1,6 +1,11 @@
1
1
  /// <reference types="react" />
2
2
  export declare const AssetMap: {
3
3
  medium: {
4
+ filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
5
+ lined: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
6
+ };
7
+ small: {
8
+ filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
4
9
  lined: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement>>;
5
10
  };
6
11
  };
@@ -2,8 +2,16 @@
2
2
  /* eslint @typescript-eslint/comma-dangle: off */
3
3
 
4
4
  import DocsMediumLinedIcon from "./name_docs_size_medium_view_lined.js";
5
+ import DocsMediumFilledIcon from "./name_docs_size_medium_view_filled.js";
6
+ import DocsSmallLinedIcon from "./name_docs_size_small_view_lined.js";
7
+ import DocsSmallFilledIcon from "./name_docs_size_small_view_filled.js";
5
8
  export const AssetMap = {
6
9
  'medium': {
10
+ 'filled': DocsMediumFilledIcon,
7
11
  'lined': DocsMediumLinedIcon
12
+ },
13
+ 'small': {
14
+ 'filled': DocsSmallFilledIcon,
15
+ 'lined': DocsSmallLinedIcon
8
16
  }
9
17
  };
@@ -0,0 +1,13 @@
1
+ import React from 'react';
2
+ const NameDocsSizeMediumViewFilledSvg = props => /*#__PURE__*/React.createElement("svg", Object.assign({
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ width: 24,
5
+ height: 24,
6
+ fill: "none"
7
+ }, props), /*#__PURE__*/React.createElement("path", {
8
+ fill: "currentColor",
9
+ fillRule: "evenodd",
10
+ d: "M2.917 5.5a.75.75 0 0 1 .75-.75h5A4.08 4.08 0 0 1 12 6.475q.199-.282.446-.529a4.08 4.08 0 0 1 2.887-1.196h5a.75.75 0 0 1 .75.75V18a.75.75 0 0 1-.75.75H14.5a1.75 1.75 0 0 0-1.75 1.75.75.75 0 1 1-1.5 0 1.75 1.75 0 0 0-1.75-1.75H3.667a.75.75 0 0 1-.75-.75zM6.5 8.75a.75.75 0 0 0 0 1.5H9a.75.75 0 0 0 0-1.5zm7.75.75a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5H15a.75.75 0 0 1-.75-.75m0 3a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5H15a.75.75 0 0 1-.75-.75m-8.5 0a.75.75 0 0 1 .75-.75H9a.75.75 0 0 1 0 1.5H6.5a.75.75 0 0 1-.75-.75",
11
+ clipRule: "evenodd"
12
+ }));
13
+ export default NameDocsSizeMediumViewFilledSvg;
@@ -0,0 +1,13 @@
1
+ import React from 'react';
2
+ const NameDocsSizeSmallViewFilledSvg = props => /*#__PURE__*/React.createElement("svg", Object.assign({
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ width: 16,
5
+ height: 16,
6
+ fill: "none"
7
+ }, props), /*#__PURE__*/React.createElement("path", {
8
+ fill: "currentColor",
9
+ fillRule: "evenodd",
10
+ d: "M5.6 2.25A3.15 3.15 0 0 1 8 3.36a3.15 3.15 0 0 1 2.4-1.11H14a.75.75 0 0 1 .75.75v9a.75.75 0 0 1-.75.75H9.8a1.05 1.05 0 0 0-1.05 1.05.75.75 0 0 1-1.5 0 1.05 1.05 0 0 0-1.05-1.05H2a.75.75 0 0 1-.75-.75V3A.75.75 0 0 1 2 2.25zm1.65 9.226V5.4A1.65 1.65 0 0 0 5.6 3.75H2.75v7.5H6.2c.366 0 .723.079 1.05.226m1.5 0a2.55 2.55 0 0 1 1.05-.226h3.45v-7.5H10.4A1.65 1.65 0 0 0 8.75 5.4zM9.5 6a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 0 1.5h-1.5A.75.75 0 0 1 9.5 6m.75 1.25a.75.75 0 1 0 0 1.5h1.5a.75.75 0 0 0 0-1.5zM3.5 6a.75.75 0 0 1 .75-.75h1.5a.75.75 0 1 1 0 1.5h-1.5A.75.75 0 0 1 3.5 6m.75 1.25a.75.75 0 0 0 0 1.5h1.5a.75.75 0 1 0 0-1.5z",
11
+ clipRule: "evenodd"
12
+ }));
13
+ export default NameDocsSizeSmallViewFilledSvg;
@@ -0,0 +1,13 @@
1
+ import React from 'react';
2
+ const NameDocsSizeSmallViewLinedSvg = props => /*#__PURE__*/React.createElement("svg", Object.assign({
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ width: 16,
5
+ height: 16,
6
+ fill: "none"
7
+ }, props), /*#__PURE__*/React.createElement("path", {
8
+ fill: "currentColor",
9
+ fillRule: "evenodd",
10
+ d: "M5.6 2.25A3.15 3.15 0 0 1 8 3.36a3.15 3.15 0 0 1 2.4-1.11H14a.75.75 0 0 1 .75.75v9a.75.75 0 0 1-.75.75H9.8a1.05 1.05 0 0 0-1.05 1.05.75.75 0 0 1-1.5 0 1.05 1.05 0 0 0-1.05-1.05H2a.75.75 0 0 1-.75-.75V3A.75.75 0 0 1 2 2.25zm1.65 9.226V5.4A1.65 1.65 0 0 0 5.6 3.75H2.75v7.5H6.2c.366 0 .723.079 1.05.226m1.5 0a2.55 2.55 0 0 1 1.05-.226h3.45v-7.5H10.4A1.65 1.65 0 0 0 8.75 5.4zM9.5 6a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 0 1.5h-1.5A.75.75 0 0 1 9.5 6m.75 1.25a.75.75 0 1 0 0 1.5h1.5a.75.75 0 0 0 0-1.5zM3.5 6a.75.75 0 0 1 .75-.75h1.5a.75.75 0 1 1 0 1.5h-1.5A.75.75 0 0 1 3.5 6m.75 1.25a.75.75 0 0 0 0 1.5h1.5a.75.75 0 1 0 0-1.5z",
11
+ clipRule: "evenodd"
12
+ }));
13
+ export default NameDocsSizeSmallViewLinedSvg;
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  export type DocsIconProps = Omit<JSX.IntrinsicElements['div'], 'ref'> & {
3
3
  readonly boxRef?: React.Ref<HTMLDivElement>;
4
- readonly size: 'medium';
5
- readonly view: 'lined';
4
+ readonly size: 'medium' | 'small';
5
+ readonly view: 'filled' | 'lined';
6
6
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/kit-icons",
3
- "version": "2.0.15",
3
+ "version": "2.0.16",
4
4
  "description": "React component for build Pushwoosh products",
5
5
  "main": "index.js",
6
6
  "module": "index.js",