@brizy/ui-icons 0.0.35 → 0.0.37

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,3 @@
1
+ import { ReactElement } from "react";
2
+ import { Props } from "../types";
3
+ export declare const Circle2: ({ className, onClick, style }: Props) => ReactElement;
@@ -0,0 +1,15 @@
1
+ import React, { useEffect, useRef } from "react";
2
+ export const Circle2 = ({ className, onClick, style }) => {
3
+ const scriptRef = useRef(null);
4
+ useEffect(() => {
5
+ if (scriptRef && scriptRef.current) {
6
+ scriptRef.current.innerHTML = `!function(){function t(t){this.element=t,this.animationId,this.start=null,this.init()}if(!window.requestAnimationFrame){var i=null;window.requestAnimationFrame=function(t,n){var e=(new Date).getTime();i||(i=e);var a=Math.max(0,16-(e-i)),o=window.setTimeout(function(){t(e+a)},a);return i=e+a,o}}t.prototype.init=function(){var t=this;this.animationId=window.requestAnimationFrame(t.triggerAnimation.bind(t))},t.prototype.reset=function(){var t=this;window.cancelAnimationFrame(t.animationId)},t.prototype.triggerAnimation=function(t){var i=this;this.start||(this.start=t);var n=t-this.start;504>n||(this.start=this.start+504),this.element.setAttribute("transform","rotate("+Math.min(n/1.4,360)+" 8 8)");if(document.documentElement.contains(this.element))window.requestAnimationFrame(i.triggerAnimation.bind(i))};var n=document.getElementsByClassName("nc-loop_circle-02-16"),e=[];if(n)for(var a=0;n.length>a;a++)!function(i){e.push(new t(n[i]))}(a);document.addEventListener("visibilitychange",function(){"hidden"==document.visibilityState?e.forEach(function(t){t.reset()}):e.forEach(function(t){t.init()})})}();`;
7
+ }
8
+ }, []);
9
+ return (React.createElement("svg", { className: className, style: style, onClick: onClick, viewBox: "0 0 16 16", width: "1em", height: "1em" },
10
+ React.createElement("g", null,
11
+ React.createElement("g", { className: "nc-loop_circle-02-16", transform: "rotate(359.71071426823204 8 8)" },
12
+ React.createElement("path", { opacity: "0.4", fill: "currentColor", d: "M8,16c-4.4111328,0-8-3.5888672-8-8s3.5888672-8,8-8s8,3.5888672,8,8S12.4111328,16,8,16z M8,2C4.6914062,2,2,4.6914062,2,8s2.6914062,6,6,6s6-2.6914062,6-6S11.3085938,2,8,2z" }),
13
+ React.createElement("path", { "data-color": "color-2", d: "M16,8h-2c0-3.3085938-2.6914062-6-6-6V0C12.4111328,0,16,3.5888672,16,8z" })),
14
+ React.createElement("script", { ref: scriptRef }))));
15
+ };
@@ -0,0 +1,3 @@
1
+ import { ReactElement } from "react";
2
+ import { Props } from "../types";
3
+ export declare const CircleRemove: ({ className, onClick, style }: Props) => ReactElement;
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ export const CircleRemove = ({ className, onClick, style }) => (React.createElement("svg", { className: className, style: style, onClick: onClick, viewBox: "0 0 16 16", width: "1em", height: "1em" },
3
+ React.createElement("g", null,
4
+ React.createElement("g", null,
5
+ React.createElement("path", { fill: "currentColor", d: "M8,0C3.6,0,0,3.6,0,8s3.6,8,8,8s8-3.6,8-8S12.4,0,8,0z M11.5,10.1l-1.4,1.4L8,9.4l-2.1,2.1l-1.4-1.4L6.6,8 L4.5,5.9l1.4-1.4L8,6.6l2.1-2.1l1.4,1.4L9.4,8L11.5,10.1z" })))));
@@ -0,0 +1,3 @@
1
+ import { ReactElement } from "react";
2
+ import { Props } from "../types";
3
+ export declare const HrzAlignLeft: ({ className, onClick, style }: Props) => ReactElement;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ export const HrzAlignLeft = ({ className, onClick, style }) => (React.createElement("svg", { className: className, style: style, onClick: onClick, viewBox: "0 0 16 16", width: "1em", height: "1em" },
3
+ React.createElement("g", { stroke: "none", fill: "none", strokeWidth: "1", fillRule: "evenodd" },
4
+ React.createElement("path", { d: "M1,0 L15,0 C15.5522847,-1.01453063e-16 16,0.44771525 16,1 L16,15 C16,15.5522847 15.5522847,16 15,16 L1,16 C0.44771525,16 6.76353751e-17,15.5522847 0,15 L0,1 C-6.76353751e-17,0.44771525 0.44771525,1.01453063e-16 1,0 Z M5,4 C5,3.44771525 4.55228475,3 4,3 C3.44771525,3 3,3.44771525 3,4 L3,12 C3,12.5522847 3.44771525,13 4,13 C4.55228475,13 5,12.5522847 5,12 L5,4 Z", fill: "currentColor", fillRule: "nonzero" }))));
@@ -0,0 +1,3 @@
1
+ import { ReactElement } from "react";
2
+ import { Props } from "../types";
3
+ export declare const HrzAlignRight: ({ className, onClick, style }: Props) => ReactElement;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ export const HrzAlignRight = ({ className, onClick, style }) => (React.createElement("svg", { className: className, style: style, onClick: onClick, viewBox: "0 0 16 16", width: "1em", height: "1em" },
3
+ React.createElement("g", { stroke: "none", fill: "none", strokeWidth: "1", fillRule: "evenodd" },
4
+ React.createElement("path", { d: "M1,0 L15,0 C15.5522847,-1.01453063e-16 16,0.44771525 16,1 L16,15 C16,15.5522847 15.5522847,16 15,16 L1,16 C0.44771525,16 6.76353751e-17,15.5522847 0,15 L0,1 C-6.76353751e-17,0.44771525 0.44771525,1.01453063e-16 1,0 Z M13,4 C13,3.44771525 12.5522847,3 12,3 C11.4477153,3 11,3.44771525 11,4 L11,12 C11,12.5522847 11.4477153,13 12,13 C12.5522847,13 13,12.5522847 13,12 L13,4 Z", fill: "currentColor", fillRule: "nonzero" }))));
@@ -0,0 +1,3 @@
1
+ import { ReactElement } from "react";
2
+ import { Props } from "../types";
3
+ export declare const StreDown: ({ className, onClick, style }: Props) => ReactElement;
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ export const StreDown = ({ className, onClick, style }) => (React.createElement("svg", { className: className, style: style, onClick: onClick, viewBox: "0 0 16 16", width: "1em", height: "1em" },
3
+ React.createElement("g", null,
4
+ React.createElement("g", null,
5
+ React.createElement("path", { fill: "currentColor", d: "M8,12c-0.232,0-0.463-0.08-0.651-0.241l-7.759-6.65L0.892,3.59L8,9.683l7.108-6.093l1.302,1.519l-7.759,6.65 C8.463,11.92,8.232,12,8,12z" })))));
@@ -0,0 +1,3 @@
1
+ import { ReactElement } from "react";
2
+ import { Props } from "../types";
3
+ export declare const StreUp: ({ className, onClick, style }: Props) => ReactElement;
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ export const StreUp = ({ className, onClick, style }) => (React.createElement("svg", { className: className, style: style, onClick: onClick, viewBox: "0 0 16 16", width: "1em", height: "1em" },
3
+ React.createElement("g", null,
4
+ React.createElement("g", null,
5
+ React.createElement("path", { fill: "currentColor", d: "M15.108,12.41L8,6.317L0.892,12.41l-1.302-1.519l7.759-6.65c0.375-0.322,0.927-0.322,1.302,0l7.759,6.65 L15.108,12.41z" })))));
@@ -0,0 +1,3 @@
1
+ import { ReactElement } from "react";
2
+ import { Props } from "../types";
3
+ export declare const Unlock: ({ className, onClick, style }: Props) => ReactElement;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ export const Unlock = ({ className, onClick, style }) => (React.createElement("svg", { className: className, style: style, onClick: onClick, viewBox: "0 0 16 16", width: "1em", height: "1em" },
3
+ React.createElement("g", { stroke: "none", fill: "none", strokeWidth: "1", fillRule: "evenodd" },
4
+ React.createElement("path", { d: "M12.4285714,6.85714286 L13.5714286,6.85714286 C14.2022857,6.85714286 14.7142857,7.33500952 14.7142857,7.92380952 L14.7142857,14.9333333 C14.7142857,15.5221333 14.2022857,16 13.5714286,16 L2.14285714,16 C1.512,16 1,15.5221333 1,14.9333333 L1,7.92380952 C1,7.33500952 1.512,6.85714286 2.14285714,6.85714286 L3.28571429,6.85714286 L3.28571429,4.26666667 C3.28571429,1.9136 5.336,-6.66133815e-15 7.85714286,-6.66133815e-15 C8.53030448,-6.66133815e-15 9.16989753,0.13642531 9.74585668,0.381214976 L8.42808974,2.35786538 C8.24554015,2.31077053 8.05421864,2.28571429 7.85714286,2.28571429 C6.59657143,2.28571429 5.57142857,3.31085714 5.57142857,4.57142857 L5.57142857,6.85714286 L10,6.85714286 L12.4285714,6.85714286 Z", fill: "currentColor", fillRule: "nonzero" }))));
package/es/index.d.ts CHANGED
@@ -117,6 +117,11 @@ export { BrizyLogo } from "./icons/BrizyLogo";
117
117
  export { NotificationsOutlined } from "./icons/NotificationsOutlined";
