UNPKG

optimall-icons

Version:

Biblioteca de ícones do Optimall

33 lines 2.74 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 BackofficeIcon = /*#__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 || "backoffice", 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: "M12 6.1a.9.9 0 0 1 .9.9v.743a2.9 2.9 0 0 1 1.027.591l.62-.361a.9.9 0 0 1 .906 1.554l-.619.36a2.904 2.904 0 0 1 0 1.224l.62.362.076.05a.9.9 0 0 1-.902 1.546l-.081-.042-.62-.362a2.898 2.898 0 0 1-1.027.59V14a.901.901 0 0 1-1.8 0v-.744a2.897 2.897 0 0 1-1.028-.591l-.619.362a.9.9 0 0 1-.906-1.554l.618-.362a2.907 2.907 0 0 1 0-1.223l-.618-.36-.077-.051a.9.9 0 0 1 .902-1.546l.081.042.62.361a2.9 2.9 0 0 1 1.027-.59V7a.9.9 0 0 1 .9-.9Zm0 3.3a1.1 1.1 0 0 0-.871.428l-.08.118c-.095.162-.149.35-.149.554 0 .204.054.392.149.554l.08.118a1.1 1.1 0 0 0 1.822-.118l.063-.126a1.094 1.094 0 0 0 0-.856l-.063-.126A1.1 1.1 0 0 0 12 9.4Z", fillRule: "evenodd", clipRule: "evenodd" }), /*#__PURE__*/React.createElement("path", { d: "M13.9 1c2.98 0 4.62 0 5.76 1.15 1.14 1.15 1.14 2.8 1.14 5.8v10.59c0 1.72 0 2.76-.88 3.32-1.125.737-2.398-.151-3.16-.682l-.01-.008c-.11-.08-.21-.15-.3-.21l-.072-.045c-.216-.135-.426-.267-.498-.285-.019.01-.093.057-.187.116-.105.067-.237.15-.343.214l-1.925 1.22c-.591.374-.98.62-1.525.62-.545 0-.934-.246-1.525-.62L8.45 20.96l-.072-.045c-.216-.135-.426-.267-.498-.285-.019.01-.093.057-.187.116-.106.067-.237.15-.343.214-.09.06-.19.13-.3.21l-.02.015c-.763.531-2.02 1.409-3.15.675C3 21.3 3 20.26 3 18.54V7.95c0-2.99 0-4.65 1.14-5.8C5.28 1 6.92 1 9.9 1h4Zm-4 1.8c-2.75 0-3.89.02-4.48.62-.6.6-.62 1.75-.62 4.53v10.6c0 .74 0 1.5.08 1.79.29-.05.9-.47 1.14-.64.072-.046.139-.093.202-.136.059-.041.114-.08.168-.114.55-.35.96-.61 1.51-.61h.06c.506.02.87.247 1.404.582l.046.028 1.91 1.21.2.122c.18.112.343.213.41.228.03-.02.29-.19.55-.35l1.91-1.21c.58-.37 1.01-.63 1.57-.61.506.02.87.247 1.404.582l.046.028c.042.03.09.061.14.095.071.046.15.097.23.155.24.17.85.6 1.14.64.08-.29.08-1.05.08-1.79V7.95c0-2.78-.03-3.93-.62-4.53-.59-.6-1.73-.62-4.48-.62h-4Z", fillRule: "evenodd", clipRule: "evenodd" })); }); export default BackofficeIcon;