iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 917 B
JavaScript
"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 CurrencyDinar = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-currency-dinar", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M14 20.01V20M6 13l2.386-.9a1 1 0 00-.095-1.902l-1.514-.404a1 1 0 01-.102-1.9L9 7" }),
React.createElement("path", { d: "M3 14v1a3 3 0 003 3h4.161a3 3 0 002.983-3.32L12 4M16 17l1 1h2a2 2 0 001.649-3.131L17.996 11" }));
exports.default = CurrencyDinar;