@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.57 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var LogsMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", d: "M16.85 18.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0" }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M17.016 11.44a1.5 1.5 0 0 0-.835-.254s-.396 0-.778.255c-.383.255-.589.63-.589.63l-4.066 7.333-.004.007a1.61 1.61 0 0 0-.004 1.522c.165.273.664.817 1.343.817h8.126c.278 0 .55-.076.788-.22l.011-.007.013-.008a1.607 1.607 0 0 0 .527-2.103l-4-7.339a1.5 1.5 0 0 0-.532-.632m-.835 1.25a1 1 0 0 1-.037.075l-4.082 7.361a.11.11 0 0 0 .001.102l.01.016.003.005.005.001h8.129a.107.107 0 0 0 .019-.125l-4.015-7.364a1 1 0 0 1-.033-.071", clipRule: "evenodd" }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M3.935 3.936a.64.64 0 0 1 .449-.186h7.997l3.714 3.715v1.073a.75.75 0 0 0 1.5 0V7.154a.75.75 0 0 0-.22-.53L13.223 2.47a.75.75 0 0 0-.53-.22H4.383a2.135 2.135 0 0 0-2.135 2.135v12.461a2.135 2.135 0 0 0 2.135 2.135h3.461a.75.75 0 0 0 0-1.5H4.384a.635.635 0 0 1-.635-.635V4.385c0-.169.067-.33.186-.45M16.85 18.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0", clipRule: "evenodd" }),
React.createElement("path", { fill: "currentColor", d: "M16.903 15.462a.75.75 0 0 0-1.5 0v1.384a.75.75 0 0 0 1.5 0z" }))); });
LogsMIcon.displayName = 'LogsMIcon';