UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 2.81 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var LogsSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("g", { clipPath: "url(#clip0_3923_16320)" }, React.createElement("path", { d: "M11.75 13.2499C11.75 13.6642 11.4142 13.9999 11 13.9999C10.5857 13.9999 10.25 13.6642 10.25 13.2499C10.25 12.8357 10.5857 12.4999 11 12.4999C11.4142 12.4999 11.75 12.8357 11.75 13.2499Z", fill: "currentColor" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.0712 1.74353C1.98423 1.74353 1.90082 1.77808 1.83933 1.83957C1.77783 1.90107 1.74329 1.98447 1.74329 2.07144V11.7726C1.74329 11.8596 1.77783 11.943 1.83933 12.0045C1.90083 12.066 1.98423 12.1006 2.0712 12.1006H4.76598C5.18019 12.1006 5.51598 12.4363 5.51598 12.8506C5.51598 13.2648 5.18019 13.6006 4.76598 13.6006H2.0712C1.5864 13.6006 1.12147 13.408 0.778669 13.0652C0.435869 12.7224 0.243286 12.2574 0.243286 11.7726V2.07144C0.243286 1.58665 0.435869 1.12171 0.778669 0.778913C1.12147 0.436113 1.58641 0.24353 2.0712 0.24353H8.53867C8.73758 0.24353 8.92835 0.322548 9.069 0.4632L12.3027 3.69694C12.4434 3.83759 12.5224 4.02835 12.5224 4.22727V5.30518C12.5224 5.71939 12.1866 6.05518 11.7724 6.05518C11.3582 6.05518 11.0224 5.71939 11.0224 5.30518V4.53793L8.22801 1.74353H2.0712Z", fill: "currentColor" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.7722 7.46321C11.5483 7.32245 11.2896 7.24995 11.0287 7.24995C10.5 7.24995 10.2098 7.54668 9.79323 8.0085L6.43998 13.6658L6.43593 13.6728C6.31503 13.8819 6.24984 14.1195 6.24984 14.3637C6.24984 14.6046 6.31331 14.8392 6.43114 15.0462C6.57509 15.2992 6.95011 15.79 7.49996 15.7499C8.0498 15.7099 14.3541 15.7499 14.3541 15.7499C14.5978 15.7504 14.8398 15.6881 15.054 15.5662C15.0621 15.5616 15.0701 15.5568 15.078 15.552C15.3796 15.3651 15.6084 15.0709 15.7031 14.7175C15.7981 14.3627 15.7466 13.9889 15.5647 13.6735L12.2656 8.01155C12.155 7.7834 11.982 7.5951 11.7722 7.46321ZM11.028 8.86707L7.83748 14.2499H14.1645L11.028 8.86707Z", fill: "currentColor" }), React.createElement("path", { d: "M11.7498 10.6948C11.7498 10.2806 11.414 9.94477 10.9998 9.94477C10.5856 9.94477 10.2498 10.2806 10.2498 10.6948V11.4999C10.2498 11.9142 10.5856 12.2499 10.9998 12.2499C11.414 12.2499 11.7498 11.9142 11.7498 11.4999V10.6948Z", fill: "currentColor" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0_3923_16320" }, React.createElement("rect", { width: "16", height: "16", fill: "currentColor" }))))); }); LogsSIcon.displayName = 'LogsSIcon';