@ozen-ui/icons
Version:
A collection of icons
7 lines (6 loc) • 869 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var BrCardMaestroSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", d: "M6.517 8c0-1.275.575-2.416 1.483-3.182a4.15 4.15 0 0 1 0 6.364A4.15 4.15 0 0 1 6.517 8" }),
React.createElement("path", { fill: "currentColor", d: "M10.719 12.5c2.502 0 4.531-2.015 4.531-4.5s-2.029-4.5-4.531-4.5c-.896 0-1.732.258-2.435.704a4.807 4.807 0 0 1 0 7.592 4.53 4.53 0 0 0 2.435.704M5.281 3.5C2.78 3.5.75 5.515.75 8s2.029 4.5 4.531 4.5c.896 0 1.732-.258 2.435-.704a4.808 4.808 0 0 1 0-7.592A4.53 4.53 0 0 0 5.28 3.5" }))); });
BrCardMaestroSIcon.displayName = 'BrCardMaestroSIcon';