iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.32 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 Roadmapdotsh = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M20.693 0H3.307A3.307 3.307 0 000 3.307v17.386A3.307 3.307 0 003.307 24h17.386A3.307 3.307 0 0024 20.693V3.307A3.307 3.307 0 0020.693 0zm-7.706 9.18c-.349.031-.689.078-1.021.142-.333.063-.65.134-.95.214a3.64 3.64 0 00-.736.237v8.097a5.522 5.522 0 01-.76.143c-.333.047-.68.07-1.045.07a5.87 5.87 0 01-.95-.07 1.588 1.588 0 01-.688-.285 1.476 1.476 0 01-.452-.57c-.095-.253-.142-.578-.142-.974V9.061c0-.364.063-.673.19-.926.142-.27.34-.507.594-.713a3.93 3.93 0 01.926-.546 9.133 9.133 0 012.54-.736 8.093 8.093 0 011.378-.119c.76 0 1.361.15 1.804.451.444.285.665.76.665 1.425 0 .222-.032.443-.095.665a3.075 3.075 0 01-.237.57c-.341 0-.682.016-1.021.047zm5.113 8.453c-.412.443-.974.665-1.686.665s-1.274-.222-1.686-.665c-.412-.443-.617-.998-.617-1.662 0-.665.205-1.22.617-1.663.412-.443.974-.664 1.686-.664s1.274.221 1.686.664c.411.444.617.998.617 1.663 0 .664-.206 1.219-.617 1.662z" }));
exports.default = Roadmapdotsh;