UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 886 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var LeadSIcon = 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", fillRule: "evenodd", d: "M3.412 1.258A3.442 3.442 0 1 1 8.28 6.126a3.442 3.442 0 0 1-4.868-4.868m2.434.492a1.942 1.942 0 1 0 0 3.885 1.942 1.942 0 0 0 0-3.885M7.67 9.705a4.107 4.107 0 0 0-5.913 3.468h5.706a.75.75 0 0 1 0 1.5H1a.75.75 0 0 1-.75-.75v-.591a5.607 5.607 0 0 1 8.081-4.973.75.75 0 1 1-.662 1.346m4.1-1.917a.75.75 0 0 1 .75.75v2.481H15a.75.75 0 0 1 0 1.5h-2.48V15a.75.75 0 0 1-1.5 0v-2.48H8.538a.75.75 0 0 1 0-1.5h2.48V8.537a.75.75 0 0 1 .75-.75", clipRule: "evenodd" }))); }); LeadSIcon.displayName = 'LeadSIcon';