UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 869 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 AddressBookThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M154.7 142.75a36 36 0 10-37.4 0 63.61 63.61 0 00-32.5 22.85 4 4 0 006.4 4.8 56 56 0 0189.6 0 4 4 0 006.4-4.8 63.65 63.65 0 00-32.5-22.85zM108 112a28 28 0 1128 28 28 28 0 01-28-28zm100-84H64a12 12 0 00-12 12v28H32a4 4 0 000 8h20v48H32a4 4 0 000 8h20v48H32a4 4 0 000 8h20v28a12 12 0 0012 12h144a12 12 0 0012-12V40a12 12 0 00-12-12zm4 188a4 4 0 01-4 4H64a4 4 0 01-4-4V40a4 4 0 014-4h144a4 4 0 014 4z" })); exports.default = AddressBookThin;