iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 811 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 Dailydotdev = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M18.29 5.706a1.405 1.405 0 00-1.987 0L4.716 17.296l1.324-2.65-2.65-2.649 3.312-3.311 2.65 2.65 1.986-1.988-3.642-3.642a1.405 1.405 0 00-1.987 0L.411 11.004a1.404 1.404 0 000 1.987l4.305 4.304.993.993a1.405 1.405 0 001.987 0L19.285 6.7l-.993-.994zm-.332 3.647l2.65 2.65-4.306 4.305a1.404 1.404 0 101.986 1.986l5.299-5.298a1.404 1.404 0 000-1.987l-4.305-4.304-1.324 2.648z" }));
exports.default = Dailydotdev;