iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 842 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 AddressBookTabs = (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-16 72h16v48h-16zm16-16h-16V48h16zM48 48h128v160H48zm160 160h-16v-40h16v40zm-56.25-42a39.76 39.76 0 00-17.19-23.34 32 32 0 10-45.12 0A39.84 39.84 0 0072.25 166a8 8 0 0015.5 4c2.64-10.25 13.06-18 24.25-18s21.62 7.73 24.25 18a8 8 0 1015.5-4zM96 120a16 16 0 1116 16 16 16 0 01-16-16z" }));
exports.default = AddressBookTabs;