UNPKG

@icongo/li

Version:
23 lines (22 loc) 1.52 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIToolRuleTsquare = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIToolRuleTsquare = function LIToolRuleTsquare(props) { return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-hidden": "true", viewBox: "0 0 14 14" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M8.355 2.548h.387v.387h-.387zm-3.097 0h.387v.387h-.387zm.774 0h.387v.387h-.387zm1.549 0h.387v.387H7.58zm-.775 0h.388v.387h-.388zm5.613-.387h-1.237c-.373 0-.718-.185-.924-.494A1.494 1.494 0 0 0 9.012 1H4.988c-.502 0-.968.25-1.246.667-.206.31-.552.494-.924.494H1.581c-.32 0-.581.26-.581.58v.969h4.452V13h3.096V3.71H13v-.968a.58.58 0 0 0-.58-.58ZM8.161 4.484h-.774v.387h.774v.774H7v.387h1.161v.774h-.774v.388h.774v.774H7v.387h1.161v.774h-.774v.387h.774v.774H7v.387h1.161v.775h-.774v.387h.774v.774H5.84V3.71h2.32v.774zm4.452-1.161H1.387v-.581c0-.107.087-.194.194-.194h1.237c.502 0 .968-.249 1.246-.666.207-.31.552-.495.924-.495h4.024c.372 0 .717.185.924.495.278.417.744.666 1.246.666h1.237c.107 0 .194.087.194.194v.58z" }) })); }; exports.LIToolRuleTsquare = LIToolRuleTsquare;