UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 3.02 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var LogsMIcon = 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", { d: "M16.8501 18.75C16.8501 19.1642 16.5143 19.5 16.1001 19.5C15.6858 19.5 15.3501 19.1642 15.3501 18.75C15.3501 18.3358 15.6858 18 16.1001 18C16.5143 18 16.8501 18.3358 16.8501 18.75Z", fill: "currentColor" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.016 11.4409C16.769 11.2749 16.4782 11.1863 16.1806 11.1863C16.1806 11.1863 15.7853 11.1863 15.4029 11.4409C15.0205 11.6956 14.8144 12.0702 14.8144 12.0702L10.7477 19.404L10.744 19.4108C10.6169 19.6459 10.5503 19.9089 10.5503 20.1762C10.5503 20.4403 10.6153 20.7003 10.7396 20.9333C10.9045 21.2055 11.4041 21.75 12.0831 21.75H20.2092C20.487 21.7505 20.7597 21.6744 20.9971 21.5299L21.0082 21.523L21.0213 21.5145C21.3558 21.293 21.5953 20.9545 21.6928 20.5653C21.7904 20.1762 21.7388 19.7646 21.5483 19.4116L17.548 12.0731C17.4336 11.8169 17.2494 11.5978 17.016 11.4409ZM16.1806 12.69C16.1699 12.7157 16.1577 12.7409 16.1442 12.7653L12.0624 20.1264C12.0544 20.1417 12.0503 20.1588 12.0503 20.1762C12.0503 20.1942 12.0548 20.2119 12.0633 20.2278L12.0721 20.2445L12.0758 20.2485L12.0812 20.25H20.2098C20.2232 20.2364 20.2331 20.2194 20.2378 20.2007C20.2443 20.175 20.241 20.1478 20.2286 20.1245L16.2144 12.7605C16.2019 12.7376 16.1906 12.7141 16.1806 12.69Z", fill: "currentColor" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.93502 3.93589C4.05403 3.81688 4.21545 3.75002 4.38376 3.75002H12.3808L16.0953 7.46452V8.53847C16.0953 8.95269 16.4311 9.28847 16.8453 9.28847C17.2595 9.28847 17.5953 8.95269 17.5953 8.53847V7.15386C17.5953 6.95495 17.5163 6.76418 17.3756 6.62353L13.2218 2.46969C13.0811 2.32903 12.8904 2.25002 12.6914 2.25002H4.38376C3.81762 2.25002 3.27468 2.47491 2.87436 2.87523C2.47404 3.27555 2.24915 3.81849 2.24915 4.38463V16.8462C2.24915 17.4123 2.47404 17.9552 2.87436 18.3556C3.27468 18.7559 3.81762 18.9808 4.38376 18.9808H7.84529C8.25951 18.9808 8.59529 18.645 8.59529 18.2308C8.59529 17.8166 8.25951 17.4808 7.84529 17.4808H4.38376C4.21545 17.4808 4.05403 17.4139 3.93502 17.2949C3.81601 17.1759 3.74915 17.0145 3.74915 16.8462V4.38463C3.74915 4.21632 3.81601 4.0549 3.93502 3.93589ZM16.8501 18.75C16.8501 19.1642 16.5143 19.5 16.1001 19.5C15.6858 19.5 15.3501 19.1642 15.3501 18.75C15.3501 18.3358 15.6858 18 16.1001 18C16.5143 18 16.8501 18.3358 16.8501 18.75Z", fill: "currentColor" }), React.createElement("path", { d: "M16.9029 15.4615C16.9029 15.0473 16.5671 14.7115 16.1529 14.7115C15.7387 14.7115 15.4029 15.0473 15.4029 15.4615V16.8462C15.4029 17.2604 15.7387 17.5962 16.1529 17.5962C16.5671 17.5962 16.9029 17.2604 16.9029 16.8462V15.4615Z", fill: "currentColor" }))); }); LogsMIcon.displayName = 'LogsMIcon';