@ncds/ui-admin-icon 0.1.4 → 0.1.5

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,4 +1,12 @@
1
- <svg width="16" height="11" viewBox="0 0 16 11" fill="none" xmlns="http://www.w3.org/2000/svg">
1
+ <svg width="16" height="10" viewBox="0 0 16 10" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_31172_9837)">
2
3
  <path d="M0 0H16V10H0V0Z" fill="white"/>
3
4
  <path d="M7.99974 2C9.65673 2 10.9997 3.34327 10.9997 5C10.9997 6.65673 9.65673 8 7.99974 8C6.34275 8 5 6.65673 5 5C5 3.34327 6.34301 2 7.99974 2Z" fill="#BB1825"/>
5
+ </g>
6
+ <rect x="0.25" y="0.25" width="15.5" height="9.5" stroke="#D3D4D8" stroke-width="0.5"/>
7
+ <defs>
8
+ <clipPath id="clip0_31172_9837">
9
+ <rect width="16" height="10" fill="white"/>
10
+ </clipPath>
11
+ </defs>
4
12
  </svg>
@@ -20,6 +20,7 @@
20
20
  <path d="M11.7138 2.77142L11.4854 2.42844L11.8281 2.19995L12.0568 2.54294L11.7138 2.77142Z" fill="#12110C"/>
21
21
  <path d="M3.94188 7.82854L3.82764 7.65704L4.51335 7.20007L4.62759 7.37157L3.94188 7.82854Z" fill="white"/>
22
22
  </g>
23
+ <rect x="0.25" y="0.25" width="15.5" height="9.5" stroke="#D3D4D8" stroke-width="0.5"/>
23
24
  <defs>
24
25
  <clipPath id="clip0_31172_9860">
25
26
  <rect width="16" height="10" fill="white"/>
@@ -34,7 +34,12 @@ var __importStar = (this && this.__importStar) || (function () {
34
34
  })();
35
35
  Object.defineProperty(exports, "__esModule", { value: true });
36
36
  const React = __importStar(require("react"));
37
- const SvgFlagJp = (props) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 16 11", stroke: "none", ...props },
38
- React.createElement("path", { fill: "#fff", d: "M0 0h16v10H0z" }),
39
- React.createElement("path", { fill: "#BB1825", d: "M8 2a3 3 0 1 1 0 6 3 3 0 0 1 0-6" })));
37
+ const SvgFlagJp = (props) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 16 10", stroke: "none", ...props },
38
+ React.createElement("g", { clipPath: "url(#flag-jp_svg__a)" },
39
+ React.createElement("path", { fill: "#fff", d: "M0 0h16v10H0z" }),
40
+ React.createElement("path", { fill: "#BB1825", d: "M8 2a3 3 0 1 1 0 6 3 3 0 0 1 0-6" })),
41
+ React.createElement("path", { stroke: "#D3D4D8", strokeWidth: 0.5, d: "M.25.25h15.5v9.5H.25z" }),
42
+ React.createElement("defs", null,
43
+ React.createElement("clipPath", { id: "flag-jp_svg__a" },
44
+ React.createElement("path", { fill: "#fff", d: "M0 0h16v10H0z" })))));
40
45
  exports.default = SvgFlagJp;
@@ -51,6 +51,7 @@ const SvgFlagKr = (props) => (React.createElement("svg", { xmlns: "http://www.w3
51
51
  React.createElement("path", { fill: "#fff", d: "m10.97 3.143-.114-.172 1.715-1.142.114.17z" }),
52
52
  React.createElement("path", { fill: "#12110C", d: "m11.714 2.771-.229-.343.343-.228.229.343z" }),
53
53
  React.createElement("path", { fill: "#fff", d: "m3.942 7.829-.114-.172.685-.457.115.172z" })),
54
+ React.createElement("path", { stroke: "#D3D4D8", strokeWidth: 0.5, d: "M.25.25h15.5v9.5H.25z" }),
54
55
  React.createElement("defs", null,
55
56
  React.createElement("clipPath", { id: "flag-kr_svg__a" },
56
57
  React.createElement("path", { fill: "#fff", d: "M0 0h16v10H0z" })))));
@@ -1,5 +1,10 @@
1
1
  import * as React from 'react';
2
- const SvgFlagJp = (props) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 16 11", stroke: "none", ...props },
3
- React.createElement("path", { fill: "#fff", d: "M0 0h16v10H0z" }),
4
- React.createElement("path", { fill: "#BB1825", d: "M8 2a3 3 0 1 1 0 6 3 3 0 0 1 0-6" })));
2
+ const SvgFlagJp = (props) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 16 10", stroke: "none", ...props },
3
+ React.createElement("g", { clipPath: "url(#flag-jp_svg__a)" },
4
+ React.createElement("path", { fill: "#fff", d: "M0 0h16v10H0z" }),
5
+ React.createElement("path", { fill: "#BB1825", d: "M8 2a3 3 0 1 1 0 6 3 3 0 0 1 0-6" })),
6
+ React.createElement("path", { stroke: "#D3D4D8", strokeWidth: 0.5, d: "M.25.25h15.5v9.5H.25z" }),
7
+ React.createElement("defs", null,
8
+ React.createElement("clipPath", { id: "flag-jp_svg__a" },
9
+ React.createElement("path", { fill: "#fff", d: "M0 0h16v10H0z" })))));
5
10
  export default SvgFlagJp;
@@ -16,6 +16,7 @@ const SvgFlagKr = (props) => (React.createElement("svg", { xmlns: "http://www.w3
16
16
  React.createElement("path", { fill: "#fff", d: "m10.97 3.143-.114-.172 1.715-1.142.114.17z" }),
17
17
  React.createElement("path", { fill: "#12110C", d: "m11.714 2.771-.229-.343.343-.228.229.343z" }),
18
18
  React.createElement("path", { fill: "#fff", d: "m3.942 7.829-.114-.172.685-.457.115.172z" })),
19
+ React.createElement("path", { stroke: "#D3D4D8", strokeWidth: 0.5, d: "M.25.25h15.5v9.5H.25z" }),
19
20
  React.createElement("defs", null,
20
21
  React.createElement("clipPath", { id: "flag-kr_svg__a" },
21
22
  React.createElement("path", { fill: "#fff", d: "M0 0h16v10H0z" })))));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ncds/ui-admin-icon",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "keywords": [
5
5
  "icons",
6
6
  "react",