iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 856 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 AddressBookTabsFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M208 32H48a16 16 0 00-16 16v160a16 16 0 0016 16h160a16 16 0 0016-16V48a16 16 0 00-16-16zm-24 16h24v40h-24zm0 56h24v48h-24zm-38 71.75a8 8 0 01-9.74-5.76c-2.63-10.26-13.06-18-24.25-18s-21.61 7.74-24.25 18a8 8 0 01-15.5-4 39.84 39.84 0 0117.19-23.34 32 32 0 1145.12 0A39.76 39.76 0 01151.75 166a8 8 0 01-5.75 9.75zM208 208h-24v-40h24v40zm-80-88a16 16 0 11-16-16 16 16 0 0116 16z" }));
exports.default = AddressBookTabsFill;