UNPKG

@ozen-ui/icons

Version:

A collection of icons

7 lines (6 loc) 834 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var LogoBusinessIconIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.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.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" }))); }); LogoBusinessIconIcon.displayName = 'LogoBusinessIconIcon';