UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.06 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const BoxGift1 = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.406 5.787a2.625 2.625 0 014.23-3 2.625 2.625 0 014.23 3h2.277a2.25 2.25 0 012.25 2.25V8.5c0 .815-.433 1.529-1.082 1.924V19a2.25 2.25 0 01-2.25 2.25H7.21A2.25 2.25 0 014.96 19v-8.576A2.249 2.249 0 013.877 8.5v-.463a2.25 2.25 0 012.25-2.25h2.279zM14.51 3.5c-.621 0-1.125.504-1.125 1.125V5.75h1.125a1.125 1.125 0 000-2.25zm-2.625 2.25V4.625A1.125 1.125 0 1010.76 5.75h1.125zm6.926 5H6.46V19c0 .414.335.75.75.75H18.06a.75.75 0 00.75-.75v-8.25zm.332-1.5a.75.75 0 00.75-.75v-.463a.75.75 0 00-.75-.75H6.127a.75.75 0 00-.75.75V8.5c0 .414.336.75.75.75h13.016z", fill: "#323544" })); exports.default = BoxGift1;