UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 905 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 AddressBookTabsLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M208 34H48a14 14 0 00-14 14v160a14 14 0 0014 14h160a14 14 0 0014-14V48a14 14 0 00-14-14zm-18 68h20v52h-20zm20-54v42h-20V46h18a2 2 0 012 2zM46 208V48a2 2 0 012-2h130v164H48a2 2 0 01-2-2zm162 2h-18v-44h20v42a2 2 0 01-2 2zm-58.19-43.49A38 38 0 00131.23 143a30 30 0 10-38.45 0 38 38 0 00-18.59 23.5 6 6 0 0011.62 3C88.67 158.38 99.93 150 112 150s23.34 8.38 26.19 19.49a6 6 0 0011.62-3zM94 120a18 18 0 1118 18 18 18 0 01-18-18z" })); exports.default = AddressBookTabsLight;