UNPKG

optimall-icons

Version:

Biblioteca de ícones do Optimall

33 lines 2.64 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 CalendarEventIcon = /*#__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 || "calendar, event", 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.74 20.82c1 .16 2.31.18 4.16.18l-.01.03c.5 0 .9.4.9.9s-.4.9-.9.9c-1.82-.01-3.28-.02-4.45-.21-1.2-.2-2.18-.6-2.96-1.44-.81-.88-1.16-1.97-1.33-3.32-.16-1.31-.16-2.99-.16-5.12v-.64c0-2.13 0-3.81.16-5.12.17-1.35.52-2.45 1.33-3.32.56-.61 1.24-.97 2.01-1.21v-.54c0-.5.4-.9.9-.9s.9.4.9.9v.21c1.12-.11 2.46-.11 4.08-.11h2.04c1.62 0 2.96.01 4.08.11v-.21c0-.5.4-.9.9-.9s.9.4.9.9v.54c.78.24 1.45.6 2.01 1.21.76.82 1.12 1.84 1.3 3.08.17 1.22.19 2.75.19 4.67 0 .5-.4.9-.9.9s-.9-.4-.9-.9c0-1 0-1.86-.03-2.6H3.83c-.03.92-.03 2.01-.03 3.34v.51c0 2.2 0 3.77.15 4.96.14 1.17.42 1.84.86 2.32.41.45.97.72 1.93.88ZM6.4 4.8c-.35 0-.64-.21-.79-.5H5.6c-.32.14-.58.33-.79.56-.42.46-.68 1.09-.83 2.14h16.84v-.02c-.15-1.05-.42-1.67-.84-2.12-.21-.23-.46-.41-.79-.56-.14.29-.44.5-.79.5-.5 0-.9-.4-.9-.89-1.03-.11-2.35-.11-4.15-.11h-1.9c-1.79 0-3.12 0-4.15.11-.01.49-.41.89-.9.89Z", fillRule: "evenodd", clipRule: "evenodd" }), /*#__PURE__*/React.createElement("path", { d: "M21.19 14.97c.62.11 1.31.44 1.54 1.17h-.04c.23.73-.14 1.4-.58 1.84l-1.09 1.1v.04l.31 1.36c.15.62.17 1.52-.53 2.03-.7.51-1.55.22-2.1-.11l-1.31-.78h-.03l-1.31.78c-.55.33-1.4.62-2.1.1-.7-.51-.68-1.4-.54-2.03l.31-1.36v-.04l-1.09-1.1c-.44-.44-.8-1.11-.57-1.84.24-.73.92-1.07 1.54-1.17l1.4-.23h.01l.01-.01.78-1.57c.28-.56.8-1.15 1.59-1.15s1.31.59 1.59 1.15l.78 1.57.01.01.02.01 1.4.23Zm-1.87 3.64c.08-.25.21-.54.44-.77l-.02-.01 1.09-1.1-1.39-.23c-.3-.05-.56-.19-.76-.34-.2-.14-.41-.36-.54-.63l-.76-1.54-.77 1.54c-.14.27-.35.49-.54.63-.19.15-.45.29-.75.34l-1.39.23 1.09 1.1c.23.23.37.52.44.77.08.25.11.56.04.88l-.31 1.34 1.3-.77c.29-.17.62-.23.9-.23s.62.06.91.24l1.29.77-.31-1.34c-.07-.31-.03-.63.04-.88Z", fillRule: "evenodd", clipRule: "evenodd" })); }); export default CalendarEventIcon;