@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 2.5 kB
JavaScript
;
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({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.41214 1.25823C4.0577 0.612671 4.93326 0.25 5.84622 0.25C6.75918 0.25 7.63475 0.612671 8.28031 1.25823C8.92587 1.90379 9.28854 2.77936 9.28854 3.69231C9.28854 4.60527 8.92587 5.48084 8.28031 6.1264C7.63475 6.77196 6.75918 7.13463 5.84622 7.13463C4.93326 7.13463 4.0577 6.77196 3.41214 6.1264C2.76658 5.48084 2.40391 4.60527 2.40391 3.69231C2.40391 2.77936 2.76658 1.90379 3.41214 1.25823ZM5.84622 1.75C5.33109 1.75 4.83705 1.95464 4.4728 2.31889C4.10854 2.68315 3.90391 3.17718 3.90391 3.69231C3.90391 4.20745 4.10854 4.70148 4.4728 5.06574C4.83705 5.42999 5.33109 5.63463 5.84622 5.63463C6.36136 5.63463 6.85539 5.42999 7.21965 5.06574C7.5839 4.70148 7.78854 4.20745 7.78854 3.69231C7.78854 3.17718 7.5839 2.68315 7.21965 2.31889C6.85539 1.95464 6.36136 1.75 5.84622 1.75ZM7.66917 9.70472C7.04629 9.3984 6.35593 9.25496 5.66258 9.28778C4.96923 9.32061 4.29552 9.52863 3.70436 9.89242C3.1132 10.2562 2.62389 10.7639 2.28214 11.3681C1.96901 11.9216 1.78912 12.5396 1.7556 13.1731H7.46168C7.87589 13.1731 8.21168 13.5089 8.21168 13.9231C8.21168 14.3373 7.87589 14.6731 7.46168 14.6731H1.00012C0.585909 14.6731 0.250122 14.3373 0.250122 13.9231V13.3316C0.260019 12.384 0.509968 11.4543 0.976545 10.6295C1.44312 9.8047 2.11114 9.11159 2.91821 8.61493C3.72528 8.11827 4.64506 7.83427 5.59165 7.78946C6.53823 7.74465 7.48073 7.94048 8.33111 8.35868C8.70281 8.54147 8.85595 8.99097 8.67316 9.36267C8.49037 9.73437 8.04087 9.88751 7.66917 9.70472ZM11.7693 7.78848C12.1835 7.78848 12.5193 8.12427 12.5193 8.53848V11.0193H15.0002C15.4144 11.0193 15.7502 11.3551 15.7502 11.7693C15.7502 12.1835 15.4144 12.5193 15.0002 12.5193H12.5193V15C12.5193 15.4142 12.1835 15.75 11.7693 15.75C11.3551 15.75 11.0193 15.4142 11.0193 15V12.5193H8.5386C8.12439 12.5193 7.7886 12.1835 7.7886 11.7693C7.7886 11.3551 8.12439 11.0193 8.5386 11.0193H11.0193V8.53848C11.0193 8.12427 11.3551 7.78848 11.7693 7.78848Z", fill: "currentColor" }))); });
exports.LeadSIcon.displayName = 'LeadSIcon';