UNPKG

optimall-icons

Version:

Biblioteca de ícones do Optimall

31 lines 2.47 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 CalendarSchedule2Icon = /*#__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, schedule2", 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 1.1a.9.9 0 0 1 .9.9v.2c1.113-.1 2.463-.1 4.078-.1h2.043c1.616 0 2.965 0 4.079.1V2a.9.9 0 0 1 1.8 0v.522c.778.237 1.446.613 2.008 1.22.76.823 1.118 1.844 1.297 3.084.176 1.22.192 2.756.194 4.673V13a.9.9 0 1 1-1.8 0v-1.5a78.375 78.375 0 0 0-.033-2.6H3.433c-.033.922-.033 2.018-.033 3.343v.514c0 2.202.001 3.77.15 4.96.145 1.17.419 1.838.862 2.318.435.47 1.025.752 2.076.905 1.085.158 2.519.16 4.562.16a.9.9 0 1 1 0 1.8h-.072c-1.954 0-3.52 0-4.749-.179-1.277-.185-2.32-.58-3.138-1.463-.808-.874-1.16-1.973-1.328-3.319-.163-1.314-.163-2.994-.163-5.12v-.639c0-2.125 0-3.805.163-5.119.167-1.346.52-2.445 1.328-3.318.562-.608 1.23-.984 2.009-1.22V2a.9.9 0 0 1 .9-.9Zm-2.426 6h16.852l-.003-.017c-.151-1.048-.418-1.666-.836-2.118a2.382 2.382 0 0 0-.783-.56.9.9 0 0 1-1.704-.396c-1.031-.107-2.356-.109-4.15-.109h-1.9c-1.795 0-3.12.002-4.15.109a.9.9 0 0 1-1.705.395c-.321.147-.57.332-.783.56-.42.455-.687 1.078-.838 2.136Z", fillRule: "evenodd", clipRule: "evenodd" }), /*#__PURE__*/React.createElement("path", { d: "M19.127 15.355a.9.9 0 0 0-1.255 1.29c.169.164.434.372.676.562l.056.045c.144.112.292.229.44.348H13a.9.9 0 0 0 0 1.8h6.044c-.148.119-.296.235-.439.348l-.057.045c-.242.19-.507.398-.676.562a.9.9 0 0 0 1.255 1.29c.084-.081.258-.221.533-.437l.06-.047c.241-.19.528-.414.801-.646.293-.248.602-.53.844-.814.122-.143.245-.308.341-.488.093-.173.194-.42.194-.713 0-.292-.101-.54-.194-.713a2.806 2.806 0 0 0-.34-.488 7.496 7.496 0 0 0-.845-.814c-.273-.232-.56-.456-.801-.646l-.06-.047a8.544 8.544 0 0 1-.533-.437Z" })); }); export default CalendarSchedule2Icon;