iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 790 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 BrandyLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M222 88a93.64 93.64 0 00-15.21-51.28 6 6 0 00-5-2.72H54.23a6 6 0 00-5 2.72A93.64 93.64 0 0034 88a94.1 94.1 0 0088 93.8V218H88a6 6 0 000 12h80a6 6 0 000-12h-34v-36.2A94.1 94.1 0 00222 88zM57.56 46h140.88a81.62 81.62 0 0111.34 36H46.22a81.62 81.62 0 0111.34-36zM128 170a82.09 82.09 0 01-81.76-76h163.52A82.09 82.09 0 01128 170z" }));
exports.default = BrandyLight;