iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 936 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 AddressBookTabsThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M208 36H48a12 12 0 00-12 12v160a12 12 0 0012 12h160a12 12 0 0012-12V48a12 12 0 00-12-12zm-20 64h24v56h-24zm24-52v44h-24V44h20a4 4 0 014 4zM44 208V48a4 4 0 014-4h132v168H48a4 4 0 01-4-4zm164 4h-20v-48h24v44a4 4 0 01-4 4zm-60.12-45a36.24 36.24 0 00-20.44-23.67 28 28 0 10-30.88 0A36.28 36.28 0 0076.13 167a4 4 0 002.87 4.87 3.87 3.87 0 001 .13 4 4 0 003.87-3C87 157 99.05 148 112 148s25.05 9 28.12 21a4 4 0 007.76-2zM92 120a20 20 0 1120 20 20 20 0 01-20-20z" }));
exports.default = AddressBookTabsThin;