UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 3.58 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GiftSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.GiftSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("g", { clipPath: "url(#clip0_135_29882)" }, react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.07305 1.0324C3.53592 0.519149 4.23388 0.264893 5.08949 0.264893C6.31401 0.264893 7.23785 1.07351 7.80844 1.86567C7.87503 1.95811 7.93895 2.05323 7.99993 2.15029C8.0609 2.05323 8.12484 1.9581 8.19143 1.86565C8.76205 1.0735 9.68591 0.264893 10.9104 0.264893C11.766 0.264893 12.464 0.51915 12.9269 1.0324C13.3832 1.53842 13.5059 2.18025 13.456 2.74431C13.4303 3.03432 13.3584 3.32228 13.2489 3.59159H13.8596C14.3609 3.59159 14.8418 3.79076 15.1963 4.14529C15.5508 4.49982 15.75 4.98066 15.75 5.48203V6.1663C15.75 6.66767 15.5508 7.14851 15.1963 7.50304C15.068 7.63131 14.9232 7.73924 14.7669 7.82476V13.9703C14.7669 14.4717 14.5677 14.9525 14.2132 15.3071C13.8587 15.6616 13.3778 15.8608 12.8765 15.8608H3.12341C2.62203 15.8608 2.14119 15.6616 1.78666 15.3071C1.43214 14.9525 1.23297 14.4717 1.23297 13.9703V7.82473C1.07666 7.73921 0.931886 7.63129 0.803637 7.50304C0.44911 7.14852 0.249939 6.66768 0.249939 6.1663V5.48203C0.249939 4.98066 0.44911 4.49981 0.803637 4.14529C1.15816 3.79076 1.63901 3.59159 2.14038 3.59159H2.75102C2.64153 3.32228 2.56958 3.03432 2.54393 2.74431C2.49404 2.18025 2.6167 1.53842 3.07305 1.0324ZM4.64989 3.59159H7.06009C6.95228 3.32525 6.79717 3.02815 6.59132 2.74237C6.1435 2.12066 5.61213 1.76489 5.08949 1.76489C4.52469 1.76489 4.28663 1.92647 4.18697 2.03697C4.0808 2.1547 4.01443 2.34454 4.0381 2.61215C4.06205 2.88293 4.17544 3.16139 4.33056 3.35973C4.49399 3.56871 4.61857 3.59156 4.64358 3.59156C4.64569 3.59156 4.64779 3.59157 4.64989 3.59159ZM8.93974 3.59159H11.35C11.3521 3.59157 11.3542 3.59156 11.3563 3.59156C11.3813 3.59156 11.5059 3.56871 11.6694 3.35973C11.8245 3.16139 11.9379 2.88293 11.9618 2.61215C11.9855 2.34454 11.9191 2.1547 11.8129 2.03697C11.7133 1.92647 11.4752 1.76489 10.9104 1.76489C10.3878 1.76489 9.85638 2.12067 9.40853 2.74239C9.20267 3.02816 9.04756 3.32526 8.93974 3.59159ZM2.73296 8.05784V13.9703C2.73296 14.0739 2.7741 14.1732 2.84732 14.2464C2.92054 14.3196 3.01985 14.3608 3.12341 14.3608H7.25001V8.05784H2.73296ZM8.75001 8.05784V14.3608H12.8765C12.98 14.3608 13.0793 14.3196 13.1526 14.2464C13.2258 14.1732 13.2669 14.0739 13.2669 13.9703V8.05784H8.75001ZM8.043 6.55674H13.8596C13.9631 6.55674 14.0624 6.5156 14.1357 6.44238C14.2089 6.36916 14.25 6.26985 14.25 6.1663V5.48203C14.25 5.37848 14.2089 5.27917 14.1357 5.20595C14.0624 5.13273 13.9631 5.09159 13.8596 5.09159H2.14038C2.03683 5.09159 1.93752 5.13273 1.8643 5.20595C1.79107 5.27917 1.74994 5.37848 1.74994 5.48203V6.1663C1.74994 6.26985 1.79107 6.36916 1.8643 6.44238C1.93752 6.5156 2.03683 6.55674 2.14038 6.55674H7.95702C7.97125 6.55594 7.98558 6.55553 8.00001 6.55553C8.01444 6.55553 8.02878 6.55594 8.043 6.55674Z", fill: "currentColor" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "clip0_135_29882" }, react_1.default.createElement("rect", { width: "16", height: "16", fill: "currentColor" }))))); }); exports.GiftSIcon.displayName = 'GiftSIcon';