iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.45 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 Rockwellautomation = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M23.125 6.157l-4.668-4.668a.767.767 0 00-.98-.087l-8.983 6.05c1.7.106 2.732.796 2.732 2.367 0 1.372-.74 2.226-1.992 2.375v.024c.582.106.968.376 1.254.74.1.126.169.275.208.434l.71 2.15 3.052-7.648a.708.708 0 01.657-.445h2.682l3.567 8.932h-2.207c-.448 0-.867-.283-1.056-.708-.113-.326-.23-.652-.344-.978h-3.24l-.629 1.686h-4.84a.537.537 0 01-.524-.452l-.805-2.34c-.112-.401-.51-.464-.902-.464h-.783v3.256H3.279v-5.415l-1.649 1.11a.557.557 0 00-.238.456v3.448c0 .222.132.42.334.51l15.54 6.504a.768.768 0 00.847-.16l5.008-4.987A2.983 2.983 0 0024 15.732V8.268a2.995 2.995 0 00-.875-2.111zM8.375 10.28c0-.806-.55-.923-1.135-.923H6.072v1.9h1.126c.596 0 1.177-.077 1.177-.977zm6.868 2.422h1.814l-.888-2.523zM6.83 7.435L16.431.322a.177.177 0 00-.105-.32H8.455A3.44 3.44 0 006.021 1.01L1.008 6.022A3.44 3.44 0 000 8.456v7.088a3.44 3.44 0 001.008 2.434l5.013 5.012a3.44 3.44 0 002.434 1.008h6.818c.19 0 .247-.257.075-.338l-13.55-6.388a1.615 1.615 0 01-.926-1.46v-3.4c0-.356.169-.69.454-.9l1.952-1.447v-2.63z" }));
exports.default = Rockwellautomation;