iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 801 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 SymbolParameter = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11 6h-1v-.5a.5.5 0 00-.5-.5H8.48v5.5a.5.5 0 00.5.5h.5v1h-3v-1h.5a.5.5 0 00.5-.5V5H6.5a.5.5 0 00-.5.5V6H5V4h6v2zm2.915 2.048l-1.463-1.462.707-.707 1.816 1.816v.707l-1.768 1.767-.707-.707 1.415-1.414zM3.547 9.462L2.086 8 3.5 6.586l-.707-.707-1.768 1.767v.708l1.816 1.815.707-.707z", fill: "#424242" }));
exports.default = SymbolParameter;