118
118
  export { Discounts } from "./icons/Discounts";
119
119
  export { Reverse } from "./icons/Reverse";
120
+ export { StreUp } from "./icons/StreUp";
121
+ export { StreDown } from "./icons/StreDown";
122
+ export { CircleRemove } from "./icons/CircleRemove";
123
+ export { Circle2 } from "./icons/Circle2";
124
+ export { Unlock } from "./icons/Unlock";
120
125
  export { MinistryBrandsSermonList } from "./icons/MinistryBrandsSermonList";
121
126
  export { MinistryBrandsSermonDetail } from "./icons/MinistryBrandsSermonDetail";
122
127
  export { MinistryBrandsSermonFeatured } from "./icons/MinistryBrandsSermonFeatured";
@@ -135,6 +140,8 @@ export { TextAlignCenter } from "./icons/TextAlignCenter";
135
140
  export { TextAlignLeft } from "./icons/TextAlignLeft";
136
141
  export { TextAlignRight } from "./icons/TextAlignRight";
137
142
  export { TextAlignJustify } from "./icons/TextAlignJustify";
143
+ export { HrzAlignLeft } from "./icons/HrzAlignLeft";
144
+ export { HrzAlignRight } from "./icons/HrzAlignRight";
138
145
  export { MediaImage } from "./icons/MediaImage";
