UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.05 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LeadSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.LeadSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), react_1.default.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" }))); }); exports.LeadSIcon.displayName = 'LeadSIcon';