UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 839 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 AnchorFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M224 144c0 38.11-27.67 45.66-49.9 51.72-24.33 6.64-38.1 11.59-38.1 36.28a8 8 0 01-16 0c0-24.69-13.77-29.64-38.1-36.28C59.67 189.66 32 182.11 32 144a8 8 0 0116 0c0 24.69 13.77 29.64 38.1 36.28 11.36 3.1 24.12 6.6 33.9 14.34V128H88a8 8 0 010-16h32V82.83a28 28 0 1116 0V112h32a8 8 0 010 16h-32v66.62c9.78-7.74 22.54-11.24 33.9-14.34 24.33-6.64 38.1-11.59 38.1-36.28a8 8 0 0116 0z" })); exports.default = AnchorFill;