@raiadrogasil/pulso-react-components
Advanced tools
Comparing version 2.28.0 to 2.29.0
@@ -11,4 +11,4 @@ "use strict"; | ||
var styled_components_1 = __importDefault(require("styled-components")); | ||
var LogoStyled = styled_components_1.default.span(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n align-items: center;\n display: inline-flex;\n height: 48px;\n"], ["\n align-items: center;\n display: inline-flex;\n height: 48px;\n"]))); | ||
var LogoStyled = styled_components_1.default.span(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n align-items: center;\n display: inline-flex;\n min-height: 48px;\n"], ["\n align-items: center;\n display: inline-flex;\n min-height: 48px;\n"]))); | ||
exports.default = LogoStyled; | ||
var templateObject_1; |
@@ -1,2 +0,3 @@ | ||
declare const Logo: () => JSX.Element; | ||
export default Logo; | ||
import { LogoProps } from "./types"; | ||
declare const LogoDrogaRaia: ({ size, type, testID, }: LogoProps) => JSX.Element; | ||
export default LogoDrogaRaia; |
@@ -9,6 +9,19 @@ "use strict"; | ||
var DrogaraiaDefault_1 = __importDefault(require("./v2/DrogaraiaDefault")); | ||
var Logo = function () { | ||
return (react_1.default.createElement(Logo_styles_1.default, null, | ||
react_1.default.createElement(DrogaraiaDefault_1.default, null))); | ||
var DrogaraiaBlack_1 = __importDefault(require("./v2/DrogaraiaBlack")); | ||
var DrogaraiaWhite_1 = __importDefault(require("./v2/DrogaraiaWhite")); | ||
var utils_1 = require("./utils"); | ||
var LogoDrogaRaia = function (_a) { | ||
var _b = _a.size, size = _b === void 0 ? "medium" : _b, _c = _a.type, type = _c === void 0 ? "colored" : _c, _d = _a.testID, testID = _d === void 0 ? "logoRaia" : _d; | ||
var loadLogo = function () { | ||
if (type === "colored") | ||
return react_1.default.createElement(DrogaraiaDefault_1.default, { size: utils_1.MAP_SIZE_DROGARAIA[size] }); | ||
if (type === "black") | ||
return react_1.default.createElement(DrogaraiaBlack_1.default, { size: utils_1.MAP_SIZE_DROGARAIA[size] }); | ||
if (type === "white") | ||
return react_1.default.createElement(DrogaraiaWhite_1.default, { size: utils_1.MAP_SIZE_DROGARAIA[size] }); | ||
else | ||
return react_1.default.createElement(DrogaraiaDefault_1.default, { size: utils_1.MAP_SIZE_DROGARAIA[size] }); | ||
}; | ||
return react_1.default.createElement(Logo_styles_1.default, { "data-testid": testID }, loadLogo()); | ||
}; | ||
exports.default = Logo; | ||
exports.default = LogoDrogaRaia; |
@@ -11,4 +11,4 @@ "use strict"; | ||
return (react_1.default.createElement(Logo_styles_1.default, null, | ||
react_1.default.createElement(DrogaraiaBlack_1.default, null))); | ||
react_1.default.createElement(DrogaraiaBlack_1.default, { size: { width: "153", height: "64" } }))); | ||
}; | ||
exports.default = Logo; |
@@ -1,2 +0,3 @@ | ||
declare const Logo: () => JSX.Element; | ||
export default Logo; | ||
import { LogoProps } from "./types"; | ||
declare const LogoDrogaRaiaWhite: ({ size, type, }: LogoProps) => JSX.Element; | ||
export default LogoDrogaRaiaWhite; |
@@ -9,6 +9,8 @@ "use strict"; | ||
var DrogaraiaWhite_1 = __importDefault(require("./v2/DrogaraiaWhite")); | ||
var Logo = function () { | ||
var utils_1 = require("./utils"); | ||
var LogoDrogaRaiaWhite = function (_a) { | ||
var _b = _a.size, size = _b === void 0 ? "medium" : _b, _c = _a.type, type = _c === void 0 ? "colored" : _c; | ||
return (react_1.default.createElement(Logo_styles_1.default, null, | ||
react_1.default.createElement(DrogaraiaWhite_1.default, null))); | ||
react_1.default.createElement(DrogaraiaWhite_1.default, { size: utils_1.MAP_SIZE_DROGARAIA[size] }))); | ||
}; | ||
exports.default = Logo; | ||
exports.default = LogoDrogaRaiaWhite; |
@@ -1,2 +0,3 @@ | ||
declare const Logo: () => JSX.Element; | ||
export default Logo; | ||
import { LogoProps } from "./types"; | ||
declare const LogoDrogasil: ({ size, type, testID, }: LogoProps) => JSX.Element; | ||
export default LogoDrogasil; |
@@ -9,6 +9,19 @@ "use strict"; | ||
var DrogasilDefault_1 = __importDefault(require("./v2/DrogasilDefault")); | ||
var Logo = function () { | ||
return (react_1.default.createElement(Logo_styles_1.default, null, | ||
react_1.default.createElement(DrogasilDefault_1.default, null))); | ||
var DrogasilBlack_1 = __importDefault(require("./v2/DrogasilBlack")); | ||
var DrogasilWhite_1 = __importDefault(require("./v2/DrogasilWhite")); | ||
var utils_1 = require("./utils"); | ||
var LogoDrogasil = function (_a) { | ||
var _b = _a.size, size = _b === void 0 ? "small" : _b, _c = _a.type, type = _c === void 0 ? "colored" : _c, testID = _a.testID; | ||
var loadLogo = function () { | ||
if (type === "colored") | ||
return react_1.default.createElement(DrogasilDefault_1.default, { size: utils_1.MAP_SIZE_DROGASIL[size] }); | ||
if (type === "black") | ||
return react_1.default.createElement(DrogasilBlack_1.default, { size: utils_1.MAP_SIZE_DROGASIL[size] }); | ||
if (type === "white") | ||
return react_1.default.createElement(DrogasilWhite_1.default, { size: utils_1.MAP_SIZE_DROGASIL[size] }); | ||
else | ||
return react_1.default.createElement(DrogasilDefault_1.default, { size: utils_1.MAP_SIZE_DROGASIL[size] }); | ||
}; | ||
return react_1.default.createElement(Logo_styles_1.default, { "data-testid": testID }, loadLogo()); | ||
}; | ||
exports.default = Logo; | ||
exports.default = LogoDrogasil; |
@@ -11,4 +11,4 @@ "use strict"; | ||
return (react_1.default.createElement(Logo_styles_1.default, null, | ||
react_1.default.createElement(DrogasilBlack_1.default, null))); | ||
react_1.default.createElement(DrogasilBlack_1.default, { size: { width: "149", height: "48" } }))); | ||
}; | ||
exports.default = Logo; |
@@ -8,7 +8,7 @@ "use strict"; | ||
var Logo_styles_1 = __importDefault(require("./Logo.styles")); | ||
var DrogasilWhite_1 = __importDefault(require("./v2/DrogasilWhite")); | ||
var DrogasilInverse_1 = __importDefault(require("./v2/DrogasilInverse")); | ||
var Logo = function () { | ||
return (react_1.default.createElement(Logo_styles_1.default, null, | ||
react_1.default.createElement(DrogasilWhite_1.default, null))); | ||
react_1.default.createElement(DrogasilInverse_1.default, null))); | ||
}; | ||
exports.default = Logo; |
@@ -1,2 +0,3 @@ | ||
declare const Logo: () => JSX.Element; | ||
export default Logo; | ||
import { LogoProps } from "./types"; | ||
declare const LogoRaia: ({ size, type, testID, }: LogoProps) => JSX.Element; | ||
export default LogoRaia; |
@@ -8,7 +8,20 @@ "use strict"; | ||
var Logo_styles_1 = __importDefault(require("./Logo.styles")); | ||
var RaiaDefault_1 = __importDefault(require("./RaiaDefault")); | ||
var Logo = function () { | ||
return (react_1.default.createElement(Logo_styles_1.default, null, | ||
react_1.default.createElement(RaiaDefault_1.default, null))); | ||
var DrogaraiaDefault_1 = __importDefault(require("./v2/DrogaraiaDefault")); | ||
var DrogaraiaBlack_1 = __importDefault(require("./v2/DrogaraiaBlack")); | ||
var DrogaraiaWhite_1 = __importDefault(require("./v2/DrogaraiaWhite")); | ||
var utils_1 = require("./utils"); | ||
var LogoRaia = function (_a) { | ||
var _b = _a.size, size = _b === void 0 ? "medium" : _b, _c = _a.type, type = _c === void 0 ? "colored" : _c, _d = _a.testID, testID = _d === void 0 ? "logoRaia" : _d; | ||
var loadLogo = function () { | ||
if (type === "colored") | ||
return react_1.default.createElement(DrogaraiaDefault_1.default, { size: utils_1.MAP_SIZE_DROGARAIA[size] }); | ||
if (type === "black") | ||
return react_1.default.createElement(DrogaraiaBlack_1.default, { size: utils_1.MAP_SIZE_DROGARAIA[size] }); | ||
if (type === "white") | ||
return react_1.default.createElement(DrogaraiaWhite_1.default, { size: utils_1.MAP_SIZE_DROGARAIA[size] }); | ||
else | ||
return react_1.default.createElement(DrogaraiaDefault_1.default, { size: utils_1.MAP_SIZE_DROGARAIA[size] }); | ||
}; | ||
return react_1.default.createElement(Logo_styles_1.default, { "data-testid": testID }, loadLogo()); | ||
}; | ||
exports.default = Logo; | ||
exports.default = LogoRaia; |
@@ -8,7 +8,7 @@ "use strict"; | ||
var Logo_styles_1 = __importDefault(require("./Logo.styles")); | ||
var RaiaBlack_1 = __importDefault(require("./RaiaBlack")); | ||
var DrogaraiaBlack_1 = __importDefault(require("./v2/DrogaraiaBlack")); | ||
var Logo = function () { | ||
return (react_1.default.createElement(Logo_styles_1.default, null, | ||
react_1.default.createElement(RaiaBlack_1.default, null))); | ||
react_1.default.createElement(DrogaraiaBlack_1.default, { size: { width: "153", height: "64" } }))); | ||
}; | ||
exports.default = Logo; |
@@ -8,7 +8,7 @@ "use strict"; | ||
var Logo_styles_1 = __importDefault(require("./Logo.styles")); | ||
var RaiaWhite_1 = __importDefault(require("./RaiaWhite")); | ||
var DrogaraiaWhite_1 = __importDefault(require("./v2/DrogaraiaWhite")); | ||
var Logo = function () { | ||
return (react_1.default.createElement(Logo_styles_1.default, null, | ||
react_1.default.createElement(RaiaWhite_1.default, null))); | ||
react_1.default.createElement(DrogaraiaWhite_1.default, { size: { width: "153", height: "64" } }))); | ||
}; | ||
exports.default = Logo; |
@@ -1,2 +0,3 @@ | ||
declare const Logo: () => JSX.Element; | ||
export default Logo; | ||
import { LogoProps } from "./types"; | ||
declare const LogoVitat: ({ size, type, testID, }: LogoProps) => JSX.Element; | ||
export default LogoVitat; |
@@ -9,6 +9,19 @@ "use strict"; | ||
var VitatDefault_1 = __importDefault(require("./v2/VitatDefault")); | ||
var Logo = function () { | ||
return (react_1.default.createElement(Logo_styles_1.default, null, | ||
react_1.default.createElement(VitatDefault_1.default, null))); | ||
var VitatBlack_1 = __importDefault(require("./v2/VitatBlack")); | ||
var VitatWhite_1 = __importDefault(require("./v2/VitatWhite")); | ||
var utils_1 = require("./utils"); | ||
var LogoVitat = function (_a) { | ||
var _b = _a.size, size = _b === void 0 ? "medium" : _b, _c = _a.type, type = _c === void 0 ? "colored" : _c, testID = _a.testID; | ||
var loadLogo = function () { | ||
if (type === "colored") | ||
return react_1.default.createElement(VitatDefault_1.default, { size: utils_1.MAP_SIZE_VITAT[size] }); | ||
if (type === "black") | ||
return react_1.default.createElement(VitatBlack_1.default, { size: utils_1.MAP_SIZE_VITAT[size] }); | ||
if (type === "white") | ||
return react_1.default.createElement(VitatWhite_1.default, { size: utils_1.MAP_SIZE_VITAT[size] }); | ||
else | ||
return react_1.default.createElement(VitatDefault_1.default, { size: utils_1.MAP_SIZE_VITAT[size] }); | ||
}; | ||
return react_1.default.createElement(Logo_styles_1.default, { "data-testid": testID }, loadLogo()); | ||
}; | ||
exports.default = Logo; | ||
exports.default = LogoVitat; |
@@ -11,4 +11,4 @@ "use strict"; | ||
return (react_1.default.createElement(Logo_styles_1.default, null, | ||
react_1.default.createElement(VitatBlack_1.default, null))); | ||
react_1.default.createElement(VitatBlack_1.default, { size: { width: "134", height: "64" } }))); | ||
}; | ||
exports.default = Logo; |
@@ -11,4 +11,4 @@ "use strict"; | ||
return (react_1.default.createElement(Logo_styles_1.default, null, | ||
react_1.default.createElement(VitatWhite_1.default, null))); | ||
react_1.default.createElement(VitatWhite_1.default, { size: { width: "134", height: "64" } }))); | ||
}; | ||
exports.default = Logo; |
@@ -1,3 +0,3 @@ | ||
import React from "react"; | ||
declare const RaiaBlack: (props: React.SVGProps<SVGSVGElement>) => JSX.Element; | ||
export default RaiaBlack; | ||
import * as React from "react"; | ||
declare function SvgRaiaBlack(props: React.SVGProps<SVGSVGElement>): JSX.Element; | ||
export default SvgRaiaBlack; |
@@ -13,9 +13,31 @@ "use strict"; | ||
}; | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { | ||
Object.defineProperty(o, "default", { enumerable: true, value: v }); | ||
}) : function(o, v) { | ||
o["default"] = v; | ||
}); | ||
var __importStar = (this && this.__importStar) || function (mod) { | ||
if (mod && mod.__esModule) return mod; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
return result; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var react_1 = __importDefault(require("react")); | ||
var RaiaBlack = function (props) { return (react_1.default.createElement("svg", __assign({ width: 108, height: 48, fill: "none" }, props), | ||
react_1.default.createElement("path", { fill: "#000", d: "M51.394 23.354c2.843 1.54 3.726 4.916 3.09 10.223a.797.797 0 0 1-.794.713h-3.523a.805.805 0 0 1-.795-.9c.76-6.456-.061-8.763-3.76-8.763h-6.04l-1.545 8.995a.806.806 0 0 1-.785.668h-3.62a.803.803 0 0 1-.786-.944l4.203-23.912a.806.806 0 0 1 .785-.668h11.372c5.094 0 7.955 2.226 7.955 6.6-.01 3.9-2.216 6.714-5.757 7.988Zm.398-7.365c0-1.933-1.086-3.028-3.329-3.028H42.23a.799.799 0 0 0-.786.668l-1.218 7.097h6.365c3.214 0 5.2-2.075 5.2-4.737ZM78.631 17.004l-2.896 16.618a.806.806 0 0 1-.785.668h-3.302a.8.8 0 0 1-.786-.944l.274-1.612c-1.625 1.897-3.832 3.099-6.472 3.099-4.3 0-7.16-3.206-7.16-8.131 0-6.02 4.194-11.195 9.87-11.195 2.967 0 4.989 1.425 5.969 3.83l.432-2.61a.798.798 0 0 1 .786-.676h3.293a.813.813 0 0 1 .777.953Zm-6.162 7.08c0-2.699-1.554-4.337-4.053-4.337-3.505 0-5.853 3.17-5.853 6.456 0 2.699 1.589 4.409 4.123 4.409 3.434 0 5.783-3.18 5.783-6.528ZM82.251 16.06h3.293c.495 0 .874.454.786.944l-2.896 16.618a.806.806 0 0 1-.786.668h-3.293a.803.803 0 0 1-.786-.944l2.896-16.618a.79.79 0 0 1 .786-.668Zm-.097-4.96c0-1.71 1.342-3.1 3.072-3.1 1.554 0 2.605 1.131 2.605 2.627 0 1.755-1.333 3.135-3.037 3.135-1.554 0-2.64-1.131-2.64-2.663ZM107.987 17.004l-2.896 16.618a.805.805 0 0 1-.785.668h-3.302a.8.8 0 0 1-.786-.944l.274-1.612c-1.625 1.897-3.832 3.099-6.472 3.099-4.3 0-7.16-3.206-7.16-8.131 0-6.02 4.194-11.195 9.87-11.195 2.967 0 4.989 1.425 5.969 3.83l.424-2.61a.797.797 0 0 1 .785-.676h3.293a.814.814 0 0 1 .786.953Zm-6.162 7.08c0-2.699-1.554-4.337-4.053-4.337-3.505 0-5.853 3.17-5.853 6.456 0 2.699 1.589 4.409 4.123 4.409 3.434 0 5.783-3.18 5.783-6.528ZM30.426 8.784H5.353c-.424 0-.804.196-1.051.516-.15.179-.256.392-.3.633L.02 32.705a1.367 1.367 0 0 0 .512 1.309c.035.027.062.044.097.071.053.036.106.063.159.09l12.687 5.708a1.337 1.337 0 0 0 1.863-.998l.803-4.586h10.295c.653 0 1.21-.472 1.315-1.113l3.99-22.817c.142-.828-.485-1.585-1.315-1.585ZM25.332 20.04l-.565 3.188a.447.447 0 0 1-.441.374l-6.737-.009-1.165 6.68a.447.447 0 0 1-.442.373H12.77a.452.452 0 0 1-.442-.525l1.14-6.537-6.578-.009a.452.452 0 0 1-.442-.525l.565-3.188a.447.447 0 0 1 .442-.374l6.736.008 1.166-6.688a.447.447 0 0 1 .441-.374h3.214c.273 0 .485.25.441.526l-1.139 6.536 6.587.01a.457.457 0 0 1 .432.534Z" }))); }; | ||
exports.default = RaiaBlack; | ||
var React = __importStar(require("react")); | ||
function SvgRaiaBlack(props) { | ||
return (React.createElement("svg", __assign({ width: 108, height: 48, fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props), | ||
React.createElement("path", { d: "M51.394 23.354c2.843 1.54 3.726 4.916 3.09 10.223a.797.797 0 01-.794.713h-3.523a.805.805 0 01-.795-.9c.76-6.456-.061-8.763-3.76-8.763h-6.04l-1.545 8.995a.806.806 0 01-.785.668h-3.62a.803.803 0 01-.786-.944l4.203-23.912a.806.806 0 01.785-.668h11.372c5.094 0 7.955 2.226 7.955 6.6-.01 3.9-2.216 6.714-5.757 7.988zm.398-7.365c0-1.933-1.086-3.028-3.329-3.028H42.23a.799.799 0 00-.786.668l-1.218 7.097h6.365c3.214 0 5.2-2.075 5.2-4.737zM78.631 17.004l-2.896 16.618a.806.806 0 01-.785.668h-3.302a.8.8 0 01-.786-.944l.274-1.612c-1.625 1.897-3.832 3.099-6.472 3.099-4.3 0-7.16-3.206-7.16-8.131 0-6.02 4.194-11.195 9.87-11.195 2.967 0 4.989 1.425 5.969 3.83l.432-2.61a.798.798 0 01.786-.676h3.293a.813.813 0 01.777.953zm-6.162 7.08c0-2.699-1.554-4.337-4.053-4.337-3.505 0-5.853 3.17-5.853 6.456 0 2.699 1.589 4.409 4.123 4.409 3.434 0 5.783-3.18 5.783-6.528zM82.251 16.06h3.293c.495 0 .874.454.786.944l-2.896 16.618a.806.806 0 01-.786.668h-3.293a.803.803 0 01-.786-.944l2.896-16.618a.79.79 0 01.786-.668zm-.097-4.96c0-1.71 1.342-3.1 3.072-3.1 1.554 0 2.605 1.131 2.605 2.627 0 1.755-1.333 3.135-3.037 3.135-1.554 0-2.64-1.131-2.64-2.663zM107.987 17.004l-2.896 16.618a.805.805 0 01-.785.668h-3.302a.8.8 0 01-.786-.944l.274-1.612c-1.625 1.897-3.832 3.099-6.472 3.099-4.3 0-7.16-3.206-7.16-8.131 0-6.02 4.194-11.195 9.87-11.195 2.967 0 4.989 1.425 5.969 3.83l.424-2.61a.797.797 0 01.785-.676h3.293a.814.814 0 01.786.953zm-6.162 7.08c0-2.699-1.554-4.337-4.053-4.337-3.505 0-5.853 3.17-5.853 6.456 0 2.699 1.589 4.409 4.123 4.409 3.434 0 5.783-3.18 5.783-6.528zM30.426 8.784H5.353c-.424 0-.804.196-1.051.516-.15.179-.256.392-.3.633L.02 32.705a1.367 1.367 0 00.512 1.309c.035.027.062.044.097.071.053.036.106.063.159.09l12.687 5.708a1.337 1.337 0 001.863-.998l.803-4.586h10.295c.653 0 1.21-.472 1.315-1.113l3.99-22.817c.142-.828-.485-1.585-1.315-1.585zM25.332 20.04l-.565 3.188a.447.447 0 01-.441.374l-6.737-.009-1.165 6.68a.447.447 0 01-.442.373H12.77a.452.452 0 01-.442-.525l1.14-6.537-6.578-.009a.452.452 0 01-.442-.525l.565-3.188a.447.447 0 01.442-.374l6.736.008 1.166-6.688a.447.447 0 01.441-.374h3.214c.273 0 .485.25.441.526l-1.139 6.536 6.587.01a.457.457 0 01.432.534z", fill: "#000" }))); | ||
} | ||
exports.default = SvgRaiaBlack; |
@@ -1,3 +0,3 @@ | ||
import React from "react"; | ||
declare const RaiaDefault: React.FC; | ||
export default RaiaDefault; | ||
import * as React from "react"; | ||
declare function SvgRaiaDefault(props: React.SVGProps<SVGSVGElement>): JSX.Element; | ||
export default SvgRaiaDefault; |
@@ -13,13 +13,33 @@ "use strict"; | ||
}; | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { | ||
Object.defineProperty(o, "default", { enumerable: true, value: v }); | ||
}) : function(o, v) { | ||
o["default"] = v; | ||
}); | ||
var __importStar = (this && this.__importStar) || function (mod) { | ||
if (mod && mod.__esModule) return mod; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
return result; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var react_1 = __importDefault(require("react")); | ||
var RaiaDefault = function (props) { | ||
return (react_1.default.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: 108, height: 48, fill: "none" }, props), | ||
react_1.default.createElement("path", { fill: "#fff", d: "M12.777 30.647h3.205c.221 0 .406-.16.442-.374l1.165-6.688 6.737.009c.22 0 .406-.16.44-.374l.566-3.188a.443.443 0 0 0-.442-.526l-6.586-.009 1.14-6.537a.447.447 0 0 0-.442-.525h-3.214c-.22 0-.406.16-.441.374l-1.166 6.688-6.736-.009c-.221 0-.406.16-.442.375l-.556 3.179a.443.443 0 0 0 .442.525l6.586.01-1.14 6.536a.45.45 0 0 0 .442.534Z" }), | ||
react_1.default.createElement("path", { fill: "#1D8489", d: "M51.394 23.354c2.843 1.54 3.726 4.916 3.09 10.223a.797.797 0 0 1-.794.713h-3.523a.805.805 0 0 1-.795-.9c.76-6.456-.061-8.763-3.76-8.763h-6.04l-1.545 8.995a.806.806 0 0 1-.785.668h-3.62a.803.803 0 0 1-.786-.944l4.203-23.912a.806.806 0 0 1 .785-.668h11.372c5.094 0 7.955 2.226 7.955 6.6-.01 3.9-2.216 6.714-5.757 7.988Zm.398-7.365c0-1.933-1.086-3.028-3.329-3.028H42.23a.799.799 0 0 0-.786.668l-1.218 7.097h6.365c3.214 0 5.2-2.075 5.2-4.737ZM78.631 17.004l-2.896 16.618a.806.806 0 0 1-.785.668h-3.302a.8.8 0 0 1-.786-.944l.274-1.612c-1.625 1.897-3.832 3.099-6.472 3.099-4.3 0-7.16-3.206-7.16-8.131 0-6.02 4.194-11.195 9.87-11.195 2.967 0 4.989 1.425 5.969 3.83l.432-2.61a.798.798 0 0 1 .786-.676h3.293a.813.813 0 0 1 .777.953Zm-6.162 7.08c0-2.699-1.554-4.337-4.053-4.337-3.505 0-5.853 3.17-5.853 6.456 0 2.699 1.589 4.409 4.123 4.409 3.434 0 5.783-3.18 5.783-6.528ZM82.251 16.06h3.293c.495 0 .874.454.786.944l-2.896 16.618a.806.806 0 0 1-.786.668h-3.293a.803.803 0 0 1-.786-.944l2.896-16.618a.79.79 0 0 1 .786-.668Zm-.097-4.96c0-1.71 1.342-3.1 3.072-3.1 1.554 0 2.605 1.131 2.605 2.627 0 1.755-1.333 3.135-3.037 3.135-1.554 0-2.64-1.131-2.64-2.663ZM107.987 17.004l-2.896 16.618a.805.805 0 0 1-.785.668h-3.302a.8.8 0 0 1-.786-.944l.274-1.612c-1.625 1.897-3.832 3.099-6.472 3.099-4.3 0-7.16-3.206-7.16-8.131 0-6.02 4.194-11.195 9.87-11.195 2.967 0 4.989 1.425 5.969 3.83l.424-2.61a.797.797 0 0 1 .785-.676h3.293a.814.814 0 0 1 .786.953Zm-6.162 7.08c0-2.699-1.554-4.337-4.053-4.337-3.505 0-5.853 3.17-5.853 6.456 0 2.699 1.589 4.409 4.123 4.409 3.434 0 5.783-3.18 5.783-6.528Z" }), | ||
react_1.default.createElement("path", { fill: "#79CE67", d: "M30.426 8.784H5.353c-.424 0-.804.196-1.051.516-.15.179-.256.392-.3.633L.02 32.705a1.367 1.367 0 0 0 .512 1.309c.035.027.062.044.097.071.053.036.106.063.159.09l12.687 5.708a1.337 1.337 0 0 0 1.863-.998l.803-4.586h10.295c.653 0 1.21-.472 1.315-1.113l3.99-22.817c.142-.828-.485-1.585-1.315-1.585ZM25.332 20.04l-.565 3.188a.447.447 0 0 1-.441.374l-6.737-.009-1.165 6.68a.447.447 0 0 1-.442.373H12.77a.452.452 0 0 1-.442-.525l1.14-6.537-6.578-.009a.452.452 0 0 1-.442-.525l.565-3.188a.447.447 0 0 1 .442-.374l6.736.008 1.166-6.688a.447.447 0 0 1 .441-.374h3.214c.273 0 .485.25.441.526l-1.139 6.536 6.587.01a.457.457 0 0 1 .432.534Z" }))); | ||
}; | ||
exports.default = RaiaDefault; | ||
var React = __importStar(require("react")); | ||
function SvgRaiaDefault(props) { | ||
return (React.createElement("svg", __assign({ width: 108, height: 48, fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props), | ||
React.createElement("path", { d: "M12.777 30.647h3.205c.221 0 .406-.16.442-.374l1.165-6.688 6.737.009c.22 0 .406-.16.44-.374l.566-3.188a.443.443 0 00-.442-.526l-6.586-.009 1.14-6.537a.447.447 0 00-.442-.525h-3.214c-.22 0-.406.16-.441.374l-1.166 6.688-6.736-.009c-.221 0-.406.16-.442.375l-.556 3.179a.443.443 0 00.442.525l6.586.01-1.14 6.536a.45.45 0 00.442.534z", fill: "#fff" }), | ||
React.createElement("path", { d: "M51.394 23.354c2.843 1.54 3.726 4.916 3.09 10.223a.797.797 0 01-.794.713h-3.523a.805.805 0 01-.795-.9c.76-6.456-.061-8.763-3.76-8.763h-6.04l-1.545 8.995a.806.806 0 01-.785.668h-3.62a.803.803 0 01-.786-.944l4.203-23.912a.806.806 0 01.785-.668h11.372c5.094 0 7.955 2.226 7.955 6.6-.01 3.9-2.216 6.714-5.757 7.988zm.398-7.365c0-1.933-1.086-3.028-3.329-3.028H42.23a.799.799 0 00-.786.668l-1.218 7.097h6.365c3.214 0 5.2-2.075 5.2-4.737zM78.631 17.004l-2.896 16.618a.806.806 0 01-.785.668h-3.302a.8.8 0 01-.786-.944l.274-1.612c-1.625 1.897-3.832 3.099-6.472 3.099-4.3 0-7.16-3.206-7.16-8.131 0-6.02 4.194-11.195 9.87-11.195 2.967 0 4.989 1.425 5.969 3.83l.432-2.61a.798.798 0 01.786-.676h3.293a.813.813 0 01.777.953zm-6.162 7.08c0-2.699-1.554-4.337-4.053-4.337-3.505 0-5.853 3.17-5.853 6.456 0 2.699 1.589 4.409 4.123 4.409 3.434 0 5.783-3.18 5.783-6.528zM82.251 16.06h3.293c.495 0 .874.454.786.944l-2.896 16.618a.806.806 0 01-.786.668h-3.293a.803.803 0 01-.786-.944l2.896-16.618a.79.79 0 01.786-.668zm-.097-4.96c0-1.71 1.342-3.1 3.072-3.1 1.554 0 2.605 1.131 2.605 2.627 0 1.755-1.333 3.135-3.037 3.135-1.554 0-2.64-1.131-2.64-2.663zM107.987 17.004l-2.896 16.618a.805.805 0 01-.785.668h-3.302a.8.8 0 01-.786-.944l.274-1.612c-1.625 1.897-3.832 3.099-6.472 3.099-4.3 0-7.16-3.206-7.16-8.131 0-6.02 4.194-11.195 9.87-11.195 2.967 0 4.989 1.425 5.969 3.83l.424-2.61a.797.797 0 01.785-.676h3.293a.814.814 0 01.786.953zm-6.162 7.08c0-2.699-1.554-4.337-4.053-4.337-3.505 0-5.853 3.17-5.853 6.456 0 2.699 1.589 4.409 4.123 4.409 3.434 0 5.783-3.18 5.783-6.528z", fill: "#1D8489" }), | ||
React.createElement("path", { d: "M30.426 8.784H5.353c-.424 0-.804.196-1.051.516-.15.179-.256.392-.3.633L.02 32.705a1.367 1.367 0 00.512 1.309c.035.027.062.044.097.071.053.036.106.063.159.09l12.687 5.708a1.337 1.337 0 001.863-.998l.803-4.586h10.295c.653 0 1.21-.472 1.315-1.113l3.99-22.817c.142-.828-.485-1.585-1.315-1.585zM25.332 20.04l-.565 3.188a.447.447 0 01-.441.374l-6.737-.009-1.165 6.68a.447.447 0 01-.442.373H12.77a.452.452 0 01-.442-.525l1.14-6.537-6.578-.009a.452.452 0 01-.442-.525l.565-3.188a.447.447 0 01.442-.374l6.736.008 1.166-6.688a.447.447 0 01.441-.374h3.214c.273 0 .485.25.441.526l-1.139 6.536 6.587.01a.457.457 0 01.432.534z", fill: "#79CE67" }))); | ||
} | ||
exports.default = SvgRaiaDefault; |
@@ -1,3 +0,3 @@ | ||
import React from "react"; | ||
declare const RaiaWhite: (props: React.SVGProps<SVGSVGElement>) => JSX.Element; | ||
export default RaiaWhite; | ||
import * as React from "react"; | ||
declare function SvgRaiaWhite(props: React.SVGProps<SVGSVGElement>): JSX.Element; | ||
export default SvgRaiaWhite; |
@@ -13,9 +13,31 @@ "use strict"; | ||
}; | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { | ||
Object.defineProperty(o, "default", { enumerable: true, value: v }); | ||
}) : function(o, v) { | ||
o["default"] = v; | ||
}); | ||
var __importStar = (this && this.__importStar) || function (mod) { | ||
if (mod && mod.__esModule) return mod; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
return result; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var react_1 = __importDefault(require("react")); | ||
var RaiaWhite = function (props) { return (react_1.default.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: 108, height: 48, fill: "none" }, props), | ||
react_1.default.createElement("path", { fill: "#fff", d: "M51.394 23.354c2.843 1.54 3.726 4.916 3.09 10.223a.797.797 0 0 1-.794.713h-3.523a.805.805 0 0 1-.795-.9c.76-6.456-.061-8.763-3.76-8.763h-6.04l-1.545 8.995a.806.806 0 0 1-.785.668h-3.62a.803.803 0 0 1-.786-.944l4.203-23.912a.806.806 0 0 1 .785-.668h11.372c5.094 0 7.955 2.226 7.955 6.6-.01 3.9-2.216 6.714-5.757 7.988Zm.398-7.365c0-1.933-1.086-3.028-3.329-3.028H42.23a.799.799 0 0 0-.786.668l-1.218 7.097h6.365c3.214 0 5.2-2.075 5.2-4.737ZM78.631 17.004l-2.896 16.618a.806.806 0 0 1-.785.668h-3.302a.8.8 0 0 1-.786-.944l.274-1.612c-1.625 1.897-3.832 3.099-6.472 3.099-4.3 0-7.16-3.206-7.16-8.131 0-6.02 4.194-11.195 9.87-11.195 2.967 0 4.989 1.425 5.969 3.83l.432-2.61a.798.798 0 0 1 .786-.676h3.293a.813.813 0 0 1 .777.953Zm-6.162 7.08c0-2.699-1.554-4.337-4.053-4.337-3.505 0-5.853 3.17-5.853 6.456 0 2.699 1.589 4.409 4.123 4.409 3.434 0 5.783-3.18 5.783-6.528ZM82.251 16.06h3.293c.495 0 .874.454.786.944l-2.896 16.618a.806.806 0 0 1-.786.668h-3.293a.803.803 0 0 1-.786-.944l2.896-16.618a.79.79 0 0 1 .786-.668Zm-.097-4.96c0-1.71 1.342-3.1 3.072-3.1 1.554 0 2.605 1.131 2.605 2.627 0 1.755-1.333 3.135-3.037 3.135-1.554 0-2.64-1.131-2.64-2.663ZM107.987 17.004l-2.896 16.618a.805.805 0 0 1-.785.668h-3.302a.8.8 0 0 1-.786-.944l.274-1.612c-1.625 1.897-3.832 3.099-6.472 3.099-4.3 0-7.16-3.206-7.16-8.131 0-6.02 4.194-11.195 9.87-11.195 2.967 0 4.989 1.425 5.969 3.83l.424-2.61a.797.797 0 0 1 .785-.676h3.293a.814.814 0 0 1 .786.953Zm-6.162 7.08c0-2.699-1.554-4.337-4.053-4.337-3.505 0-5.853 3.17-5.853 6.456 0 2.699 1.589 4.409 4.123 4.409 3.434 0 5.783-3.18 5.783-6.528ZM30.426 8.784H5.353c-.424 0-.804.196-1.051.516-.15.178-.256.392-.3.633L.02 32.705a1.367 1.367 0 0 0 .512 1.309c.035.027.062.044.097.071.053.036.106.062.159.09l12.687 5.708a1.337 1.337 0 0 0 1.863-.998l.803-4.586h10.295c.653 0 1.21-.472 1.315-1.113l3.99-22.817c.142-.828-.485-1.585-1.315-1.585ZM25.332 20.04l-.565 3.188a.447.447 0 0 1-.441.374l-6.737-.009-1.165 6.68a.447.447 0 0 1-.442.373H12.77a.452.452 0 0 1-.442-.525l1.14-6.537-6.578-.009a.452.452 0 0 1-.442-.525l.565-3.188a.447.447 0 0 1 .442-.374l6.736.008 1.166-6.688a.447.447 0 0 1 .441-.374h3.214c.273 0 .485.25.441.526l-1.139 6.536 6.587.01a.457.457 0 0 1 .432.534Z" }))); }; | ||
exports.default = RaiaWhite; | ||
var React = __importStar(require("react")); | ||
function SvgRaiaWhite(props) { | ||
return (React.createElement("svg", __assign({ width: 108, height: 48, fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props), | ||
React.createElement("path", { d: "M51.394 23.354c2.843 1.54 3.726 4.916 3.09 10.223a.797.797 0 01-.794.713h-3.523a.805.805 0 01-.795-.9c.76-6.456-.061-8.763-3.76-8.763h-6.04l-1.545 8.995a.806.806 0 01-.785.668h-3.62a.803.803 0 01-.786-.944l4.203-23.912a.806.806 0 01.785-.668h11.372c5.094 0 7.955 2.226 7.955 6.6-.01 3.9-2.216 6.714-5.757 7.988zm.398-7.365c0-1.933-1.086-3.028-3.329-3.028H42.23a.799.799 0 00-.786.668l-1.218 7.097h6.365c3.214 0 5.2-2.075 5.2-4.737zM78.631 17.004l-2.896 16.618a.806.806 0 01-.785.668h-3.302a.8.8 0 01-.786-.944l.274-1.612c-1.625 1.897-3.832 3.099-6.472 3.099-4.3 0-7.16-3.206-7.16-8.131 0-6.02 4.194-11.195 9.87-11.195 2.967 0 4.989 1.425 5.969 3.83l.432-2.61a.798.798 0 01.786-.676h3.293a.813.813 0 01.777.953zm-6.162 7.08c0-2.699-1.554-4.337-4.053-4.337-3.505 0-5.853 3.17-5.853 6.456 0 2.699 1.589 4.409 4.123 4.409 3.434 0 5.783-3.18 5.783-6.528zM82.251 16.06h3.293c.495 0 .874.454.786.944l-2.896 16.618a.806.806 0 01-.786.668h-3.293a.803.803 0 01-.786-.944l2.896-16.618a.79.79 0 01.786-.668zm-.097-4.96c0-1.71 1.342-3.1 3.072-3.1 1.554 0 2.605 1.131 2.605 2.627 0 1.755-1.333 3.135-3.037 3.135-1.554 0-2.64-1.131-2.64-2.663zM107.987 17.004l-2.896 16.618a.805.805 0 01-.785.668h-3.302a.8.8 0 01-.786-.944l.274-1.612c-1.625 1.897-3.832 3.099-6.472 3.099-4.3 0-7.16-3.206-7.16-8.131 0-6.02 4.194-11.195 9.87-11.195 2.967 0 4.989 1.425 5.969 3.83l.424-2.61a.797.797 0 01.785-.676h3.293a.814.814 0 01.786.953zm-6.162 7.08c0-2.699-1.554-4.337-4.053-4.337-3.505 0-5.853 3.17-5.853 6.456 0 2.699 1.589 4.409 4.123 4.409 3.434 0 5.783-3.18 5.783-6.528zM30.426 8.784H5.353c-.424 0-.804.196-1.051.516-.15.178-.256.392-.3.633L.02 32.705a1.367 1.367 0 00.512 1.309c.035.027.062.044.097.071.053.036.106.062.159.09l12.687 5.708a1.337 1.337 0 001.863-.998l.803-4.586h10.295c.653 0 1.21-.472 1.315-1.113l3.99-22.817c.142-.828-.485-1.585-1.315-1.585zM25.332 20.04l-.565 3.188a.447.447 0 01-.441.374l-6.737-.009-1.165 6.68a.447.447 0 01-.442.373H12.77a.452.452 0 01-.442-.525l1.14-6.537-6.578-.009a.452.452 0 01-.442-.525l.565-3.188a.447.447 0 01.442-.374l6.736.008 1.166-6.688a.447.447 0 01.441-.374h3.214c.273 0 .485.25.441.526l-1.139 6.536 6.587.01a.457.457 0 01.432.534z", fill: "#fff" }))); | ||
} | ||
exports.default = SvgRaiaWhite; |
import * as React from "react"; | ||
declare function SvgDrogaraiaBlack(props: React.SVGProps<SVGSVGElement>): JSX.Element; | ||
interface props { | ||
props?: React.SVGProps<SVGSVGElement>; | ||
size: { | ||
width: string; | ||
height: string; | ||
}; | ||
} | ||
declare function SvgDrogaraiaBlack({ size, props }: props): JSX.Element; | ||
export default SvgDrogaraiaBlack; |
@@ -38,6 +38,14 @@ "use strict"; | ||
var React = __importStar(require("react")); | ||
function SvgDrogaraiaBlack(props) { | ||
return (React.createElement("svg", __assign({ width: 100, height: 38, fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props), | ||
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M30.97 11.317l-1.342 7.686c-.117.592-.699 1.076-1.296 1.076h-4.224l-.748 4.227c-.102.597-.674 1.093-1.273 1.104l-7.678-.012c-.595.01-.998-.466-.89-1.064l.75-4.255h-4.257c-.595 0-.986-.484-.872-1.076l1.343-7.686c.118-.59.7-1.079 1.294-1.079h4.228l.745-4.228c.103-.595.68-1.092 1.272-1.104l7.678.013c.6-.011 1 .465.892 1.062l-.75 4.257h4.256c.596 0 .986.488.871 1.08zM21.277 36.11c-.098.552-.486.91-.987.91-.147 0-.298-.03-.45-.09L2.157 30.42c-.03-.012-.06-.027-.089-.041l.056.002H22.27l-.993 5.729zM38.576.086H6.802c-1.039 0-2.058.85-2.258 1.883L2.67 12.865.015 28.313c-.05.442.037.765.128 1.07.226.864.845 1.627 1.674 1.955l17.688 6.511c.253.099.521.151.786.151.977 0 1.756-.69 1.936-1.72l1.057-6.082h10.024c1.04 0 2.057-.85 2.263-1.885l1.869-10.895h.002l2.653-15.45C40.3.936 39.615.087 38.576.087zM54.285 2.334l.102-.709c.018-.087-.038-.155-.123-.155h-.373l-.03.003a1.764 1.764 0 00-.64.227 1.773 1.773 0 00-.342.273c-.067.066-.127.14-.183.218l.09-.498a.127.127 0 00-.128-.156h-.67c-.087 0-.165.07-.183.155l-.657 3.706c-.018.088.04.155.124.155h.672a.189.189 0 00.18-.155l.34-1.91a1.42 1.42 0 01.078-.223c.062-.156.143-.292.246-.406.104-.113.233-.206.382-.275.147-.065.316-.1.516-.1l.001-.002.416.002a.189.189 0 00.182-.15zM67.468 4.009c-.014.06-.033.142-.063.244a.929.929 0 01-.453.556c-.127.071-.294.106-.504.106-.086 0-.168-.007-.242-.022a.457.457 0 01-.2-.084.305.305 0 01-.114-.153.515.515 0 01-.011-.245.62.62 0 01.097-.25.658.658 0 01.167-.165.878.878 0 01.22-.103c.084-.025.165-.044.246-.06.088-.016.174-.03.263-.04.087-.01.17-.022.25-.038a1.69 1.69 0 00.227-.057.569.569 0 00.187-.095l-.07.406zm.836-2.317c-.15-.08-.256-.137-.451-.163a3.688 3.688 0 00-1.24.02l-.178.044c-.15.042-.295.103-.433.173a1.49 1.49 0 00-.53.558c-.037.088.017.176.1.176l.653-.008.139-.07.098-.084c.135-.09.419-.127.629-.127.092 0 .18.004.26.017a.487.487 0 01.204.077c.06.038.096.092.125.16.024.067.028.16.006.28a.34.34 0 01-.141.251.83.83 0 01-.305.134c-.13.034-.272.054-.426.069-.16.016-.217.018-.38.043a4.888 4.888 0 00-.493.105 1.677 1.677 0 00-.457.192 1.306 1.306 0 00-.36.348 1.265 1.265 0 00-.21.552c-.039.205-.03.38.008.527.045.149.114.27.218.366a.992.992 0 00.382.214 1.9 1.9 0 00.506.07c.241 0 .38-.019.62-.091a1.68 1.68 0 00.643-.355l.016-.02-.038.224c-.016.085.04.152.124.152l.623.027a.191.191 0 00.177-.153l.482-2.768c.04-.24.022-.433-.06-.575-.078-.144-.158-.282-.31-.365zM57.863 3.452c-.032.175-.08.354-.14.522-.064.168-.15.32-.254.456a1.201 1.201 0 01-.385.323c-.153.08-.33.122-.534.122-.204 0-.364-.041-.486-.122a.72.72 0 01-.27-.323 1.218 1.218 0 01-.098-.456 2.903 2.903 0 01.18-1.048c.067-.172.146-.322.253-.456.105-.132.233-.238.382-.322.15-.085.327-.124.53-.124.205 0 .369.04.49.124.125.084.217.19.276.322.058.134.09.284.094.456.006.176-.006.35-.038.526zm.694-1.545a1.52 1.52 0 00-.577-.428c-.236-.1-.508-.15-.82-.15-.31 0-.6.05-.87.15a2.343 2.343 0 00-1.244 1.099c-.14.262-.239.552-.294.874-.057.32-.058.611-.006.874.052.258.151.48.298.663.146.186.337.326.573.423.23.1.503.149.814.149.31 0 .601-.05.87-.15.273-.096.513-.236.723-.422.211-.183.386-.405.528-.663.14-.263.24-.553.295-.874.057-.322.058-.612.005-.874a1.554 1.554 0 00-.295-.67zM49.112 2.879a2.924 2.924 0 01-.275.832 1.805 1.805 0 01-.393.519c-.15.131-.317.226-.487.283a1.634 1.634 0 01-.52.087l-1.46-.01.654-3.64 1.242.007c.292 0 .535.042.724.126.187.087.337.22.432.38.097.161.14.347.152.57.016.227-.023.564-.07.846zm1.093-1.34c-.068-.34-.19-.624-.374-.853-.18-.23-.417-.401-.7-.515A2.534 2.534 0 0048.174 0h-2.198a.189.189 0 00-.18.155l-.916 5.248c-.014.083.041.152.127.152h2.212a2.87 2.87 0 001.128-.213c.335-.14.624-.34.872-.586.252-.251.456-.548.617-.888.164-.344.28-.717.348-1.12.078-.463.086-.865.02-1.208zM62.705 3.518a1.74 1.74 0 01-.14.452 1.56 1.56 0 01-.253.386c-.104.113-.225.201-.365.27-.139.067-.29.102-.457.102a.756.756 0 01-.438-.118.743.743 0 01-.242-.305 1.117 1.117 0 01-.086-.42c-.003-.152.009-.308.035-.468a2.1 2.1 0 01.135-.469 1.46 1.46 0 01.241-.397c.1-.114.217-.206.35-.274.133-.068.28-.1.446-.1.19 0 .35.035.464.106a.68.68 0 01.256.297c.056.125.088.268.094.428.003.16-.008.331-.04.51zm1.309-1.845c.015-.093-.045-.161-.13-.161h-.671a.19.19 0 00-.182.16l-.018.094h-.004l-.036.196-.013.097h-.019c-.093-.24-.234-.412-.416-.513a1.413 1.413 0 00-.678-.152c-.286 0-.546.056-.783.169a2.062 2.062 0 00-.622.453 2.438 2.438 0 00-.45.655c-.12.25-.203.506-.245.772a2.965 2.965 0 00-.042.805c.023.25.085.473.198.661.108.191.264.344.467.45.199.112.454.165.759.165.244 0 .489-.05.727-.157.246-.103.443-.267.602-.483h.013l-.091.544a1.328 1.328 0 01-.337.727c-.174.194-.42.29-.733.29-.203 0-.54-.048-.673-.132-.096-.058-.21-.145-.245-.263-.02-.103-.127-.143-.174-.143l-.58.005c-.086 0-.187.059-.185.158.005.15.039.289.098.409.073.152.176.275.308.377l.044.038a1.7 1.7 0 00.525.233c.199.052.4.076.598.076.467 0 .775-.063 1.076-.192.297-.128.538-.285.714-.467.18-.184.31-.383.39-.597.083-.212.14-.402.17-.569l.587-3.427.05-.278zM83.966 9.111h-3.015c-.33 0-.645.273-.703.61l-.432 2.362c-.058.336.164.606.495.606h3.013c.334 0 .645-.27.705-.606l.427-2.362c.06-.337-.16-.61-.49-.61zM83.105 14.225H80.09a.745.745 0 00-.704.607l-2.595 14.623c-.06.336.164.605.494.605h3.013c.33 0 .645-.27.704-.605l2.594-14.623c.06-.337-.162-.607-.491-.607zM70.692 24.053c-.04.242-.125.563-.241.964a3.85 3.85 0 01-.608 1.188c-.282.392-.675.728-1.18 1.009-.503.28-1.167.42-1.997.42a4.8 4.8 0 01-.963-.09 1.952 1.952 0 01-.771-.314 1.268 1.268 0 01-.458-.619c-.093-.26-.105-.582-.041-.963.07-.4.196-.732.38-.993a2.49 2.49 0 01.661-.646c.258-.17.547-.306.87-.408.323-.1.648-.178.975-.24.343-.06.69-.108 1.03-.151.346-.038.673-.09.989-.148.317-.062.617-.137.902-.227.28-.09.525-.216.73-.375l-.278 1.593zm3.569-9.145c-.595-.323-1.276-.536-2.046-.649a16.343 16.343 0 00-2.312-.164c-.848 0-1.706.085-2.576.254a9.4 9.4 0 00-.706.171 8.168 8.168 0 00-1.706.688c-.67.36-1.696 1.342-2.091 2.198-.163.349.057.692.388.692h3.015a.725.725 0 00.547-.273 1.98 1.98 0 01.38-.33c.535-.362 1.219-.542 2.046-.542.378 0 .72.027 1.04.075.315.05.585.15.807.3.217.15.38.361.482.632.098.273.108.638.031 1.1-.06.44-.245.776-.56 1.008-.319.23-.723.405-1.219.525-.49.121-1.049.211-1.673.27-.624.061-1.259.14-1.907.242-.654.1-1.302.235-1.951.406a6.406 6.406 0 00-1.792.767 5.076 5.076 0 00-1.425 1.368c-.403.574-.683 1.302-.836 2.184-.138.803-.127 1.493.042 2.074.164.585.448 1.064.857 1.445.407.38.913.663 1.514.842.598.18 1.263.273 1.997.273.946 0 1.898-.142 2.858-.422.92-.27 1.766-.74 2.538-1.402l.069-.082-.162.887c-.054.335.162.605.493.605h2.847c.33 0 .647-.27.706-.605l1.902-10.928c.163-.942.087-1.7-.228-2.27a3.298 3.298 0 00-1.37-1.339zM94.754 24.054a9.192 9.192 0 01-.243.962c-.12.4-.32.798-.608 1.19-.283.39-.678.727-1.18 1.007-.504.28-1.17.422-1.998.422-.336 0-.658-.03-.963-.092a1.94 1.94 0 01-.772-.313 1.231 1.231 0 01-.454-.618c-.095-.261-.11-.584-.043-.963.07-.4.197-.732.381-.994.184-.26.404-.476.66-.646.257-.17.545-.307.868-.407a8.9 8.9 0 01.976-.241c.345-.06.69-.109 1.034-.15.342-.04.67-.09.988-.15.314-.061.615-.136.894-.226.285-.09.527-.216.733-.374l-.273 1.593zm4.936-7.808a3.317 3.317 0 00-1.368-1.338c-.595-.324-1.279-.536-2.05-.65-.768-.108-1.54-.162-2.31-.162-.848 0-1.707.083-2.574.253a8.57 8.57 0 00-.707.171 8.131 8.131 0 00-1.71.688c-.665.36-1.692 1.343-2.088 2.198-.163.348.058.692.388.692h3.014c.211 0 .412-.108.55-.274.115-.127.24-.236.375-.329.537-.362 1.222-.543 2.05-.543.376 0 .72.027 1.038.076.317.049.586.15.805.3.22.15.382.361.483.632.102.272.112.639.031 1.1-.055.44-.241.777-.56 1.008-.314.23-.721.405-1.215.526-.494.12-1.055.21-1.676.27-.623.06-1.26.14-1.906.24-.65.101-1.3.236-1.954.408-.649.17-1.247.425-1.787.766a5 5 0 00-1.424 1.369c-.405.572-.684 1.301-.837 2.183-.14.802-.126 1.493.038 2.074.167.584.455 1.064.859 1.445.41.38.914.663 1.515.843a6.95 6.95 0 001.998.272c.942 0 1.897-.143 2.854-.421a6.842 6.842 0 002.54-1.404l.068-.08-.162.887c-.057.333.162.605.493.605h2.849c.33 0 .645-.272.704-.605l1.902-10.93c.163-.942.089-1.698-.226-2.27zM55.38 15.673c-.186 1.066-.576 1.832-1.174 2.309-.598.47-1.414.708-2.444.708h-4.93l1.03-5.942h4.93c1.03 0 1.767.233 2.201.694.437.463.563 1.208.388 2.231zm4.597-2.969a4.425 4.425 0 00-.88-1.848 4.486 4.486 0 00-1.675-1.255c-.685-.307-1.481-.46-2.4-.46l-10.472-.01a.66.66 0 00-.638.597l-3.496 19.9c-.03.328.21.596.535.596h3.304a.659.659 0 00.637-.596l1.367-7.63h4.5c1.126 0 1.894.258 2.3.77.411.513.592 1.323.555 2.425-.017.422-.05 1.02-.123 1.556-.114.815-.557 2.867-.557 2.867-.03.33.213.597.538.597l3.104.01c.322 0 .609-.267.636-.595 0 0 .34-1.695.596-3.195.079-.452.112-.848.15-1.182.053-.534.074-1.065.061-1.596a4.861 4.861 0 00-.246-1.462 3.167 3.167 0 00-.69-1.155c-.305-.323-.723-.566-1.246-.723l.007-.057c1.227-.474 2.175-1.166 2.839-2.07.664-.908 1.101-1.982 1.315-3.223.143-.808.135-1.562-.02-2.26z", fill: "#000" }))); | ||
function SvgDrogaraiaBlack(_a) { | ||
var size = _a.size, props = _a.props; | ||
return (React.createElement("svg", __assign({ width: size.width, height: size.height, viewBox: "0 0 204 80", fill: "none" }, props, { xmlns: "http://www.w3.org/2000/svg" }), | ||
React.createElement("path", { d: "M36.5467 8.72834C35.3326 7.43218 33.8272 7.97021 33.9 9.57207L34.8106 25.6518C35.1869 32.9641 39.3512 37.2317 46.6113 37.6107L62.5763 38.5278C64.1667 38.6012 64.6159 37.1583 63.414 35.8621L36.5467 8.72834Z", fill: "black" }), | ||
React.createElement("path", { d: "M62.5642 41.487L46.6113 42.3919C39.3512 42.7709 35.1869 47.0385 34.8106 54.3508L33.9 70.4305C33.8272 72.0324 35.3326 72.5582 36.5467 71.2743L63.4019 44.1527C64.6038 42.8565 64.1546 41.4014 62.5642 41.487Z", fill: "black" }), | ||
React.createElement("path", { d: "M29.2866 54.3634C28.9102 47.0511 24.746 42.7836 17.4858 42.4045L1.52083 41.4874C-0.0695959 41.4141 -0.5188 42.9303 0.683127 44.1531L27.5504 71.2747C28.7645 72.5709 30.27 72.0328 30.1971 70.431L29.2866 54.3634Z", fill: "black" }), | ||
React.createElement("path", { d: "M27.5509 8.72946L0.695747 35.851C-0.518321 37.0738 -0.0569721 38.5901 1.53346 38.5167L17.4984 37.5996C24.7586 37.2206 28.9228 32.953 29.2992 25.6407L30.2097 9.56096C30.2704 7.9591 28.7529 7.4333 27.5509 8.72946Z", fill: "black" }), | ||
React.createElement("path", { d: "M107.048 43.1154C111.917 45.7444 113.422 51.516 112.341 60.6014C112.256 61.2984 111.674 61.8242 110.982 61.8242H104.936C104.122 61.8242 103.479 61.1027 103.576 60.2835C104.875 49.2294 103.467 45.292 97.1292 45.292H86.7975L84.1508 60.6748C84.0415 61.3351 83.4709 61.812 82.8032 61.812H76.6114C75.7616 61.812 75.1181 61.0416 75.2638 60.1979L82.4632 19.2954C82.5846 18.6351 83.1431 18.1582 83.8109 18.1582H103.285C112.014 18.1582 116.906 21.9611 116.906 29.4446C116.894 36.1333 113.118 40.9389 107.048 43.1154ZM107.728 30.5206C107.728 27.2191 105.87 25.3482 102.034 25.3482H91.3624C90.6946 25.3482 90.124 25.8251 90.0147 26.4854L87.9266 38.6278H98.8289C104.329 38.6278 107.728 35.0694 107.728 30.5206Z", fill: "black" }), | ||
React.createElement("path", { d: "M153.705 32.2553L148.739 60.6853C148.63 61.3456 148.059 61.8225 147.391 61.8225H141.746C140.896 61.8225 140.253 61.0521 140.398 60.2084L140.872 57.4571C138.08 60.6975 134.304 62.764 129.787 62.764C122.418 62.764 117.525 57.2737 117.525 48.8609C117.525 38.5649 124.713 29.7119 134.425 29.7119C139.5 29.7119 142.972 32.1453 144.648 36.2661L145.388 31.8029C145.498 31.1426 146.068 30.6535 146.736 30.6535H152.369C153.207 30.6412 153.85 31.4116 153.705 32.2553ZM143.154 44.361C143.154 39.7511 140.496 36.9386 136.222 36.9386C130.212 36.9386 126.194 42.3678 126.194 47.9805C126.194 52.5904 128.913 55.5251 133.248 55.5251C139.124 55.5251 143.154 50.0959 143.154 44.361Z", fill: "black" }), | ||
React.createElement("path", { d: "M159.896 30.6432H165.541C166.391 30.6432 167.035 31.4135 166.889 32.2573L161.923 60.6872C161.814 61.3475 161.243 61.8244 160.576 61.8244H154.93C154.08 61.8244 153.437 61.0541 153.583 60.2104L158.548 31.7804C158.67 31.1201 159.24 30.6432 159.896 30.6432ZM159.738 22.1692C159.738 19.2345 162.033 16.8623 165.007 16.8623C167.666 16.8623 169.463 18.7943 169.463 21.35C169.463 24.3458 167.168 26.718 164.266 26.718C161.596 26.718 159.738 24.786 159.738 22.1692Z", fill: "black" }), | ||
React.createElement("path", { d: "M203.979 32.2553L199.014 60.6853C198.904 61.3456 198.334 61.8225 197.666 61.8225H192.02C191.171 61.8225 190.527 61.0521 190.673 60.2084L191.146 57.4571C188.354 60.6975 184.578 62.764 180.062 62.764C172.692 62.764 167.8 57.2737 167.8 48.8609C167.8 38.5649 174.987 29.7119 184.7 29.7119C189.774 29.7119 193.247 32.1453 194.922 36.2661L195.663 31.8029C195.772 31.1426 196.343 30.6535 197.01 30.6535H202.644C203.481 30.6412 204.125 31.4116 203.979 32.2553ZM193.429 44.361C193.429 39.7511 190.77 36.9386 186.496 36.9386C180.487 36.9386 176.468 42.3678 176.468 47.9805C176.468 52.5904 179.188 55.5251 183.522 55.5251C189.398 55.5251 193.429 50.0959 193.429 44.361Z", fill: "black" }))); | ||
} | ||
exports.default = SvgDrogaraiaBlack; |
import * as React from "react"; | ||
declare function SvgDrogaraiaDefault(props: React.SVGProps<SVGSVGElement>): JSX.Element; | ||
interface props { | ||
props?: React.SVGProps<SVGSVGElement>; | ||
size: { | ||
width: string; | ||
height: string; | ||
}; | ||
} | ||
declare function SvgDrogaraiaDefault({ size, props }: props): JSX.Element; | ||
export default SvgDrogaraiaDefault; |
@@ -38,11 +38,14 @@ "use strict"; | ||
var React = __importStar(require("react")); | ||
function SvgDrogaraiaDefault(props) { | ||
return (React.createElement("svg", __assign({ width: 100, height: 38, fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props), | ||
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.802.086c-1.039 0-2.058.85-2.258 1.883L2.67 12.865.015 28.313c-.05.442.037.765.128 1.07.226.864.845 1.627 1.674 1.955l16.723 6.511c.253.099.521.15.786.15.977 0 1.755-.69 1.936-1.72l1.057-6.081h10.99c1.04 0 2.056-.85 2.262-1.885l1.869-10.895 2.655-15.45C40.3.936 39.615.087 38.576.087H6.802z", fill: "#C9344C" }), | ||
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.819 1.05C5.85.753 4.66 1.284 4.5 2.216l-1.83 10.65L.014 28.313c-.05.442.037.765.128 1.07.226.864 1.35.815 1.744.815h20.432l1.789-10.119-6.086-15.173C11.2 2.535 7.464 1.25 6.82 1.051z", fill: "#A62B43" }), | ||
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M30.97 11.317l-1.342 7.686c-.117.592-.699 1.076-1.296 1.076h-4.224l-.748 4.227c-.102.597-.674 1.093-1.273 1.105l-7.678-.013c-.595.01-.998-.466-.89-1.064l.75-4.255h-4.257c-.595 0-.986-.484-.872-1.076l1.343-7.686c.118-.59.7-1.079 1.294-1.079h4.228l.745-4.228c.103-.595.68-1.091 1.272-1.104l7.678.013c.6-.011 1 .465.892 1.063l-.75 4.256h4.256c.596 0 .986.489.871 1.08z", fill: "#fff" }), | ||
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M54.285 2.334l.102-.708c.018-.087-.038-.156-.123-.156h-.373l-.03.003a1.764 1.764 0 00-.64.227 1.773 1.773 0 00-.342.273c-.067.067-.127.141-.183.218l.09-.498a.127.127 0 00-.128-.156h-.67c-.087 0-.165.07-.183.156l-.657 3.705c-.018.088.04.155.124.155h.672a.189.189 0 00.18-.155l.34-1.91a1.42 1.42 0 01.078-.223c.062-.156.143-.291.246-.405.104-.114.233-.206.382-.275.147-.066.316-.1.516-.1l.001-.003.416.002a.189.189 0 00.182-.15zM67.468 4.009c-.014.06-.033.142-.062.244a.93.93 0 01-.453.556c-.128.071-.294.106-.504.106-.087 0-.169-.007-.243-.022a.457.457 0 01-.2-.084.304.304 0 01-.114-.153.515.515 0 01-.011-.245.62.62 0 01.097-.25.658.658 0 01.167-.165.878.878 0 01.22-.103 2.57 2.57 0 01.246-.06c.088-.016.175-.03.263-.04.087-.01.17-.022.25-.038.08-.013.155-.035.227-.057a.57.57 0 00.187-.095l-.07.406zm.836-2.317c-.15-.08-.255-.137-.451-.163a3.688 3.688 0 00-1.24.02l-.178.044c-.15.042-.295.103-.433.173a1.49 1.49 0 00-.53.558c-.037.088.017.176.1.176l.653-.008.139-.07.098-.084c.135-.09.419-.127.629-.127.092 0 .18.004.26.017a.487.487 0 01.204.077c.06.038.096.092.125.16.024.067.028.16.006.28a.339.339 0 01-.141.251.83.83 0 01-.304.134c-.13.034-.273.054-.427.069-.16.016-.217.018-.38.043a4.88 4.88 0 00-.493.105 1.68 1.68 0 00-.457.192 1.306 1.306 0 00-.36.348 1.264 1.264 0 00-.209.552c-.04.205-.032.38.007.527.045.149.114.27.218.366a.99.99 0 00.383.214 1.9 1.9 0 00.505.07c.242 0 .38-.019.62-.091a1.68 1.68 0 00.643-.355l.016-.02-.038.224c-.016.085.04.152.124.152l.623.027a.191.191 0 00.177-.153l.482-2.768c.04-.24.022-.433-.06-.575-.078-.144-.158-.282-.31-.365zM57.863 3.451c-.032.176-.08.354-.14.523-.064.168-.15.32-.254.456a1.202 1.202 0 01-.385.323c-.153.08-.33.122-.534.122-.204 0-.364-.041-.486-.122a.719.719 0 01-.27-.323 1.218 1.218 0 01-.098-.456 2.903 2.903 0 01.18-1.048c.067-.172.147-.322.253-.456.105-.133.233-.238.382-.323.15-.084.327-.123.531-.123.204 0 .368.04.49.123.124.085.217.19.275.323.058.134.09.284.094.456.006.176-.006.35-.038.525zm.694-1.544a1.52 1.52 0 00-.577-.428c-.236-.1-.508-.15-.82-.15-.31 0-.6.05-.87.15a2.343 2.343 0 00-1.244 1.099 2.87 2.87 0 00-.294.873 2.37 2.37 0 00-.006.874c.052.258.151.48.298.664.146.186.337.326.573.423.23.1.503.148.814.148.31 0 .601-.049.87-.148.273-.097.513-.237.724-.423.21-.183.385-.406.527-.664a2.84 2.84 0 00.295-.874c.057-.321.059-.612.006-.873a1.554 1.554 0 00-.296-.67zM49.112 2.879a2.928 2.928 0 01-.275.832 1.805 1.805 0 01-.393.519c-.15.131-.316.226-.487.283a1.635 1.635 0 01-.52.087l-1.46-.01.654-3.64 1.242.007c.292 0 .535.042.724.126a.97.97 0 01.432.38c.097.161.14.347.152.57.016.227-.022.564-.07.846zm1.093-1.34c-.068-.34-.19-.624-.373-.853-.181-.23-.418-.401-.702-.515A2.535 2.535 0 0048.175 0h-2.198a.189.189 0 00-.18.155l-.916 5.248c-.014.083.042.152.127.152h2.212c.417 0 .793-.071 1.128-.213.335-.14.624-.34.872-.586a3.12 3.12 0 00.617-.888c.164-.344.28-.717.348-1.12.078-.463.086-.865.02-1.208zM62.705 3.519a1.743 1.743 0 01-.14.451 1.558 1.558 0 01-.253.387c-.104.112-.225.2-.365.27-.139.067-.29.1-.457.1a.755.755 0 01-.438-.117.742.742 0 01-.242-.305 1.119 1.119 0 01-.086-.419c-.003-.153.009-.31.035-.469a2.1 2.1 0 01.135-.469c.062-.151.143-.281.241-.397.1-.114.217-.206.35-.274.133-.068.28-.1.446-.1.191 0 .35.036.464.106a.68.68 0 01.256.297c.056.125.088.268.094.429.003.16-.008.33-.04.51zm1.309-1.846c.015-.093-.045-.161-.13-.161h-.671a.19.19 0 00-.182.161l-.018.093h-.004l-.036.196-.013.097h-.019c-.093-.239-.234-.412-.416-.513a1.413 1.413 0 00-.678-.152c-.286 0-.546.056-.783.169a2.061 2.061 0 00-.622.453 2.438 2.438 0 00-.45.655 2.82 2.82 0 00-.245.772 2.965 2.965 0 00-.042.805c.023.251.085.473.198.662.108.19.265.343.467.449.199.112.454.165.759.165.244 0 .489-.05.727-.156.247-.104.443-.268.602-.484h.013l-.091.544a1.328 1.328 0 01-.337.727c-.174.194-.42.29-.733.29-.203 0-.54-.048-.673-.132-.096-.058-.21-.145-.245-.263-.02-.103-.127-.143-.174-.143l-.58.006c-.086 0-.186.058-.185.157.005.15.039.289.098.409.073.152.176.275.308.377l.044.038a1.7 1.7 0 00.525.233c.2.052.4.076.598.076.467 0 .775-.063 1.077-.192.296-.128.537-.285.713-.467.18-.184.31-.383.39-.597.083-.212.14-.402.17-.569l.587-3.427.05-.278z", fill: "#C9344C" }), | ||
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M83.966 9.111h-3.015c-.33 0-.645.273-.703.61l-.432 2.362c-.058.335.164.606.495.606h3.013c.334 0 .645-.27.705-.606l.427-2.362c.06-.337-.16-.61-.49-.61zM83.104 14.224H80.09a.745.745 0 00-.704.608l-2.595 14.623c-.06.335.164.605.493.605h3.014c.33 0 .645-.27.704-.605l2.594-14.623c.06-.337-.162-.608-.492-.608zM70.692 24.053a9.27 9.27 0 01-.241.964 3.85 3.85 0 01-.608 1.188c-.282.392-.675.728-1.18 1.008-.504.281-1.167.422-1.998.422-.334 0-.655-.029-.962-.092a1.953 1.953 0 01-.771-.313 1.267 1.267 0 01-.458-.619c-.093-.26-.105-.582-.042-.963.072-.4.197-.732.381-.993a2.49 2.49 0 01.661-.646c.257-.17.547-.306.87-.408.323-.1.648-.178.975-.24.343-.06.69-.108 1.03-.151.346-.038.673-.09.989-.148.317-.062.617-.137.902-.227.28-.09.525-.216.73-.375l-.278 1.593zm3.569-9.145c-.595-.323-1.276-.536-2.046-.649a16.342 16.342 0 00-2.312-.164c-.848 0-1.706.085-2.576.254a9.414 9.414 0 00-.706.171 8.165 8.165 0 00-1.706.688c-.67.36-1.696 1.342-2.091 2.198-.163.349.057.692.388.692h3.015a.725.725 0 00.547-.273c.115-.128.24-.238.38-.33.535-.362 1.219-.542 2.046-.542.378 0 .72.027 1.04.075.315.05.585.15.807.3.217.15.38.361.482.632.098.273.108.638.031 1.1-.06.44-.245.776-.56 1.008-.319.23-.723.405-1.219.525-.49.121-1.05.211-1.674.27-.623.061-1.258.14-1.906.242-.654.1-1.302.235-1.951.406a6.404 6.404 0 00-1.792.767 5.078 5.078 0 00-1.425 1.368c-.403.574-.683 1.302-.836 2.183-.138.804-.127 1.494.042 2.075.164.585.448 1.064.857 1.444.407.381.913.664 1.513.843.6.18 1.264.273 1.998.273.946 0 1.898-.142 2.858-.422.92-.27 1.766-.74 2.538-1.403l.069-.081-.162.887c-.054.334.162.605.493.605h2.847c.33 0 .647-.27.706-.605l1.902-10.928c.163-.942.086-1.7-.228-2.27a3.298 3.298 0 00-1.37-1.339zM94.754 24.054a9.148 9.148 0 01-.244.962c-.119.4-.32.798-.607 1.19-.283.39-.678.727-1.18 1.007-.504.28-1.17.422-1.998.422-.336 0-.658-.03-.963-.092a1.94 1.94 0 01-.772-.313 1.232 1.232 0 01-.454-.618c-.095-.261-.11-.584-.043-.963.07-.4.197-.732.381-.994.184-.26.404-.476.66-.646a3.39 3.39 0 01.867-.407c.327-.1.649-.18.977-.241.345-.06.69-.109 1.034-.15.342-.04.67-.09.988-.15a7.84 7.84 0 00.894-.226c.285-.09.527-.216.733-.374l-.273 1.593zm4.936-7.808a3.318 3.318 0 00-1.369-1.338c-.594-.324-1.278-.536-2.048-.65-.769-.108-1.54-.162-2.31-.162-.85 0-1.708.083-2.575.253a8.58 8.58 0 00-.707.171 8.133 8.133 0 00-1.71.688c-.665.36-1.692 1.343-2.088 2.198-.163.348.058.692.388.692h3.014c.21 0 .412-.108.55-.274.115-.127.24-.236.375-.329.537-.362 1.222-.543 2.05-.543.376 0 .72.027 1.038.076.317.049.586.15.805.3.22.15.382.361.483.632.102.272.112.639.031 1.1-.055.44-.241.777-.56 1.008-.314.23-.721.405-1.215.526-.494.12-1.055.21-1.676.27-.623.06-1.26.14-1.906.24-.65.101-1.3.236-1.954.408-.65.17-1.247.425-1.787.766a5.001 5.001 0 00-1.424 1.369c-.405.572-.684 1.301-.837 2.183-.14.802-.126 1.493.038 2.074.166.584.455 1.064.859 1.445.41.38.913.663 1.515.842.598.18 1.266.273 1.998.273.942 0 1.897-.143 2.854-.421a6.842 6.842 0 002.54-1.404l.067-.08-.16.887c-.058.333.16.605.492.605h2.849c.33 0 .645-.272.704-.605l1.902-10.93c.163-.942.089-1.698-.226-2.27zM55.38 15.673c-.186 1.066-.576 1.832-1.174 2.309-.598.47-1.414.708-2.444.708h-4.93l1.03-5.942h4.93c1.03 0 1.767.233 2.201.694.437.463.563 1.208.388 2.231zm4.597-2.969a4.424 4.424 0 00-.88-1.848 4.485 4.485 0 00-1.675-1.255c-.685-.307-1.481-.46-2.4-.46l-10.472-.01a.66.66 0 00-.638.597l-3.496 19.9c-.03.328.21.596.535.596h3.304a.659.659 0 00.637-.596l1.368-7.63h4.498c1.127 0 1.895.258 2.301.77.411.513.592 1.323.555 2.425a17.13 17.13 0 01-.123 1.556c-.114.815-.557 2.867-.557 2.867-.029.33.213.597.538.597l3.104.01c.322 0 .61-.267.636-.595 0 0 .34-1.695.596-3.195.08-.452.112-.848.15-1.182.053-.534.074-1.065.061-1.596a4.863 4.863 0 00-.246-1.462 3.165 3.165 0 00-.69-1.155c-.305-.323-.722-.566-1.246-.723l.007-.057c1.227-.475 2.175-1.166 2.839-2.07.665-.908 1.101-1.982 1.316-3.223.142-.808.134-1.562-.022-2.26z", fill: "#00788D" }), | ||
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M30.97 11.317l-1.342 7.686c-.117.592-.699 1.076-1.296 1.076h-4.224l-.748 4.227c-.102.597-.674 1.093-1.273 1.105l-7.678-.013c-.595.01-.998-.466-.89-1.064l.75-4.255h-4.257c-.595 0-.986-.484-.872-1.076l1.343-7.686c.118-.59.7-1.079 1.294-1.079h4.228l.745-4.228c.103-.595.68-1.091 1.272-1.104l7.678.013c.6-.011 1 .465.892 1.063l-.75 4.256h4.256c.596 0 .986.489.871 1.08z", fill: "#fff" }))); | ||
function SvgDrogaraiaDefault(_a) { | ||
var size = _a.size, props = _a.props; | ||
return (React.createElement("svg", __assign({ width: size.width, height: size.height, viewBox: "0 0 204 80", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props), | ||
React.createElement("path", { d: "M36.5467 8.72834C35.3326 7.43218 33.8272 7.97021 33.9 9.57207L34.8106 25.6518C35.1869 32.9641 39.3512 37.2317 46.6113 37.6107L62.5763 38.5278C64.1667 38.6012 64.6159 37.1583 63.414 35.8621L36.5467 8.72834Z", fill: "#7DCE73" }), | ||
React.createElement("path", { d: "M62.5642 41.487L46.6113 42.3919C39.3512 42.7709 35.1869 47.0385 34.8106 54.3508L33.9 70.4305C33.8272 72.0324 35.3326 72.5582 36.5467 71.2743L63.4019 44.1527C64.6038 42.8565 64.1546 41.4014 62.5642 41.487Z", fill: "#7DCE73" }), | ||
React.createElement("path", { d: "M29.2866 54.3634C28.9102 47.0511 24.746 42.7836 17.4858 42.4045L1.52083 41.4874C-0.0695959 41.4141 -0.5188 42.9303 0.683127 44.1531L27.5504 71.2747C28.7645 72.5709 30.27 72.0328 30.1971 70.431L29.2866 54.3634Z", fill: "#7DCE73" }), | ||
React.createElement("path", { d: "M27.5509 8.72946L0.695747 35.851C-0.518321 37.0738 -0.0569721 38.5901 1.53346 38.5167L17.4984 37.5996C24.7586 37.2206 28.9228 32.953 29.2992 25.6407L30.2097 9.56096C30.2704 7.9591 28.7529 7.4333 27.5509 8.72946Z", fill: "#7DCE73" }), | ||
React.createElement("path", { d: "M107.048 43.1154C111.917 45.7444 113.422 51.516 112.341 60.6014C112.256 61.2984 111.674 61.8242 110.982 61.8242H104.936C104.122 61.8242 103.479 61.1027 103.576 60.2835C104.875 49.2294 103.467 45.292 97.1292 45.292H86.7975L84.1508 60.6748C84.0415 61.3351 83.4709 61.812 82.8032 61.812H76.6114C75.7616 61.812 75.1181 61.0416 75.2638 60.1979L82.4632 19.2954C82.5846 18.6351 83.1431 18.1582 83.8109 18.1582H103.285C112.014 18.1582 116.906 21.9611 116.906 29.4446C116.894 36.1333 113.118 40.9389 107.048 43.1154ZM107.728 30.5206C107.728 27.2191 105.87 25.3482 102.034 25.3482H91.3624C90.6946 25.3482 90.124 25.8251 90.0147 26.4854L87.9266 38.6278H98.8289C104.329 38.6278 107.728 35.0694 107.728 30.5206Z", fill: "#006F83" }), | ||
React.createElement("path", { d: "M153.705 32.2553L148.739 60.6853C148.63 61.3456 148.059 61.8225 147.391 61.8225H141.746C140.896 61.8225 140.253 61.0521 140.398 60.2084L140.872 57.4571C138.08 60.6975 134.304 62.764 129.787 62.764C122.418 62.764 117.525 57.2737 117.525 48.8609C117.525 38.5649 124.713 29.7119 134.425 29.7119C139.5 29.7119 142.972 32.1453 144.648 36.2661L145.388 31.8029C145.498 31.1426 146.068 30.6535 146.736 30.6535H152.369C153.207 30.6412 153.85 31.4116 153.705 32.2553ZM143.154 44.361C143.154 39.7511 140.496 36.9386 136.222 36.9386C130.212 36.9386 126.194 42.3678 126.194 47.9805C126.194 52.5904 128.913 55.5251 133.248 55.5251C139.124 55.5251 143.154 50.0959 143.154 44.361Z", fill: "#006F83" }), | ||
React.createElement("path", { d: "M159.896 30.6432H165.541C166.391 30.6432 167.035 31.4135 166.889 32.2573L161.923 60.6872C161.814 61.3475 161.243 61.8244 160.576 61.8244H154.93C154.08 61.8244 153.437 61.0541 153.583 60.2104L158.548 31.7804C158.67 31.1201 159.24 30.6432 159.896 30.6432ZM159.738 22.1692C159.738 19.2345 162.033 16.8623 165.007 16.8623C167.666 16.8623 169.463 18.7943 169.463 21.35C169.463 24.3458 167.168 26.718 164.266 26.718C161.596 26.718 159.738 24.786 159.738 22.1692Z", fill: "#006F83" }), | ||
React.createElement("path", { d: "M203.979 32.2553L199.014 60.6853C198.904 61.3456 198.334 61.8225 197.666 61.8225H192.02C191.171 61.8225 190.527 61.0521 190.673 60.2084L191.146 57.4571C188.354 60.6975 184.578 62.764 180.062 62.764C172.692 62.764 167.8 57.2737 167.8 48.8609C167.8 38.5649 174.987 29.7119 184.7 29.7119C189.774 29.7119 193.247 32.1453 194.922 36.2661L195.663 31.8029C195.772 31.1426 196.343 30.6535 197.01 30.6535H202.644C203.481 30.6412 204.125 31.4116 203.979 32.2553ZM193.429 44.361C193.429 39.7511 190.77 36.9386 186.496 36.9386C180.487 36.9386 176.468 42.3678 176.468 47.9805C176.468 52.5904 179.188 55.5251 183.522 55.5251C189.398 55.5251 193.429 50.0959 193.429 44.361Z", fill: "#006F83" }))); | ||
} | ||
exports.default = SvgDrogaraiaDefault; |
import * as React from "react"; | ||
declare function SvgDrogaraiaWhite(props: React.SVGProps<SVGSVGElement>): JSX.Element; | ||
interface props { | ||
props?: React.SVGProps<SVGSVGElement>; | ||
size: { | ||
width: string; | ||
height: string; | ||
}; | ||
} | ||
declare function SvgDrogaraiaWhite({ size, props }: props): JSX.Element; | ||
export default SvgDrogaraiaWhite; |
@@ -38,6 +38,14 @@ "use strict"; | ||
var React = __importStar(require("react")); | ||
function SvgDrogaraiaWhite(props) { | ||
return (React.createElement("svg", __assign({ width: 100, height: 38, fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props), | ||
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M30.97 11.317l-1.342 7.686c-.117.592-.699 1.076-1.296 1.076h-4.224l-.748 4.227c-.102.597-.674 1.093-1.273 1.104l-7.678-.012c-.595.01-.998-.466-.89-1.064l.75-4.255h-4.257c-.595 0-.986-.484-.872-1.076l1.343-7.686c.118-.59.7-1.079 1.294-1.079h4.228l.745-4.228c.103-.595.68-1.092 1.272-1.104l7.678.013c.6-.011 1 .465.892 1.062l-.75 4.257h4.256c.596 0 .986.488.871 1.08zM21.277 36.11c-.098.552-.486.91-.987.91-.147 0-.298-.03-.45-.09L2.157 30.42c-.03-.012-.06-.027-.089-.041l.056.002H22.27l-.993 5.729zM38.576.086H6.802c-1.039 0-2.058.85-2.258 1.883L2.67 12.865.015 28.313c-.05.442.037.765.128 1.07.226.864.845 1.627 1.674 1.955l17.688 6.511c.253.099.521.151.786.151.977 0 1.756-.69 1.936-1.72l1.057-6.082h10.024c1.04 0 2.057-.85 2.263-1.885l1.869-10.895h.002l2.653-15.45C40.3.936 39.615.087 38.576.087zM54.285 2.334l.102-.709c.018-.087-.038-.155-.123-.155h-.373l-.03.003a1.764 1.764 0 00-.64.227 1.773 1.773 0 00-.342.273c-.067.066-.127.14-.183.218l.09-.498a.127.127 0 00-.128-.156h-.67c-.087 0-.165.07-.183.155l-.657 3.706c-.018.088.04.155.124.155h.672a.189.189 0 00.18-.155l.34-1.91a1.42 1.42 0 01.078-.223c.062-.156.143-.292.246-.406.104-.113.233-.206.382-.275.147-.065.316-.1.516-.1l.001-.002.416.002a.189.189 0 00.182-.15zM67.468 4.009c-.014.06-.033.142-.063.244a.929.929 0 01-.453.556c-.127.071-.294.106-.504.106-.086 0-.168-.007-.242-.022a.457.457 0 01-.2-.084.305.305 0 01-.114-.153.515.515 0 01-.011-.245.62.62 0 01.097-.25.658.658 0 01.167-.165.878.878 0 01.22-.103c.084-.025.165-.044.246-.06.088-.016.174-.03.263-.04.087-.01.17-.022.25-.038a1.69 1.69 0 00.227-.057.569.569 0 00.187-.095l-.07.406zm.836-2.317c-.15-.08-.256-.137-.451-.163a3.688 3.688 0 00-1.24.02l-.178.044c-.15.042-.295.103-.433.173a1.49 1.49 0 00-.53.558c-.037.088.017.176.1.176l.653-.008.139-.07.098-.084c.135-.09.419-.127.629-.127.092 0 .18.004.26.017a.487.487 0 01.204.077c.06.038.096.092.125.16.024.067.028.16.006.28a.34.34 0 01-.141.251.83.83 0 01-.305.134c-.13.034-.272.054-.426.069-.16.016-.217.018-.38.043a4.888 4.888 0 00-.493.105 1.677 1.677 0 00-.457.192 1.306 1.306 0 00-.36.348 1.265 1.265 0 00-.21.552c-.039.205-.03.38.008.527.045.149.114.27.218.366a.992.992 0 00.382.214 1.9 1.9 0 00.506.07c.241 0 .38-.019.62-.091a1.68 1.68 0 00.643-.355l.016-.02-.038.224c-.016.085.04.152.124.152l.623.027a.191.191 0 00.177-.153l.482-2.768c.04-.24.022-.433-.06-.575-.078-.144-.158-.282-.31-.365zM57.863 3.452c-.032.175-.08.354-.14.522-.064.168-.15.32-.254.456a1.201 1.201 0 01-.385.323c-.153.08-.33.122-.534.122-.204 0-.364-.041-.486-.122a.72.72 0 01-.27-.323 1.218 1.218 0 01-.098-.456 2.903 2.903 0 01.18-1.048c.067-.172.146-.322.253-.456.105-.132.233-.238.382-.322.15-.085.327-.124.53-.124.205 0 .369.04.49.124.125.084.217.19.276.322.058.134.09.284.094.456.006.176-.006.35-.038.526zm.694-1.545a1.52 1.52 0 00-.577-.428c-.236-.1-.508-.15-.82-.15-.31 0-.6.05-.87.15a2.343 2.343 0 00-1.244 1.099c-.14.262-.239.552-.294.874-.057.32-.058.611-.006.874.052.258.151.48.298.663.146.186.337.326.573.423.23.1.503.149.814.149.31 0 .601-.05.87-.15.273-.096.513-.236.723-.422.211-.183.386-.405.528-.663.14-.263.24-.553.295-.874.057-.322.058-.612.005-.874a1.554 1.554 0 00-.295-.67zM49.112 2.879a2.924 2.924 0 01-.275.832 1.805 1.805 0 01-.393.519c-.15.131-.317.226-.487.283a1.634 1.634 0 01-.52.087l-1.46-.01.654-3.64 1.242.007c.292 0 .535.042.724.126.187.087.337.22.432.38.097.161.14.347.152.57.016.227-.023.564-.07.846zm1.093-1.34c-.068-.34-.19-.624-.374-.853-.18-.23-.417-.401-.7-.515A2.534 2.534 0 0048.174 0h-2.198a.189.189 0 00-.18.155l-.916 5.248c-.014.083.041.152.127.152h2.212a2.87 2.87 0 001.128-.213c.335-.14.624-.34.872-.586.252-.251.456-.548.617-.888.164-.344.28-.717.348-1.12.078-.463.086-.865.02-1.208zM62.705 3.518a1.74 1.74 0 01-.14.452 1.56 1.56 0 01-.253.386c-.104.113-.225.201-.365.27-.139.067-.29.102-.457.102a.756.756 0 01-.438-.118.743.743 0 01-.242-.305 1.117 1.117 0 01-.086-.42c-.003-.152.009-.308.035-.468a2.1 2.1 0 01.135-.469 1.46 1.46 0 01.241-.397c.1-.114.217-.206.35-.274.133-.068.28-.1.446-.1.19 0 .35.035.464.106a.68.68 0 01.256.297c.056.125.088.268.094.428.003.16-.008.331-.04.51zm1.309-1.845c.015-.093-.045-.161-.13-.161h-.671a.19.19 0 00-.182.16l-.018.094h-.004l-.036.196-.013.097h-.019c-.093-.24-.234-.412-.416-.513a1.413 1.413 0 00-.678-.152c-.286 0-.546.056-.783.169a2.062 2.062 0 00-.622.453 2.438 2.438 0 00-.45.655c-.12.25-.203.506-.245.772a2.965 2.965 0 00-.042.805c.023.25.085.473.198.661.108.191.264.344.467.45.199.112.454.165.759.165.244 0 .489-.05.727-.157.246-.103.443-.267.602-.483h.013l-.091.544a1.328 1.328 0 01-.337.727c-.174.194-.42.29-.733.29-.203 0-.54-.048-.673-.132-.096-.058-.21-.145-.245-.263-.02-.103-.127-.143-.174-.143l-.58.005c-.086 0-.187.059-.185.158.005.15.039.289.098.409.073.152.176.275.308.377l.044.038a1.7 1.7 0 00.525.233c.199.052.4.076.598.076.467 0 .775-.063 1.076-.192.297-.128.538-.285.714-.467.18-.184.31-.383.39-.597.083-.212.14-.402.17-.569l.587-3.427.05-.278zM83.966 9.111h-3.015c-.33 0-.645.273-.703.61l-.432 2.362c-.058.336.164.606.495.606h3.013c.334 0 .645-.27.705-.606l.427-2.362c.06-.337-.16-.61-.49-.61zM83.105 14.225H80.09a.745.745 0 00-.704.607l-2.595 14.623c-.06.336.164.605.494.605h3.013c.33 0 .645-.27.704-.605l2.594-14.623c.06-.337-.162-.607-.491-.607zM70.692 24.053c-.04.242-.125.563-.241.964a3.85 3.85 0 01-.608 1.188c-.282.392-.675.728-1.18 1.009-.503.28-1.167.42-1.997.42a4.8 4.8 0 01-.963-.09 1.952 1.952 0 01-.771-.314 1.268 1.268 0 01-.458-.619c-.093-.26-.105-.582-.041-.963.07-.4.196-.732.38-.993a2.49 2.49 0 01.661-.646c.258-.17.547-.306.87-.408.323-.1.648-.178.975-.24.343-.06.69-.108 1.03-.151.346-.038.673-.09.989-.148.317-.062.617-.137.902-.227.28-.09.525-.216.73-.375l-.278 1.593zm3.569-9.145c-.595-.323-1.276-.536-2.046-.649a16.343 16.343 0 00-2.312-.164c-.848 0-1.706.085-2.576.254a9.4 9.4 0 00-.706.171 8.168 8.168 0 00-1.706.688c-.67.36-1.696 1.342-2.091 2.198-.163.349.057.692.388.692h3.015a.725.725 0 00.547-.273 1.98 1.98 0 01.38-.33c.535-.362 1.219-.542 2.046-.542.378 0 .72.027 1.04.075.315.05.585.15.807.3.217.15.38.361.482.632.098.273.108.638.031 1.1-.06.44-.245.776-.56 1.008-.319.23-.723.405-1.219.525-.49.121-1.049.211-1.673.27-.624.061-1.259.14-1.907.242-.654.1-1.302.235-1.951.406a6.406 6.406 0 00-1.792.767 5.076 5.076 0 00-1.425 1.368c-.403.574-.683 1.302-.836 2.184-.138.803-.127 1.493.042 2.074.164.585.448 1.064.857 1.445.407.38.913.663 1.514.842.598.18 1.263.273 1.997.273.946 0 1.898-.142 2.858-.422.92-.27 1.766-.74 2.538-1.402l.069-.082-.162.887c-.054.335.162.605.493.605h2.847c.33 0 .647-.27.706-.605l1.902-10.928c.163-.942.087-1.7-.228-2.27a3.298 3.298 0 00-1.37-1.339zM94.754 24.054a9.192 9.192 0 01-.243.962c-.12.4-.32.798-.608 1.19-.283.39-.678.727-1.18 1.007-.504.28-1.17.422-1.998.422-.336 0-.658-.03-.963-.092a1.94 1.94 0 01-.772-.313 1.231 1.231 0 01-.454-.618c-.095-.261-.11-.584-.043-.963.07-.4.197-.732.381-.994.184-.26.404-.476.66-.646.257-.17.545-.307.868-.407a8.9 8.9 0 01.976-.241c.345-.06.69-.109 1.034-.15.342-.04.67-.09.988-.15.314-.061.615-.136.894-.226.285-.09.527-.216.733-.374l-.273 1.593zm4.936-7.808a3.317 3.317 0 00-1.368-1.338c-.595-.324-1.279-.536-2.05-.65-.768-.108-1.54-.162-2.31-.162-.848 0-1.707.083-2.574.253a8.57 8.57 0 00-.707.171 8.131 8.131 0 00-1.71.688c-.665.36-1.692 1.343-2.088 2.198-.163.348.058.692.388.692h3.014c.211 0 .412-.108.55-.274.115-.127.24-.236.375-.329.537-.362 1.222-.543 2.05-.543.376 0 .72.027 1.038.076.317.049.586.15.805.3.22.15.382.361.483.632.102.272.112.639.031 1.1-.055.44-.241.777-.56 1.008-.314.23-.721.405-1.215.526-.494.12-1.055.21-1.676.27-.623.06-1.26.14-1.906.24-.65.101-1.3.236-1.954.408-.649.17-1.247.425-1.787.766a5 5 0 00-1.424 1.369c-.405.572-.684 1.301-.837 2.183-.14.802-.126 1.493.038 2.074.167.584.455 1.064.859 1.445.41.38.914.663 1.515.843a6.95 6.95 0 001.998.272c.942 0 1.897-.143 2.854-.421a6.842 6.842 0 002.54-1.404l.068-.08-.162.887c-.057.333.162.605.493.605h2.849c.33 0 .645-.272.704-.605l1.902-10.93c.163-.942.089-1.698-.226-2.27zM55.38 15.673c-.186 1.066-.576 1.832-1.174 2.309-.598.47-1.414.708-2.444.708h-4.93l1.03-5.942h4.93c1.03 0 1.767.233 2.201.694.437.463.563 1.208.388 2.231zm4.597-2.969a4.425 4.425 0 00-.88-1.848 4.486 4.486 0 00-1.675-1.255c-.685-.307-1.481-.46-2.4-.46l-10.472-.01a.66.66 0 00-.638.597l-3.496 19.9c-.03.328.21.596.535.596h3.304a.659.659 0 00.637-.596l1.367-7.63h4.5c1.126 0 1.894.258 2.3.77.411.513.592 1.323.555 2.425-.017.422-.05 1.02-.123 1.556-.114.815-.557 2.867-.557 2.867-.03.33.213.597.538.597l3.104.01c.322 0 .609-.267.636-.595 0 0 .34-1.695.596-3.195.079-.452.112-.848.15-1.182.053-.534.074-1.065.061-1.596a4.861 4.861 0 00-.246-1.462 3.167 3.167 0 00-.69-1.155c-.305-.323-.723-.566-1.246-.723l.007-.057c1.227-.474 2.175-1.166 2.839-2.07.664-.908 1.101-1.982 1.315-3.223.143-.808.135-1.562-.02-2.26z", fill: "#fff" }))); | ||
function SvgDrogaraiaWhite(_a) { | ||
var size = _a.size, props = _a.props; | ||
return (React.createElement("svg", __assign({ width: size.width, height: size.height, viewBox: "0 0 204 80", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props), | ||
React.createElement("path", { d: "M36.5467 8.72834C35.3326 7.43218 33.8272 7.97021 33.9 9.57207L34.8106 25.6518C35.1869 32.9641 39.3512 37.2317 46.6113 37.6107L62.5763 38.5278C64.1667 38.6012 64.6159 37.1583 63.414 35.8621L36.5467 8.72834Z", fill: "white" }), | ||
React.createElement("path", { d: "M62.5642 41.487L46.6113 42.3919C39.3512 42.7709 35.1869 47.0385 34.8106 54.3508L33.9 70.4305C33.8272 72.0324 35.3326 72.5582 36.5467 71.2743L63.4019 44.1527C64.6038 42.8565 64.1546 41.4014 62.5642 41.487Z", fill: "white" }), | ||
React.createElement("path", { d: "M29.2866 54.3634C28.9102 47.0511 24.746 42.7836 17.4858 42.4045L1.52083 41.4874C-0.0695959 41.4141 -0.5188 42.9303 0.683127 44.1531L27.5504 71.2747C28.7645 72.5709 30.27 72.0328 30.1971 70.431L29.2866 54.3634Z", fill: "white" }), | ||
React.createElement("path", { d: "M27.5509 8.72946L0.695747 35.851C-0.518321 37.0738 -0.0569721 38.5901 1.53346 38.5167L17.4984 37.5996C24.7586 37.2206 28.9228 32.953 29.2992 25.6407L30.2097 9.56096C30.2704 7.9591 28.7529 7.4333 27.5509 8.72946Z", fill: "white" }), | ||
React.createElement("path", { d: "M107.048 43.1154C111.917 45.7444 113.422 51.516 112.341 60.6014C112.256 61.2984 111.674 61.8242 110.982 61.8242H104.936C104.122 61.8242 103.479 61.1027 103.576 60.2835C104.875 49.2294 103.467 45.292 97.1292 45.292H86.7975L84.1508 60.6748C84.0415 61.3351 83.4709 61.812 82.8032 61.812H76.6114C75.7616 61.812 75.1181 61.0416 75.2638 60.1979L82.4632 19.2954C82.5846 18.6351 83.1431 18.1582 83.8109 18.1582H103.285C112.014 18.1582 116.906 21.9611 116.906 29.4446C116.894 36.1333 113.118 40.9389 107.048 43.1154ZM107.728 30.5206C107.728 27.2191 105.87 25.3482 102.034 25.3482H91.3624C90.6946 25.3482 90.124 25.8251 90.0147 26.4854L87.9266 38.6278H98.8289C104.329 38.6278 107.728 35.0694 107.728 30.5206Z", fill: "white" }), | ||
React.createElement("path", { d: "M153.705 32.2553L148.739 60.6853C148.63 61.3456 148.059 61.8225 147.391 61.8225H141.746C140.896 61.8225 140.253 61.0521 140.398 60.2084L140.872 57.4571C138.08 60.6975 134.304 62.764 129.787 62.764C122.418 62.764 117.525 57.2737 117.525 48.8609C117.525 38.5649 124.713 29.7119 134.425 29.7119C139.5 29.7119 142.972 32.1453 144.648 36.2661L145.388 31.8029C145.498 31.1426 146.068 30.6535 146.736 30.6535H152.369C153.207 30.6412 153.85 31.4116 153.705 32.2553ZM143.154 44.361C143.154 39.7511 140.496 36.9386 136.222 36.9386C130.212 36.9386 126.194 42.3678 126.194 47.9805C126.194 52.5904 128.913 55.5251 133.248 55.5251C139.124 55.5251 143.154 50.0959 143.154 44.361Z", fill: "white" }), | ||
React.createElement("path", { d: "M159.896 30.6432H165.541C166.391 30.6432 167.035 31.4135 166.889 32.2573L161.923 60.6872C161.814 61.3475 161.243 61.8244 160.576 61.8244H154.93C154.08 61.8244 153.437 61.0541 153.583 60.2104L158.548 31.7804C158.67 31.1201 159.24 30.6432 159.896 30.6432ZM159.738 22.1692C159.738 19.2345 162.033 16.8623 165.007 16.8623C167.666 16.8623 169.463 18.7943 169.463 21.35C169.463 24.3458 167.168 26.718 164.266 26.718C161.596 26.718 159.738 24.786 159.738 22.1692Z", fill: "white" }), | ||
React.createElement("path", { d: "M203.979 32.2553L199.014 60.6853C198.904 61.3456 198.334 61.8225 197.666 61.8225H192.02C191.171 61.8225 190.527 61.0521 190.673 60.2084L191.146 57.4571C188.354 60.6975 184.578 62.764 180.062 62.764C172.692 62.764 167.8 57.2737 167.8 48.8609C167.8 38.5649 174.987 29.7119 184.7 29.7119C189.774 29.7119 193.247 32.1453 194.922 36.2661L195.663 31.8029C195.772 31.1426 196.343 30.6535 197.01 30.6535H202.644C203.481 30.6412 204.125 31.4116 203.979 32.2553ZM193.429 44.361C193.429 39.7511 190.77 36.9386 186.496 36.9386C180.487 36.9386 176.468 42.3678 176.468 47.9805C176.468 52.5904 179.188 55.5251 183.522 55.5251C189.398 55.5251 193.429 50.0959 193.429 44.361Z", fill: "white" }))); | ||
} | ||
exports.default = SvgDrogaraiaWhite; |
import * as React from "react"; | ||
declare function SvgDrogasilBlack(props: React.SVGProps<SVGSVGElement>): JSX.Element; | ||
interface props { | ||
props?: React.SVGProps<SVGSVGElement>; | ||
size: { | ||
width: string; | ||
height: string; | ||
}; | ||
} | ||
declare function SvgDrogasilBlack({ size, props }: props): JSX.Element; | ||
export default SvgDrogasilBlack; |
@@ -38,7 +38,18 @@ "use strict"; | ||
var React = __importStar(require("react")); | ||
function SvgDrogasilBlack(props) { | ||
return (React.createElement("svg", __assign({ width: 149, height: 28, fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props), | ||
React.createElement("path", { d: "M74.738 6.144c-2.232 0-4.107.758-5.576 2.245-1.463 1.471-2.207 3.31-2.207 5.468 0 2.135.744 3.974 2.207 5.464 1.466 1.495 3.344 2.25 5.576 2.25 2.217 0 4.087-.755 5.555-2.25 1.481-1.502 2.227-3.341 2.227-5.465 0-2.143-.748-3.983-2.227-5.464-1.468-1.493-3.338-2.248-5.555-2.248zm3.087 10.976c-.835.867-1.843 1.288-3.087 1.288-1.24 0-2.284-.434-3.107-1.288-.81-.84-1.224-1.939-1.224-3.264 0-1.322.414-2.42 1.224-3.26.823-.855 1.87-1.288 3.107-1.288 1.244 0 2.252.418 3.087 1.288.825.854 1.246 1.953 1.246 3.26 0 1.308-.42 2.406-1.246 3.264zM124.036 12.19a43.99 43.99 0 00-1.601-.454 6.336 6.336 0 01-1.158-.424c-.468-.222-.668-.465-.668-.826 0-.307 0-1.242 2.301-1.242 1.638 0 3.203.453 4.651 1.337 0 0 .055.03.124.076.101.065.162-.017.162-.059V7.554c0-.141-.098-.187-.098-.187a10.143 10.143 0 00-4.881-1.223c-1.744 0-3.141.387-4.151 1.152-1.035.765-1.562 1.831-1.562 3.168 0 1.985 1.229 3.137 2.946 3.899.404.178.774.29.993.356l1.094.35 1.165.35.498.166c.424.147.552.203.823.366.409.185.643.562.643 1.032 0 1.101-1.419 1.488-2.636 1.488-.958 0-1.951-.182-2.947-.543-.988-.377-1.764-.813-2.372-1.332 0 0-.079-.073-.168-.143-.091-.069-.145-.025-.145.07v3.273c0 .156.081.192.081.192 1.53 1.055 3.44 1.583 5.677 1.583 1.729 0 3.128-.402 4.272-1.232 1.148-.833 1.729-1.992 1.729-3.438 0-2.509-1.867-3.812-4.772-4.71zM131.449 21.135c0 .08.066.146.148.146h3.07a.147.147 0 00.147-.146V6.58a.147.147 0 00-.147-.146h-3.07a.147.147 0 00-.148.146v14.555zM141.784 18.243a.212.212 0 01-.212-.21V6.641a.21.21 0 00-.212-.21h-2.964a.212.212 0 00-.211.21v14.431c0 .115.096.21.211.21h10.392a.21.21 0 00.212-.21v-2.62a.212.212 0 00-.212-.21h-7.004zM96.353 12.512h-3.959c-.09 0-.143.07-.143.151l-.002 2.7c0 .096.06.15.153.15h2.562c.113 0 .153.053.153.136v1.843c0 .107-.045.146-.067.163-.64.536-1.527.792-2.695.792-1.281 0-2.373-.412-3.24-1.23-.862-.816-1.3-1.921-1.3-3.297 0-1.413.438-2.506 1.345-3.339.909-.857 2.054-1.273 3.51-1.273 1.018 0 1.998.207 2.969.63.325.141.648.307.973.497.05.03.163.03.192-.066.168-.55.73-2.41.757-2.503.032-.11-.023-.188-.057-.21a9.233 9.233 0 00-5.046-1.512c-2.333 0-4.284.726-5.8 2.16-1.522 1.444-2.298 3.312-2.298 5.553 0 2.22.776 4.09 2.299 5.552 1.515 1.434 3.432 2.16 5.694 2.16a9.322 9.322 0 003.525-.675c1.04-.426 1.902-.964 2.53-1.629a.292.292 0 00.096-.239v-6.355c0-.095-.047-.159-.148-.159h-2.002zM62.284 15.695c1.673-1.01 2.639-2.328 2.639-4.082 0-3.268-2.725-5.184-5.255-5.184H53.03c-.102 0-.153.051-.153.15V21.13c0 .105.066.151.153.151h3.202c.096 0 .15-.039.15-.15V9.74c0-.1.07-.154.153-.154h2.967c1.143 0 1.911 1.028 1.911 2.014 0 1.01-.749 1.982-1.911 1.982H57.42c-.086 0-.15.056-.15.154v.494c0 .115 0 .137.069.224.054.07 4.424 5.657 5.217 6.673.08.1.129.156.279.156h3.61c.122 0 .13-.086.078-.151-.047-.064-4.24-5.438-4.24-5.438zM48.283 8.507c-1.52-1.376-3.513-2.075-5.923-2.075H36.71a.147.147 0 00-.148.146V21.13c0 .08.066.146.148.146h5.651c2.422 0 4.415-.69 5.923-2.053 1.527-1.383 2.299-3.188 2.299-5.372.002-2.163-.772-3.965-2.299-5.345zm-6.172 9.736H40.23c-.1 0-.15-.032-.15-.149V9.617c0-.095.044-.144.153-.144h1.877c3.178 0 4.999 1.598 4.999 4.384.002 2.786-1.818 4.386-4.996 4.386zM115.797 21.092l-.005-.01.005.01-4.363-10.123-1.826-4.235-.002-.003-.047-.11a.344.344 0 00-.293-.19h-2.695a.346.346 0 00-.293.19L100.04 21.09c-.045.105.012.19.128.19h3.129a.349.349 0 00.293-.19l1.269-2.951a.346.346 0 01.293-.193h5.494c.115 0 .246.086.293.193l1.271 2.951c.044.105.178.19.293.19h3.169c.113.003.172-.082.125-.187zm-6.267-5.962h-3.282c-.116 0-.172-.085-.128-.19l1.697-3.954c.045-.105.119-.105.163 0l1.678 3.952c.044.107-.013.192-.128.192z", fill: "#000" }), | ||
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M27.997 12.074c.18.18.33.533.33.789h-.002v2.274c0 .256-.15.609-.33.79L16.11 27.673c-.182.178-.54.326-.798.326H13.01c-.257 0-.616-.148-.799-.326L.33 15.926a1.273 1.273 0 01-.33-.789v-2.274c0-.256.148-.609.33-.79L12.215.327c.182-.177.542-.326.798-.326h2.301c.259 0 .616.149.798.326l11.885 11.748zm-12.37.48l7.438.486v1.922l-7.438.485-.493 7.354H13.19l-.492-7.354-7.438-.485V13.04l7.438-.488.492-7.351h1.944l.493 7.351z", fill: "#000" }))); | ||
function SvgDrogasilBlack(_a) { | ||
var size = _a.size, props = _a.props; | ||
return (React.createElement("svg", __assign({ width: size.width, height: size.height, viewBox: "0 0 349 80", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props), | ||
React.createElement("path", { d: "M32.0452 12.6471C30.9825 11.5186 29.6591 11.9821 29.7193 13.3725L30.5213 27.4379C30.8622 33.8258 34.4915 37.5739 40.8679 37.8963L54.8639 38.7024C56.2475 38.7628 56.6485 37.4933 55.5858 36.3648L32.0452 12.6471Z", fill: "black" }), | ||
React.createElement("path", { d: "M54.8439 41.3025L40.8479 42.1085C34.4715 42.4511 30.8422 46.179 30.5013 52.5669L29.6992 66.6323C29.6391 68.0227 30.9625 68.5064 32.0252 67.3578L55.5658 43.64C56.6486 42.4914 56.2475 41.2219 54.8439 41.3025Z", fill: "black" }), | ||
React.createElement("path", { d: "M25.6685 52.5667C25.3276 46.1587 21.6983 42.4307 15.3219 42.1083L1.32591 41.3023C-0.0576526 41.2418 -0.458685 42.5718 0.604048 43.6398L24.1446 67.3576C25.2073 68.486 26.5307 68.0225 26.4706 66.6321L25.6685 52.5667Z", fill: "black" }), | ||
React.createElement("path", { d: "M24.1446 12.6478L0.604048 36.3655C-0.458685 37.4335 -0.0576526 38.7635 1.32591 38.703L15.3219 37.897C21.6983 37.5544 25.3276 33.8265 25.6685 27.4386L26.4706 13.3732C26.5307 11.9626 25.2073 11.4992 24.1446 12.6478Z", fill: "black" }), | ||
React.createElement("path", { d: "M162.239 20.2651C156.625 20.2651 151.913 22.1996 148.223 26.0082C144.534 29.7764 142.669 34.4716 142.669 39.993C142.669 45.4539 144.534 50.1491 148.223 53.9576C151.913 57.7863 156.625 59.7007 162.239 59.7007C167.814 59.7007 172.526 57.7662 176.215 53.9576C179.945 50.1088 181.81 45.4136 181.81 39.993C181.81 34.5119 179.925 29.8167 176.215 26.0283C172.526 22.1996 167.814 20.2651 162.239 20.2651ZM169.999 48.3355C167.894 50.5521 165.367 51.6201 162.239 51.6201C159.131 51.6201 156.505 50.5118 154.419 48.3355C152.374 46.1793 151.331 43.3783 151.331 39.993C151.331 36.6076 152.374 33.8066 154.419 31.6505C156.484 29.4742 159.111 28.3658 162.239 28.3658C165.367 28.3658 167.894 29.4339 169.999 31.6505C172.085 33.8268 173.127 36.6479 173.127 39.993C173.127 43.338 172.085 46.1592 169.999 48.3355Z", fill: "black" }), | ||
React.createElement("path", { d: "M286.218 35.7411C285.095 35.3784 283.19 34.8343 282.188 34.5724C281.165 34.3104 279.902 33.8268 279.28 33.4842C278.097 32.92 277.596 32.2953 277.596 31.3683C277.596 30.5825 277.596 28.1845 283.391 28.1845C287.501 28.1845 291.451 29.3331 295.081 31.6102C295.081 31.6102 295.221 31.6908 295.402 31.8117C295.662 31.9729 295.823 31.7714 295.823 31.6706C295.823 30.5623 295.823 24.1543 295.823 23.8722C295.823 23.5094 295.582 23.3885 295.582 23.3885C291.832 21.313 287.702 20.2651 283.31 20.2651C278.919 20.2651 275.41 21.2525 272.864 23.2072C270.257 25.1618 268.933 27.8822 268.933 31.3079C268.933 36.386 272.021 39.328 276.353 41.2826C277.375 41.7461 278.298 42.0282 278.839 42.1894L281.586 43.0962L284.514 44.003L285.777 44.4262C286.84 44.8091 287.16 44.9501 287.842 45.3532C288.865 45.8368 289.466 46.7839 289.466 47.9929C289.466 50.8141 285.897 51.8015 282.849 51.8015C280.443 51.8015 277.937 51.338 275.43 50.4111C272.944 49.4438 270.999 48.3355 269.475 47.0055C269.475 47.0055 269.274 46.8242 269.054 46.6428C268.833 46.4615 268.693 46.5824 268.693 46.8242C268.693 47.0458 268.693 53.5949 268.693 55.1869C268.693 55.5899 268.893 55.6705 268.893 55.6705C272.743 58.3707 277.536 59.7208 283.17 59.7208C287.521 59.7208 291.05 58.6931 293.918 56.5773C296.805 54.4413 298.269 51.4791 298.269 47.7914C298.229 41.3632 293.537 38.0383 286.218 35.7411Z", fill: "black" }), | ||
React.createElement("path", { d: "M304.847 58.6122C304.847 58.8137 305.007 58.9951 305.228 58.9951H312.947C313.148 58.9951 313.328 58.8339 313.328 58.6122V21.3731C313.328 21.1716 313.168 20.9902 312.947 20.9902H305.228C305.027 20.9902 304.847 21.1514 304.847 21.3731V58.6122Z", fill: "black" }), | ||
React.createElement("path", { d: "M330.853 51.2168C330.552 51.2168 330.312 50.975 330.312 50.6727V21.5343C330.312 21.232 330.071 20.9902 329.77 20.9902H322.311C322.01 20.9902 321.77 21.232 321.77 21.5343V58.451C321.77 58.7533 322.01 58.9951 322.311 58.9951H348.458C348.759 58.9951 349 58.7533 349 58.451V51.7407C349 51.4384 348.759 51.1966 348.458 51.1966H330.853V51.2168Z", fill: "black" }), | ||
React.createElement("path", { d: "M216.599 36.5672C216.599 36.5672 206.874 36.5672 206.634 36.5672C206.413 36.5672 206.273 36.7485 206.273 36.9501C206.273 37.1314 206.273 42.3707 206.273 43.8618C206.273 44.1037 206.413 44.2447 206.654 44.2447C206.854 44.2447 211.607 44.2447 213.09 44.2447C213.371 44.2447 213.471 44.3858 213.471 44.5873C213.471 44.7687 213.471 48.2749 213.471 49.3026C213.471 49.5847 213.371 49.6653 213.311 49.7258C211.687 51.0961 209.481 51.7409 206.534 51.7409C203.305 51.7409 200.558 50.693 198.393 48.5973C196.227 46.5218 195.124 43.6805 195.124 40.1541C195.124 36.547 196.227 33.746 198.513 31.61C200.799 29.4136 203.686 28.3657 207.336 28.3657C209.902 28.3657 212.349 28.8896 214.795 29.9778C215.617 30.3405 216.419 30.7637 217.241 31.2473C217.361 31.3279 217.642 31.3279 217.722 31.0861C218.143 29.6755 219.547 24.9199 219.627 24.6781C219.707 24.396 219.567 24.1945 219.487 24.1542C215.517 21.4942 211.005 20.2852 206.794 20.2852C200.919 20.2852 196.027 22.1391 192.217 25.8065C188.387 29.4942 186.442 34.27 186.442 40.013C186.442 45.6956 188.387 50.4714 192.217 54.2195C196.027 57.887 200.839 59.7408 206.534 59.7408C209.642 59.7408 212.629 59.1565 215.396 58.028C218.003 56.9399 220.169 55.5696 221.753 53.8568C221.933 53.6754 221.993 53.5343 221.993 53.2522C221.993 50.8946 221.993 37.2322 221.993 37.0105C221.993 36.7687 221.873 36.6075 221.612 36.6075C221.392 36.5672 216.599 36.5672 216.599 36.5672Z", fill: "black" }), | ||
React.createElement("path", { d: "M130.919 44.6878C135.13 42.1085 137.556 38.7433 137.556 34.2496C137.556 25.8869 130.698 20.9902 124.342 20.9902C124.342 20.9902 107.899 20.9902 107.639 20.9902C107.378 20.9902 107.258 21.1313 107.258 21.3731C107.258 25.3429 107.258 58.3301 107.258 58.5719C107.258 58.8339 107.418 58.9548 107.639 58.9548C107.839 58.9548 114.075 58.9548 115.7 58.9548C115.94 58.9548 116.081 58.854 116.081 58.5719C116.081 58.3099 116.081 32.9196 116.081 29.4335C116.081 29.1716 116.261 29.0506 116.461 29.0506C116.682 29.0506 123.921 29.0506 123.921 29.0506C126.808 29.0506 128.733 31.6904 128.733 34.2093C128.733 36.7886 126.848 39.2874 123.921 39.2874C123.921 39.2874 118.908 39.2874 118.687 39.2874C118.467 39.2874 118.306 39.4284 118.306 39.6702C118.306 39.8314 118.306 40.5166 118.306 40.9397C118.306 41.242 118.306 41.2823 118.487 41.504C118.627 41.6853 129.615 55.9724 131.6 58.5719C131.801 58.8339 131.921 58.9749 132.302 58.9749C132.623 58.9749 139.461 58.9749 141.386 58.9749C141.706 58.9749 141.706 58.7533 141.586 58.592C141.466 58.4308 130.919 44.6878 130.919 44.6878Z", fill: "black" }), | ||
React.createElement("path", { d: "M95.7283 26.3095C91.8985 22.7831 86.8855 21.0098 80.83 21.0098H66.6134C66.4129 21.0098 66.2324 21.171 66.2324 21.3926V58.6116C66.2324 58.8131 66.3928 58.9944 66.6134 58.9944H80.8099C86.9056 58.9944 91.9185 57.2413 95.7082 53.735C99.5581 50.1884 101.503 45.5739 101.503 39.992C101.503 34.4505 99.5582 29.8359 95.7283 26.3095ZM80.1883 51.2161C80.1883 51.2161 75.8973 51.2161 75.4561 51.2161C75.1955 51.2161 75.0752 51.1355 75.0752 50.8333V29.1508C75.0752 28.909 75.1955 28.7881 75.4561 28.7881C75.7369 28.7881 80.1883 28.7881 80.1883 28.7881C88.1889 28.7881 92.7607 32.8787 92.7607 40.0122C92.7607 47.1255 88.1889 51.2161 80.1883 51.2161Z", fill: "black" }), | ||
React.createElement("path", { d: "M265.505 58.4913L254.537 32.5972L249.945 21.756L249.825 21.4739C249.705 21.2119 249.384 20.9902 249.083 20.9902H242.305C242.005 20.9902 241.684 21.2119 241.564 21.4739L225.863 58.4711C225.743 58.7331 225.903 58.9548 226.184 58.9548H234.064C234.365 58.9548 234.686 58.7331 234.806 58.4711L237.994 50.9145C238.115 50.6525 238.436 50.4309 238.736 50.4309H252.552C252.833 50.4309 253.173 50.6525 253.294 50.9145L256.482 58.4711C256.602 58.7331 256.923 58.9548 257.224 58.9548H265.204C265.485 58.9951 265.625 58.7734 265.505 58.4913ZM249.745 43.2571H241.483C241.203 43.2571 241.042 43.0355 241.163 42.7735L245.434 32.6577C245.554 32.3957 245.734 32.3957 245.855 32.6577L250.085 42.7735C250.186 43.0355 250.025 43.2571 249.745 43.2571Z", fill: "black" }))); | ||
} | ||
exports.default = SvgDrogasilBlack; |
import * as React from "react"; | ||
declare function SvgDrogasilDefault(props: React.SVGProps<SVGSVGElement>): JSX.Element; | ||
interface props { | ||
props?: React.SVGProps<SVGSVGElement>; | ||
size: { | ||
width: string; | ||
height: string; | ||
}; | ||
} | ||
declare function SvgDrogasilDefault({ size, props }: props): JSX.Element; | ||
export default SvgDrogasilDefault; |
@@ -38,9 +38,18 @@ "use strict"; | ||
var React = __importStar(require("react")); | ||
function SvgDrogasilDefault(props) { | ||
return (React.createElement("svg", __assign({ width: 149, height: 28, fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props), | ||
React.createElement("path", { d: "M75.318 6.143c-2.215 0-4.075.758-5.532 2.246-1.452 1.47-2.19 3.309-2.19 5.466 0 2.136.738 3.974 2.19 5.464 1.455 1.495 3.317 2.25 5.532 2.25 2.2 0 4.055-.755 5.512-2.25 1.47-1.502 2.21-3.34 2.21-5.464 0-2.143-.743-3.984-2.21-5.464-1.457-1.493-3.312-2.248-5.512-2.248zm3.063 10.975c-.829.867-1.829 1.288-3.063 1.288-1.23 0-2.266-.433-3.082-1.288-.805-.84-1.215-1.938-1.215-3.263 0-1.322.41-2.42 1.215-3.26.816-.855 1.855-1.288 3.082-1.288 1.234 0 2.234.418 3.063 1.288.819.854 1.237 1.952 1.237 3.26 0 1.308-.418 2.406-1.237 3.263zM124.231 12.19a43.63 43.63 0 00-1.589-.456 6.315 6.315 0 01-1.149-.423c-.464-.222-.662-.466-.662-.826 0-.307 0-1.242 2.283-1.242 1.625 0 3.177.453 4.615 1.337 0 0 .053.03.122.075.1.066.161-.016.161-.058V7.553c0-.14-.098-.187-.098-.187a9.996 9.996 0 00-4.842-1.223c-1.731 0-3.117.388-4.119 1.152-1.026.765-1.55 1.831-1.55 3.168 0 1.985 1.22 3.137 2.924 3.899.401.177.768.29.985.355l1.085.35 1.157.351.493.166c.421.146.548.202.817.365.406.185.638.563.638 1.033 0 1.1-1.408 1.488-2.616 1.488-.951 0-1.936-.183-2.923-.543-.98-.378-1.75-.814-2.354-1.332 0 0-.078-.073-.166-.144-.091-.068-.145-.024-.145.07v3.273c0 .156.081.192.081.192 1.518 1.055 3.412 1.583 5.632 1.583 1.716 0 3.104-.402 4.239-1.232 1.139-.833 1.716-1.992 1.716-3.438 0-2.508-1.853-3.81-4.735-4.71zM131.586 21.133c0 .08.066.146.147.146h3.045a.147.147 0 00.147-.146V6.58a.147.147 0 00-.147-.146h-3.045a.147.147 0 00-.147.146v14.554zM141.84 18.24a.211.211 0 01-.21-.209V6.641a.21.21 0 00-.21-.21h-2.941a.211.211 0 00-.21.21v14.43c0 .114.095.208.21.208h10.311a.21.21 0 00.21-.209v-2.62a.211.211 0 00-.21-.21h-6.95zM96.765 12.511h-3.928c-.09 0-.142.07-.142.151l-.002 2.7c0 .095.058.149.151.149h2.543c.112 0 .151.054.151.136v1.844c0 .107-.044.146-.066.163-.635.535-1.515.791-2.674.791-1.271 0-2.354-.411-3.215-1.23-.855-.815-1.29-1.92-1.29-3.297 0-1.412.435-2.505 1.334-3.338.903-.857 2.04-1.273 3.484-1.273 1.01 0 1.982.207 2.945.63.323.142.643.307.966.497.049.03.161.03.19-.066.167-.55.724-2.41.751-2.503.032-.11-.022-.187-.056-.21A9.11 9.11 0 0092.9 6.144c-2.315 0-4.251.726-5.755 2.16-1.51 1.444-2.28 3.312-2.28 5.552 0 2.22.77 4.09 2.28 5.552 1.504 1.434 3.406 2.16 5.65 2.16a9.185 9.185 0 003.497-.675c1.032-.426 1.887-.964 2.51-1.629a.293.293 0 00.096-.238v-6.356c0-.095-.046-.158-.147-.158h-1.987zM62.961 15.694c1.66-1.01 2.618-2.328 2.618-4.081 0-3.268-2.703-5.184-5.214-5.184H53.78c-.1 0-.151.05-.151.15v14.55c0 .104.066.15.151.15h3.178c.095 0 .149-.038.149-.15V9.74c0-.1.069-.153.152-.153h2.943c1.134 0 1.897 1.027 1.897 2.014 0 1.01-.744 1.982-1.897 1.982h-2.066c-.085 0-.149.056-.149.153v.494c0 .115 0 .137.068.224l5.178 6.672c.078.1.127.156.276.156h3.581c.122 0 .13-.085.078-.15-.046-.064-4.207-5.438-4.207-5.438zM49.07 8.506C47.562 7.13 45.584 6.43 43.193 6.43h-5.607a.147.147 0 00-.147.146v14.552c0 .08.066.146.147.146h5.607c2.403 0 4.38-.69 5.877-2.053 1.515-1.383 2.28-3.188 2.28-5.372.003-2.162-.765-3.964-2.28-5.344zm-6.123 9.735h-1.868c-.1 0-.15-.032-.15-.149V9.616c0-.095.045-.144.152-.144h1.863c3.153 0 4.96 1.598 4.96 4.383.002 2.786-1.804 4.386-4.958 4.386zM116.056 21.09l-.004-.01.004.01-4.329-10.123-1.811-4.234-.002-.003-.047-.11a.342.342 0 00-.291-.19h-2.674a.346.346 0 00-.291.19l-6.189 14.467c-.044.105.012.19.127.19h3.105a.344.344 0 00.29-.19l1.259-2.951a.344.344 0 01.291-.192h5.451c.115 0 .245.085.291.192l1.261 2.951c.044.105.176.19.291.19h3.144c.112.002.171-.083.124-.187zm-6.218-5.961h-3.256c-.115 0-.171-.085-.127-.19l1.684-3.955c.044-.104.117-.104.161 0l1.665 3.952c.044.107-.012.193-.127.193z", fill: "#E31D3C" }), | ||
React.createElement("path", { d: "M28.106 12.862c0-.256-.15-.61-.328-.79L15.987.327A1.302 1.302 0 0015.194 0h-2.283c-.254 0-.61.149-.792.326L.328 12.073c-.181.18-.328.533-.328.789v2.274c0 .256.147.609.328.789L12.117 27.67c.18.178.538.327.792.327h2.283c.257 0 .611-.149.792-.327l11.792-11.746c.178-.18.328-.533.328-.789v-2.274h.002z", fill: "#9E0621" }), | ||
React.createElement("path", { d: "M28.106 13.383v-.521c0-.256-.15-.61-.328-.79L15.987.327A1.302 1.302 0 0015.194 0h-.524l.834 12.552 12.601.83zM12.598 12.552L13.432 0h-.523c-.257 0-.611.149-.792.326L.327 12.073c-.18.18-.327.533-.327.789v.52l12.598-.83zM15.505 15.445l-.834 12.553h.524c.256 0 .61-.149.791-.326l11.79-11.747c.18-.18.328-.533.328-.789v-.521l-12.599.83zM0 14.617v.521c0 .256.15.61.328.79l11.791 11.746c.181.178.536.326.792.326h.524L12.6 15.448 0 14.618z", fill: "#E31D3C" }), | ||
React.createElement("path", { d: "M22.885 13.04l-7.38-.487-.489-7.352h-1.929l-.489 7.352-7.38.487v1.92l7.38.485.49 7.354h1.928l.489-7.354 7.38-.484V13.04z", fill: "#fff" }))); | ||
function SvgDrogasilDefault(_a) { | ||
var size = _a.size, props = _a.props; | ||
return (React.createElement("svg", __assign({ width: size.width, height: size.height, viewBox: "0 0 349 80", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props), | ||
React.createElement("path", { d: "M32.0452 12.6471C30.9825 11.5186 29.6591 11.9821 29.7193 13.3725L30.5213 27.4379C30.8622 33.8258 34.4915 37.5739 40.8679 37.8963L54.8639 38.7024C56.2475 38.7628 56.6485 37.4933 55.5858 36.3648L32.0452 12.6471Z", fill: "#EB3C4D" }), | ||
React.createElement("path", { d: "M54.8439 41.3025L40.8479 42.1085C34.4715 42.4511 30.8422 46.179 30.5013 52.5669L29.6992 66.6323C29.6391 68.0227 30.9625 68.5064 32.0252 67.3578L55.5658 43.64C56.6486 42.4914 56.2475 41.2219 54.8439 41.3025Z", fill: "#EB3C4D" }), | ||
React.createElement("path", { d: "M25.6685 52.5667C25.3276 46.1587 21.6983 42.4307 15.3219 42.1083L1.32591 41.3023C-0.0576526 41.2418 -0.458685 42.5718 0.604048 43.6398L24.1446 67.3576C25.2073 68.486 26.5307 68.0225 26.4706 66.6321L25.6685 52.5667Z", fill: "#EB3C4D" }), | ||
React.createElement("path", { d: "M24.1446 12.6478L0.604048 36.3655C-0.458685 37.4335 -0.0576526 38.7635 1.32591 38.703L15.3219 37.897C21.6983 37.5544 25.3276 33.8265 25.6685 27.4386L26.4706 13.3732C26.5307 11.9626 25.2073 11.4992 24.1446 12.6478Z", fill: "#EB3C4D" }), | ||
React.createElement("path", { d: "M162.239 20.2651C156.625 20.2651 151.913 22.1996 148.223 26.0082C144.534 29.7764 142.669 34.4716 142.669 39.993C142.669 45.4539 144.534 50.1491 148.223 53.9576C151.913 57.7863 156.625 59.7007 162.239 59.7007C167.814 59.7007 172.526 57.7662 176.215 53.9576C179.945 50.1088 181.81 45.4136 181.81 39.993C181.81 34.5119 179.925 29.8167 176.215 26.0283C172.526 22.1996 167.814 20.2651 162.239 20.2651ZM169.999 48.3355C167.894 50.5521 165.367 51.6201 162.239 51.6201C159.131 51.6201 156.505 50.5118 154.419 48.3355C152.374 46.1793 151.331 43.3783 151.331 39.993C151.331 36.6076 152.374 33.8066 154.419 31.6505C156.484 29.4742 159.111 28.3658 162.239 28.3658C165.367 28.3658 167.894 29.4339 169.999 31.6505C172.085 33.8268 173.127 36.6479 173.127 39.993C173.127 43.338 172.085 46.1592 169.999 48.3355Z", fill: "#EB3C4D" }), | ||
React.createElement("path", { d: "M286.218 35.7411C285.095 35.3784 283.19 34.8343 282.188 34.5724C281.165 34.3104 279.902 33.8268 279.28 33.4842C278.097 32.92 277.596 32.2953 277.596 31.3683C277.596 30.5825 277.596 28.1845 283.391 28.1845C287.501 28.1845 291.451 29.3331 295.081 31.6102C295.081 31.6102 295.221 31.6908 295.402 31.8117C295.662 31.9729 295.823 31.7714 295.823 31.6706C295.823 30.5623 295.823 24.1543 295.823 23.8722C295.823 23.5094 295.582 23.3885 295.582 23.3885C291.832 21.313 287.702 20.2651 283.31 20.2651C278.919 20.2651 275.41 21.2525 272.864 23.2072C270.257 25.1618 268.933 27.8822 268.933 31.3079C268.933 36.386 272.021 39.328 276.353 41.2826C277.375 41.7461 278.298 42.0282 278.839 42.1894L281.586 43.0962L284.514 44.003L285.777 44.4262C286.84 44.8091 287.16 44.9501 287.842 45.3532C288.865 45.8368 289.466 46.7839 289.466 47.9929C289.466 50.8141 285.897 51.8015 282.849 51.8015C280.443 51.8015 277.937 51.338 275.43 50.4111C272.944 49.4438 270.999 48.3355 269.475 47.0055C269.475 47.0055 269.274 46.8242 269.054 46.6428C268.833 46.4615 268.693 46.5824 268.693 46.8242C268.693 47.0458 268.693 53.5949 268.693 55.1869C268.693 55.5899 268.893 55.6705 268.893 55.6705C272.743 58.3707 277.536 59.7208 283.17 59.7208C287.521 59.7208 291.05 58.6931 293.918 56.5773C296.805 54.4413 298.269 51.4791 298.269 47.7914C298.229 41.3632 293.537 38.0383 286.218 35.7411Z", fill: "#EB3C4D" }), | ||
React.createElement("path", { d: "M304.847 58.6122C304.847 58.8137 305.007 58.9951 305.228 58.9951H312.947C313.148 58.9951 313.328 58.8339 313.328 58.6122V21.3731C313.328 21.1716 313.168 20.9902 312.947 20.9902H305.228C305.027 20.9902 304.847 21.1514 304.847 21.3731V58.6122Z", fill: "#EB3C4D" }), | ||
React.createElement("path", { d: "M330.853 51.2168C330.552 51.2168 330.312 50.975 330.312 50.6727V21.5343C330.312 21.232 330.071 20.9902 329.77 20.9902H322.311C322.01 20.9902 321.77 21.232 321.77 21.5343V58.451C321.77 58.7533 322.01 58.9951 322.311 58.9951H348.458C348.759 58.9951 349 58.7533 349 58.451V51.7407C349 51.4384 348.759 51.1966 348.458 51.1966H330.853V51.2168Z", fill: "#EB3C4D" }), | ||
React.createElement("path", { d: "M216.599 36.5672C216.599 36.5672 206.874 36.5672 206.634 36.5672C206.413 36.5672 206.273 36.7485 206.273 36.9501C206.273 37.1314 206.273 42.3707 206.273 43.8618C206.273 44.1037 206.413 44.2447 206.654 44.2447C206.854 44.2447 211.607 44.2447 213.09 44.2447C213.371 44.2447 213.471 44.3858 213.471 44.5873C213.471 44.7687 213.471 48.2749 213.471 49.3026C213.471 49.5847 213.371 49.6653 213.311 49.7258C211.687 51.0961 209.481 51.7409 206.534 51.7409C203.305 51.7409 200.558 50.693 198.393 48.5973C196.227 46.5218 195.124 43.6805 195.124 40.1541C195.124 36.547 196.227 33.746 198.513 31.61C200.799 29.4136 203.686 28.3657 207.336 28.3657C209.902 28.3657 212.349 28.8896 214.795 29.9778C215.617 30.3405 216.419 30.7637 217.241 31.2473C217.361 31.3279 217.642 31.3279 217.722 31.0861C218.143 29.6755 219.547 24.9199 219.627 24.6781C219.707 24.396 219.567 24.1945 219.487 24.1542C215.517 21.4942 211.005 20.2852 206.794 20.2852C200.919 20.2852 196.027 22.1391 192.217 25.8065C188.387 29.4942 186.442 34.27 186.442 40.013C186.442 45.6956 188.387 50.4714 192.217 54.2195C196.027 57.887 200.839 59.7408 206.534 59.7408C209.642 59.7408 212.629 59.1565 215.396 58.028C218.003 56.9399 220.169 55.5696 221.753 53.8568C221.933 53.6754 221.993 53.5343 221.993 53.2522C221.993 50.8946 221.993 37.2322 221.993 37.0105C221.993 36.7687 221.873 36.6075 221.612 36.6075C221.392 36.5672 216.599 36.5672 216.599 36.5672Z", fill: "#EB3C4D" }), | ||
React.createElement("path", { d: "M130.919 44.6878C135.13 42.1085 137.556 38.7433 137.556 34.2496C137.556 25.8869 130.698 20.9902 124.342 20.9902C124.342 20.9902 107.899 20.9902 107.639 20.9902C107.378 20.9902 107.258 21.1313 107.258 21.3731C107.258 25.3429 107.258 58.3301 107.258 58.5719C107.258 58.8339 107.418 58.9548 107.639 58.9548C107.839 58.9548 114.075 58.9548 115.7 58.9548C115.94 58.9548 116.081 58.854 116.081 58.5719C116.081 58.3099 116.081 32.9196 116.081 29.4335C116.081 29.1716 116.261 29.0506 116.461 29.0506C116.682 29.0506 123.921 29.0506 123.921 29.0506C126.808 29.0506 128.733 31.6904 128.733 34.2093C128.733 36.7886 126.848 39.2874 123.921 39.2874C123.921 39.2874 118.908 39.2874 118.687 39.2874C118.467 39.2874 118.306 39.4284 118.306 39.6702C118.306 39.8314 118.306 40.5166 118.306 40.9397C118.306 41.242 118.306 41.2823 118.487 41.504C118.627 41.6853 129.615 55.9724 131.6 58.5719C131.801 58.8339 131.921 58.9749 132.302 58.9749C132.623 58.9749 139.461 58.9749 141.386 58.9749C141.706 58.9749 141.706 58.7533 141.586 58.592C141.466 58.4308 130.919 44.6878 130.919 44.6878Z", fill: "#EB3C4D" }), | ||
React.createElement("path", { d: "M95.7283 26.3095C91.8985 22.7831 86.8855 21.0098 80.83 21.0098H66.6134C66.4129 21.0098 66.2324 21.171 66.2324 21.3926V58.6116C66.2324 58.8131 66.3928 58.9944 66.6134 58.9944H80.8099C86.9056 58.9944 91.9185 57.2413 95.7082 53.735C99.5581 50.1884 101.503 45.5739 101.503 39.992C101.503 34.4505 99.5582 29.8359 95.7283 26.3095ZM80.1883 51.2161C80.1883 51.2161 75.8973 51.2161 75.4561 51.2161C75.1955 51.2161 75.0752 51.1355 75.0752 50.8333V29.1508C75.0752 28.909 75.1955 28.7881 75.4561 28.7881C75.7369 28.7881 80.1883 28.7881 80.1883 28.7881C88.1889 28.7881 92.7607 32.8787 92.7607 40.0122C92.7607 47.1255 88.1889 51.2161 80.1883 51.2161Z", fill: "#EB3C4D" }), | ||
React.createElement("path", { d: "M265.505 58.4913L254.537 32.5972L249.945 21.756L249.825 21.4739C249.705 21.2119 249.384 20.9902 249.083 20.9902H242.305C242.005 20.9902 241.684 21.2119 241.564 21.4739L225.863 58.4711C225.743 58.7331 225.903 58.9548 226.184 58.9548H234.064C234.365 58.9548 234.686 58.7331 234.806 58.4711L237.994 50.9145C238.115 50.6525 238.436 50.4309 238.736 50.4309H252.552C252.833 50.4309 253.173 50.6525 253.294 50.9145L256.482 58.4711C256.602 58.7331 256.923 58.9548 257.224 58.9548H265.204C265.485 58.9951 265.625 58.7734 265.505 58.4913ZM249.745 43.2571H241.483C241.203 43.2571 241.042 43.0355 241.163 42.7735L245.434 32.6577C245.554 32.3957 245.734 32.3957 245.855 32.6577L250.085 42.7735C250.186 43.0355 250.025 43.2571 249.745 43.2571Z", fill: "#EB3C4D" }))); | ||
} | ||
exports.default = SvgDrogasilDefault; |
import * as React from "react"; | ||
declare function SvgDrogasilWhite(props: React.SVGProps<SVGSVGElement>): JSX.Element; | ||
interface props { | ||
props?: React.SVGProps<SVGSVGElement>; | ||
size: { | ||
width: string; | ||
height: string; | ||
}; | ||
} | ||
declare function SvgDrogasilWhite({ size, props }: props): JSX.Element; | ||
export default SvgDrogasilWhite; |
@@ -38,7 +38,18 @@ "use strict"; | ||
var React = __importStar(require("react")); | ||
function SvgDrogasilWhite(props) { | ||
return (React.createElement("svg", __assign({ width: 149, height: 28, fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props), | ||
React.createElement("path", { d: "M74.738 6.144c-2.232 0-4.107.758-5.576 2.245-1.463 1.471-2.207 3.31-2.207 5.468 0 2.135.744 3.974 2.207 5.464 1.466 1.495 3.344 2.25 5.576 2.25 2.217 0 4.087-.755 5.555-2.25 1.481-1.502 2.227-3.341 2.227-5.465 0-2.143-.748-3.983-2.227-5.464-1.468-1.493-3.338-2.248-5.555-2.248zm3.087 10.976c-.835.867-1.843 1.288-3.087 1.288-1.24 0-2.284-.434-3.107-1.288-.81-.84-1.224-1.939-1.224-3.264 0-1.322.414-2.42 1.224-3.26.823-.855 1.87-1.288 3.107-1.288 1.244 0 2.252.418 3.087 1.288.825.854 1.246 1.953 1.246 3.26 0 1.308-.42 2.406-1.246 3.264zM124.036 12.19a43.99 43.99 0 00-1.601-.454 6.336 6.336 0 01-1.158-.424c-.468-.222-.668-.465-.668-.826 0-.307 0-1.242 2.301-1.242 1.638 0 3.203.453 4.651 1.337 0 0 .055.03.124.076.101.065.162-.017.162-.059V7.554c0-.141-.098-.187-.098-.187a10.143 10.143 0 00-4.881-1.223c-1.744 0-3.141.387-4.151 1.152-1.035.765-1.562 1.831-1.562 3.168 0 1.985 1.229 3.137 2.946 3.899.404.178.774.29.993.356l1.094.35 1.165.35.498.166c.424.147.552.203.823.366.409.185.643.562.643 1.032 0 1.101-1.419 1.488-2.636 1.488-.958 0-1.951-.182-2.947-.543-.988-.377-1.764-.813-2.372-1.332 0 0-.079-.073-.168-.143-.091-.069-.145-.025-.145.07v3.273c0 .156.081.192.081.192 1.53 1.055 3.44 1.583 5.677 1.583 1.729 0 3.128-.402 4.272-1.232 1.148-.833 1.729-1.992 1.729-3.438 0-2.509-1.867-3.812-4.772-4.71zM131.449 21.135c0 .08.066.146.148.146h3.07a.147.147 0 00.147-.146V6.58a.147.147 0 00-.147-.146h-3.07a.147.147 0 00-.148.146v14.555zM141.784 18.243a.212.212 0 01-.212-.21V6.641a.21.21 0 00-.212-.21h-2.964a.212.212 0 00-.211.21v14.431c0 .115.096.21.211.21h10.392a.21.21 0 00.212-.21v-2.62a.212.212 0 00-.212-.21h-7.004zM96.353 12.512h-3.959c-.09 0-.143.07-.143.151l-.002 2.7c0 .096.06.15.153.15h2.562c.113 0 .153.053.153.136v1.843c0 .107-.045.146-.067.163-.64.536-1.527.792-2.695.792-1.281 0-2.373-.412-3.24-1.23-.862-.816-1.3-1.921-1.3-3.297 0-1.413.438-2.506 1.345-3.339.909-.857 2.054-1.273 3.51-1.273 1.018 0 1.998.207 2.969.63.325.141.648.307.973.497.05.03.163.03.192-.066.168-.55.73-2.41.757-2.503.032-.11-.023-.188-.057-.21a9.233 9.233 0 00-5.046-1.512c-2.333 0-4.284.726-5.8 2.16-1.522 1.444-2.298 3.312-2.298 5.553 0 2.22.776 4.09 2.299 5.552 1.515 1.434 3.432 2.16 5.694 2.16a9.322 9.322 0 003.525-.675c1.04-.426 1.902-.964 2.53-1.629a.292.292 0 00.096-.239v-6.355c0-.095-.047-.159-.148-.159h-2.002zM62.284 15.695c1.673-1.01 2.639-2.328 2.639-4.082 0-3.268-2.725-5.184-5.255-5.184H53.03c-.102 0-.153.051-.153.15V21.13c0 .105.066.151.153.151h3.202c.096 0 .15-.039.15-.15V9.74c0-.1.07-.154.153-.154h2.967c1.143 0 1.911 1.028 1.911 2.014 0 1.01-.749 1.982-1.911 1.982H57.42c-.086 0-.15.056-.15.154v.494c0 .115 0 .137.069.224.054.07 4.424 5.657 5.217 6.673.08.1.129.156.279.156h3.61c.122 0 .13-.086.078-.151-.047-.064-4.24-5.438-4.24-5.438zM48.283 8.507c-1.52-1.376-3.513-2.075-5.923-2.075H36.71a.147.147 0 00-.148.146V21.13c0 .08.066.146.148.146h5.651c2.422 0 4.415-.69 5.923-2.053 1.527-1.383 2.299-3.188 2.299-5.372.002-2.163-.772-3.965-2.299-5.345zm-6.172 9.736H40.23c-.1 0-.15-.032-.15-.149V9.617c0-.095.044-.144.153-.144h1.877c3.178 0 4.999 1.598 4.999 4.384.002 2.786-1.818 4.386-4.996 4.386zM115.797 21.092l-.005-.01.005.01-4.363-10.123-1.826-4.235-.002-.003-.047-.11a.344.344 0 00-.293-.19h-2.695a.346.346 0 00-.293.19L100.04 21.09c-.045.105.012.19.128.19h3.129a.349.349 0 00.293-.19l1.269-2.951a.346.346 0 01.293-.193h5.494c.115 0 .246.086.293.193l1.271 2.951c.044.105.178.19.293.19h3.169c.113.003.172-.082.125-.187zm-6.267-5.962h-3.282c-.116 0-.172-.085-.128-.19l1.697-3.954c.045-.105.119-.105.163 0l1.678 3.952c.044.107-.013.192-.128.192z", fill: "#fff" }), | ||
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M27.997 12.074c.18.18.33.533.33.789h-.002v2.274c0 .256-.15.609-.33.79L16.11 27.673c-.182.178-.54.326-.798.326H13.01c-.257 0-.616-.148-.799-.326L.33 15.926a1.273 1.273 0 01-.33-.789v-2.274c0-.256.148-.609.33-.79L12.215.327c.182-.177.542-.326.798-.326h2.301c.259 0 .616.149.798.326l11.885 11.748zm-12.37.48l7.438.486v1.922l-7.438.485-.493 7.354H13.19l-.492-7.354-7.438-.485V13.04l7.438-.488.492-7.351h1.944l.493 7.351z", fill: "#fff" }))); | ||
function SvgDrogasilWhite(_a) { | ||
var size = _a.size, props = _a.props; | ||
return (React.createElement("svg", __assign({ width: size.width, height: size.height, viewBox: "0 0 349 80", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props), | ||
React.createElement("path", { d: "M32.0452 12.6471C30.9825 11.5186 29.6591 11.9821 29.7193 13.3725L30.5213 27.4379C30.8622 33.8258 34.4915 37.5739 40.8679 37.8963L54.8639 38.7024C56.2475 38.7628 56.6485 37.4933 55.5858 36.3648L32.0452 12.6471Z", fill: "white" }), | ||
React.createElement("path", { d: "M54.8439 41.3025L40.8479 42.1085C34.4715 42.4511 30.8422 46.179 30.5013 52.5669L29.6992 66.6323C29.6391 68.0227 30.9625 68.5064 32.0252 67.3578L55.5658 43.64C56.6486 42.4914 56.2475 41.2219 54.8439 41.3025Z", fill: "white" }), | ||
React.createElement("path", { d: "M25.6685 52.5667C25.3276 46.1587 21.6983 42.4307 15.3219 42.1083L1.32591 41.3023C-0.0576526 41.2418 -0.458685 42.5718 0.604048 43.6398L24.1446 67.3576C25.2073 68.486 26.5307 68.0225 26.4706 66.6321L25.6685 52.5667Z", fill: "white" }), | ||
React.createElement("path", { d: "M24.1446 12.6478L0.604048 36.3655C-0.458685 37.4335 -0.0576526 38.7635 1.32591 38.703L15.3219 37.897C21.6983 37.5544 25.3276 33.8265 25.6685 27.4386L26.4706 13.3732C26.5307 11.9626 25.2073 11.4992 24.1446 12.6478Z", fill: "white" }), | ||
React.createElement("path", { d: "M162.239 20.2651C156.625 20.2651 151.913 22.1996 148.223 26.0082C144.534 29.7764 142.669 34.4716 142.669 39.993C142.669 45.4539 144.534 50.1491 148.223 53.9576C151.913 57.7863 156.625 59.7007 162.239 59.7007C167.814 59.7007 172.526 57.7662 176.215 53.9576C179.945 50.1088 181.81 45.4136 181.81 39.993C181.81 34.5119 179.925 29.8167 176.215 26.0283C172.526 22.1996 167.814 20.2651 162.239 20.2651ZM169.999 48.3355C167.894 50.5521 165.367 51.6201 162.239 51.6201C159.131 51.6201 156.505 50.5118 154.419 48.3355C152.374 46.1793 151.331 43.3783 151.331 39.993C151.331 36.6076 152.374 33.8066 154.419 31.6505C156.484 29.4742 159.111 28.3658 162.239 28.3658C165.367 28.3658 167.894 29.4339 169.999 31.6505C172.085 33.8268 173.127 36.6479 173.127 39.993C173.127 43.338 172.085 46.1592 169.999 48.3355Z", fill: "white" }), | ||
React.createElement("path", { d: "M286.218 35.7411C285.095 35.3784 283.19 34.8343 282.188 34.5724C281.165 34.3104 279.902 33.8268 279.28 33.4842C278.097 32.92 277.596 32.2953 277.596 31.3683C277.596 30.5825 277.596 28.1845 283.391 28.1845C287.501 28.1845 291.451 29.3331 295.081 31.6102C295.081 31.6102 295.221 31.6908 295.402 31.8117C295.662 31.9729 295.823 31.7714 295.823 31.6706C295.823 30.5623 295.823 24.1543 295.823 23.8722C295.823 23.5094 295.582 23.3885 295.582 23.3885C291.832 21.313 287.702 20.2651 283.31 20.2651C278.919 20.2651 275.41 21.2525 272.864 23.2072C270.257 25.1618 268.933 27.8822 268.933 31.3079C268.933 36.386 272.021 39.328 276.353 41.2826C277.375 41.7461 278.298 42.0282 278.839 42.1894L281.586 43.0962L284.514 44.003L285.777 44.4262C286.84 44.8091 287.16 44.9501 287.842 45.3532C288.865 45.8368 289.466 46.7839 289.466 47.9929C289.466 50.8141 285.897 51.8015 282.849 51.8015C280.443 51.8015 277.937 51.338 275.43 50.4111C272.944 49.4438 270.999 48.3355 269.475 47.0055C269.475 47.0055 269.274 46.8242 269.054 46.6428C268.833 46.4615 268.693 46.5824 268.693 46.8242C268.693 47.0458 268.693 53.5949 268.693 55.1869C268.693 55.5899 268.893 55.6705 268.893 55.6705C272.743 58.3707 277.536 59.7208 283.17 59.7208C287.521 59.7208 291.05 58.6931 293.918 56.5773C296.805 54.4413 298.269 51.4791 298.269 47.7914C298.229 41.3632 293.537 38.0383 286.218 35.7411Z", fill: "white" }), | ||
React.createElement("path", { d: "M304.847 58.6122C304.847 58.8137 305.007 58.9951 305.228 58.9951H312.947C313.148 58.9951 313.328 58.8339 313.328 58.6122V21.3731C313.328 21.1716 313.168 20.9902 312.947 20.9902H305.228C305.027 20.9902 304.847 21.1514 304.847 21.3731V58.6122Z", fill: "white" }), | ||
React.createElement("path", { d: "M330.853 51.2168C330.552 51.2168 330.312 50.975 330.312 50.6727V21.5343C330.312 21.232 330.071 20.9902 329.77 20.9902H322.311C322.01 20.9902 321.77 21.232 321.77 21.5343V58.451C321.77 58.7533 322.01 58.9951 322.311 58.9951H348.458C348.759 58.9951 349 58.7533 349 58.451V51.7407C349 51.4384 348.759 51.1966 348.458 51.1966H330.853V51.2168Z", fill: "white" }), | ||
React.createElement("path", { d: "M216.599 36.5672C216.599 36.5672 206.874 36.5672 206.634 36.5672C206.413 36.5672 206.273 36.7485 206.273 36.9501C206.273 37.1314 206.273 42.3707 206.273 43.8618C206.273 44.1037 206.413 44.2447 206.654 44.2447C206.854 44.2447 211.607 44.2447 213.09 44.2447C213.371 44.2447 213.471 44.3858 213.471 44.5873C213.471 44.7687 213.471 48.2749 213.471 49.3026C213.471 49.5847 213.371 49.6653 213.311 49.7258C211.687 51.0961 209.481 51.7409 206.534 51.7409C203.305 51.7409 200.558 50.693 198.393 48.5973C196.227 46.5218 195.124 43.6805 195.124 40.1541C195.124 36.547 196.227 33.746 198.513 31.61C200.799 29.4136 203.686 28.3657 207.336 28.3657C209.902 28.3657 212.349 28.8896 214.795 29.9778C215.617 30.3405 216.419 30.7637 217.241 31.2473C217.361 31.3279 217.642 31.3279 217.722 31.0861C218.143 29.6755 219.547 24.9199 219.627 24.6781C219.707 24.396 219.567 24.1945 219.487 24.1542C215.517 21.4942 211.005 20.2852 206.794 20.2852C200.919 20.2852 196.027 22.1391 192.217 25.8065C188.387 29.4942 186.442 34.27 186.442 40.013C186.442 45.6956 188.387 50.4714 192.217 54.2195C196.027 57.887 200.839 59.7408 206.534 59.7408C209.642 59.7408 212.629 59.1565 215.396 58.028C218.003 56.9399 220.169 55.5696 221.753 53.8568C221.933 53.6754 221.993 53.5343 221.993 53.2522C221.993 50.8946 221.993 37.2322 221.993 37.0105C221.993 36.7687 221.873 36.6075 221.612 36.6075C221.392 36.5672 216.599 36.5672 216.599 36.5672Z", fill: "white" }), | ||
React.createElement("path", { d: "M130.919 44.6878C135.13 42.1085 137.556 38.7433 137.556 34.2496C137.556 25.8869 130.698 20.9902 124.342 20.9902C124.342 20.9902 107.899 20.9902 107.639 20.9902C107.378 20.9902 107.258 21.1313 107.258 21.3731C107.258 25.3429 107.258 58.3301 107.258 58.5719C107.258 58.8339 107.418 58.9548 107.639 58.9548C107.839 58.9548 114.075 58.9548 115.7 58.9548C115.94 58.9548 116.081 58.854 116.081 58.5719C116.081 58.3099 116.081 32.9196 116.081 29.4335C116.081 29.1716 116.261 29.0506 116.461 29.0506C116.682 29.0506 123.921 29.0506 123.921 29.0506C126.808 29.0506 128.733 31.6904 128.733 34.2093C128.733 36.7886 126.848 39.2874 123.921 39.2874C123.921 39.2874 118.908 39.2874 118.687 39.2874C118.467 39.2874 118.306 39.4284 118.306 39.6702C118.306 39.8314 118.306 40.5166 118.306 40.9397C118.306 41.242 118.306 41.2823 118.487 41.504C118.627 41.6853 129.615 55.9724 131.6 58.5719C131.801 58.8339 131.921 58.9749 132.302 58.9749C132.623 58.9749 139.461 58.9749 141.386 58.9749C141.706 58.9749 141.706 58.7533 141.586 58.592C141.466 58.4308 130.919 44.6878 130.919 44.6878Z", fill: "white" }), | ||
React.createElement("path", { d: "M95.7283 26.3095C91.8985 22.7831 86.8855 21.0098 80.83 21.0098H66.6134C66.4129 21.0098 66.2324 21.171 66.2324 21.3926V58.6116C66.2324 58.8131 66.3928 58.9944 66.6134 58.9944H80.8099C86.9056 58.9944 91.9185 57.2413 95.7082 53.735C99.5581 50.1884 101.503 45.5739 101.503 39.992C101.503 34.4505 99.5582 29.8359 95.7283 26.3095ZM80.1883 51.2161C80.1883 51.2161 75.8973 51.2161 75.4561 51.2161C75.1955 51.2161 75.0752 51.1355 75.0752 50.8333V29.1508C75.0752 28.909 75.1955 28.7881 75.4561 28.7881C75.7369 28.7881 80.1883 28.7881 80.1883 28.7881C88.1889 28.7881 92.7607 32.8787 92.7607 40.0122C92.7607 47.1255 88.1889 51.2161 80.1883 51.2161Z", fill: "white" }), | ||
React.createElement("path", { d: "M265.505 58.4913L254.537 32.5972L249.945 21.756L249.825 21.4739C249.705 21.2119 249.384 20.9902 249.083 20.9902H242.305C242.005 20.9902 241.684 21.2119 241.564 21.4739L225.863 58.4711C225.743 58.7331 225.903 58.9548 226.184 58.9548H234.064C234.365 58.9548 234.686 58.7331 234.806 58.4711L237.994 50.9145C238.115 50.6525 238.436 50.4309 238.736 50.4309H252.552C252.833 50.4309 253.173 50.6525 253.294 50.9145L256.482 58.4711C256.602 58.7331 256.923 58.9548 257.224 58.9548H265.204C265.485 58.9951 265.625 58.7734 265.505 58.4913ZM249.745 43.2571H241.483C241.203 43.2571 241.042 43.0355 241.163 42.7735L245.434 32.6577C245.554 32.3957 245.734 32.3957 245.855 32.6577L250.085 42.7735C250.186 43.0355 250.025 43.2571 249.745 43.2571Z", fill: "white" }))); | ||
} | ||
exports.default = SvgDrogasilWhite; |
import * as React from "react"; | ||
declare function SvgRaiadrogasilBlack(props: React.SVGProps<SVGSVGElement>): JSX.Element; | ||
export default SvgRaiadrogasilBlack; | ||
declare function SvgRaiaDrogasilBlack(props: React.SVGProps<SVGSVGElement>): JSX.Element; | ||
export default SvgRaiaDrogasilBlack; |
@@ -38,6 +38,10 @@ "use strict"; | ||
var React = __importStar(require("react")); | ||
function SvgRaiadrogasilBlack(props) { | ||
return (React.createElement("svg", __assign({ width: 88, height: 48, fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props), | ||
React.createElement("path", { d: "M27.2 15.824c0 2.099-.843 4.111-2.343 5.595a8.045 8.045 0 01-5.657 2.317h-.533c-.708 0-1.386.278-1.886.773A2.623 2.623 0 0016 26.374v5.274c0 .7.281 1.37.781 1.865.5.495 1.178.773 1.886.773a33.95 33.95 0 0118.621 5.493c.437.285.865.58 1.283.884a44.47 44.47 0 0018.496 6.905c2.12.29 4.259.434 6.4.432a24.673 24.673 0 0017.347-7.107A24.13 24.13 0 0088 23.736a23.605 23.605 0 00-7.03-16.784A24.136 24.136 0 0064 0H45.333c-.707 0-1.385.278-1.885.772a2.623 2.623 0 00-.781 1.865V25.2a48.342 48.342 0 013.213 2.06 25.487 25.487 0 003.245 2.202 2.686 2.686 0 003.702-.602 2.62 2.62 0 00.493-1.265v-.064-17.509h10.667c3.677 0 7.204 1.445 9.805 4.017a13.638 13.638 0 014.061 9.697c0 3.777-1.517 7.4-4.217 10.07a14.482 14.482 0 01-10.183 4.172 33.925 33.925 0 01-19.248-5.84 33.145 33.145 0 01-.986-.709 42.858 42.858 0 00-9.235-4.881 15.64 15.64 0 003.35-9.669v-1.055c0-4.197-1.686-8.222-4.687-11.19A16.09 16.09 0 0021.333 0H2.667C1.959 0 1.28.278.78.772A2.623 2.623 0 000 2.637v42.726c0 .7.281 1.37.781 1.864.5.495 1.178.773 1.886.773H8c.707 0 1.386-.278 1.886-.773.5-.494.78-1.165.78-1.864V10.022h10.667a5.9 5.9 0 014.149 1.7 5.77 5.77 0 011.718 4.102z", fill: "#000" }))); | ||
function SvgRaiaDrogasilBlack(props) { | ||
return (React.createElement("svg", __assign({ width: 172, height: 32, fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props), | ||
React.createElement("g", { fill: "#000" }, | ||
React.createElement("path", { d: "M31.408 16.78l-8.089.458c-3.68.193-5.793 2.323-5.975 5.97l-.462 8.014c-.036.794.729 1.06 1.336.421l13.615-13.538c.62-.638.388-1.36-.425-1.324zM18.218.366c-.62-.65-1.384-.385-1.336.421l.462 8.015c.194 3.646 2.295 5.777 5.975 5.97l8.089.456c.801.037 1.032-.685.425-1.323L18.218.365zM14.842 23.195c-.194-3.646-2.296-5.776-5.975-5.969l-8.09-.457c-.8-.036-1.031.722-.424 1.324l13.614 13.526c.62.65 1.385.385 1.336-.42l-.461-8.004zM13.967.366L.353 13.893c-.62.613-.389 1.371.425 1.323l8.088-.457c3.68-.193 5.794-2.323 5.976-5.969l.461-8.015c.049-.794-.728-1.059-1.336-.41z" }), | ||
React.createElement("g", null, | ||
React.createElement("path", { d: "M135.383 5.192h-3.632l-3.947 4.296h3.17l4.409-4.296zM151.742 14.35c-1.239-1.998-3.243-2.985-5.49-2.985-3.983 0-7.384 3.334-7.384 7.895 0 4.862 3.206 7.858 7.384 7.858 2.442 0 4.251-1.191 5.49-2.84v2.527h2.866V5.192h-2.866v9.158zm0 6.896c-.729 1.95-2.514 3.37-4.907 3.37-2.781 0-5.028-2.035-5.028-5.368 0-3.526 2.162-5.404 5.028-5.404 2.393 0 4.215 1.577 4.907 3.527v3.875zM172 18.562c0-4.14-2.902-7.197-7.42-7.197-4.251 0-7.615 3.37-7.615 7.895 0 4.826 3.169 7.858 7.809 7.858 3.012 0 5.526-1.263 6.692-3.297l-2.162-1.456c-.85 1.336-2.514 2.262-4.445 2.262-2.563 0-4.712-1.624-4.992-4.67h12.024c.061-.469.109-.938.109-1.395zm-11.999-.999c.522-2.19 2.101-3.719 4.566-3.719 2.442 0 4.288 1.457 4.482 3.719h-9.048zM133.767 20.596c0 2.912-1.591 4.02-3.898 4.02-2.198 0-3.899-1.228-3.899-4.02v-8.93h-2.866v8.701c0 4.633 2.672 6.74 6.765 6.74 3.947 0 6.765-2.263 6.765-6.74v-8.7h-2.867v8.929zM97.43 17.876c-2.2-.578-3.402-.915-3.402-2.178 0-1.107 1.045-1.842 2.782-1.842 1.7 0 3.328.614 4.445 1.613l1.312-2.226c-1.312-1.228-3.523-1.878-5.611-1.878-3.438 0-5.794 1.841-5.794 4.597 0 3.021 2.781 3.863 5.223 4.441 1.894.457 3.595.999 3.595 2.299 0 1.191-1.081 1.913-3.049 1.913-1.858 0-3.668-.77-4.992-1.877l-1.323 2.226c1.506 1.3 4.02 2.142 6.46 2.142 3.474 0 5.794-1.877 5.794-4.597 0-2.876-2.392-3.827-5.44-4.633zM117.298 14.35c-1.238-1.998-3.242-2.985-5.489-2.985-3.984 0-7.384 3.334-7.384 7.895 0 4.862 3.206 7.858 7.384 7.858 2.441 0 4.251-1.191 5.489-2.84v2.527h2.867V11.666h-2.867v2.684zm0 6.896c-.728 1.95-2.514 3.37-4.906 3.37-2.781 0-5.028-2.035-5.028-5.368 0-3.526 2.162-5.404 5.028-5.404 2.392 0 4.214 1.577 4.906 3.526v3.875z" })), | ||
React.createElement("path", { d: "M55.09 18.767v-.723c3.17-.373 5.235-2.768 5.235-5.836 0-4.922-3.935-7.016-8.914-7.016H37.42v21.602h5.234v-6.631h6.886c4.166 0 4.968 3.49 5.855 6.63h5.853c-1.105-4.127-2.028-7.46-6.157-8.026zm-4.02-2.961h-8.416V9.548h8.417c2.137 0 3.898.915 3.898 3.105.013 2.022-1.603 3.153-3.898 3.153zM74.51 5.192H63.994v21.602h10.518c7.226 0 12.97-3.599 12.97-10.795 0-6.668-5.44-10.807-12.97-10.807zm0 17.245h-5.282V9.548h5.283c4.47 0 7.615 2.503 7.615 6.438 0 4.369-3.45 6.451-7.615 6.451z" })))); | ||
} | ||
exports.default = SvgRaiadrogasilBlack; | ||
exports.default = SvgRaiaDrogasilBlack; |
import * as React from "react"; | ||
declare function SvgRaiadrogasilDefault(props: React.SVGProps<SVGSVGElement>): JSX.Element; | ||
export default SvgRaiadrogasilDefault; | ||
declare function SvgRaiaDrogasilDefault(props: React.SVGProps<SVGSVGElement>): JSX.Element; | ||
export default SvgRaiaDrogasilDefault; |
@@ -38,6 +38,10 @@ "use strict"; | ||
var React = __importStar(require("react")); | ||
function SvgRaiadrogasilDefault(props) { | ||
return (React.createElement("svg", __assign({ width: 88, height: 48, fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props), | ||
React.createElement("path", { d: "M27.2 15.824c0 2.099-.843 4.111-2.343 5.595a8.045 8.045 0 01-5.657 2.317h-.533c-.708 0-1.386.278-1.886.773A2.623 2.623 0 0016 26.374v5.274c0 .7.281 1.37.781 1.865.5.495 1.178.773 1.886.773a33.95 33.95 0 0118.621 5.493c.437.285.865.58 1.283.884a44.47 44.47 0 0018.496 6.905c2.12.29 4.259.434 6.4.432a24.673 24.673 0 0017.347-7.107A24.13 24.13 0 0088 23.736a23.605 23.605 0 00-7.03-16.784A24.136 24.136 0 0064 0H45.333c-.707 0-1.385.278-1.885.772a2.623 2.623 0 00-.781 1.865V25.2a48.342 48.342 0 013.213 2.06 25.487 25.487 0 003.245 2.202 2.686 2.686 0 003.702-.602 2.62 2.62 0 00.493-1.265v-.064-17.509h10.667c3.677 0 7.204 1.445 9.805 4.017a13.638 13.638 0 014.061 9.697c0 3.777-1.517 7.4-4.217 10.07a14.482 14.482 0 01-10.183 4.172 33.925 33.925 0 01-19.248-5.84 33.145 33.145 0 01-.986-.709 42.858 42.858 0 00-9.235-4.881 15.64 15.64 0 003.35-9.669v-1.055c0-4.197-1.686-8.222-4.687-11.19A16.09 16.09 0 0021.333 0H2.667C1.959 0 1.28.278.78.772A2.623 2.623 0 000 2.637v42.726c0 .7.281 1.37.781 1.864.5.495 1.178.773 1.886.773H8c.707 0 1.386-.278 1.886-.773.5-.494.78-1.165.78-1.864V10.022h10.667a5.9 5.9 0 014.149 1.7 5.77 5.77 0 011.718 4.102z", fill: "#007549" }))); | ||
function SvgRaiaDrogasilDefault(props) { | ||
return (React.createElement("svg", __assign({ width: 172, height: 32, fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props), | ||
React.createElement("g", { fill: "#4CA15D" }, | ||
React.createElement("path", { d: "M31.408 16.78l-8.089.458c-3.68.193-5.793 2.323-5.975 5.97l-.462 8.014c-.036.794.729 1.06 1.336.421l13.615-13.538c.62-.638.388-1.36-.425-1.324zM18.218.366c-.62-.65-1.384-.385-1.336.421l.462 8.015c.194 3.646 2.295 5.777 5.975 5.97l8.089.456c.801.037 1.032-.685.425-1.323L18.218.365zM14.842 23.195c-.194-3.646-2.296-5.776-5.975-5.969l-8.09-.457c-.8-.036-1.031.722-.424 1.324l13.614 13.526c.62.65 1.385.385 1.336-.42l-.461-8.004zM13.967.366L.353 13.893c-.62.613-.389 1.371.425 1.323l8.088-.457c3.68-.193 5.794-2.323 5.976-5.969l.461-8.015c.049-.794-.728-1.059-1.336-.41z" })), | ||
React.createElement("g", { fill: "#0A2F2A" }, | ||
React.createElement("path", { d: "M135.383 5.192h-3.632l-3.947 4.296h3.17l4.409-4.296zM151.742 14.35c-1.239-1.998-3.243-2.985-5.49-2.985-3.983 0-7.384 3.334-7.384 7.895 0 4.862 3.206 7.858 7.384 7.858 2.442 0 4.251-1.191 5.49-2.84v2.527h2.866V5.192h-2.866v9.158zm0 6.896c-.729 1.95-2.514 3.37-4.907 3.37-2.781 0-5.028-2.035-5.028-5.368 0-3.526 2.162-5.404 5.028-5.404 2.393 0 4.215 1.577 4.907 3.527v3.875zM172 18.562c0-4.14-2.902-7.197-7.42-7.197-4.251 0-7.615 3.37-7.615 7.895 0 4.826 3.169 7.858 7.809 7.858 3.012 0 5.526-1.263 6.692-3.297l-2.162-1.456c-.85 1.336-2.514 2.262-4.445 2.262-2.563 0-4.712-1.624-4.992-4.67h12.024c.061-.469.109-.938.109-1.395zm-11.999-.999c.522-2.19 2.101-3.719 4.566-3.719 2.442 0 4.288 1.457 4.482 3.719h-9.048zM133.767 20.596c0 2.912-1.591 4.02-3.898 4.02-2.198 0-3.899-1.228-3.899-4.02v-8.93h-2.866v8.701c0 4.633 2.672 6.74 6.765 6.74 3.947 0 6.765-2.263 6.765-6.74v-8.7h-2.867v8.929zM97.43 17.876c-2.2-.578-3.402-.915-3.402-2.178 0-1.107 1.045-1.842 2.782-1.842 1.7 0 3.328.614 4.445 1.613l1.312-2.226c-1.312-1.228-3.523-1.878-5.611-1.878-3.438 0-5.794 1.841-5.794 4.597 0 3.021 2.781 3.863 5.223 4.441 1.894.457 3.595.999 3.595 2.299 0 1.191-1.081 1.913-3.049 1.913-1.858 0-3.668-.77-4.992-1.877l-1.323 2.226c1.506 1.3 4.02 2.142 6.46 2.142 3.474 0 5.794-1.877 5.794-4.597 0-2.876-2.392-3.827-5.44-4.633zM117.298 14.35c-1.238-1.998-3.242-2.985-5.489-2.985-3.984 0-7.384 3.334-7.384 7.895 0 4.862 3.206 7.858 7.384 7.858 2.441 0 4.251-1.191 5.489-2.84v2.527h2.867V11.666h-2.867v2.684zm0 6.896c-.728 1.95-2.514 3.37-4.906 3.37-2.781 0-5.028-2.035-5.028-5.368 0-3.526 2.162-5.404 5.028-5.404 2.392 0 4.214 1.577 4.906 3.526v3.875z" })), | ||
React.createElement("path", { d: "M55.09 18.767v-.723c3.17-.373 5.235-2.768 5.235-5.836 0-4.922-3.935-7.016-8.914-7.016H37.42v21.602h5.234v-6.631h6.886c4.166 0 4.968 3.49 5.855 6.63h5.853c-1.105-4.127-2.028-7.46-6.157-8.026zm-4.02-2.961h-8.416V9.548h8.417c2.137 0 3.898.915 3.898 3.105.013 2.022-1.603 3.153-3.898 3.153zM74.51 5.192H63.994v21.602h10.518c7.226 0 12.97-3.599 12.97-10.795 0-6.668-5.44-10.807-12.97-10.807zm0 17.245h-5.282V9.548h5.283c4.47 0 7.615 2.503 7.615 6.438 0 4.369-3.45 6.451-7.615 6.451z", fill: "#0A2F2A" }))); | ||
} | ||
exports.default = SvgRaiadrogasilDefault; | ||
exports.default = SvgRaiaDrogasilDefault; |
import * as React from "react"; | ||
declare function SvgRaiadrogasilWhite(props: React.SVGProps<SVGSVGElement>): JSX.Element; | ||
export default SvgRaiadrogasilWhite; | ||
declare function SvgRaiaDrogasilWhite(props: React.SVGProps<SVGSVGElement>): JSX.Element; | ||
export default SvgRaiaDrogasilWhite; |
@@ -38,6 +38,10 @@ "use strict"; | ||
var React = __importStar(require("react")); | ||
function SvgRaiadrogasilWhite(props) { | ||
return (React.createElement("svg", __assign({ width: 88, height: 48, fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props), | ||
React.createElement("path", { d: "M27.2 15.824c0 2.099-.843 4.111-2.343 5.595a8.045 8.045 0 01-5.657 2.317h-.533c-.708 0-1.386.278-1.886.773A2.623 2.623 0 0016 26.374v5.274c0 .7.281 1.37.781 1.865.5.495 1.178.773 1.886.773a33.95 33.95 0 0118.621 5.493c.437.285.865.58 1.283.884a44.47 44.47 0 0018.496 6.905c2.12.29 4.259.434 6.4.432a24.673 24.673 0 0017.347-7.107A24.13 24.13 0 0088 23.736a23.605 23.605 0 00-7.03-16.784A24.136 24.136 0 0064 0H45.333c-.707 0-1.385.278-1.885.772a2.623 2.623 0 00-.781 1.865V25.2a48.342 48.342 0 013.213 2.06 25.487 25.487 0 003.245 2.202 2.686 2.686 0 003.702-.602 2.62 2.62 0 00.493-1.265v-.064-17.509h10.667c3.677 0 7.204 1.445 9.805 4.017a13.638 13.638 0 014.061 9.697c0 3.777-1.517 7.4-4.217 10.07a14.482 14.482 0 01-10.183 4.172 33.925 33.925 0 01-19.248-5.84 33.145 33.145 0 01-.986-.709 42.858 42.858 0 00-9.235-4.881 15.64 15.64 0 003.35-9.669v-1.055c0-4.197-1.686-8.222-4.687-11.19A16.09 16.09 0 0021.333 0H2.667C1.959 0 1.28.278.78.772A2.623 2.623 0 000 2.637v42.726c0 .7.281 1.37.781 1.864.5.495 1.178.773 1.886.773H8c.707 0 1.386-.278 1.886-.773.5-.494.78-1.165.78-1.864V10.022h10.667a5.9 5.9 0 014.149 1.7 5.77 5.77 0 011.718 4.102z", fill: "#fff" }))); | ||
function SvgRaiaDrogasilWhite(props) { | ||
return (React.createElement("svg", __assign({ width: 172, height: 32, fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props), | ||
React.createElement("g", { fill: "#fff" }, | ||
React.createElement("path", { d: "M31.408 16.78l-8.089.458c-3.68.193-5.793 2.323-5.975 5.97l-.462 8.014c-.036.794.729 1.06 1.336.421l13.615-13.538c.62-.638.388-1.36-.425-1.324zM18.218.366c-.62-.65-1.384-.385-1.336.421l.462 8.015c.194 3.646 2.295 5.777 5.975 5.97l8.089.456c.801.037 1.032-.685.425-1.323L18.218.365zM14.842 23.195c-.194-3.646-2.296-5.776-5.975-5.969l-8.09-.457c-.8-.036-1.031.722-.424 1.324l13.614 13.526c.62.65 1.385.385 1.336-.42l-.461-8.004zM13.967.366L.353 13.893c-.62.613-.389 1.371.425 1.323l8.088-.457c3.68-.193 5.794-2.323 5.976-5.969l.461-8.015c.049-.794-.728-1.059-1.336-.41z" }), | ||
React.createElement("g", null, | ||
React.createElement("path", { d: "M135.383 5.192h-3.632l-3.947 4.296h3.17l4.409-4.296zM151.742 14.35c-1.239-1.998-3.243-2.985-5.49-2.985-3.983 0-7.384 3.334-7.384 7.895 0 4.862 3.206 7.858 7.384 7.858 2.442 0 4.251-1.191 5.49-2.84v2.527h2.866V5.192h-2.866v9.158zm0 6.896c-.729 1.95-2.514 3.37-4.907 3.37-2.781 0-5.028-2.035-5.028-5.368 0-3.526 2.162-5.404 5.028-5.404 2.393 0 4.215 1.577 4.907 3.527v3.875zM172 18.562c0-4.14-2.902-7.197-7.42-7.197-4.251 0-7.615 3.37-7.615 7.895 0 4.826 3.169 7.858 7.809 7.858 3.012 0 5.526-1.263 6.692-3.297l-2.162-1.456c-.85 1.336-2.514 2.262-4.445 2.262-2.563 0-4.712-1.624-4.992-4.67h12.024c.061-.469.109-.938.109-1.395zm-11.999-.999c.522-2.19 2.101-3.719 4.566-3.719 2.442 0 4.288 1.457 4.482 3.719h-9.048zM133.767 20.596c0 2.912-1.591 4.02-3.898 4.02-2.198 0-3.899-1.228-3.899-4.02v-8.93h-2.866v8.701c0 4.633 2.672 6.74 6.765 6.74 3.947 0 6.765-2.263 6.765-6.74v-8.7h-2.867v8.929zM97.43 17.876c-2.2-.578-3.402-.915-3.402-2.178 0-1.107 1.045-1.842 2.782-1.842 1.7 0 3.328.614 4.445 1.613l1.312-2.226c-1.312-1.228-3.523-1.878-5.611-1.878-3.438 0-5.794 1.841-5.794 4.597 0 3.021 2.781 3.863 5.223 4.441 1.894.457 3.595.999 3.595 2.299 0 1.191-1.081 1.913-3.049 1.913-1.858 0-3.668-.77-4.992-1.877l-1.323 2.226c1.506 1.3 4.02 2.142 6.46 2.142 3.474 0 5.794-1.877 5.794-4.597 0-2.876-2.392-3.827-5.44-4.633zM117.298 14.35c-1.238-1.998-3.242-2.985-5.489-2.985-3.984 0-7.384 3.334-7.384 7.895 0 4.862 3.206 7.858 7.384 7.858 2.441 0 4.251-1.191 5.489-2.84v2.527h2.867V11.666h-2.867v2.684zm0 6.896c-.728 1.95-2.514 3.37-4.906 3.37-2.781 0-5.028-2.035-5.028-5.368 0-3.526 2.162-5.404 5.028-5.404 2.392 0 4.214 1.577 4.906 3.526v3.875z" })), | ||
React.createElement("path", { d: "M55.09 18.767v-.723c3.17-.373 5.235-2.768 5.235-5.836 0-4.922-3.935-7.016-8.914-7.016H37.42v21.602h5.234v-6.631h6.886c4.166 0 4.968 3.49 5.855 6.63h5.853c-1.105-4.127-2.028-7.46-6.157-8.026zm-4.02-2.961h-8.416V9.548h8.417c2.137 0 3.898.915 3.898 3.105.013 2.022-1.603 3.153-3.898 3.153zM74.51 5.192H63.994v21.602h10.518c7.226 0 12.97-3.599 12.97-10.795 0-6.668-5.44-10.807-12.97-10.807zm0 17.245h-5.282V9.548h5.283c4.47 0 7.615 2.503 7.615 6.438 0 4.369-3.45 6.451-7.615 6.451z" })))); | ||
} | ||
exports.default = SvgRaiadrogasilWhite; | ||
exports.default = SvgRaiaDrogasilWhite; |
import * as React from "react"; | ||
declare function SvgVitatBlack(props: React.SVGProps<SVGSVGElement>): JSX.Element; | ||
interface props { | ||
props?: React.SVGProps<SVGSVGElement>; | ||
size: { | ||
width: string; | ||
height: string; | ||
}; | ||
} | ||
declare function SvgVitatBlack({ size, props }: props): JSX.Element; | ||
export default SvgVitatBlack; |
@@ -38,6 +38,12 @@ "use strict"; | ||
var React = __importStar(require("react")); | ||
function SvgVitatBlack(props) { | ||
return (React.createElement("svg", __assign({ width: 95, height: 28, fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props), | ||
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M34.058.05c-.708.152-1.222.426-1.703.908-.406.407-.611.723-.776 1.196a3.233 3.233 0 000 2.138c.164.47.37.785.776 1.193.626.628 1.369.93 2.294.936.61.004.99-.087 1.518-.36.853-.443 1.466-1.292 1.641-2.271a3.18 3.18 0 00-.175-1.761 3.246 3.246 0 00-2.03-1.897c-.43-.137-1.12-.173-1.545-.082zm9.491 8.716h-4.586v4.663h4.586v4.475c0 4.85 0 4.826.252 5.597.164.502.419 1.03.702 1.451.278.415 1.07 1.218 1.498 1.52.996.7 2.187 1.162 3.61 1.403.486.083.776.101 1.635.104 1.09.003 1.39-.026 2.43-.233.526-.104 1.626-.397 1.674-.445.02-.02-1.027-4.396-1.067-4.466-.01-.017-.131.008-.269.055-.821.282-2.013.435-2.803.36-.88-.083-1.435-.319-1.915-.815-.332-.342-.508-.67-.67-1.243-.102-.36-.102-.384-.116-4.063l-.014-3.7h6.86V8.766H48.5V3.832h-4.95v4.934zm39.599 0h-4.541v4.663h4.54v4.452c0 4.936-.005 4.82.3 5.73.507 1.514 1.639 2.72 3.289 3.505 2.174 1.035 4.849 1.165 7.622.37.307-.089.567-.16.578-.16.044 0-.004-.219-.511-2.322-.447-1.85-.544-2.204-.603-2.181-.477.184-1.347.37-2.011.427-1.326.116-2.338-.18-2.964-.865-.303-.332-.457-.628-.603-1.159a3.444 3.444 0 01-.124-.9l-.026-6.897H95V8.766h-6.903V3.832h-4.95v4.934zm-17.506-.515c-2.567.123-5.166.757-7.334 1.789-.312.148-.612.299-.667.334l-.099.065.728 2.174c.4 1.195.743 2.174.763 2.174.02 0 .204-.094.408-.209 1.24-.694 3.098-1.333 4.475-1.538.71-.105 2.14-.106 2.884-.001 1.386.194 2.57.64 3.705 1.39.663.44 1.601 1.37 2.025 2.01.758 1.142 1.15 2.322 1.204 3.621l.024.588-.262-.384c-.606-.89-1.633-1.996-2.496-2.686-1.547-1.236-3.254-1.989-5.057-2.228-.655-.086-1.993-.083-2.692.007-1.488.191-2.774.691-3.798 1.477-.324.249-.921.884-1.198 1.275-.44.62-.757 1.369-.954 2.25-.148.664-.149 1.882-.001 2.561.27 1.243.776 2.18 1.644 3.049 1.405 1.405 3.5 2.104 6.062 2.022 1.797-.058 3.426-.56 5.131-1.584a15.492 15.492 0 001.781-1.292l.328-.28.152.238a26.78 26.78 0 011.057 1.833l.313.6h4.93V23.34c0-4.348-.008-4.56-.207-5.637-.595-3.229-2.342-5.858-5.046-7.596-1.354-.87-3.38-1.548-5.283-1.768a22.568 22.568 0 00-2.52-.088zM0 13.415l.54.03c2.348.133 4.457 1.034 6.301 2.694 2.714 2.443 4.384 6.335 4.542 10.587l.03.78 7.728-.022.03-.838c.12-3.44 1.245-6.61 3.253-9.166.383-.487 1.522-1.593 2.042-1.98 1.68-1.256 3.499-1.93 5.541-2.054l.51-.031V8.752l-.645.03c-2.69.129-5.324 1.011-7.756 2.598-3.078 2.009-5.331 4.873-6.376 8.108-.194.601-.431 1.616-.441 1.89-.004.1-.015.084-.047-.073-.342-1.679-.623-2.523-1.262-3.796a13.978 13.978 0 00-1.91-2.9c-2.238-2.676-5.418-4.657-8.722-5.435A14.55 14.55 0 00.67 8.782L0 8.752v4.663zm32.151 14.091h4.95V8.766h-4.95v18.74zm33.547-8.166c.486.086 1.217.34 1.647.571.732.395 1.668 1.072 2.104 1.52l.174.18-.447.398c-1.45 1.29-2.784 1.93-4.17 1.998-1.012.05-1.73-.19-2.32-.776-.922-.916-.93-2.247-.02-3.177.687-.703 1.718-.945 3.032-.714z", fill: "#000" }))); | ||
function SvgVitatBlack(_a) { | ||
var size = _a.size, props = _a.props; | ||
return (React.createElement("svg", __assign({ width: size.width, height: size.height, viewBox: "0 0 188 80", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props), | ||
React.createElement("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M68.7139 12.1621C67.4139 12.3983 66.2218 13.034 65.3064 13.9791C64.5966 14.6157 64.0558 15.4158 63.7319 16.3087C63.2391 17.6877 63.2391 19.1927 63.7319 20.5718C64.0532 21.466 64.5944 22.2667 65.3064 22.9013C65.911 23.5256 66.6429 24.0148 67.4534 24.3362C68.264 24.6576 69.1344 24.8038 70.0064 24.765C71.0729 24.812 72.1312 24.5618 73.0614 24.0428C74.4601 23.2929 75.5334 22.0614 76.0789 20.5808C76.6244 19.1001 76.6043 17.4728 76.0224 16.0058C75.6676 15.1119 75.1167 14.3074 74.4094 13.6507C73.7022 12.9939 72.8564 12.5014 71.9334 12.2087C70.8783 11.9472 69.7764 11.9312 68.7139 12.1621Z", fill: "black" }), | ||
React.createElement("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M64.8833 48.2468V66.9531H69.8653H74.8708V48.2468V29.5405H69.8653H64.8833V48.2468Z", fill: "black" }), | ||
React.createElement("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M87.5138 24.6719V29.6106H78.2783V38.9288H87.5138V47.851C87.5138 57.5419 87.5138 57.4953 88.0308 59.0328C88.3713 60.0527 88.8454 61.0239 89.4408 61.9215C90.3028 63.0594 91.3144 64.0779 92.4488 64.9499C94.6354 66.4149 97.1242 67.3779 99.7338 67.7687C100.822 67.9346 101.923 68.0048 103.024 67.9783C104.666 68.0243 106.308 67.8678 107.912 67.5124C109.056 67.2838 110.186 66.9882 111.296 66.6272C111.296 66.6272 109.228 57.8448 109.134 57.705C109.04 57.5652 108.875 57.705 108.593 57.705C106.779 58.3071 104.863 58.5524 102.953 58.4272C101.508 58.4006 100.129 57.8253 99.0993 56.8198C98.4226 56.1288 97.951 55.2664 97.7363 54.3271C97.393 51.6388 97.3143 48.9237 97.5013 46.2203V38.9288H111.319V29.6106H97.5013V19.7566H87.5138V24.6719Z", fill: "black" }), | ||
React.createElement("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M155.829 47.4082C155.302 44.3194 154.129 41.3743 152.384 38.7623C150.64 36.1504 148.363 33.9295 145.7 32.2428C142.441 30.341 138.813 29.1423 135.055 28.7252C133.367 28.5705 131.673 28.5083 129.979 28.5388C124.85 28.7662 119.814 29.9766 115.15 32.103L113.811 32.7786L113.599 32.9183L115.15 37.2513C115.973 39.5809 116.654 41.5843 116.701 41.5843C116.985 41.4634 117.259 41.3233 117.524 41.165C120.338 39.6735 123.378 38.643 126.524 38.1132C128.462 37.915 130.415 37.915 132.352 38.1132C134.65 38.3791 136.865 39.1224 138.853 40.2945C140.841 41.4666 142.558 43.0412 143.891 44.9155C145.337 47.0586 146.151 49.5599 146.241 52.1371V53.3252L145.7 52.5332C144.275 50.5303 142.584 48.7279 140.671 47.1752C137.751 44.7867 134.221 43.2466 130.472 42.7258C128.667 42.5394 126.848 42.5394 125.044 42.7258C123.09 42.8721 121.192 43.4399 119.483 44.3896C117.774 45.3393 116.295 46.6478 115.15 48.2235C114.208 49.5775 113.552 51.1071 113.223 52.7195C112.941 54.4086 112.941 56.1322 113.223 57.8213C113.677 60.1419 114.833 62.2707 116.537 63.9247C118.177 65.3738 120.098 66.4748 122.184 67.1599C124.269 67.8449 126.474 68.0996 128.663 67.9082C132.331 67.7774 135.899 66.6842 139.003 64.74C140.254 63.9723 141.448 63.1159 142.575 62.1775L143.233 61.6184L143.538 62.0843C144.196 63.086 145.066 64.6002 145.677 65.7417L146.311 66.9531H156.228V58.59C156.228 49.994 156.228 49.5746 155.829 47.4082ZM137.029 56.0042C134.795 58.2764 131.824 59.6952 128.639 60.011C127.788 60.1126 126.925 60.0253 126.112 59.7553C125.299 59.4854 124.557 59.0396 123.939 58.4502C123.504 58.043 123.157 57.552 122.92 57.0072C122.683 56.4624 122.561 55.8753 122.561 55.282C122.561 54.6887 122.683 54.1017 122.92 53.5569C123.157 53.0121 123.504 52.5211 123.939 52.1138C124.755 51.3876 125.743 50.8767 126.811 50.6284C127.879 50.3801 128.992 50.4022 130.049 50.6928C131.202 50.9183 132.317 51.3025 133.363 51.8343C134.908 52.6548 136.338 53.673 137.616 54.8627L137.969 55.2122L137.029 56.0042Z", fill: "black" }), | ||
React.createElement("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M164.124 24.6489V29.5642H155.1V38.8824H164.242V47.758C164.242 57.612 164.242 57.3791 164.853 59.2194C165.412 60.7742 166.289 62.1976 167.429 63.4002C168.57 64.6029 169.949 65.5588 171.48 66.208C176.331 68.3063 181.79 68.5715 186.825 66.9535L187.977 66.6274C187.814 65.0422 187.475 63.4797 186.966 61.9683C186.05 58.2643 185.862 57.5654 185.744 57.612C184.437 58.0596 183.08 58.349 181.702 58.4739C180.639 58.6549 179.547 58.5916 178.513 58.2886C177.478 57.9857 176.527 57.4514 175.733 56.7268C175.109 56.0825 174.685 55.2738 174.511 54.3972C174.343 53.8137 174.256 53.2102 174.253 52.6035V38.8824H188V29.5642H174.088V19.7102H164.124V24.6489Z", fill: "black" }), | ||
React.createElement("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M0 34.1534V38.8125H1.081C5.81421 39.0861 10.3025 40.9894 13.771 44.1938C16.6282 46.9478 18.9086 50.2341 20.4813 53.8639C22.0541 57.4938 22.8883 61.3958 22.936 65.3461V66.9069H38.5165V65.2296C38.7167 58.5882 41.0462 52.1828 45.167 46.9426C46.4473 45.5019 47.8464 44.1694 49.35 42.9591C52.5761 40.5214 56.4629 39.0937 60.5125 38.8591H61.5465V29.5409H60.2305C53.9016 29.9602 47.8347 32.2062 42.7779 36.0021C37.721 39.7979 33.8952 44.9777 31.772 50.9029C31.3702 52.1344 31.0716 53.3966 30.879 54.6767C30.879 54.8864 30.879 54.8398 30.879 54.537C30.395 51.8815 29.4908 49.3184 28.2 46.9426C27.1655 44.8567 25.8707 42.9079 24.346 41.142C19.7993 35.7749 13.6535 31.9743 6.7915 30.2863C5.01022 29.8624 3.19276 29.6051 1.363 29.5176H0.0235L0 34.1534Z", fill: "black" }))); | ||
} | ||
exports.default = SvgVitatBlack; |
import * as React from "react"; | ||
declare function SvgVitatDefault(props: React.SVGProps<SVGSVGElement>): JSX.Element; | ||
interface props { | ||
props?: React.SVGProps<SVGSVGElement>; | ||
size: { | ||
width: string; | ||
height: string; | ||
}; | ||
} | ||
declare function SvgVitatDefault({ size, props }: props): JSX.Element; | ||
export default SvgVitatDefault; |
@@ -38,6 +38,12 @@ "use strict"; | ||
var React = __importStar(require("react")); | ||
function SvgVitatDefault(props) { | ||
return (React.createElement("svg", __assign({ width: 95, height: 28, fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props), | ||
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M34.058.05c-.708.152-1.222.426-1.703.908-.406.407-.611.723-.776 1.196a3.233 3.233 0 000 2.138c.164.47.37.785.776 1.193.626.628 1.369.93 2.294.936.61.004.99-.087 1.518-.36.853-.443 1.466-1.292 1.641-2.271a3.18 3.18 0 00-.175-1.761 3.246 3.246 0 00-2.03-1.897c-.43-.137-1.12-.173-1.545-.082zM43.55 6.3v2.466h-4.586v4.663h4.586v4.475c0 4.85 0 4.826.252 5.597.164.502.419 1.03.702 1.451.278.415 1.07 1.218 1.498 1.52.996.7 2.187 1.162 3.61 1.403.486.083.776.101 1.635.104 1.09.003 1.39-.026 2.43-.233.526-.104 1.626-.397 1.674-.445.02-.02-1.027-4.396-1.067-4.466-.01-.017-.131.008-.269.055-.821.282-2.013.435-2.803.36-.88-.083-1.435-.319-1.915-.815-.332-.342-.508-.67-.67-1.243-.102-.36-.102-.384-.116-4.063l-.014-3.7h6.86V8.767H48.5V3.831h-4.95V6.3zm39.599 0v2.466h-4.541v4.663h4.54v4.452c0 4.936-.005 4.82.3 5.73.507 1.514 1.639 2.72 3.289 3.505 2.174 1.035 4.849 1.165 7.622.37.307-.089.567-.16.578-.16.044 0-.004-.219-.511-2.322-.447-1.85-.544-2.204-.603-2.181-.477.184-1.347.37-2.011.427-1.326.116-2.338-.18-2.964-.865-.303-.332-.457-.628-.603-1.159a3.444 3.444 0 01-.124-.9l-.012-3.22-.014-3.677H95V8.767H88.097V3.831h-4.949V6.3zM65.642 8.25c-2.567.124-5.166.758-7.334 1.79-.312.148-.612.299-.667.334l-.099.065.728 2.174c.4 1.195.743 2.174.763 2.174.02 0 .204-.094.408-.209 1.24-.694 3.098-1.333 4.475-1.538.71-.105 2.14-.106 2.884-.001 1.386.194 2.57.64 3.705 1.39.663.44 1.601 1.37 2.025 2.01.758 1.142 1.15 2.322 1.204 3.621l.024.588-.262-.384c-.606-.89-1.633-1.996-2.496-2.686-1.547-1.236-3.254-1.989-5.057-2.228-.655-.086-1.993-.083-2.692.007-1.488.191-2.774.691-3.798 1.476-.324.25-.921.885-1.198 1.276-.44.62-.757 1.369-.954 2.25-.148.664-.149 1.882-.001 2.561.27 1.243.776 2.18 1.644 3.049 1.405 1.405 3.5 2.104 6.062 2.022 1.797-.058 3.426-.56 5.131-1.584a15.492 15.492 0 001.781-1.292l.328-.28.152.238a26.78 26.78 0 011.057 1.833l.313.6h4.929V23.34c0-4.348-.007-4.56-.206-5.637-.595-3.229-2.342-5.858-5.046-7.596-1.354-.87-3.38-1.548-5.283-1.768a22.568 22.568 0 00-2.52-.088zM0 11.085v2.331l.54.03c2.348.133 4.457 1.034 6.301 2.694 2.714 2.443 4.384 6.335 4.542 10.587l.03.78 3.864-.01 3.864-.012.03-.838c.12-3.44 1.245-6.61 3.253-9.166.383-.487 1.522-1.593 2.042-1.98 1.68-1.256 3.499-1.93 5.541-2.054l.51-.031V8.752l-.645.03c-2.69.129-5.324 1.011-7.756 2.598-3.078 2.009-5.331 4.873-6.376 8.108-.194.601-.431 1.616-.441 1.89-.004.1-.015.084-.047-.073-.342-1.679-.623-2.523-1.262-3.796a13.978 13.978 0 00-1.91-2.9c-2.238-2.676-5.418-4.657-8.722-5.435A14.55 14.55 0 00.67 8.782L0 8.752v2.332zm32.151 7.052v9.37h4.95V8.766h-4.95v9.37zm33.547 1.204c.486.086 1.217.34 1.647.571.732.395 1.668 1.072 2.104 1.52l.174.18-.447.398c-1.45 1.29-2.784 1.93-4.17 1.998-1.012.05-1.73-.19-2.32-.776-.922-.916-.93-2.247-.02-3.177.687-.703 1.718-.945 3.032-.714z", fill: "#B3E300" }))); | ||
function SvgVitatDefault(_a) { | ||
var size = _a.size, props = _a.props; | ||
return (React.createElement("svg", __assign({ width: size.width, height: size.height, viewBox: "0 0 188 80", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props), | ||
React.createElement("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M68.7139 12.1621C67.4139 12.3983 66.2218 13.034 65.3064 13.9791C64.5966 14.6157 64.0558 15.4158 63.7319 16.3087C63.2391 17.6877 63.2391 19.1927 63.7319 20.5718C64.0532 21.466 64.5944 22.2667 65.3064 22.9013C65.911 23.5256 66.6429 24.0148 67.4534 24.3362C68.264 24.6576 69.1344 24.8038 70.0064 24.765C71.0729 24.812 72.1312 24.5618 73.0614 24.0428C74.4601 23.2929 75.5334 22.0614 76.0789 20.5808C76.6244 19.1001 76.6043 17.4728 76.0224 16.0058C75.6676 15.1119 75.1167 14.3074 74.4094 13.6507C73.7022 12.9939 72.8564 12.5014 71.9334 12.2087C70.8783 11.9472 69.7764 11.9312 68.7139 12.1621Z", fill: "#B3E300" }), | ||
React.createElement("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M64.8833 48.2468V66.9531H69.8653H74.8708V48.2468V29.5405H69.8653H64.8833V48.2468Z", fill: "#B3E300" }), | ||
React.createElement("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M87.5138 24.6719V29.6106H78.2783V38.9288H87.5138V47.851C87.5138 57.5419 87.5138 57.4953 88.0308 59.0328C88.3713 60.0527 88.8454 61.0239 89.4408 61.9215C90.3028 63.0594 91.3144 64.0779 92.4488 64.9499C94.6354 66.4149 97.1242 67.3779 99.7338 67.7687C100.822 67.9346 101.923 68.0048 103.024 67.9783C104.666 68.0243 106.308 67.8678 107.912 67.5124C109.056 67.2838 110.186 66.9882 111.296 66.6272C111.296 66.6272 109.228 57.8448 109.134 57.705C109.04 57.5652 108.875 57.705 108.593 57.705C106.779 58.3071 104.863 58.5524 102.953 58.4272C101.508 58.4006 100.129 57.8253 99.0993 56.8198C98.4226 56.1288 97.951 55.2664 97.7363 54.3271C97.393 51.6388 97.3143 48.9237 97.5013 46.2203V38.9288H111.319V29.6106H97.5013V19.7566H87.5138V24.6719Z", fill: "#B3E300" }), | ||
React.createElement("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M155.829 47.4082C155.302 44.3194 154.129 41.3743 152.384 38.7623C150.64 36.1504 148.363 33.9295 145.7 32.2428C142.441 30.341 138.813 29.1423 135.055 28.7252C133.367 28.5705 131.673 28.5083 129.979 28.5388C124.85 28.7662 119.814 29.9766 115.15 32.103L113.811 32.7786L113.599 32.9183L115.15 37.2513C115.973 39.5809 116.654 41.5843 116.701 41.5843C116.985 41.4634 117.259 41.3233 117.524 41.165C120.338 39.6735 123.378 38.643 126.524 38.1132C128.462 37.915 130.415 37.915 132.352 38.1132C134.65 38.3791 136.865 39.1224 138.853 40.2945C140.841 41.4666 142.558 43.0412 143.891 44.9155C145.337 47.0586 146.151 49.5599 146.241 52.1371V53.3252L145.7 52.5332C144.275 50.5303 142.584 48.7279 140.671 47.1752C137.751 44.7867 134.221 43.2466 130.472 42.7258C128.667 42.5394 126.848 42.5394 125.044 42.7258C123.09 42.8721 121.192 43.4399 119.483 44.3896C117.774 45.3393 116.295 46.6478 115.15 48.2235C114.208 49.5775 113.552 51.1071 113.223 52.7195C112.941 54.4086 112.941 56.1322 113.223 57.8213C113.677 60.1419 114.833 62.2707 116.537 63.9247C118.177 65.3738 120.098 66.4748 122.184 67.1599C124.269 67.8449 126.474 68.0996 128.663 67.9082C132.331 67.7774 135.899 66.6842 139.003 64.74C140.254 63.9723 141.448 63.1159 142.575 62.1775L143.233 61.6184L143.538 62.0843C144.196 63.086 145.066 64.6002 145.677 65.7417L146.311 66.9531H156.228V58.59C156.228 49.994 156.228 49.5746 155.829 47.4082ZM137.029 56.0042C134.795 58.2764 131.824 59.6952 128.639 60.011C127.788 60.1126 126.925 60.0253 126.112 59.7553C125.299 59.4854 124.557 59.0396 123.939 58.4502C123.504 58.043 123.157 57.552 122.92 57.0072C122.683 56.4624 122.561 55.8753 122.561 55.282C122.561 54.6887 122.683 54.1017 122.92 53.5569C123.157 53.0121 123.504 52.5211 123.939 52.1138C124.755 51.3876 125.743 50.8767 126.811 50.6284C127.879 50.3801 128.992 50.4022 130.049 50.6928C131.202 50.9183 132.317 51.3025 133.363 51.8343C134.908 52.6548 136.338 53.673 137.616 54.8627L137.969 55.2122L137.029 56.0042Z", fill: "#B3E300" }), | ||
React.createElement("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M164.124 24.6489V29.5642H155.1V38.8824H164.242V47.758C164.242 57.612 164.242 57.3791 164.853 59.2194C165.412 60.7742 166.289 62.1976 167.429 63.4002C168.57 64.6029 169.949 65.5588 171.48 66.208C176.331 68.3063 181.79 68.5715 186.825 66.9535L187.977 66.6274C187.814 65.0422 187.475 63.4797 186.966 61.9683C186.05 58.2643 185.862 57.5654 185.744 57.612C184.437 58.0596 183.08 58.349 181.702 58.4739C180.639 58.6549 179.547 58.5916 178.513 58.2886C177.478 57.9857 176.527 57.4514 175.733 56.7268C175.109 56.0825 174.685 55.2738 174.511 54.3972C174.343 53.8137 174.256 53.2102 174.253 52.6035V38.8824H188V29.5642H174.088V19.7102H164.124V24.6489Z", fill: "#B3E300" }), | ||
React.createElement("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M0 34.1534V38.8125H1.081C5.81421 39.0861 10.3025 40.9894 13.771 44.1938C16.6282 46.9478 18.9086 50.2341 20.4813 53.8639C22.0541 57.4938 22.8883 61.3958 22.936 65.3461V66.9069H38.5165V65.2296C38.7167 58.5882 41.0462 52.1828 45.167 46.9426C46.4473 45.5019 47.8464 44.1694 49.35 42.9591C52.5761 40.5214 56.4629 39.0937 60.5125 38.8591H61.5465V29.5409H60.2305C53.9016 29.9602 47.8347 32.2062 42.7779 36.0021C37.721 39.7979 33.8952 44.9777 31.772 50.9029C31.3702 52.1344 31.0716 53.3966 30.879 54.6767C30.879 54.8864 30.879 54.8398 30.879 54.537C30.395 51.8815 29.4908 49.3184 28.2 46.9426C27.1655 44.8567 25.8707 42.9079 24.346 41.142C19.7993 35.7749 13.6535 31.9743 6.7915 30.2863C5.01022 29.8624 3.19276 29.6051 1.363 29.5176H0.0235L0 34.1534Z", fill: "#B3E300" }))); | ||
} | ||
exports.default = SvgVitatDefault; |
import * as React from "react"; | ||
declare function SvgVitatWhite(props: React.SVGProps<SVGSVGElement>): JSX.Element; | ||
interface props { | ||
props?: React.SVGProps<SVGSVGElement>; | ||
size: { | ||
width: string; | ||
height: string; | ||
}; | ||
} | ||
declare function SvgVitatWhite({ size, props }: props): JSX.Element; | ||
export default SvgVitatWhite; |
@@ -38,6 +38,12 @@ "use strict"; | ||
var React = __importStar(require("react")); | ||
function SvgVitatWhite(props) { | ||
return (React.createElement("svg", __assign({ width: 95, height: 28, fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props), | ||
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M34.058.05c-.708.152-1.222.426-1.703.908-.406.407-.611.723-.776 1.196a3.233 3.233 0 000 2.138c.164.47.37.785.776 1.193.626.628 1.369.93 2.294.936.61.004.99-.087 1.518-.36.853-.443 1.466-1.292 1.641-2.271a3.18 3.18 0 00-.175-1.761 3.246 3.246 0 00-2.03-1.897c-.43-.137-1.12-.173-1.545-.082zm9.491 8.716h-4.586v4.663h4.586v4.475c0 4.85 0 4.826.252 5.597.164.502.419 1.03.702 1.451.278.415 1.07 1.218 1.498 1.52.996.7 2.187 1.162 3.61 1.403.486.083.776.101 1.635.104 1.09.003 1.39-.026 2.43-.233.526-.104 1.626-.397 1.674-.445.02-.02-1.027-4.396-1.067-4.466-.01-.017-.131.008-.269.055-.821.282-2.013.435-2.803.36-.88-.083-1.435-.319-1.915-.815-.332-.342-.508-.67-.67-1.243-.102-.36-.102-.384-.116-4.063l-.014-3.7h6.86V8.766H48.5V3.832h-4.95v4.934zm39.599 0h-4.541v4.663h4.54v4.452c0 4.936-.005 4.82.3 5.73.507 1.514 1.639 2.72 3.289 3.505 2.174 1.035 4.849 1.165 7.622.37.307-.089.567-.16.578-.16.044 0-.004-.219-.511-2.322-.447-1.85-.544-2.204-.603-2.181-.477.184-1.347.37-2.011.427-1.326.116-2.338-.18-2.964-.865-.303-.332-.457-.628-.603-1.159a3.444 3.444 0 01-.124-.9l-.026-6.897H95V8.766h-6.903V3.832h-4.95v4.934zm-17.506-.515c-2.567.123-5.166.757-7.334 1.789-.312.148-.612.299-.667.334l-.099.065.728 2.174c.4 1.195.743 2.174.763 2.174.02 0 .204-.094.408-.209 1.24-.694 3.098-1.333 4.475-1.538.71-.105 2.14-.106 2.884-.001 1.386.194 2.57.64 3.705 1.39.663.44 1.601 1.37 2.025 2.01.758 1.142 1.15 2.322 1.204 3.621l.024.588-.262-.384c-.606-.89-1.633-1.996-2.496-2.686-1.547-1.236-3.254-1.989-5.057-2.228-.655-.086-1.993-.083-2.692.007-1.488.191-2.774.691-3.798 1.477-.324.249-.921.884-1.198 1.275-.44.62-.757 1.369-.954 2.25-.148.664-.149 1.882-.001 2.561.27 1.243.776 2.18 1.644 3.049 1.405 1.405 3.5 2.104 6.062 2.022 1.797-.058 3.426-.56 5.131-1.584a15.492 15.492 0 001.781-1.292l.328-.28.152.238a26.78 26.78 0 011.057 1.833l.313.6h4.93V23.34c0-4.348-.008-4.56-.207-5.637-.595-3.229-2.342-5.858-5.046-7.596-1.354-.87-3.38-1.548-5.283-1.768a22.568 22.568 0 00-2.52-.088zM0 13.415l.54.03c2.348.133 4.457 1.034 6.301 2.694 2.714 2.443 4.384 6.335 4.542 10.587l.03.78 7.728-.022.03-.838c.12-3.44 1.245-6.61 3.253-9.166.383-.487 1.522-1.593 2.042-1.98 1.68-1.256 3.499-1.93 5.541-2.054l.51-.031V8.752l-.645.03c-2.69.129-5.324 1.011-7.756 2.598-3.078 2.009-5.331 4.873-6.376 8.108-.194.601-.431 1.616-.441 1.89-.004.1-.015.084-.047-.073-.342-1.679-.623-2.523-1.262-3.796a13.978 13.978 0 00-1.91-2.9c-2.238-2.676-5.418-4.657-8.722-5.435A14.55 14.55 0 00.67 8.782L0 8.752v4.663zm32.151 14.091h4.95V8.766h-4.95v18.74zm33.547-8.166c.486.086 1.217.34 1.647.571.732.395 1.668 1.072 2.104 1.52l.174.18-.447.398c-1.45 1.29-2.784 1.93-4.17 1.998-1.012.05-1.73-.19-2.32-.776-.922-.916-.93-2.247-.02-3.177.687-.703 1.718-.945 3.032-.714z", fill: "#fff" }))); | ||
function SvgVitatWhite(_a) { | ||
var size = _a.size, props = _a.props; | ||
return (React.createElement("svg", __assign({ width: size.width, height: size.height, viewBox: "0 0 188 80", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props), | ||
React.createElement("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M68.7139 12.1621C67.4139 12.3983 66.2218 13.034 65.3064 13.9791C64.5966 14.6157 64.0558 15.4158 63.7319 16.3087C63.2391 17.6877 63.2391 19.1927 63.7319 20.5718C64.0532 21.466 64.5944 22.2667 65.3064 22.9013C65.911 23.5256 66.6429 24.0148 67.4534 24.3362C68.264 24.6576 69.1344 24.8038 70.0064 24.765C71.0729 24.812 72.1312 24.5618 73.0614 24.0428C74.4601 23.2929 75.5334 22.0614 76.0789 20.5808C76.6244 19.1001 76.6043 17.4728 76.0224 16.0058C75.6676 15.1119 75.1167 14.3074 74.4094 13.6507C73.7022 12.9939 72.8564 12.5014 71.9334 12.2087C70.8783 11.9472 69.7764 11.9312 68.7139 12.1621Z", fill: "white" }), | ||
React.createElement("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M64.8833 48.2468V66.9531H69.8653H74.8708V48.2468V29.5405H69.8653H64.8833V48.2468Z", fill: "white" }), | ||
React.createElement("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M87.5138 24.6719V29.6106H78.2783V38.9288H87.5138V47.851C87.5138 57.5419 87.5138 57.4953 88.0308 59.0328C88.3713 60.0527 88.8454 61.0239 89.4408 61.9215C90.3028 63.0594 91.3144 64.0779 92.4488 64.9499C94.6354 66.4149 97.1242 67.3779 99.7338 67.7687C100.822 67.9346 101.923 68.0048 103.024 67.9783C104.666 68.0243 106.308 67.8678 107.912 67.5124C109.056 67.2838 110.186 66.9882 111.296 66.6272C111.296 66.6272 109.228 57.8448 109.134 57.705C109.04 57.5652 108.875 57.705 108.593 57.705C106.779 58.3071 104.863 58.5524 102.953 58.4272C101.508 58.4006 100.129 57.8253 99.0993 56.8198C98.4226 56.1288 97.951 55.2664 97.7363 54.3271C97.393 51.6388 97.3143 48.9237 97.5013 46.2203V38.9288H111.319V29.6106H97.5013V19.7566H87.5138V24.6719Z", fill: "white" }), | ||
React.createElement("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M155.829 47.4082C155.302 44.3194 154.129 41.3743 152.384 38.7623C150.64 36.1504 148.363 33.9295 145.7 32.2428C142.441 30.341 138.813 29.1423 135.055 28.7252C133.367 28.5705 131.673 28.5083 129.979 28.5388C124.85 28.7662 119.814 29.9766 115.15 32.103L113.811 32.7786L113.599 32.9183L115.15 37.2513C115.973 39.5809 116.654 41.5843 116.701 41.5843C116.985 41.4634 117.259 41.3233 117.524 41.165C120.338 39.6735 123.378 38.643 126.524 38.1132C128.462 37.915 130.415 37.915 132.352 38.1132C134.65 38.3791 136.865 39.1224 138.853 40.2945C140.841 41.4666 142.558 43.0412 143.891 44.9155C145.337 47.0586 146.151 49.5599 146.241 52.1371V53.3252L145.7 52.5332C144.275 50.5303 142.584 48.7279 140.671 47.1752C137.751 44.7867 134.221 43.2466 130.472 42.7258C128.667 42.5394 126.848 42.5394 125.044 42.7258C123.09 42.8721 121.192 43.4399 119.483 44.3896C117.774 45.3393 116.295 46.6478 115.15 48.2235C114.208 49.5775 113.552 51.1071 113.223 52.7195C112.941 54.4086 112.941 56.1322 113.223 57.8213C113.677 60.1419 114.833 62.2707 116.537 63.9247C118.177 65.3738 120.098 66.4748 122.184 67.1599C124.269 67.8449 126.474 68.0996 128.663 67.9082C132.331 67.7774 135.899 66.6842 139.003 64.74C140.254 63.9723 141.448 63.1159 142.575 62.1775L143.233 61.6184L143.538 62.0843C144.196 63.086 145.066 64.6002 145.677 65.7417L146.311 66.9531H156.228V58.59C156.228 49.994 156.228 49.5746 155.829 47.4082ZM137.029 56.0042C134.795 58.2764 131.824 59.6952 128.639 60.011C127.788 60.1126 126.925 60.0253 126.112 59.7553C125.299 59.4854 124.557 59.0396 123.939 58.4502C123.504 58.043 123.157 57.552 122.92 57.0072C122.683 56.4624 122.561 55.8753 122.561 55.282C122.561 54.6887 122.683 54.1017 122.92 53.5569C123.157 53.0121 123.504 52.5211 123.939 52.1138C124.755 51.3876 125.743 50.8767 126.811 50.6284C127.879 50.3801 128.992 50.4022 130.049 50.6928C131.202 50.9183 132.317 51.3025 133.363 51.8343C134.908 52.6548 136.338 53.673 137.616 54.8627L137.969 55.2122L137.029 56.0042Z", fill: "white" }), | ||
React.createElement("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M164.124 24.6489V29.5642H155.1V38.8824H164.242V47.758C164.242 57.612 164.242 57.3791 164.853 59.2194C165.412 60.7742 166.289 62.1976 167.429 63.4002C168.57 64.6029 169.949 65.5588 171.48 66.208C176.331 68.3063 181.79 68.5715 186.825 66.9535L187.977 66.6274C187.814 65.0422 187.475 63.4797 186.966 61.9683C186.05 58.2643 185.862 57.5654 185.744 57.612C184.437 58.0596 183.08 58.349 181.702 58.4739C180.639 58.6549 179.547 58.5916 178.513 58.2886C177.478 57.9857 176.527 57.4514 175.733 56.7268C175.109 56.0825 174.685 55.2738 174.511 54.3972C174.343 53.8137 174.256 53.2102 174.253 52.6035V38.8824H188V29.5642H174.088V19.7102H164.124V24.6489Z", fill: "white" }), | ||
React.createElement("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M0 34.1534V38.8125H1.081C5.81421 39.0861 10.3025 40.9894 13.771 44.1938C16.6282 46.9478 18.9086 50.2341 20.4813 53.8639C22.0541 57.4938 22.8883 61.3958 22.936 65.3461V66.9069H38.5165V65.2296C38.7167 58.5882 41.0462 52.1828 45.167 46.9426C46.4473 45.5019 47.8464 44.1694 49.35 42.9591C52.5761 40.5214 56.4629 39.0937 60.5125 38.8591H61.5465V29.5409H60.2305C53.9016 29.9602 47.8347 32.2062 42.7779 36.0021C37.721 39.7979 33.8952 44.9777 31.772 50.9029C31.3702 52.1344 31.0716 53.3966 30.879 54.6767C30.879 54.8864 30.879 54.8398 30.879 54.537C30.395 51.8815 29.4908 49.3184 28.2 46.9426C27.1655 44.8567 25.8707 42.9079 24.346 41.142C19.7993 35.7749 13.6535 31.9743 6.7915 30.2863C5.01022 29.8624 3.19276 29.6051 1.363 29.5176H0.0235L0 34.1534Z", fill: "white" }))); | ||
} | ||
exports.default = SvgVitatWhite; |
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "2.28.0", | ||
"version": "2.29.0", | ||
"main": "./index.js", | ||
@@ -11,0 +11,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
1650659
437
17149
139