139
146
  export { MediaVideo } from "./icons/MediaVideo";
140
147
  export { MediaMap } from "./icons/MediaMap";
package/es/index.js CHANGED
@@ -117,6 +117,11 @@ export { BrizyLogo } from "./icons/BrizyLogo";
117
117
  export { NotificationsOutlined } from "./icons/NotificationsOutlined";
118
118
  export { Discounts } from "./icons/Discounts";
119
119
  export { Reverse } from "./icons/Reverse";
120
+ export { StreUp } from "./icons/StreUp";
121
+ export { StreDown } from "./icons/StreDown";
122
+ export { CircleRemove } from "./icons/CircleRemove";
123
+ export { Circle2 } from "./icons/Circle2";
124
+ export { Unlock } from "./icons/Unlock";
120
125
  // Ministry Brands
121
126
  export { MinistryBrandsSermonList } from "./icons/MinistryBrandsSermonList";
122
127
  export { MinistryBrandsSermonDetail } from "./icons/MinistryBrandsSermonDetail";
@@ -137,6 +142,9 @@ export { TextAlignCenter } from "./icons/TextAlignCenter";
137
142
  export { TextAlignLeft } from "./icons/TextAlignLeft";
138
143
  export { TextAlignRight } from "./icons/TextAlignRight";
139
144
  export { TextAlignJustify } from "./icons/TextAlignJustify";
145
+ // Text Align
146
+ export { HrzAlignLeft } from "./icons/HrzAlignLeft";
147
+ export { HrzAlignRight } from "./icons/HrzAlignRight";
140
148
  // Media
141
149
  export { MediaImage } from "./icons/MediaImage";
142
150
  export { MediaVideo } from "./icons/MediaVideo";
