@brizy/ui-icons 0.0.27 → 0.0.30

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.
@@ -0,0 +1,2 @@
1
+ import { ReactElement } from "react";
2
+ export declare const Discounts: () => ReactElement;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ export const Discounts = () => (React.createElement("svg", { width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 16 16" },
3
+ React.createElement("g", { stroke: "none", strokeWidth: "1", fill: "currentColor", fillRule: "evenodd" },
4
+ React.createElement("path", { d: "M11.7225856,1 L13.3866875,2.10939843 L4.277417,15.7733391 L2.6133151,14.6639407 L11.7225856,1 Z M12,9.38648341 C13.6568542,9.38648341 15,10.7296292 15,12.3864834 C15,14.0433377 13.6568542,15.3864834 12,15.3864834 C10.3431458,15.3864834 9,14.0433377 9,12.3864834 C9,10.7296292 10.3431458,9.38648341 12,9.38648341 Z M12,11.3864834 C11.4477153,11.3864834 11,11.8341987 11,12.3864834 C11,12.9387682 11.4477153,13.3864834 12,13.3864834 C12.5522847,13.3864834 13,12.9387682 13,12.3864834 C13,11.8341987 12.5522847,11.3864834 12,11.3864834 Z M4,1.38648341 C5.65685425,1.38648341 7,2.72962916 7,4.38648341 C7,5.18213288 6.68392948,5.94519462 6.12132034,6.50780375 C5.55871121,7.07041289 4.79564947,7.38648341 4,7.38648341 C2.34314575,7.38648341 1,6.04333766 1,4.38648341 C1,2.72962916 2.34314575,1.38648341 4,1.38648341 Z M4,3.38648341 C3.44771525,3.38648341 3,3.83419866 3,4.38648341 C3,4.93876816 3.44771525,5.38648341 4,5.38648341 C4.55228475,5.38648341 5,4.93876816 5,4.38648341 C5,3.83419866 4.55228475,3.38648341 4,3.38648341 Z", fill: "currentColor" }))));
@@ -1,4 +1,3 @@
1
1
  import React from "react";
2
- export const Redirect = () => (React.createElement("svg", { width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 16 16" },
3
- React.createElement("g", null,
4
- React.createElement("path", { d: "M10.1 4L8.6 5.5 11.8 9H2.6V2.9H14V.2H1.3C.7 0 0 1.1 0 1.1v8.8c.4.6.8 1.2 1.3 1.7h10.5l-3.3 2.7 1.5 1.5 6-5.9L10.1 4z" }))));
2
+ export const Redirect = () => (React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16" },
3
+ React.createElement("path", { d: "M13.648 6.367l2.263 5.753c.245.622-.03 1.279-.642 1.533L9.61 16l-.856-2.177 3.058-1.269-4.99-2.145-2.143 5.113-2.14-.92 2.6-6.208c.276-.657.887-.91 1.53-.635l6.06 2.606-1.223-3.11 2.141-.888zM5.233 0c2.89 0 5.232 2.396 5.232 5.351 0 .57-.087 1.12-.249 1.636L6.002 5.263c-.838-.36-1.633-.035-1.988.813L2.128 9.659A5.383 5.383 0 010 5.351C0 2.396 2.343 0 5.233 0z", fill: "currentColor", fillRule: "nonzero" })));
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export declare const Taxes: () => JSX.Element;
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ export const Taxes = () => (React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 18 18" },
3
+ React.createElement("path", { d: "M2.4 8.71v6.387h2.4V8.71H6v6.387h2.4V8.71h1.2v6.387H12V8.71h1.2v6.387h2.4V8.71h1.2v6.387h.6c.331 0 .6.26.6.58v1.742a.59.59 0 0 1-.6.581H.6a.59.59 0 0 1-.6-.58v-1.743c0-.32.269-.58.6-.58h.6V8.71h1.2ZM8.705.077a.617.617 0 0 1 .595 0l8.4 4.645c.186.104.3.296.3.504v1.742a.59.59 0 0 1-.6.58H.6a.59.59 0 0 1-.6-.58V5.226c0-.209.117-.401.305-.504ZM9 2.903c-.663 0-1.2.52-1.2 1.162 0 .64.537 1.16 1.2 1.16.318 0 .623-.122.849-.34.225-.217.351-.512.351-.82 0-.642-.537-1.162-1.2-1.162Z", fill: "currentColor", fillRule: "nonzero" })));
package/es/index.d.ts CHANGED
@@ -106,6 +106,7 @@ export { Hide } from "./icons/Hide";
106
106
  export { Clock } from "./icons/Clock";
