UNPKG

@icongo/li

Version:
23 lines (22 loc) 2.02 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiFolderAttachments = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiFolderAttachments = function LIGuiFolderAttachments(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: "M2.615 1.924a1.55 1.55 0 0 0-1.138.474A1.558 1.558 0 0 0 1 3.54v6.922c0 .442.16.823.477 1.14.317.318.696.475 1.138.475h8.77a1.55 1.55 0 0 0 1.138-.474c.318-.318.477-.699.477-1.141V5.385c0-.443-.16-.822-.477-1.139a1.553 1.553 0 0 0-1.138-.476H6.539v-.23c0-.443-.16-.824-.476-1.142a1.552 1.552 0 0 0-1.14-.474H2.616zM5.453 4.79c.452 0 .841.148 1.17.443l2.594 2.38a.114.114 0 0 1 .043.085c0 .042-.044.104-.131.184-.087.08-.154.119-.2.119a.144.144 0 0 1-.099-.04L6.232 5.58a1.13 1.13 0 0 0-.775-.303c-.303 0-.557.099-.766.295a.943.943 0 0 0-.314.711c0 .275.109.51.326.71l3.326 3.052a.89.89 0 0 0 .621.246.648.648 0 0 0 .455-.164.54.54 0 0 0 .18-.416.754.754 0 0 0-.27-.57l-2.49-2.282a.388.388 0 0 0-.257-.093.291.291 0 0 0-.205.074.247.247 0 0 0-.083.19c0 .083.036.16.108.23l1.758 1.61a.117.117 0 0 1 .04.087c0 .042-.044.102-.132.184-.089.08-.156.12-.201.12a.135.135 0 0 1-.094-.038l-1.758-1.61a.75.75 0 0 1-.27-.584c0-.214.082-.397.245-.547a.85.85 0 0 1 .595-.224c.252 0 .465.083.64.248L9.4 8.787c.285.257.427.565.427.924a1 1 0 0 1-.338.77c-.225.206-.505.31-.84.31-.385 0-.722-.133-1.007-.395L4.313 7.35c-.323-.301-.485-.655-.485-1.063 0-.416.158-.77.473-1.06a1.632 1.632 0 0 1 1.152-.436z" }) })); }; exports.LIGuiFolderAttachments = LIGuiFolderAttachments;