iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 784 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 Brandy = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M224 88a95.63 95.63 0 00-15.53-52.37 8 8 0 00-6.7-3.63H54.23a8 8 0 00-6.7 3.63A95.63 95.63 0 0032 88a96.12 96.12 0 0088 95.66V216H88a8 8 0 000 16h80a8 8 0 000-16h-32v-32.34A96.12 96.12 0 00224 88zM58.7 48h138.6a79.52 79.52 0 0110.3 32H48.4a79.52 79.52 0 0110.3-32zM128 168a80.11 80.11 0 01-79.6-72h159.2a80.11 80.11 0 01-79.6 72z" }));
exports.default = Brandy;