UNPKG

@ozen-ui/icons

Version:

A collection of icons

10 lines (9 loc) 1.04 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BrCardMaestroMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.BrCardMaestroMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), react_1.default.createElement("path", { fill: "currentColor", d: "M9.75 11.875A6.36 6.36 0 0 1 12 7.015a6.36 6.36 0 0 1 2.25 4.86 6.36 6.36 0 0 1-2.25 4.86 6.36 6.36 0 0 1-2.25-4.86" }), react_1.default.createElement("path", { fill: "currentColor", d: "M16.125 18.75a6.875 6.875 0 1 0-3.694-12.675 7.36 7.36 0 0 1 2.819 5.8 7.36 7.36 0 0 1-2.819 5.8 6.84 6.84 0 0 0 3.694 1.075M7.875 5a6.875 6.875 0 1 0 3.694 12.674 7.36 7.36 0 0 1-2.819-5.799 7.36 7.36 0 0 1 2.819-5.8A6.84 6.84 0 0 0 7.875 5" }))); }); exports.BrCardMaestroMIcon.displayName = 'BrCardMaestroMIcon';