iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 833 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 AddressBook = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M83.19 174.4a8 8 0 0011.21-1.6 52 52 0 0183.2 0 8 8 0 1012.8-9.6 67.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 001.59 11.2zM112 112a24 24 0 1124 24 24 24 0 01-24-24zm96-88H64a16 16 0 00-16 16v24H32a8 8 0 000 16h16v40H32a8 8 0 000 16h16v40H32a8 8 0 000 16h16v24a16 16 0 0016 16h144a16 16 0 0016-16V40a16 16 0 00-16-16zm0 192H64V40h144z" }));
exports.default = AddressBook;