iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.1 kB
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", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M16.433 18.765H4.22a1.11 1.11 0 0 1-1.11-1.11v-2.22h-.555a.555.555 0 0 1 0-1.112h.555v-2.22h-.555a.555.555 0 1 1 0-1.11h.555v-2.22h-.555a.555.555 0 0 1 0-1.111h.555v-2.22h-.555a.555.555 0 0 1 0-1.111h.555V2.11c0-.613.497-1.11 1.11-1.11h12.213c.613 0 1.11.497 1.11 1.11v15.544a1.11 1.11 0 0 1-1.11 1.11zM13.103 2.11H4.775a.555.555 0 0 0-.556.555v1.666h.556a.555.555 0 0 1 0 1.11H4.22v2.22h.556a.555.555 0 0 1 0 1.111H4.22v2.22h.556a.555.555 0 0 1 0 1.111H4.22v2.22h.556a.555.555 0 0 1 0 1.111H4.22V17.1c0 .307.249.555.556.555h8.326V2.11zm3.33.555a.556.556 0 0 0-.555-.555h-1.665v15.544h1.665a.555.555 0 0 0 .555-.555V2.665z", fill: "#000", fillRule: "evenodd" }));
exports.default = AddressBook;