iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 857 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 BeanieThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M220 164.7V144a92.15 92.15 0 00-75.57-90.53 24 24 0 10-32.86 0A92.15 92.15 0 0036 144v20.7a12 12 0 00-8 11.3v32a12 12 0 0012 12h176a12 12 0 0012-12v-32a12 12 0 00-8-11.3zM112 36a16 16 0 1116 16 16 16 0 01-16-16zm16 24a84.09 84.09 0 0184 84v20H44v-20a84.09 84.09 0 0184-84zm-4 112v40H76v-40zm8 0h48v40h-48zm-96 36v-32a4 4 0 014-4h28v40H40a4 4 0 01-4-4zm184 0a4 4 0 01-4 4h-28v-40h28a4 4 0 014 4z" }));
exports.default = BeanieThin;