107
107
  export { Attachment } from "./icons/Attachment";
108
108
  export { Mention } from "./icons/Mention";
109
+ export { Taxes } from "./icons/Taxes";
109
110
  export { Tax } from "./icons/Tax";
110
111
  export { Redirect } from "./icons/Redirect";
111
112
  export { Heart } from "./icons/Heart";
@@ -114,3 +115,4 @@ export { Window } from "./icons/Window";
114
115
  export { Diagram } from "./icons/Diagram";
115
116
  export { BrizyLogo } from "./icons/BrizyLogo";
116
117
  export { NotificationsOutlined } from "./icons/NotificationsOutlined";
118
+ export { Discounts } from "./icons/Discounts";
package/es/index.js CHANGED
@@ -106,6 +106,7 @@ export { Hide } from "./icons/Hide";
106
106
  export { Clock } from "./icons/Clock";
107
107
  export { Attachment } from "./icons/Attachment";
108
108
  export { Mention } from "./icons/Mention";
109
+ export { Taxes } from "./icons/Taxes";
109
110
  export { Tax } from "./icons/Tax";
110
111
  export { Redirect } from "./icons/Redirect";
111
112
  export { Heart } from "./icons/Heart";
@@ -114,3 +115,4 @@ export { Window } from "./icons/Window";
114
115
  export { Diagram } from "./icons/Diagram";
115
116
  export { BrizyLogo } from "./icons/BrizyLogo";
116
117
  export { NotificationsOutlined } from "./icons/NotificationsOutlined";