@@ -0,0 +1,3 @@
1
+ import { ReactElement } from "react";
2
+ import { Props } from "../types";
3
+ export declare const Circle2: ({ className, onClick, style }: Props) => ReactElement;
@@ -0,0 +1,37 @@
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.Circle2 = void 0;
23
+ const react_1 = __importStar(require("react"));
24
+ exports.Circle2 = ({ className, onClick, style }) => {
25
+ const scriptRef = react_1.useRef(null);
26
+ react_1.useEffect(() => {
27
+ if (scriptRef && scriptRef.current) {
28
+ scriptRef.current.innerHTML = `!function(){function t(t){this.element=t,this.animationId,this.start=null,this.init()}if(!window.requestAnimationFrame){var i=null;window.requestAnimationFrame=function(t,n){var e=(new Date).getTime();i||(i=e);var a=Math.max(0,16-(e-i)),o=window.setTimeout(function(){t(e+a)},a);return i=e+a,o}}t.prototype.init=function(){var t=this;this.animationId=window.requestAnimationFrame(t.triggerAnimation.bind(t))},t.prototype.reset=function(){var t=this;window.cancelAnimationFrame(t.animationId)},t.prototype.triggerAnimation=function(t){var i=this;this.start||(this.start=t);var n=t-this.start;504>n||(this.start=this.start+504),this.element.setAttribute("transform","rotate("+Math.min(n/1.4,360)+" 8 8)");if(document.documentElement.contains(this.element))window.requestAnimationFrame(i.triggerAnimation.bind(i))};var n=document.getElementsByClassName("nc-loop_circle-02-16"),e=[];if(n)for(var a=0;n.length>a;a++)!function(i){e.push(new t(n[i]))}(a);document.addEventListener("visibilitychange",function(){"hidden"==document.visibilityState?e.forEach(function(t){t.reset()}):e.forEach(function(t){t.init()})})}();`;
29
+ }
30
+ }, []);
31
+ return (react_1.default.createElement("svg", { className: className, style: style, onClick: onClick, viewBox: "0 0 16 16", width: "1em", height: "1em" },
32
+ react_1.default.createElement("g", null,
33
+ react_1.default.createElement("g", { className: "nc-loop_circle-02-16", transform: "rotate(359.71071426823204 8 8)" },
34
+ react_1.default.createElement("path", { opacity: "0.4", fill: "currentColor", d: "M8,16c-4.4111328,0-8-3.5888672-8-8s3.5888672-8,8-8s8,3.5888672,8,8S12.4111328,16,8,16z M8,2C4.6914062,2,2,4.6914062,2,8s2.6914062,6,6,6s6-2.6914062,6-6S11.3085938,2,8,2z" }),
35
+ react_1.default.createElement("path", { "data-color": "color-2", d: "M16,8h-2c0-3.3085938-2.6914062-6-6-6V0C12.4111328,0,16,3.5888672,16,8z" })),
36
+ react_1.default.createElement("script", { ref: scriptRef }))));
37
+ };
@@ -0,0 +1,3 @@
1
+ import { ReactElement } from "react";
2
+ import { Props } from "../types";
3
+ export declare const CircleRemove: ({ className, onClick, style }: Props) => ReactElement;
@@ -0,0 +1,11 @@
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.CircleRemove = void 0;
7
+ const react_1 = __importDefault(require("react"));
8
+ exports.CircleRemove = ({ className, onClick, style }) => (react_1.default.createElement("svg", { className: className, style: style, onClick: onClick, viewBox: "0 0 16 16", width: "1em", height: "1em" },
9
+ react_1.default.createElement("g", null,
10
+ react_1.default.createElement("g", null,
11
+ react_1.default.createElement("path", { fill: "currentColor", d: "M8,0C3.6,0,0,3.6,0,8s3.6,8,8,8s8-3.6,8-8S12.4,0,8,0z M11.5,10.1l-1.4,1.4L8,9.4l-2.1,2.1l-1.4-1.4L6.6,8 L4.5,5.9l1.4-1.4L8,6.6l2.1-2.1l1.4,1.4L9.4,8L11.5,10.1z" })))));
@@ -0,0 +1,3 @@
1
+ import { ReactElement } from "react";
2
+ import { Props } from "../types";
3
+ export declare const HrzAlignLeft: ({ className, onClick, style }: Props) => 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.HrzAlignLeft = void 0;
7
+ const react_1 = __importDefault(require("react"));
8
+ exports.HrzAlignLeft = ({ className, onClick, style }) => (react_1.default.createElement("svg", { className: className, style: style, onClick: onClick, viewBox: "0 0 16 16", width: "1em", height: "1em" },
9
+ react_1.default.createElement("g", { stroke: "none", fill: "none", strokeWidth: "1", fillRule: "evenodd" },
10
+ react_1.default.createElement("path", { d: "M1,0 L15,0 C15.5522847,-1.01453063e-16 16,0.44771525 16,1 L16,15 C16,15.5522847 15.5522847,16 15,16 L1,16 C0.44771525,16 6.76353751e-17,15.5522847 0,15 L0,1 C-6.76353751e-17,0.44771525 0.44771525,1.01453063e-16 1,0 Z M5,4 C5,3.44771525 4.55228475,3 4,3 C3.44771525,3 3,3.44771525 3,4 L3,12 C3,12.5522847 3.44771525,13 4,13 C4.55228475,13 5,12.5522847 5,12 L5,4 Z", fill: "currentColor", fillRule: "nonzero" }))));
@@ -0,0 +1,3 @@
1
+ import { ReactElement } from "react";
2
+ import { Props } from "../types";
3
+ export declare const HrzAlignRight: ({ className, onClick, style }: Props) => 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.HrzAlignRight = void 0;
7
+ const react_1 = __importDefault(require("react"));
8
+ exports.HrzAlignRight = ({ className, onClick, style }) => (react_1.default.createElement("svg", { className: className, style: style, onClick: onClick, viewBox: "0 0 16 16", width: "1em", height: "1em" },
9
+ react_1.default.createElement("g", { stroke: "none", fill: "none", strokeWidth: "1", fillRule: "evenodd" },
10
+ react_1.default.createElement("path", { d: "M1,0 L15,0 C15.5522847,-1.01453063e-16 16,0.44771525 16,1 L16,15 C16,15.5522847 15.5522847,16 15,16 L1,16 C0.44771525,16 6.76353751e-17,15.5522847 0,15 L0,1 C-6.76353751e-17,0.44771525 0.44771525,1.01453063e-16 1,0 Z M13,4 C13,3.44771525 12.5522847,3 12,3 C11.4477153,3 11,3.44771525 11,4 L11,12 C11,12.5522847 11.4477153,13 12,13 C12.5522847,13 13,12.5522847 13,12 L13,4 Z", fill: "currentColor", fillRule: "nonzero" }))));
@@ -0,0 +1,3 @@
1
+ import { ReactElement } from "react";
2
+ import { Props } from "../types";
3
+ export declare const StreDown: ({ className, onClick, style }: Props) => ReactElement;
@@ -0,0 +1,11 @@
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.StreDown = void 0;
7
+ const react_1 = __importDefault(require("react"));
8
+ exports.StreDown = ({ className, onClick, style }) => (react_1.default.createElement("svg", { className: className, style: style, onClick: onClick, viewBox: "0 0 16 16", width: "1em", height: "1em" },
9
+ react_1.default.createElement("g", null,
10
+ react_1.default.createElement("g", null,
11
+ react_1.default.createElement("path", { fill: "currentColor", d: "M8,12c-0.232,0-0.463-0.08-0.651-0.241l-7.759-6.65L0.892,3.59L8,9.683l7.108-6.093l1.302,1.519l-7.759,6.65 C8.463,11.92,8.232,12,8,12z" })))));
@@ -0,0 +1,3 @@
1
+ import { ReactElement } from "react";
2
+ import { Props } from "../types";
3
+ export declare const StreUp: ({ className, onClick, style }: Props) => ReactElement;
@@ -0,0 +1,11 @@
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.StreUp = void 0;
7
+ const react_1 = __importDefault(require("react"));
8
+ exports.StreUp = ({ className, onClick, style }) => (react_1.default.createElement("svg", { className: className, style: style, onClick: onClick, viewBox: "0 0 16 16", width: "1em", height: "1em" },
9
+ react_1.default.createElement("g", null,
10
+ react_1.default.createElement("g", null,
11
+ react_1.default.createElement("path", { fill: "currentColor", d: "M15.108,12.41L8,6.317L0.892,12.41l-1.302-1.519l7.759-6.65c0.375-0.322,0.927-0.322,1.302,0l7.759,6.65 L15.108,12.41z" })))));
@@ -0,0 +1,3 @@
1
+ import { ReactElement } from "react";
2
+ import { Props } from "../types";
3
+ export declare const Unlock: ({ className, onClick, style }: Props) => 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.Unlock = void 0;
7
+ const react_1 = __importDefault(require("react"));
8
+ exports.Unlock = ({ className, onClick, style }) => (react_1.default.createElement("svg", { className: className, style: style, onClick: onClick, viewBox: "0 0 16 16", width: "1em", height: "1em" },
9
+ react_1.default.createElement("g", { stroke: "none", fill: "none", strokeWidth: "1", fillRule: "evenodd" },
10
+ react_1.default.createElement("path", { d: "M12.4285714,6.85714286 L13.5714286,6.85714286 C14.2022857,6.85714286 14.7142857,7.33500952 14.7142857,7.92380952 L14.7142857,14.9333333 C14.7142857,15.5221333 14.2022857,16 13.5714286,16 L2.14285714,16 C1.512,16 1,15.5221333 1,14.9333333 L1,7.92380952 C1,7.33500952 1.512,6.85714286 2.14285714,6.85714286 L3.28571429,6.85714286 L3.28571429,4.26666667 C3.28571429,1.9136 5.336,-6.66133815e-15 7.85714286,-6.66133815e-15 C8.53030448,-6.66133815e-15 9.16989753,0.13642531 9.74585668,0.381214976 L8.42808974,2.35786538 C8.24554015,2.31077053 8.05421864,2.28571429 7.85714286,2.28571429 C6.59657143,2.28571429 5.57142857,3.31085714 5.57142857,4.57142857 L5.57142857,6.85714286 L10,6.85714286 L12.4285714,6.85714286 Z", fill: "currentColor", fillRule: "nonzero" }))));
package/lib/index.d.ts CHANGED
@@ -117,6 +117,11 @@ export { BrizyLogo } from "./icons/BrizyLogo";
117
117
  export { NotificationsOutlined } from "./icons/NotificationsOutlined";
