UNPKG

@ozen-ui/icons

Version:

A collection of icons

11 lines (10 loc) 1.43 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({ 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: "M9.75 11.875C9.75 9.92766 10.6227 8.18426 12 7.01425C13.3773 8.18426 14.25 9.92766 14.25 11.875C14.25 13.8223 13.3773 15.5657 12 16.7357C10.6227 15.5657 9.75 13.8223 9.75 11.875Z", fill: "currentColor" }), react_1.default.createElement("path", { d: "M16.125 18.75C19.922 18.75 23 15.672 23 11.875C23 8.07804 19.922 5 16.125 5C14.7655 5 13.4982 5.39459 12.4314 6.07547C14.1469 7.42503 15.25 9.52126 15.25 11.875C15.25 14.2287 14.1469 16.325 12.4314 17.6745C13.4982 18.3554 14.7655 18.75 16.125 18.75Z", fill: "currentColor" }), react_1.default.createElement("path", { d: "M7.875 5C4.07804 5 1 8.07804 1 11.875C1 15.672 4.07804 18.75 7.875 18.75C9.23447 18.75 10.5018 18.3554 11.5686 17.6745C9.85314 16.325 8.75 14.2287 8.75 11.875C8.75 9.52126 9.85314 7.42503 11.5686 6.07547C10.5018 5.39458 9.23447 5 7.875 5Z", fill: "currentColor" }))); }); exports.BrCardMaestroMIcon.displayName = 'BrCardMaestroMIcon';