UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 889 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 CurrencyHryvnia = (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-hryvnia", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M8 7a2.64 2.64 0 012.562-2h3.376A2.64 2.64 0 0116.5 7a2.57 2.57 0 01-1.344 2.922L9.28 12.86A3.338 3.338 0 007.5 16.5a3.11 3.11 0 003.05 2.5h2.888A2.64 2.64 0 0016 17M6 10h12M6 14h12" })); exports.default = CurrencyHryvnia;