UNPKG

@ozen-ui/icons

Version:

A collection of icons

10 lines (9 loc) 948 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LogoIconIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.LogoIconIcon = (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.2917 0C21.8958 0 24 2.10356 24 4.70697V6.73416C24 9.33758 21.8958 11.4411 19.2917 11.4411H0V4.70697C0 2.10356 2.10417 0 4.70833 0H19.2917Z", fill: "currentColor" }), react_1.default.createElement("path", { d: "M19.2917 24C21.8958 24 24 21.8964 24 19.293V17.2658C24 14.6624 21.8958 12.5589 19.2917 12.5589H0V19.293C0 21.8964 2.10417 24 4.70833 24H19.2917Z", fill: "currentColor" }))); }); exports.LogoIconIcon.displayName = 'LogoIconIcon';