iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 780 B
JavaScript
;
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 PartySpray = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M10.5 2.75a.75.75 0 01.75-.75h1.5a.75.75 0 01.707.5H14A.75.75 0 0114 4h-.5v.917a6.753 6.753 0 015.25 6.583v8.25A2.25 2.25 0 0116.5 22h-9a2.25 2.25 0 01-2.25-2.25V11.5c0-3.212 2.244-5.9 5.25-6.583V2.75zM6.75 11.5v.75h10.5v-.75a5.25 5.25 0 10-10.5 0zm10.5 2.25H6.75v6c0 .414.336.75.75.75h9a.75.75 0 00.75-.75v-6z", fill: "#323544" }));
exports.default = PartySpray;