UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 789 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 BrandyThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M220 88a91.67 91.67 0 00-14.88-50.18 4 4 0 00-3.35-1.82H54.23a4 4 0 00-3.35 1.82A91.67 91.67 0 0036 88a92.11 92.11 0 0088 91.91V220H88a4 4 0 000 8h80a4 4 0 000-8h-36v-40.09A92.11 92.11 0 00220 88zM56.43 44h143.14a83.5 83.5 0 0112.32 40H44.11a83.5 83.5 0 0112.32-40zM128 172a84.1 84.1 0 01-83.9-80h167.8a84.1 84.1 0 01-83.9 80z" })); exports.default = BrandyThin;