UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 844 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 AddressBookTabsBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M208 28H48a20 20 0 00-20 20v160a20 20 0 0020 20h160a20 20 0 0020-20V48a20 20 0 00-20-20zm-20 80h16v40h-16zm16-24h-16V52h16zM52 52h112v152H52zm136 152v-32h16v32zm-36.38-39a43.22 43.22 0 00-15.16-23 36 36 0 10-56.92 0 43.35 43.35 0 00-15.16 23 12 12 0 1023.24 6c2.2-8.54 11-15 20.38-15s18.19 6.44 20.38 15a12 12 0 0023.24-6zM96 120a12 12 0 1112 12 12 12 0 01-12-12z" })); exports.default = AddressBookTabsBold;