UNPKG

optimall-icons

Version:

Biblioteca de ícones do Optimall

29 lines 2.96 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 GiftIcon = /*#__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 || "gift", 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.143 1.1A4.75 4.75 0 0 1 12 3.073 4.751 4.751 0 0 1 15.857 1.1h.357A2.687 2.687 0 0 1 18.9 3.786a4.1 4.1 0 0 1-.712 2.314h.312c.454 0 .843 0 1.16.022.324.024.651.076.967.222l.13.064c.3.16.569.383.772.665.225.311.305.643.34.95.032.284.031.624.031.977s.001.693-.03.978c-.036.306-.118.637-.342.948h.001c-.17.237-.387.429-.629.58V15c0 1.624.002 2.933-.136 3.96-.133.987-.408 1.832-1.025 2.517l-.128.134c-.707.708-1.598 1.011-2.651 1.153-1.027.138-2.336.136-3.96.136h-2c-1.624 0-2.933.002-3.96-.136-.987-.133-1.832-.408-2.517-1.025l-.134-.128c-.708-.707-1.011-1.598-1.153-2.651C3.098 17.933 3.1 16.624 3.1 15v-3.494a2.256 2.256 0 0 1-.538-.462l-.091-.117c-.224-.311-.305-.643-.34-.95C2.099 9.694 2.1 9.354 2.1 9s-.001-.693.03-.978c.036-.306.116-.638.34-.949l.092-.117c.222-.265.503-.47.811-.612l.118-.051c.28-.108.565-.15.849-.17.317-.024.706-.023 1.16-.023h.313A4.094 4.094 0 0 1 5.1 3.786 2.687 2.687 0 0 1 7.786 1.1h.357ZM18.5 11.9h-5.6v9.2h.1c1.675 0 2.841-.002 3.72-.12.854-.115 1.301-.324 1.619-.641l.113-.126c.254-.31.427-.746.527-1.492.119-.88.12-2.046.12-3.721v-3.102c-.184.002-.384.002-.599.002ZM4.9 15c0 1.675.002 2.841.12 3.72.115.854.324 1.301.641 1.619l.126.113c.31.254.746.427 1.492.527.88.119 2.046.12 3.721.12h.1V11.9H5.5c-.215 0-.415 0-.6-.002V15Zm.6-7.1c-.48 0-.793 0-1.03.018a1.91 1.91 0 0 0-.245.03l-.098.03a.506.506 0 0 0-.19.141.693.693 0 0 0-.018.107c-.018.159-.019.38-.019.774s0 .615.019.774c.006.058.014.09.018.106a.503.503 0 0 0 .19.143l.098.029c.052.01.13.022.245.03.237.017.55.018 1.03.018h13c.48 0 .793 0 1.03-.018.23-.017.311-.045.343-.06l.07-.038a.437.437 0 0 0 .118-.104.647.647 0 0 0 .02-.106c.018-.159.019-.38.019-.774s0-.615-.019-.774a.643.643 0 0 0-.02-.107.443.443 0 0 0-.118-.103l-.07-.038c-.032-.015-.113-.043-.343-.06A16.07 16.07 0 0 0 18.5 7.9h-13Zm2.286-5a.886.886 0 0 0-.886.886A2.314 2.314 0 0 0 9.214 6.1H11.1v-.243A2.957 2.957 0 0 0 8.143 2.9h-.357Zm8.071 0A2.957 2.957 0 0 0 12.9 5.857V6.1h1.886A2.314 2.314 0 0 0 17.1 3.786a.886.886 0 0 0-.886-.886h-.357Z", fillRule: "evenodd", clipRule: "evenodd" })); }); export default GiftIcon;