UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 791 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 BrandyBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M228 88a99.63 99.63 0 00-16.18-54.55 12 12 0 00-10-5.45H54.23a12 12 0 00-10 5.45A99.63 99.63 0 0028 88a100.15 100.15 0 0088 99.28V212H88a12 12 0 000 24h80a12 12 0 000-24h-28v-24.72A100.15 100.15 0 00228 88zM61.05 52H195a75.43 75.43 0 018.1 24H53a75.43 75.43 0 018.05-24zm67 112a76.12 76.12 0 01-75-64H203a76.12 76.12 0 01-75 64z" })); exports.default = BrandyBold;