UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 894 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var LeadMIcon = 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", fillRule: "evenodd", d: "M6.253 3.484a4.211 4.211 0 1 1 5.956 5.955 4.211 4.211 0 0 1-5.956-5.955m2.978.266a2.712 2.712 0 1 0 0 5.423 2.712 2.712 0 0 0 0-5.423M11.669 14a5.495 5.495 0 0 0-7.919 4.865h7.558a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1-.75-.75v-.758a6.995 6.995 0 0 1 10.081-6.204.75.75 0 0 1-.662 1.346m5.177-2.058a.75.75 0 0 1 .75.75v3.404H21a.75.75 0 0 1 0 1.5h-3.404V21a.75.75 0 0 1-1.5 0v-3.404h-3.404a.75.75 0 1 1 0-1.5h3.404v-3.404a.75.75 0 0 1 .75-.75", clipRule: "evenodd" }))); }); LeadMIcon.displayName = 'LeadMIcon';