118
+ export { Discounts } from "./icons/Discounts";
@@ -0,0 +1,2 @@
1
+ import { ReactElement } from "react";
2
+ export declare const Discounts: () => ReactElement;
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.Discounts = void 0;
7
+ const react_1 = __importDefault(require("react"));
8
+ exports.Discounts = () => (react_1.default.createElement("svg", { width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 16 16" },
9
+ react_1.default.createElement("g", { stroke: "none", strokeWidth: "1", fill: "currentColor", fillRule: "evenodd" },
10
+ react_1.default.createElement("path", { d: "M11.7225856,1 L13.3866875,2.10939843 L4.277417,15.7733391 L2.6133151,14.6639407 L11.7225856,1 Z M12,9.38648341 C13.6568542,9.38648341 15,10.7296292 15,12.3864834 C15,14.0433377 13.6568542,15.3864834 12,15.3864834 C10.3431458,15.3864834 9,14.0433377 9,12.3864834 C9,10.7296292 10.3431458,9.38648341 12,9.38648341 Z M12,11.3864834 C11.4477153,11.3864834 11,11.8341987 11,12.3864834 C11,12.9387682 11.4477153,13.3864834 12,13.3864834 C12.5522847,13.3864834 13,12.9387682 13,12.3864834 C13,11.8341987 12.5522847,11.3864834 12,11.3864834 Z M4,1.38648341 C5.65685425,1.38648341 7,2.72962916 7,4.38648341 C7,5.18213288 6.68392948,5.94519462 6.12132034,6.50780375 C5.55871121,7.07041289 4.79564947,7.38648341 4,7.38648341 C2.34314575,7.38648341 1,6.04333766 1,4.38648341 C1,2.72962916 2.34314575,1.38648341 4,1.38648341 Z M4,3.38648341 C3.44771525,3.38648341 3,3.83419866 3,4.38648341 C3,4.93876816 3.44771525,5.38648341 4,5.38648341 C4.55228475,5.38648341 5,4.93876816 5,4.38648341 C5,3.83419866 4.55228475,3.38648341 4,3.38648341 Z", fill: "currentColor" }))));
@@ -5,6 +5,5 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.Redirect = void 0;
7
7
  const react_1 = __importDefault(require("react"));
8
- exports.Redirect = () => (react_1.default.createElement("svg", { width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 16 16" },
9
- react_1.default.createElement("g", null,
10
- react_1.default.createElement("path", { d: "M10.1 4L8.6 5.5 11.8 9H2.6V2.9H14V.2H1.3C.7 0 0 1.1 0 1.1v8.8c.4.6.8 1.2 1.3 1.7h10.5l-3.3 2.7 1.5 1.5 6-5.9L10.1 4z" }))));
8
+ exports.Redirect = () => (react_1.default.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16" },
9
+ react_1.default.createElement("path", { d: "M13.648 6.367l2.263 5.753c.245.622-.03 1.279-.642 1.533L9.61 16l-.856-2.177 3.058-1.269-4.99-2.145-2.143 5.113-2.14-.92 2.6-6.208c.276-.657.887-.91 1.53-.635l6.06 2.606-1.223-3.11 2.141-.888zM5.233 0c2.89 0 5.232 2.396 5.232 5.351 0 .57-.087 1.12-.249 1.636L6.002 5.263c-.838-.36-1.633-.035-1.988.813L2.128 9.659A5.383 5.383 0 010 5.351C0 2.396 2.343 0 5.233 0z", fill: "currentColor", fillRule: "nonzero" })));
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export declare const Taxes: () => JSX.Element;
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
5
+ }) : (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ o[k2] = m[k];
8
+ }));
9
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
10
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
11
+ }) : function(o, v) {
12
+ o["default"] = v;
13
+ });
14
+ var __importStar = (this && this.__importStar) || function (mod) {
15
+ if (mod && mod.__esModule) return mod;
16
+ var result = {};
17
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
18
+ __setModuleDefault(result, mod);
19
+ return result;
20
+ };
21
+ Object.defineProperty(exports, "__esModule", { value: true });
22
+ exports.Taxes = void 0;
23
+ const React = __importStar(require("react"));
24
+ exports.Taxes = () => (React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 18 18" },
25
+ React.createElement("path", { d: "M2.4 8.71v6.387h2.4V8.71H6v6.387h2.4V8.71h1.2v6.387H12V8.71h1.2v6.387h2.4V8.71h1.2v6.387h.6c.331 0 .6.26.6.58v1.742a.59.59 0 0 1-.6.581H.6a.59.59 0 0 1-.6-.58v-1.743c0-.32.269-.58.6-.58h.6V8.71h1.2ZM8.705.077a.617.617 0 0 1 .595 0l8.4 4.645c.186.104.3.296.3.504v1.742a.59.59 0 0 1-.6.58H.6a.59.59 0 0 1-.6-.58V5.226c0-.209.117-.401.305-.504ZM9 2.903c-.663 0-1.2.52-1.2 1.162 0 .64.537 1.16 1.2 1.16.318 0 .623-.122.849-.34.225-.217.351-.512.351-.82 0-.642-.537-1.162-1.2-1.162Z", fill: "currentColor", fillRule: "nonzero" })));
package/lib/index.d.ts CHANGED
@@ -106,6 +106,7 @@ export { Hide } from "./icons/Hide";
106
106
  export { Clock } from "./icons/Clock";
107
107
  export { Attachment } from "./icons/Attachment";
108
108
  export { Mention } from "./icons/Mention";
109
+ export { Taxes } from "./icons/Taxes";
109
110
  export { Tax } from "./icons/Tax";
