UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 2.31 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var LeadMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.25268 3.48353C7.04249 2.69371 8.11371 2.25 9.23068 2.25C10.3477 2.25 11.4189 2.69371 12.2087 3.48353C12.9985 4.27335 13.4422 5.34457 13.4422 6.46154C13.4422 7.57851 12.9985 8.64973 12.2087 9.43954C11.4189 10.2294 10.3477 10.6731 9.23068 10.6731C8.11371 10.6731 7.04249 10.2294 6.25268 9.43954C5.46286 8.64973 5.01915 7.57851 5.01915 6.46154C5.01915 5.34457 5.46286 4.27335 6.25268 3.48353ZM9.23068 3.75C8.51154 3.75 7.82185 4.03568 7.31334 4.54419C6.80482 5.0527 6.51915 5.74239 6.51915 6.46154C6.51915 7.18068 6.80482 7.87037 7.31334 8.37888C7.82185 8.8874 8.51154 9.17307 9.23068 9.17307C9.94983 9.17307 10.6395 8.8874 11.148 8.37888C11.6565 7.87037 11.9422 7.18068 11.9422 6.46154C11.9422 5.74239 11.6565 5.0527 11.148 4.54419C10.6395 4.03568 9.94983 3.75 9.23068 3.75ZM11.669 13.9995C10.8357 13.5897 9.91206 13.3978 8.98444 13.4417C8.05682 13.4856 7.15546 13.7639 6.36456 14.2506C5.57366 14.7373 4.91902 15.4165 4.46179 16.2248C4.00577 17.031 3.76096 17.9393 3.75004 18.8654H11.3077C11.7219 18.8654 12.0577 19.2012 12.0577 19.6154C12.0577 20.0296 11.7219 20.3654 11.3077 20.3654H3C2.58579 20.3654 2.25 20.0296 2.25 19.6154V18.8571C2.26235 17.675 2.57415 16.5153 3.1562 15.4863C3.73825 14.4573 4.5716 13.5927 5.57841 12.9731C6.58523 12.3535 7.73265 11.9993 8.91351 11.9434C10.0944 11.8874 11.2701 12.1318 12.331 12.6534C12.7027 12.8362 12.8558 13.2857 12.673 13.6574C12.4902 14.0291 12.0407 14.1823 11.669 13.9995ZM16.8461 11.9423C17.2603 11.9423 17.5961 12.2781 17.5961 12.6923V16.0961H21C21.4142 16.0961 21.75 16.4319 21.75 16.8461C21.75 17.2604 21.4142 17.5961 21 17.5961H17.5961V21C17.5961 21.4142 17.2603 21.75 16.8461 21.75C16.4319 21.75 16.0961 21.4142 16.0961 21V17.5961H12.6923C12.2781 17.5961 11.9423 17.2604 11.9423 16.8461C11.9423 16.4319 12.2781 16.0961 12.6923 16.0961H16.0961V12.6923C16.0961 12.2781 16.4319 11.9423 16.8461 11.9423Z", fill: "currentColor" }))); }); LeadMIcon.displayName = 'LeadMIcon';