@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 3.25 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var GiftMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.82661 3.15959C6.37022 2.56089 7.20132 2.25 8.2583 2.25C9.73006 2.25 10.8617 3.2171 11.5787 4.20587C11.7316 4.41661 11.8727 4.63794 12.0001 4.86396C12.1276 4.63794 12.2687 4.41662 12.4215 4.20588C13.1385 3.21711 14.2701 2.25 15.7419 2.25C16.7988 2.25 17.6299 2.56089 18.1736 3.15959C18.7114 3.75195 18.8618 4.50989 18.8012 5.19056C18.7607 5.64513 18.625 6.09598 18.4183 6.49806H19.5336C20.1198 6.49806 20.683 6.72928 21.099 7.14247C21.5152 7.55584 21.7499 8.11757 21.7499 8.70437V9.57816C21.7499 10.165 21.5152 10.7267 21.099 11.1401C20.9189 11.3189 20.7112 11.4637 20.486 11.5704V19.5436C20.486 20.1304 20.2513 20.6922 19.8351 21.1055C19.4191 21.5187 18.8559 21.75 18.2698 21.75H5.73041C5.14426 21.75 4.5811 21.5187 4.16509 21.1055C3.7489 20.6922 3.51416 20.1304 3.51416 19.5436V11.5704C3.28897 11.4637 3.08128 11.3189 2.90117 11.1401C2.48499 10.7267 2.25024 10.165 2.25024 9.57816V8.70437C2.25024 8.11757 2.48499 7.55584 2.90117 7.14247C3.31719 6.72928 3.88035 6.49806 4.46649 6.49806H5.58185C5.37513 6.09598 5.23946 5.64513 5.19898 5.19056C5.13837 4.50989 5.28875 3.75195 5.82661 3.15959ZM7.68016 7.99806C7.68177 7.99806 7.68338 7.99807 7.685 7.99807C7.68602 7.99807 7.68705 7.99806 7.68808 7.99806H11.9971C11.9981 7.99806 11.9991 7.99807 12.0002 7.99807C12.0012 7.99807 12.0022 7.99806 12.0032 7.99806H16.3121C16.3131 7.99806 16.3141 7.99807 16.3152 7.99807C16.3168 7.99807 16.3184 7.99806 16.32 7.99806H19.5336C19.7252 7.99806 19.908 8.0737 20.0419 8.20673C20.1757 8.33959 20.2499 8.5187 20.2499 8.70437V9.57816C20.2499 9.76384 20.1757 9.94294 20.0419 10.0758C19.908 10.2088 19.7252 10.2845 19.5336 10.2845H12.0475C12.0318 10.2835 12.016 10.283 12 10.283C11.984 10.283 11.9682 10.2835 11.9525 10.2845H4.46649C4.27489 10.2845 4.09216 10.2088 3.95822 10.0758C3.82446 9.94294 3.75024 9.76383 3.75024 9.57816V8.70437C3.75024 8.5187 3.82446 8.33959 3.95822 8.20673C4.09216 8.0737 4.27489 7.99806 4.46649 7.99806H7.68016ZM5.01416 11.7859V19.5436C5.01416 19.7293 5.08837 19.9084 5.22214 20.0413C5.35607 20.1743 5.53881 20.25 5.73041 20.25H11.25V11.7859H5.01416ZM12.75 11.7859V20.25H18.2698C18.4614 20.25 18.6441 20.1743 18.778 20.0413C18.9118 19.9084 18.986 19.7293 18.986 19.5436V11.7859H12.75ZM16.317 6.49806C16.4417 6.49723 16.6569 6.41376 16.8879 6.12032C17.1122 5.83553 17.2728 5.44239 17.3071 5.05751C17.3411 4.67616 17.2484 4.37208 17.063 4.16793C16.8834 3.97012 16.5111 3.75 15.7419 3.75C14.9673 3.75 14.2281 4.26979 13.6358 5.08648C13.2891 5.56454 13.0462 6.07238 12.9036 6.49806H16.317ZM11.0967 6.49806H7.68313C7.55846 6.49723 7.3433 6.41376 7.11225 6.12032C6.888 5.83553 6.72734 5.44239 6.69307 5.05751C6.65911 4.67616 6.75176 4.37208 6.93713 4.16793C7.11674 3.97012 7.48907 3.75 8.2583 3.75C9.03282 3.75 9.77216 4.2698 10.3644 5.08649C10.7111 5.56456 10.9541 6.07239 11.0967 6.49806Z", fill: "currentColor" }))); });
GiftMIcon.displayName = 'GiftMIcon';