iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 911 B
JavaScript
;
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 Datev = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M0 .165v16.917h23.915V.165zm.017 18.184v5.486h1.98c1.476 0 2.744-1.183 2.744-2.7-.042-1.687-1.098-2.786-2.574-2.786zm6.62 0l-2.108 5.486h1.177l1.642-4.343 1.355 3.454H7.179v.889h3.039l-2.15-5.486zm2.65 0v.931h1.778v4.555h1.219V19.28h1.727v-.93zm5.19 0v5.486h3.792v-.889h-2.616v-1.515h2.32v-.932h-2.32V19.28h2.489v-.93zm3.961 0l2.15 5.486h1.304L24 18.349h-2.904v.931h1.389l-1.27 3.327-1.558-4.258zm-17.287.931h.932c.927 0 1.557.674 1.515 1.812-.042 1.18-.843 1.812-1.812 1.812h-.635z" }));
exports.default = Datev;