iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 764 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 Securityscorecard = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M16.37 2.5L12 5 7.63 7.5v-5L12 0zM22.487 6l.003 4.986-8.728-4.993L18.118 3.5zm-4.369 9.508l-.001 4.997 4.377-2.5-.003-5.018-4.373-2.502zm-10.49 5.994L12 24l4.369-2.495v-4.997zM7.63 9.5v5.001l4.37 2.5 4.37-2.494V9.5L12 7zm-6.124 8.504L1.508 13l8.747 5.003-4.376 2.5zM5.882 3.5l-4.37 2.501-.002 4.998 4.372 2.503z" }));
exports.default = Securityscorecard;