@ozen-ui/icons 0.59.0 → 0.60.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ozen-ui/icons",
3
- "version": "0.59.0",
3
+ "version": "0.60.0",
4
4
  "description": "A collection of icons",
5
5
  "license": "MIT",
6
6
  "main": "dist/cjs/index.js",
@@ -21,7 +21,7 @@
21
21
  "*.svg"
22
22
  ],
23
23
  "dependencies": {
24
- "@ozen-ui/logger": "0.59.0"
24
+ "@ozen-ui/logger": "0.60.0"
25
25
  },
26
26
  "peerDependencies": {
27
27
  "react": ">=17.0.2 <19.0.0"
@@ -1,2 +0,0 @@
1
- import React from 'react';
2
- export declare const FlagTuIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -1,14 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.FlagTuIcon = void 0;
4
- var tslib_1 = require("tslib");
5
- var react_1 = tslib_1.__importStar(require("react"));
6
- exports.FlagTuIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", fill: "none", viewBox: "0 0 32 32" }, props, { ref: ref }),
7
- react_1.default.createElement("g", { clipPath: "url(#FlagTuIcon__a)" },
8
- react_1.default.createElement("path", { fill: "#D80027", d: "M16 32c8.837 0 16-7.163 16-16S24.837 0 16 0 0 7.163 0 16s7.163 16 16 16" }),
9
- react_1.default.createElement("path", { fill: "#F0F0F0", d: "M16 23.653a7.653 7.653 0 1 0 0-15.306 7.653 7.653 0 0 0 0 15.306" }),
10
- react_1.default.createElement("path", { fill: "#D80027", fillRule: "evenodd", d: "M13.218 16a4.524 4.524 0 0 0 4.522 4.513l-.001.008a4.5 4.5 0 0 0 2.15-.544A5.564 5.564 0 1 1 16 10.435a5.55 5.55 0 0 1 3.892 1.576 4.6 4.6 0 0 0-2.151-.533A4.524 4.524 0 0 0 13.218 16m5.037-1.124-1.313-1.81-.018 2.235-2.126.69 2.133.692-.001 2.234 1.315-1.807 2.134.692-1.313-1.81 1.315-1.806z", clipRule: "evenodd" })),
11
- react_1.default.createElement("defs", null,
12
- react_1.default.createElement("clipPath", { id: "FlagTuIcon__a" },
13
- react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
14
- exports.FlagTuIcon.displayName = 'FlagTuIcon';
@@ -1,2 +0,0 @@
1
- import React from 'react';
2
- export declare const FlagUrIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -1,14 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.FlagUrIcon = void 0;
4
- var tslib_1 = require("tslib");
5
- var react_1 = tslib_1.__importStar(require("react"));
6
- exports.FlagUrIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", fill: "none", viewBox: "0 0 32 32" }, props, { ref: ref }),
7
- react_1.default.createElement("g", { clipPath: "url(#FlagUrIcon__a)" },
8
- react_1.default.createElement("path", { fill: "#F0F0F0", d: "M16 32c8.837 0 16-7.163 16-16S24.837 0 16 0 0 7.163 0 16s7.163 16 16 16" }),
9
- react_1.default.createElement("path", { fill: "#338AF3", fillRule: "evenodd", d: "M16 3.478V0a15.93 15.93 0 0 1 9.96 3.478zm9.952 25.044H6.04a16.1 16.1 0 0 1-3.692-4.174h27.296a16.1 16.1 0 0 1-3.692 4.174M16 11.826h15.449a16 16 0 0 0-1.797-4.174H16zM.551 20.174A16 16 0 0 1 0 16h32c0 1.445-.193 2.843-.551 4.174z", clipRule: "evenodd" }),
10
- react_1.default.createElement("path", { fill: "#FFDA44", d: "m13.913 9.364-1.954.919L13 12.176l-2.122-.406-.268 2.142-1.478-1.577-1.479 1.577-.268-2.142-2.122.405 1.04-1.893-1.954-.92 1.954-.918-1.04-1.893 2.122.406.27-2.142L9.13 6.4l1.478-1.577.268 2.142L13 6.56l-1.04 1.893z" })),
11
- react_1.default.createElement("defs", null,
12
- react_1.default.createElement("clipPath", { id: "FlagUrIcon__a" },
13
- react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
14
- exports.FlagUrIcon.displayName = 'FlagUrIcon';
@@ -1,2 +0,0 @@
1
- import React from 'react';
2
- export declare const FlagTuIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -1,11 +0,0 @@
1
- import { __assign } from "tslib";
2
- import React, { forwardRef } from 'react';
3
- export var FlagTuIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", fill: "none", viewBox: "0 0 32 32" }, props, { ref: ref }),
4
- React.createElement("g", { clipPath: "url(#FlagTuIcon__a)" },
5
- React.createElement("path", { fill: "#D80027", d: "M16 32c8.837 0 16-7.163 16-16S24.837 0 16 0 0 7.163 0 16s7.163 16 16 16" }),
6
- React.createElement("path", { fill: "#F0F0F0", d: "M16 23.653a7.653 7.653 0 1 0 0-15.306 7.653 7.653 0 0 0 0 15.306" }),
7
- React.createElement("path", { fill: "#D80027", fillRule: "evenodd", d: "M13.218 16a4.524 4.524 0 0 0 4.522 4.513l-.001.008a4.5 4.5 0 0 0 2.15-.544A5.564 5.564 0 1 1 16 10.435a5.55 5.55 0 0 1 3.892 1.576 4.6 4.6 0 0 0-2.151-.533A4.524 4.524 0 0 0 13.218 16m5.037-1.124-1.313-1.81-.018 2.235-2.126.69 2.133.692-.001 2.234 1.315-1.807 2.134.692-1.313-1.81 1.315-1.806z", clipRule: "evenodd" })),
8
- React.createElement("defs", null,
9
- React.createElement("clipPath", { id: "FlagTuIcon__a" },
10
- React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
11
- FlagTuIcon.displayName = 'FlagTuIcon';
@@ -1,2 +0,0 @@
1
- import React from 'react';
2
- export declare const FlagUrIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -1,11 +0,0 @@
1
- import { __assign } from "tslib";
2
- import React, { forwardRef } from 'react';
3
- export var FlagUrIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", fill: "none", viewBox: "0 0 32 32" }, props, { ref: ref }),
4
- React.createElement("g", { clipPath: "url(#FlagUrIcon__a)" },
5
- React.createElement("path", { fill: "#F0F0F0", d: "M16 32c8.837 0 16-7.163 16-16S24.837 0 16 0 0 7.163 0 16s7.163 16 16 16" }),
6
- React.createElement("path", { fill: "#338AF3", fillRule: "evenodd", d: "M16 3.478V0a15.93 15.93 0 0 1 9.96 3.478zm9.952 25.044H6.04a16.1 16.1 0 0 1-3.692-4.174h27.296a16.1 16.1 0 0 1-3.692 4.174M16 11.826h15.449a16 16 0 0 0-1.797-4.174H16zM.551 20.174A16 16 0 0 1 0 16h32c0 1.445-.193 2.843-.551 4.174z", clipRule: "evenodd" }),
7
- React.createElement("path", { fill: "#FFDA44", d: "m13.913 9.364-1.954.919L13 12.176l-2.122-.406-.268 2.142-1.478-1.577-1.479 1.577-.268-2.142-2.122.405 1.04-1.893-1.954-.92 1.954-.918-1.04-1.893 2.122.406.27-2.142L9.13 6.4l1.478-1.577.268 2.142L13 6.56l-1.04 1.893z" })),
8
- React.createElement("defs", null,
9
- React.createElement("clipPath", { id: "FlagUrIcon__a" },
10
- React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
11
- FlagUrIcon.displayName = 'FlagUrIcon';