iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 808 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 AddressBookFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M160 112a24 24 0 11-24-24 24 24 0 0124 24zm64-72v176a16 16 0 01-16 16H64a16 16 0 01-16-16v-24H32a8 8 0 010-16h16v-40H32a8 8 0 010-16h16V80H32a8 8 0 010-16h16V40a16 16 0 0116-16h144a16 16 0 0116 16zm-33.6 123.2a67.88 67.88 0 00-27.4-21.69 40 40 0 10-53.94 0A67.88 67.88 0 0081.6 163.2a8 8 0 1012.8 9.6 52 52 0 0183.2 0 8 8 0 1012.8-9.6z" }));
exports.default = AddressBookFill;