iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 863 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 Build = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M7.854 6.6l2.5-2.5-.708-.7L8 5.043V0H7v5.043L5.354 3.4l-.708.7 2.5 2.5h.708z", fill: "#C5C5C5" }),
React.createElement("path", { d: "M14 14.5V5h-1v9H2V5H1v9.5l.5.5h12l.5-.5z", fill: "#C5C5C5" }),
React.createElement("path", { d: "M5 12.5v-1l-.5-.5h-1l-.5.5v1l.5.5h1l.5-.5zM9 11.5v1l-.5.5h-1l-.5-.5v-1l.5-.5h1l.5.5zM7 9.5v-1L6.5 8h-1l-.5.5v1l.5.5h1l.5-.5zM11 8.5v1l-.5.5h-1L9 9.5v-1l.5-.5h1l.5.5z", fill: "#C5C5C5" }));
exports.default = Build;