110
111
  export { Redirect } from "./icons/Redirect";
111
112
  export { Heart } from "./icons/Heart";
@@ -114,3 +115,4 @@ export { Window } from "./icons/Window";
114
115
  export { Diagram } from "./icons/Diagram";
115
116
  export { BrizyLogo } from "./icons/BrizyLogo";
116
117
  export { NotificationsOutlined } from "./icons/NotificationsOutlined";
118
+ export { Discounts } from "./icons/Discounts";
package/lib/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.NotificationsOutlined = exports.BrizyLogo = exports.Diagram = exports.Window = exports.LockFilled = exports.Heart = exports.Redirect = exports.Tax = exports.Mention = exports.Attachment = exports.Clock = exports.Hide = exports.View = exports.Redo = exports.Undo = exports.Tasks = exports.Comments = exports.BadgeLetter = exports.BadgeCheck = exports.LanguagesOutlined = exports.ChevronRight = exports.Phone = exports.Disable = exports.Contrast = exports.Brightness = exports.Drop = exports.RGB = exports.Home = exports.ColorPicker = exports.Globe = exports.FileDownload = exports.File = exports.CalendarPlusOutlined = exports.Tag = exports.PageSettingsFilled = exports.PageSettingsOutlined = exports.ShippingOutlined = exports.Menu = exports.OrderBox = exports.MultiReffe = exports.OfflineCache = exports.Bitcoin = exports.PayPal = exports.Lock = exports.GlobalShipping = exports.ChevronLeft = exports.Css3 = exports.Warning = exports.Enter = exports.Spinner = exports.StarOutlined = exports.StoreAddress = exports.Store = exports.LanguagesFilled = exports.Notifications = exports.CreditCardSecureOutlined = exports.CreditCardSecure = exports.Checkout = exports.Options = exports.BoxOutlined = exports.Shipping = exports.Refund = exports.CustomerDetails = exports.Customers = exports.Promote = exports.Edit = exports.CalendarFilled = exports.ColorPickerFilled = exports.Play = exports.CaretDown = exports.Images = exports.Link = exports.Hashtag = exports.TextArea = exports.Reffe = exports.Dropper = exports.ImageFilled = exports.ToggleOff = exports.ImageOutlined = exports.CheckOutlined = exports.ArrowLeft = exports.SEO = exports.Close = exports.Compose = exports.CloseOulined = exports.Code = exports.Delete = exports.Popup = exports.Profile = exports.Box = exports.Tags = exports.Calendar = exports.Portfolio = exports.Blog = exports.Settings = exports.Pages = exports.AnchorOutlined = exports.Anchor = exports.Check = exports.Star = exports.Share = exports.InfoCircle = exports.Text = exports.Empty = exports.Duplicate = exports.Counter = exports.CheckSmall = exports.CheckCircle = exports.Brush = exports.BlockSwitch = exports.Blocks = exports.ArrowRight = exports.AlignHorizontal = exports.QuestionCircle = exports.PlusCircle = exports.Active = void 0;
3
+ exports.Discounts = exports.NotificationsOutlined = exports.BrizyLogo = exports.Diagram = exports.Window = exports.LockFilled = exports.Heart = exports.Redirect = exports.Tax = exports.Taxes = exports.Mention = exports.Attachment = exports.Clock = exports.Hide = exports.View = exports.Redo = exports.Undo = exports.Tasks = exports.Comments = exports.BadgeLetter = exports.BadgeCheck = exports.LanguagesOutlined = exports.ChevronRight = exports.Phone = exports.Disable = exports.Contrast = exports.Brightness = exports.Drop = exports.RGB = exports.Home = exports.ColorPicker = exports.Globe = exports.FileDownload = exports.File = exports.CalendarPlusOutlined = exports.Tag = exports.PageSettingsFilled = exports.PageSettingsOutlined = exports.ShippingOutlined = exports.Menu = exports.OrderBox = exports.MultiReffe = exports.OfflineCache = exports.Bitcoin = exports.PayPal = exports.Lock = exports.GlobalShipping = exports.ChevronLeft = exports.Css3 = exports.Warning = exports.Enter = exports.Spinner = exports.StarOutlined = exports.StoreAddress = exports.Store = exports.LanguagesFilled = exports.Notifications = exports.CreditCardSecureOutlined = exports.CreditCardSecure = exports.Checkout = exports.Options = exports.BoxOutlined = exports.Shipping = exports.Refund = exports.CustomerDetails = exports.Customers = exports.Promote = exports.Edit = exports.CalendarFilled = exports.ColorPickerFilled = exports.Play = exports.CaretDown = exports.Images = exports.Link = exports.Hashtag = exports.TextArea = exports.Reffe = exports.Dropper = exports.ImageFilled = exports.ToggleOff = exports.ImageOutlined = exports.CheckOutlined = exports.ArrowLeft = exports.SEO = exports.Close = exports.Compose = exports.CloseOulined = exports.Code = exports.Delete = exports.Popup = exports.Profile = exports.Box = exports.Tags = exports.Calendar = exports.Portfolio = exports.Blog = exports.Settings = exports.Pages = exports.AnchorOutlined = exports.Anchor = exports.Check = exports.Star = exports.Share = exports.InfoCircle = exports.Text = exports.Empty = exports.Duplicate = exports.Counter = exports.CheckSmall = exports.CheckCircle = exports.Brush = exports.BlockSwitch = exports.Blocks = exports.ArrowRight = exports.AlignHorizontal = exports.QuestionCircle = exports.PlusCircle = exports.Active = void 0;
4
4
  var Active_1 = require("./icons/Active");
