iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 826 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 Boulanger = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M8.405 3.612V7.19h5.662c2.987.034 5.383 2.43 5.383 5.418-.035 2.987-2.431 5.383-5.383 5.418H10.94a5.425 5.425 0 01-5.418-5.418V8.405c0-2.084 1.145-3.89 2.882-4.793zC3.785 3.612 0 7.397 0 12.017a8.353 8.353 0 008.37 8.371h7.26c4.619 0 8.37-3.717 8.37-8.371s-3.682-8.405-8.37-8.405zm.035 6.426v2.535a2.549 2.549 0 002.535 2.535h3.022a2.549 2.549 0 002.535-2.535 2.527 2.527 0 00-2.535-2.535z" }));
exports.default = Boulanger;