UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 999 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 AddressBookTabsDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M48 40a8 8 0 00-8 8v160a8 8 0 008 8h136V40zm64 104a24 24 0 1124-24 24 24 0 01-24 24z", opacity: ".2" }), React.createElement("path", { d: "M208 32H48a16 16 0 00-16 16v160a16 16 0 0016 16h160a16 16 0 0016-16V48a16 16 0 00-16-16zm-16 72h16v48h-16zm16-16h-16V48h16zM48 48h128v160H48zm160 160h-16v-40h16v40zm-56.25-42a39.76 39.76 0 00-17.19-23.34 32 32 0 10-45.12 0A39.84 39.84 0 0072.25 166a8 8 0 0015.5 4c2.64-10.25 13.06-18 24.25-18s21.62 7.73 24.25 18a8 8 0 1015.5-4zM96 120a16 16 0 1116 16 16 16 0 01-16-16z" })); exports.default = AddressBookTabsDuotone;