UNPKG

optimall-icons

Version:

Biblioteca de ícones do Optimall

33 lines 3.11 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 TurnosIcon = /*#__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 || "turnos", 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: "M8.445 2.245C9.922 1.562 10.92 1.1 12 1.1s2.078.462 3.554 1.145l1.955.904c1.253.58 2.286 1.057 2.998 1.52.711.465 1.393 1.1 1.393 2.081 0 .981-.682 1.617-1.393 2.08-.712.464-1.745.942-2.998 1.521l-1.955.904C14.077 11.938 13.079 12.4 12 12.4c-1.08 0-2.078-.462-3.555-1.145L6.49 10.35c-1.253-.58-2.286-1.057-2.997-1.52C2.78 8.367 2.1 7.73 2.1 6.75c0-.981.68-1.616 1.393-2.08.711-.464 1.744-.942 2.997-1.521l1.955-.904ZM12 2.9c-.635 0-1.252.264-2.98 1.063l-1.705.788c-1.34.62-2.251 1.043-2.84 1.426-.583.38-.576.548-.575.571v.004c-.001.023-.008.19.576.57.588.384 1.499.808 2.84 1.427l1.704.788c1.728.799 2.345 1.063 2.98 1.063.634 0 1.251-.264 2.979-1.063l1.705-.788c1.34-.62 2.252-1.043 2.84-1.426.583-.38.576-.548.576-.571v-.004c0-.023.007-.19-.576-.57-.588-.384-1.5-.808-2.84-1.427l-1.705-.788c-1.728-.799-2.345-1.063-2.98-1.063Z", fillRule: "evenodd", clipRule: "evenodd" }), /*#__PURE__*/React.createElement("path", { d: "M20.266 10.364a.9.9 0 0 1 1.255.212c.238.335.379.721.379 1.155 0 .98-.69 1.61-1.398 2.065-.712.457-1.744.927-2.998 1.499l-1.953.89c-1.478.674-2.475 1.128-3.551 1.128-1.077 0-2.073-.454-3.552-1.128l-1.953-.89c-1.253-.572-2.286-1.042-2.997-1.5-.709-.454-1.398-1.084-1.398-2.064 0-.434.14-.82.378-1.155a.9.9 0 0 1 1.467 1.043c-.044.062-.045.09-.045.112-.001.007-.023.169.57.55.589.379 1.5.796 2.841 1.407l1.705.777c1.726.787 2.346 1.048 2.984 1.048.637 0 1.257-.261 2.983-1.048l1.705-.777c1.34-.61 2.252-1.029 2.84-1.407.594-.381.573-.543.572-.55 0-.022-.002-.05-.046-.112a.9.9 0 0 1 .212-1.255Z" }), /*#__PURE__*/React.createElement("path", { d: "M4.184 16.97a.9.9 0 0 0-1.122-1.408c-.524.418-.962.98-.962 1.756 0 .98.69 1.61 1.398 2.064.71.458 1.743.928 2.997 1.499l1.952.89c1.48.674 2.476 1.129 3.553 1.129s2.073-.455 3.552-1.13l1.952-.889c1.254-.571 2.286-1.041 2.998-1.498.708-.456 1.398-1.085 1.398-2.065 0-.776-.439-1.338-.963-1.756a.9.9 0 0 0-1.122 1.408 1.1 1.1 0 0 1 .258.264c.024.04.027.06.027.084 0 .007.022.169-.572.55-.588.378-1.5.796-2.84 1.407l-1.705.777C13.257 20.838 12.637 21.1 12 21.1c-.638 0-1.258-.262-2.984-1.048l-1.705-.777c-1.34-.61-2.252-1.029-2.84-1.407-.594-.381-.572-.543-.571-.55 0-.023.002-.044.027-.085.03-.051.101-.14.257-.263Z" })); }); export default TurnosIcon;