UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.93 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GiftMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.GiftMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5.827 3.16c.543-.6 1.374-.91 2.431-.91 1.472 0 2.604.967 3.32 1.956.154.21.295.432.422.658q.192-.34.422-.658c.716-.989 1.848-1.956 3.32-1.956 1.057 0 1.888.31 2.432.91.537.592.688 1.35.627 2.03-.04.455-.176.906-.383 1.308h1.116c.586 0 1.149.231 1.565.644s.65.976.65 1.562v.874a2.2 2.2 0 0 1-1.263 1.992v7.974c0 .586-.235 1.148-.65 1.561-.417.414-.98.645-1.566.645H5.73c-.586 0-1.149-.231-1.565-.645a2.2 2.2 0 0 1-.65-1.561V11.57A2.201 2.201 0 0 1 2.25 9.578v-.874c0-.586.234-1.148.65-1.562.416-.413.98-.644 1.565-.644h1.116a3.6 3.6 0 0 1-.383-1.307c-.06-.681.09-1.439.628-2.031M7.68 7.998h11.854c.191 0 .374.076.508.209a.7.7 0 0 1 .208.497v.874a.7.7 0 0 1-.208.498.72.72 0 0 1-.508.208h-7.486a1 1 0 0 0-.095 0H4.466a.72.72 0 0 1-.508-.208.7.7 0 0 1-.208-.498v-.874c0-.185.074-.364.208-.497a.72.72 0 0 1 .508-.209zm-2.666 3.788v7.758c0 .185.074.364.208.497a.72.72 0 0 0 .508.209h5.52v-8.464zm7.736 0v8.464h5.52a.72.72 0 0 0 .508-.209.7.7 0 0 0 .208-.497v-7.758zm3.567-5.288c.125 0 .34-.084.57-.378.225-.284.386-.678.42-1.062.034-.382-.059-.686-.244-.89-.18-.198-.552-.418-1.321-.418-.775 0-1.514.52-2.106 1.336-.347.479-.59.986-.732 1.412zm-5.22 0H7.683c-.125 0-.34-.084-.57-.378a2.1 2.1 0 0 1-.42-1.062c-.034-.382.059-.686.244-.89.18-.198.552-.418 1.321-.418.775 0 1.514.52 2.106 1.336.347.479.59.986.733 1.412", clipRule: "evenodd" }))); }); exports.GiftMIcon.displayName = 'GiftMIcon';