118
118
  export { Discounts } from "./icons/Discounts";
119
119
  export { Reverse } from "./icons/Reverse";
120
+ export { StreUp } from "./icons/StreUp";
121
+ export { StreDown } from "./icons/StreDown";
122
+ export { CircleRemove } from "./icons/CircleRemove";
123
+ export { Circle2 } from "./icons/Circle2";
124
+ export { Unlock } from "./icons/Unlock";
120
125
  export { MinistryBrandsSermonList } from "./icons/MinistryBrandsSermonList";
121
126
  export { MinistryBrandsSermonDetail } from "./icons/MinistryBrandsSermonDetail";
122
127
  export { MinistryBrandsSermonFeatured } from "./icons/MinistryBrandsSermonFeatured";
@@ -135,6 +140,8 @@ export { TextAlignCenter } from "./icons/TextAlignCenter";
135
140
  export { TextAlignLeft } from "./icons/TextAlignLeft";
136
141
  export { TextAlignRight } from "./icons/TextAlignRight";
137
142
  export { TextAlignJustify } from "./icons/TextAlignJustify";
143
+ export { HrzAlignLeft } from "./icons/HrzAlignLeft";
144
+ export { HrzAlignRight } from "./icons/HrzAlignRight";
138
145
  export { MediaImage } from "./icons/MediaImage";
