UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 818 B
"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 GiftFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-gift-fill", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M3 2.5a2.5 2.5 0 015 0 2.5 2.5 0 015 0v.006c0 .07 0 .27-.038.494H15a1 1 0 011 1v1a1 1 0 01-1 1H1a1 1 0 01-1-1V4a1 1 0 011-1h2.038A3 3 0 013 2.506zm1.068.5H7v-.5a1.5 1.5 0 10-3 0c0 .085.002.274.045.43zM9 3h2.932l.023-.07c.043-.156.045-.345.045-.43a1.5 1.5 0 00-3 0zm6 4v7.5a1.5 1.5 0 01-1.5 1.5H9V7zM2.5 16A1.5 1.5 0 011 14.5V7h6v9z" })); exports.default = GiftFill;