iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.07 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 Dev = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M7.848 10.084c-.174-.116-.319-.174-.493-.174h-.697v4.152h.697a.69.69 0 00.493-.175c.175-.116.204-.29.204-.522v-2.816a.578.578 0 00-.204-.465zM19.2 3.03H4.8c-.987 0-1.8.813-1.8 1.8v14.43c0 .9.813 1.712 1.8 1.712h14.458c.987 0 1.742-.784 1.742-1.742V4.83c-.029-.987-.813-1.8-1.8-1.8zM9.213 13.394c0 .784-.494 1.916-1.916 1.916H5.439V8.662h1.916c1.422 0 1.916 1.132 1.916 1.916l-.058 2.816zM13.19 9.88h-2.119v1.539h1.306v1.19h-1.306v1.539h2.12v1.19h-2.498a.878.878 0 01-.87-.784V9.503c0-.435.319-.812.784-.87h2.583V9.88zm4.181 4.558c-.523 1.22-1.48.987-1.916 0l-1.539-5.806h1.336l1.19 4.558 1.19-4.53h1.307L17.37 14.44z", fill: "#323544" }));
exports.default = Dev;