iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 909 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 Camunda = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M3.327 0A3.327 3.327 0 000 3.326v17.348A3.327 3.327 0 003.327 24h17.347A3.326 3.326 0 0024 20.674V3.326A3.326 3.326 0 0020.674 0H3.327zm8.687 3.307c1.875 0 2.84 1.105 2.84 3.049v1.175H13.05V6.23c0-.867-.392-1.203-.994-1.203-.615-.014-.993.322-.993 1.189v6.56c0 .867.392 1.175.993 1.175.616 0 .994-.308.994-1.175v-1.734h1.804v1.608c-.014 1.945-.979 3.049-2.854 3.049-1.874 0-2.839-1.119-2.839-3.035V6.356c.014-1.944.979-3.049 2.853-3.049zM9.161 17.476h5.693v3.217H9.161v-3.217z" }));
exports.default = Camunda;