UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.08 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BrOzenSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.BrOzenSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), react_1.default.createElement("path", { fill: "currentColor", d: "M6.38 4.236a1.054 1.054 0 0 1-1.047-1.048c0-.589.474-1.048 1.048-1.048.588 0 1.048.46 1.048 1.048 0 .574-.46 1.048-1.048 1.048m2.671 0a1.045 1.045 0 0 1-1.048-1.048c0-.589.46-1.048 1.048-1.048.574 0 1.048.46 1.048 1.048 0 .574-.474 1.048-1.048 1.048m-1.335 8.972c-2.412 0-4.134-1.723-4.134-4.163s1.722-4.163 4.134-4.163c2.426 0 4.149 1.723 4.149 4.163s-1.723 4.163-4.149 4.163m0-2.455c.861 0 1.507-.717 1.507-1.708 0-.99-.646-1.708-1.507-1.708-.847 0-1.493.717-1.493 1.708 0 .99.646 1.708 1.493 1.708" }))); }); exports.BrOzenSIcon.displayName = 'BrOzenSIcon';