139
146
  export { MediaVideo } from "./icons/MediaVideo";
140
147
  export { MediaMap } from "./icons/MediaMap";
package/lib/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.MediaMap = exports.MediaVideo = exports.MediaImage = exports.TextAlignJustify = exports.TextAlignRight = exports.TextAlignLeft = exports.TextAlignCenter = exports.MinistryBrandsGroupSlider = exports.MinistryBrandsGroupLayout = exports.MinistryBrandsGroupFeatured = exports.MinistryBrandsGroupDetail = exports.MinistryBrandsGroupList = exports.MinistryBrandsEventCalendar = exports.MinistryBrandsEventLayout = exports.MinistryBrandsEventFeatured = exports.MinistryBrandsEventDetail = exports.MinistryBrandsEventList = exports.MinistryBrandsSermonLayout = exports.MinistryBrandsSermonFeatured = exports.MinistryBrandsSermonDetail = exports.MinistryBrandsSermonList = exports.Reverse = 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;
3
+ exports.MediaMap = exports.MediaVideo = exports.MediaImage = exports.HrzAlignRight = exports.HrzAlignLeft = exports.TextAlignJustify = exports.TextAlignRight = exports.TextAlignLeft = exports.TextAlignCenter = exports.MinistryBrandsGroupSlider = exports.MinistryBrandsGroupLayout = exports.MinistryBrandsGroupFeatured = exports.MinistryBrandsGroupDetail = exports.MinistryBrandsGroupList = exports.MinistryBrandsEventCalendar = exports.MinistryBrandsEventLayout = exports.MinistryBrandsEventFeatured = exports.MinistryBrandsEventDetail = exports.MinistryBrandsEventList = exports.MinistryBrandsSermonLayout = exports.MinistryBrandsSermonFeatured = exports.MinistryBrandsSermonDetail = exports.MinistryBrandsSermonList = exports.Unlock = exports.Circle2 = exports.CircleRemove = exports.StreDown = exports.StreUp = exports.Reverse = 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");
@@ -239,6 +239,16 @@ var Discounts_1 = require("./icons/Discounts");
239
239
  Object.defineProperty(exports, "Discounts", { enumerable: true, get: function () { return Discounts_1.Discounts; } });
