UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 875 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 AddressBookLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M159.11 142.13a38 38 0 10-46.22 0A65.75 65.75 0 0083.2 164.4a6 6 0 009.6 7.2 54 54 0 0186.4 0 6 6 0 009.6-7.2 65.75 65.75 0 00-29.69-22.27zM110 112a26 26 0 1126 26 26 26 0 01-26-26zm98-86H64a14 14 0 00-14 14v26H32a6 6 0 000 12h18v44H32a6 6 0 000 12h18v44H32a6 6 0 000 12h18v26a14 14 0 0014 14h144a14 14 0 0014-14V40a14 14 0 00-14-14zm2 190a2 2 0 01-2 2H64a2 2 0 01-2-2V40a2 2 0 012-2h144a2 2 0 012 2z" })); exports.default = AddressBookLight;