UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 835 B
"use strict"; 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 AddressBookBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M208 20H64a20 20 0 00-20 20v20H32a12 12 0 000 24h12v32H32a12 12 0 000 24h12v32H32a12 12 0 000 24h12v20a20 20 0 0020 20h144a20 20 0 0020-20V40a20 20 0 00-20-20zm-4 192H68V44h136zm-103.2-40.63a48 48 0 0170.4 0 12 12 0 0017.6-16.32 72 72 0 00-19.21-14.68 44 44 0 10-67.19 0 72.12 72.12 0 00-19.2 14.68 12 12 0 0017.6 16.32zM116 112a20 20 0 1120 20 20 20 0 01-20-20z" })); exports.default = AddressBookBold;