UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.03 kB
"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 CoinYen = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-coin-yen", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M17 3.34A10 10 0 112 12l.005-.324A10 10 0 0117 3.34zm-1.445 3.828a1 1 0 00-1.387.277L12 10.696l-2.168-3.25a1 1 0 00-1.286-.337l-.1.059a1 1 0 00-.278 1.387L9.798 11H9a1 1 0 00-.993.883L8 12a1 1 0 001 1h2v1H9a1 1 0 00-.993.883L8 15a1 1 0 001 1h2v1a1 1 0 00.883.993L12 18l.117-.007A1 1 0 0013 17v-1h2a1 1 0 00.993-.883L16 15a1 1 0 00-1-1h-2v-1h2a1 1 0 00.993-.883L16 12a1 1 0 00-1-1h-.799l1.631-2.445a1 1 0 00-.184-1.317l-.093-.07z" })); exports.default = CoinYen;