iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.48 kB
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 Jcb = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M5.097 4.425C3.419 4.425 2 5.759 2 7.442v12.133h16.903c1.742 0 3.097-1.397 3.097-3.049V4.425H5.097zM8.58 16.367c0 1.239-1 2.192-2.226 2.192H3.097v-4.67s1 .255 2.258.255c2.129 0 2.774-.794 2.774-1.779v-2.54H6.226v2.604c0 .635-.42 1.08-1.194 1.08-.645 0-1.258-.19-1.903-.477v-5.4c0-1.238 1-2.19 2.226-2.19H8.58v10.925zm6.16 0c0 1.239-1 2.192-2.225 2.192H9.29V13.54c.549.445 1.549.763 3.13.731a9.49 9.49 0 001.741-.254v-.953c-.451.222-1 .445-1.677.476-1.194.096-1.903-.476-1.903-1.524 0-1.017.742-1.62 1.903-1.525.677.032 1.258.223 1.677.508v-.952s-.903-.223-1.742-.254c-1.548-.032-2.548.222-3.129.73V7.665c0-1.24 1-2.192 2.226-2.192h3.226v10.894zm6.13 0c0 1.239-1 2.192-2.226 2.192h-3.29v-4.447h3.451c.807 0 1.42-.444 1.42-1.111 0-.636-.549-1.017-1.258-1.017v-.032c.645-.095 1-.476 1-.984 0-.636-.549-.985-1.258-1.017h-3.323V7.665c0-1.24 1-2.192 2.226-2.192h3.258v10.894zm-3.097-4.224h.13c.225.032.45.35.45.635 0 .318-.225.54-.45.54h-1.388v-1.175h1.258zm-1.258-.508v-1.08h1.258a.528.528 0 01.452.54c0 .254-.226.508-.452.54h-1.258z", fill: "#323544" }));
exports.default = Jcb;