UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 1.94 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({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), react_1.default.createElement("g", { clipPath: "url(#GiftSIcon__a)" }, react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M3.073 1.032C3.536.52 4.233.265 5.09.265c1.225 0 2.149.809 2.72 1.6q.1.14.19.285.093-.146.192-.284c.571-.793 1.495-1.601 2.72-1.601.855 0 1.553.254 2.016.767.456.506.579 1.148.529 1.712-.026.29-.098.578-.207.848h.61a1.89 1.89 0 0 1 1.891 1.89v.684a1.89 1.89 0 0 1-.983 1.659v6.145a1.89 1.89 0 0 1-1.89 1.89H3.123a1.89 1.89 0 0 1-1.89-1.89V7.825A1.89 1.89 0 0 1 .25 6.166v-.684a1.89 1.89 0 0 1 1.89-1.89h.611a3 3 0 0 1-.207-.848c-.05-.564.073-1.206.529-1.712m1.577 2.56h2.41a4 4 0 0 0-.469-.85c-.447-.621-.979-.977-1.502-.977-.564 0-.802.161-.902.272-.106.118-.173.308-.149.575.024.27.137.55.293.748.163.209.288.232.313.232zm4.29 0h2.416c.025 0 .15-.023.313-.232.155-.199.269-.477.293-.748.024-.267-.043-.457-.15-.575-.099-.11-.337-.272-.902-.272-.522 0-1.054.356-1.501.977a4 4 0 0 0-.47.85M2.733 8.058v5.912a.39.39 0 0 0 .39.39H7.25V8.059zm6.017 0v6.303h4.127a.39.39 0 0 0 .39-.39V8.057zm-.707-1.501h5.817a.39.39 0 0 0 .39-.39v-.685a.39.39 0 0 0-.39-.39H2.14a.39.39 0 0 0-.39.39v.684a.39.39 0 0 0 .39.39h5.817a1 1 0 0 1 .086 0", clipRule: "evenodd" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "GiftSIcon__a" }, react_1.default.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); }); exports.GiftSIcon.displayName = 'GiftSIcon';