UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 693 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 AnchorSimpleLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M224 114h-24a6 6 0 000 12h17.8a90.13 90.13 0 01-83.8 83.78V93.4a30 30 0 10-12 0v116.38A90.13 90.13 0 0138.2 126H56a6 6 0 000-12H32a6 6 0 00-6 6 102 102 0 00204 0 6 6 0 00-6-6zM110 64a18 18 0 1118 18 18 18 0 01-18-18z" })); exports.default = AnchorSimpleLight;