UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 997 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 AnchorDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M152 56a24 24 0 11-24-24 24 24 0 0124 24z", opacity: ".2" }), React.createElement("path", { d: "M216 136a8 8 0 00-8 8c0 24.69-13.77 29.64-38.1 36.28-11.36 3.1-24.12 6.6-33.9 14.34V128h32a8 8 0 000-16h-32V87a32 32 0 10-16 0v25H88a8 8 0 000 16h32v66.62c-9.78-7.74-22.54-11.24-33.9-14.34C61.77 173.64 48 168.69 48 144a8 8 0 00-16 0c0 38.11 27.67 45.66 49.9 51.72 24.33 6.64 38.1 11.59 38.1 36.28a8 8 0 0016 0c0-24.69 13.77-29.64 38.1-36.28 22.23-6.06 49.9-13.61 49.9-51.72a8 8 0 00-8-8zM112 56a16 16 0 1116 16 16 16 0 01-16-16z" })); exports.default = AnchorDuotone;