UNPKG

@ozen-ui/icons

Version:

A collection of icons

11 lines (10 loc) 1.46 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BrCardMaestroSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.BrCardMaestroSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("path", { d: "M6.51705 8C6.51705 6.72537 7.09222 5.58424 8 4.81842C8.90778 5.58424 9.48295 6.72537 9.48295 8C9.48295 9.27462 8.90778 10.4158 8 11.1816C7.09222 10.4158 6.51705 9.27462 6.51705 8Z", fill: "currentColor" }), react_1.default.createElement("path", { d: "M10.7188 12.5C13.2213 12.5 15.25 10.4853 15.25 8C15.25 5.51472 13.2213 3.5 10.7188 3.5C9.82274 3.5 8.98747 3.75827 8.28431 4.20395C9.41498 5.08729 10.142 6.45937 10.142 8C10.142 9.54063 9.41498 10.9127 8.28431 11.7961C8.98747 12.2417 9.82274 12.5 10.7188 12.5Z", fill: "currentColor" }), react_1.default.createElement("path", { d: "M5.28125 3.5C2.77871 3.5 0.75 5.51472 0.75 8C0.75 10.4853 2.77871 12.5 5.28125 12.5C6.17726 12.5 7.01253 12.2417 7.7157 11.7961C6.58502 10.9127 5.85795 9.54063 5.85795 8C5.85795 6.45937 6.58502 5.08729 7.7157 4.20395C7.01253 3.75827 6.17726 3.5 5.28125 3.5Z", fill: "currentColor" }))); }); exports.BrCardMaestroSIcon.displayName = 'BrCardMaestroSIcon';