UNPKG

optimall-icons

Version:

Biblioteca de ícones do Optimall

33 lines 3.5 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 GiftCheckIcon = /*#__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, check", 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.58V13a.9.9 0 0 1-1.8 0v-1.102c-.185.002-.385.002-.6.002h-5.6V17a.9.9 0 0 1-1.8 0v-5.1H5.5c-.215 0-.415 0-.6-.002V15c0 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.66.09 1.48.113 2.557.119L11 21.1l.092.005a.9.9 0 0 1 0 1.79L11 22.9l-1.16-.002c-1.101-.006-2.03-.03-2.8-.134-.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.357ZM5.5 7.9c-.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" }), /*#__PURE__*/React.createElement("path", { d: "M20.7 15.151a.9.9 0 0 1 .6 1.698c-.55.195-1.178.61-1.835 1.187-.648.568-1.277 1.249-1.833 1.915a28.141 28.141 0 0 0-1.841 2.483l-.024.038-.006.008-.001.002a.9.9 0 0 1-1.565-.08c-.446-.893-.852-1.258-1.069-1.403a.766.766 0 0 0-.201-.102c-.011-.002-.01-.004 0 0A.9.9 0 0 1 13 19.1v.718c0-.717.001-.718.002-.718h.029a1.635 1.635 0 0 1 .133.011c.071.01.157.027.255.055.198.057.44.158.705.335.291.194.598.473.91.864.326-.45.741-.997 1.216-1.566.591-.709 1.287-1.466 2.028-2.116.733-.643 1.56-1.227 2.421-1.532Zm-7.707 5.75h.005l.001-.002h-.01l.004.001Zm-.068-.005.028.002.022.001h.006a.509.509 0 0 1-.055-.004l-.001.002Z", fillRule: "evenodd", clipRule: "evenodd" })); }); export default GiftCheckIcon;