UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 562 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 Goldenline = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M11.997 24a11.995 11.995 0 0011.949-13.04h-6.781v2.943h1.226a6.667 6.667 0 11-.114-4.156h5.509A11.995 11.995 0 1012 23.991z" })); exports.default = Goldenline;