@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 959 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var tslib_es6 = require('../../node_modules/tslib/tslib.es6.js');
var index = require('../../node_modules/react/index.js');
const Gift48 = (_a) => {
var { fill, size = '3rem' } = _a, rest = tslib_es6.__rest(_a, ["fill", "size"]);
return (index.default.createElement("svg", Object.assign({ "aria-hidden": "true", width: size, height: size }, rest, { fill: fill, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 48 48" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M19 7.5a3.5 3.5 0 1 0 0 7h3.5V11A3.5 3.5 0 0 0 19 7.5Zm5-.654A6.5 6.5 0 0 0 13.522 14.5H8A1.5 1.5 0 0 0 6.5 16v26A1.5 1.5 0 0 0 8 43.5h32a1.5 1.5 0 0 0 1.5-1.5V16a1.5 1.5 0 0 0-1.5-1.5h-5.522A6.5 6.5 0 0 0 24 6.846Zm5 7.654a3.5 3.5 0 1 0-3.5-3.5v3.5H29Zm-19.5 16v10h13v-10h-13Zm0-3h13v-10h-13v10Zm16 3v10h13v-10h-13Zm13-3h-13v-10h13v10Z" })));
};
exports.default = Gift48;