@ozen-ui/icons
Version:
A collection of icons
10 lines (9 loc) • 1.73 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var WidgetSIcon = 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", { clipPath: "url(#WidgetSIcon__a)" },
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.088 1.75a.417.417 0 0 0-.417.417v5.25a.417.417 0 0 0 .417.416h5.913a.417.417 0 0 0 .417-.416v-5.25A.417.417 0 0 0 8 1.75zM.733.81C1.093.451 1.58.25 2.088.25h5.913a1.917 1.917 0 0 1 1.917 1.917v5.25A1.917 1.917 0 0 1 8 9.333H2.088A1.917 1.917 0 0 1 .171 7.417v-5.25c0-.509.202-.996.562-1.356m11.518.939v1.125h1.964V1.75zM11.141.64c.25-.25.59-.39.943-.39h2.298a1.333 1.333 0 0 1 1.333 1.333v1.459a1.334 1.334 0 0 1-1.333 1.333h-2.298a1.333 1.333 0 0 1-1.333-1.333V1.583c0-.353.14-.693.39-.943m1.11 6.068v1.125h1.964V6.708zm-1.11-1.11c.25-.25.59-.39.943-.39h2.298a1.333 1.333 0 0 1 1.333 1.334V8a1.334 1.334 0 0 1-1.333 1.333h-2.298A1.333 1.333 0 0 1 10.751 8V6.542c0-.354.14-.693.39-.943m-8.974 6.068a.417.417 0 0 0-.416.417v1.75a.417.417 0 0 0 .416.417h11.667a.417.417 0 0 0 .417-.417v-1.75a.417.417 0 0 0-.417-.417zm-1.355-.938c.36-.36.847-.562 1.355-.562h11.667a1.917 1.917 0 0 1 1.917 1.917v1.75a1.916 1.916 0 0 1-1.917 1.917H2.167a1.916 1.916 0 0 1-1.916-1.917v-1.75c0-.508.202-.996.561-1.355", clipRule: "evenodd" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "WidgetSIcon__a" },
React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
WidgetSIcon.displayName = 'WidgetSIcon';