UNPKG

@ozen-ui/icons

Version:

A collection of icons

10 lines (9 loc) 1.01 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LogoBusinessIconIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.LogoBusinessIconIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("path", { d: "M19.2841 0H4.71597C2.10117 0 0 2.10117 0 4.71597V11.4397H19.2841C21.8755 11.4397 24.0001 9.33855 24.0001 6.72375V4.69262C24.0001 2.10117 21.8755 0 19.2841 0Z", fill: "currentColor" }), react_1.default.createElement("path", { d: "M19.2841 12.5603H0V19.284C0 21.8755 2.10117 24 4.71597 24H19.2841C21.8755 24 24.0001 21.8988 24.0001 19.284V17.2529C24.0001 14.6615 21.8755 12.5603 19.2841 12.5603Z", fill: "currentColor" }))); }); exports.LogoBusinessIconIcon.displayName = 'LogoBusinessIconIcon';