5
5
  Object.defineProperty(exports, "Active", { enumerable: true, get: function () { return Active_1.Active; } });
6
6
  var PlusCircle_1 = require("./icons/PlusCircle");
@@ -217,6 +217,8 @@ var Attachment_1 = require("./icons/Attachment");
217
217
  Object.defineProperty(exports, "Attachment", { enumerable: true, get: function () { return Attachment_1.Attachment; } });
218
218
  var Mention_1 = require("./icons/Mention");
219
219
  Object.defineProperty(exports, "Mention", { enumerable: true, get: function () { return Mention_1.Mention; } });
220
+ var Taxes_1 = require("./icons/Taxes");
221
+ Object.defineProperty(exports, "Taxes", { enumerable: true, get: function () { return Taxes_1.Taxes; } });
220
222
  var Tax_1 = require("./icons/Tax");
221
223
  Object.defineProperty(exports, "Tax", { enumerable: true, get: function () { return Tax_1.Tax; } });
222
224
  var Redirect_1 = require("./icons/Redirect");
@@ -233,3 +235,5 @@ var BrizyLogo_1 = require("./icons/BrizyLogo");
233
235
  Object.defineProperty(exports, "BrizyLogo", { enumerable: true, get: function () { return BrizyLogo_1.BrizyLogo; } });
234
236
  var NotificationsOutlined_1 = require("./icons/NotificationsOutlined");
235
237
  Object.defineProperty(exports, "NotificationsOutlined", { enumerable: true, get: function () { return NotificationsOutlined_1.NotificationsOutlined; } });
238
+ var Discounts_1 = require("./icons/Discounts");
239
+ Object.defineProperty(exports, "Discounts", { enumerable: true, get: function () { return Discounts_1.Discounts; } });
package/package-lock.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brizy/ui-icons",
3
- "version": "0.0.27",
3
+ "version": "0.0.30",
4
4
  "lockfileVersion": 1,
5
5
  "requires": true,
6
6
  "dependencies": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brizy/ui-icons",
3
- "version": "0.0.27",
3
+ "version": "0.0.30",
4
4
  "description": "Icons for @brizy-ui",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",