@ozen-ui/icons
Version:
A collection of icons
7 lines (6 loc) • 863 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var BrCardMaestroMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
React.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.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" }))); });
BrCardMaestroMIcon.displayName = 'BrCardMaestroMIcon';