240
240
  var Reverse_1 = require("./icons/Reverse");
241
241
  Object.defineProperty(exports, "Reverse", { enumerable: true, get: function () { return Reverse_1.Reverse; } });
242
+ var StreUp_1 = require("./icons/StreUp");
243
+ Object.defineProperty(exports, "StreUp", { enumerable: true, get: function () { return StreUp_1.StreUp; } });
244
+ var StreDown_1 = require("./icons/StreDown");
245
+ Object.defineProperty(exports, "StreDown", { enumerable: true, get: function () { return StreDown_1.StreDown; } });
246
+ var CircleRemove_1 = require("./icons/CircleRemove");
247
+ Object.defineProperty(exports, "CircleRemove", { enumerable: true, get: function () { return CircleRemove_1.CircleRemove; } });
248
+ var Circle2_1 = require("./icons/Circle2");
249
+ Object.defineProperty(exports, "Circle2", { enumerable: true, get: function () { return Circle2_1.Circle2; } });
250
+ var Unlock_1 = require("./icons/Unlock");
251
+ Object.defineProperty(exports, "Unlock", { enumerable: true, get: function () { return Unlock_1.Unlock; } });
242
252
  // Ministry Brands
243
253
  var MinistryBrandsSermonList_1 = require("./icons/MinistryBrandsSermonList");
244
254
  Object.defineProperty(exports, "MinistryBrandsSermonList", { enumerable: true, get: function () { return MinistryBrandsSermonList_1.MinistryBrandsSermonList; } });
@@ -277,6 +287,11 @@ var TextAlignRight_1 = require("./icons/TextAlignRight");
277
287
  Object.defineProperty(exports, "TextAlignRight", { enumerable: true, get: function () { return TextAlignRight_1.TextAlignRight; } });
278
288
  var TextAlignJustify_1 = require("./icons/TextAlignJustify");
279
289
  Object.defineProperty(exports, "TextAlignJustify", { enumerable: true, get: function () { return TextAlignJustify_1.TextAlignJustify; } });
290
+ // Text Align
291
+ var HrzAlignLeft_1 = require("./icons/HrzAlignLeft");
292
+ Object.defineProperty(exports, "HrzAlignLeft", { enumerable: true, get: function () { return HrzAlignLeft_1.HrzAlignLeft; } });
293
+ var HrzAlignRight_1 = require("./icons/HrzAlignRight");
294
+ Object.defineProperty(exports, "HrzAlignRight", { enumerable: true, get: function () { return HrzAlignRight_1.HrzAlignRight; } });
280
295
  // Media
281
296
  var MediaImage_1 = require("./icons/MediaImage");
282
297
  Object.defineProperty(exports, "MediaImage", { enumerable: true, get: function () { return MediaImage_1.MediaImage; } });
package/package-lock.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brizy/ui-icons",
3
- "version": "0.0.35",
3
+ "version": "0.0.37",
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.35",
3
+ "version": "0.0.37",
4
4
  "description": "Icons for @brizy-ui",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",