@ozen-ui/icons
Version:
A collection of icons
13 lines (12 loc) • 1.57 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var LogsSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
React.createElement("g", { fill: "currentColor", clipPath: "url(#LogsSIcon__a)" },
React.createElement("path", { d: "M11.75 13.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0" }),
React.createElement("path", { fillRule: "evenodd", d: "M2.071 1.744a.33.33 0 0 0-.328.327v9.702a.33.33 0 0 0 .328.328h2.695a.75.75 0 1 1 0 1.5H2.071a1.83 1.83 0 0 1-1.828-1.828V2.07A1.83 1.83 0 0 1 2.071.244H8.54a.75.75 0 0 1 .53.22l3.234 3.233c.14.14.22.331.22.53v1.078a.75.75 0 0 1-1.5 0v-.767L8.227 1.744z", clipRule: "evenodd" }),
React.createElement("path", { fillRule: "evenodd", d: "M11.772 7.463a1.4 1.4 0 0 0-.743-.213c-.529 0-.82.297-1.236.758L6.44 13.667l-.004.007a1.38 1.38 0 0 0-.005 1.373c.144.253.52.744 1.069.704.55-.04 6.854 0 6.854 0a1.4 1.4 0 0 0 .724-.198c.302-.187.53-.481.625-.835a1.37 1.37 0 0 0-.138-1.043l-3.3-5.662a1.34 1.34 0 0 0-.493-.549m-.744 1.404-3.19 5.383h6.327z", clipRule: "evenodd" }),
React.createElement("path", { d: "M11.75 10.695a.75.75 0 0 0-1.5 0v.805a.75.75 0 1 0 1.5 0z" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "LogsSIcon__a" },
React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
LogsSIcon.displayName = 'LogsSIcon';