UNPKG

optimall-icons

Version:

Biblioteca de ícones do Optimall

31 lines 2.52 kB
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); } import React, { forwardRef } from 'react'; export const SidebarFoldIcon = /*#__PURE__*/forwardRef(({ className, style, ariaLabel, size = 24, width, height, ...props }, ref) => { const iconSize = width || height || size; return /*#__PURE__*/React.createElement("svg", _extends({ ref: ref, className: className, "aria-label": ariaLabel || "sidebar, fold", style: style, width: width || iconSize, height: height || iconSize, viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props), /*#__PURE__*/React.createElement("path", { d: "M6.592 10.104a.9.9 0 0 1 0 1.792L6.5 11.9H5a.9.9 0 0 1 0-1.8h1.5l.092.005Zm0-4a.9.9 0 0 1 0 1.792L6.5 7.9H5a.9.9 0 0 1 0-1.8h1.5l.092.004Z" }), /*#__PURE__*/React.createElement("path", { d: "M13 2.1c1.855 0 3.318-.001 4.48.125 1.178.127 2.152.394 2.988 1.002l.185.14a5.9 5.9 0 0 1 1.12 1.165l.11.158c.53.8.773 1.726.892 2.83.126 1.162.125 2.625.125 4.48 0 1.855.001 3.318-.125 4.48-.12 1.104-.362 2.03-.892 2.83l-.11.158a5.89 5.89 0 0 1-1.12 1.165l-.185.14c-.836.608-1.81.875-2.988 1.002-1.162.126-2.625.125-4.48.125h-2c-1.855 0-3.318.001-4.48-.125-1.104-.12-2.03-.362-2.83-.892l-.158-.11a5.9 5.9 0 0 1-1.165-1.12l-.14-.185c-.608-.836-.875-1.81-1.002-2.988C1.099 15.318 1.1 13.855 1.1 12c0-1.855-.001-3.318.125-4.48.127-1.178.394-2.152 1.002-2.988l.14-.185a5.902 5.902 0 0 1 1.165-1.12l.158-.11c.8-.53 1.726-.773 2.83-.892C7.683 2.099 9.146 2.1 11 2.1h2Zm-2.6 17.999H13c1.895 0 3.244 0 4.286-.113 1.025-.11 1.646-.321 2.124-.669l.253-.2a4.06 4.06 0 0 0 .654-.707l.123-.186c.275-.454.45-1.04.546-1.938.113-1.042.114-2.391.114-4.286 0-1.895 0-3.244-.114-4.286-.097-.897-.27-1.484-.546-1.938l-.123-.186a4.1 4.1 0 0 0-.654-.707l-.253-.2c-.478-.348-1.099-.558-2.124-.67C16.244 3.902 14.895 3.9 13 3.9h-2.6v16.2ZM8.6 3.914c-.732.014-1.35.042-1.886.1-.897.097-1.484.27-1.938.546l-.186.123a4.14 4.14 0 0 0-.707.654l-.2.253c-.348.478-.558 1.099-.67 2.124C2.902 8.756 2.9 10.105 2.9 12c0 1.895 0 3.244.114 4.286.11 1.025.321 1.646.669 2.124l.2.253a4.1 4.1 0 0 0 .707.654l.186.123c.454.275 1.04.45 1.938.546.536.058 1.154.085 1.886.099V3.915Z", fillRule: "evenodd", clipRule: "evenodd" })); }); export default SidebarFoldIcon;