UNPKG

@ozen-ui/icons

Version:

A collection of icons

16 lines (15 loc) 1.8 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LogsSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.LogsSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), react_1.default.createElement("g", { fill: "currentColor", clipPath: "url(#LogsSIcon__a)" }, react_1.default.createElement("path", { d: "M11.75 13.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0" }), react_1.default.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_1.default.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_1.default.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_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "LogsSIcon__a" }, react_1.default.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); }); exports.LogsSIcon.displayName = 'LogsSIcon';