UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 860 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 Dinersclub = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M16.506 11.982a6.026 6.026 0 00-3.866-5.618V17.6a6.025 6.025 0 003.866-5.618zM8.33 17.598V6.365a6.03 6.03 0 00-3.863 5.617 6.028 6.028 0 003.863 5.616zm2.156-15.113A9.497 9.497 0 00.99 11.982a9.495 9.495 0 009.495 9.494 9.495 9.495 0 009.496-9.494 9.499 9.499 0 00-9.496-9.497zm-.023 19.888C4.723 22.4 0 17.75 0 12.09 0 5.905 4.723 1.626 10.463 1.627h2.69C18.822 1.627 24 5.903 24 12.09c0 5.658-5.176 10.283-10.848 10.283" })); exports.default = Dinersclub;