iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 710 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 Riscv = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M6.95.051h16.947v6.21L13.473 21.004l-.524.734-5.789-6.842c4.103-.74 6.21-3.896 6.21-7.37C13.37 4.05 11.263.472 6.95.05zm-5.475 13.37l8.74 10.528H0V3.419h5.474c2.945 0 4.422 1.999 4.422 4.107 0 2.107-1.477 4.21-4.422 4.21H1.475v1.685zm14.07 10.528H24V12.157l-7.685 10.738-.77 1.054z" }));
exports.default = Riscv;