mblabs-roccato-frontend-commons 0.2.1 → 0.2.2
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.
|
@@ -9999,7 +9999,7 @@ function WRe(n) {
|
|
|
9999
9999
|
}
|
|
10000
10000
|
function GRe(n) {
|
|
10001
10001
|
return /* @__PURE__ */ p.jsxs("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...n, children: [
|
|
10002
|
-
/* @__PURE__ */ p.jsxs("g", {
|
|
10002
|
+
/* @__PURE__ */ p.jsxs("g", { clipPath: "url(#clip0_1046_3580)", children: [
|
|
10003
10003
|
/* @__PURE__ */ p.jsx("path", { d: "M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z", fill: "#6DA544" }),
|
|
10004
10004
|
/* @__PURE__ */ p.jsx("path", { d: "M11.9999 4.69611L21.913 12.0004L11.9999 19.3048L2.08691 12.0004L11.9999 4.69611Z", fill: "#FFDA44" }),
|
|
10005
10005
|
/* @__PURE__ */ p.jsx("path", { d: "M12.0001 16.1738C14.3052 16.1738 16.174 14.3051 16.174 11.9999C16.174 9.69476 14.3052 7.82605 12.0001 7.82605C9.69489 7.82605 7.82617 9.69476 7.82617 11.9999C7.82617 14.3051 9.69489 16.1738 12.0001 16.1738Z", fill: "#F0F0F0" }),
|
|
@@ -10011,7 +10011,7 @@ function GRe(n) {
|
|
|
10011
10011
|
}
|
|
10012
10012
|
function URe(n) {
|
|
10013
10013
|
return /* @__PURE__ */ p.jsxs("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...n, children: [
|
|
10014
|
-
/* @__PURE__ */ p.jsxs("g", {
|
|
10014
|
+
/* @__PURE__ */ p.jsxs("g", { clipPath: "url(#clip0_1046_3708)", children: [
|
|
10015
10015
|
/* @__PURE__ */ p.jsx("path", { d: "M0 11.9992C0 13.4671 0.264047 14.8731 0.746391 16.1731L12 17.2166L23.2536 16.1731C23.736 14.8731 24 13.4671 24 11.9992C24 10.5314 23.736 9.12533 23.2536 7.82534L12 6.78186L0.746391 7.82534C0.264047 9.12533 0 10.5314 0 11.9992Z", fill: "#FFDA44" }),
|
|
10016
10016
|
/* @__PURE__ */ p.jsx("path", { d: "M23.2553 7.82574C21.5597 3.25618 17.1612 -0.000366211 12.0017 -0.000366211C6.84208 -0.000366211 2.44356 3.25618 0.748047 7.82574H23.2553Z", fill: "#D80027" }),
|
|
10017
10017
|
/* @__PURE__ */ p.jsx("path", { d: "M0.74707 16.174C2.44259 20.7435 6.8411 24.0001 12.0007 24.0001C17.1603 24.0001 21.5588 20.7435 23.2543 16.174H0.74707Z", fill: "#D80027" })
|
|
@@ -10021,7 +10021,7 @@ function URe(n) {
|
|
|
10021
10021
|
}
|
|
10022
10022
|
function qRe(n) {
|
|
10023
10023
|
return /* @__PURE__ */ p.jsxs("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...n, children: [
|
|
10024
|
-
/* @__PURE__ */ p.jsxs("g", {
|
|
10024
|
+
/* @__PURE__ */ p.jsxs("g", { clipPath: "url(#clip0_1046_3723)", children: [
|
|
10025
10025
|
/* @__PURE__ */ p.jsx("path", { d: "M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z", fill: "#F0F0F0" }),
|
|
10026
10026
|
/* @__PURE__ */ p.jsx("path", { d: "M11.4775 12H23.9993C23.9993 10.9169 23.8549 9.86761 23.5859 8.86951H11.4775V12Z", fill: "#D80027" }),
|
|
10027
10027
|
/* @__PURE__ */ p.jsx("path", { d: "M11.4775 5.73848H22.238C21.5034 4.5398 20.5642 3.48028 19.4691 2.60803H11.4775V5.73848Z", fill: "#D80027" }),
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@ import { ComponentProps } from 'react';
|
|
|
3
3
|
export function BrIcon(props: ComponentProps<'svg'>) {
|
|
4
4
|
return (
|
|
5
5
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
|
|
6
|
-
<g
|
|
6
|
+
<g clipPath="url(#clip0_1046_3580)">
|
|
7
7
|
<path d="M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z" fill="#6DA544"/>
|
|
8
8
|
<path d="M11.9999 4.69611L21.913 12.0004L11.9999 19.3048L2.08691 12.0004L11.9999 4.69611Z" fill="#FFDA44"/>
|
|
9
9
|
<path d="M12.0001 16.1738C14.3052 16.1738 16.174 14.3051 16.174 11.9999C16.174 9.69476 14.3052 7.82605 12.0001 7.82605C9.69489 7.82605 7.82617 9.69476 7.82617 11.9999C7.82617 14.3051 9.69489 16.1738 12.0001 16.1738Z" fill="#F0F0F0"/>
|
|
@@ -3,7 +3,7 @@ import { ComponentProps } from 'react';
|
|
|
3
3
|
export function EsIcon(props: ComponentProps<'svg'>) {
|
|
4
4
|
return (
|
|
5
5
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
|
|
6
|
-
<g
|
|
6
|
+
<g clipPath="url(#clip0_1046_3708)">
|
|
7
7
|
<path d="M0 11.9992C0 13.4671 0.264047 14.8731 0.746391 16.1731L12 17.2166L23.2536 16.1731C23.736 14.8731 24 13.4671 24 11.9992C24 10.5314 23.736 9.12533 23.2536 7.82534L12 6.78186L0.746391 7.82534C0.264047 9.12533 0 10.5314 0 11.9992Z" fill="#FFDA44"/>
|
|
8
8
|
<path d="M23.2553 7.82574C21.5597 3.25618 17.1612 -0.000366211 12.0017 -0.000366211C6.84208 -0.000366211 2.44356 3.25618 0.748047 7.82574H23.2553Z" fill="#D80027"/>
|
|
9
9
|
<path d="M0.74707 16.174C2.44259 20.7435 6.8411 24.0001 12.0007 24.0001C17.1603 24.0001 21.5588 20.7435 23.2543 16.174H0.74707Z" fill="#D80027"/>
|
|
@@ -3,7 +3,7 @@ import { ComponentProps } from 'react';
|
|
|
3
3
|
export function UsIcon(props: ComponentProps<'svg'>) {
|
|
4
4
|
return (
|
|
5
5
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
|
|
6
|
-
<g
|
|
6
|
+
<g clipPath="url(#clip0_1046_3723)">
|
|
7
7
|
<path d="M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z" fill="#F0F0F0"/>
|
|
8
8
|
<path d="M11.4775 12H23.9993C23.9993 10.9169 23.8549 9.86761 23.5859 8.86951H11.4775V12Z" fill="#D80027"/>
|
|
9
9
|
<path d="M11.4775 5.73848H22.238C21.5034 4.5398 20.5642 3.48028 19.4691 2.60803H11.4775V5.73848Z" fill="#D80027"/>
|