iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.44 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 Robotframework = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M4.957 10.225a3.405 3.405 0 013.4-3.403 3.406 3.406 0 013.402 3.403 1.235 1.235 0 11-2.469 0 .932.932 0 00-1.865 0 1.234 1.234 0 11-2.468 0m14.086 5.717c0 .684-.552 1.236-1.234 1.236H6.357a1.234 1.234 0 01-1.234-1.236c0-.684.553-1.237 1.234-1.237H17.81c.682 0 1.234.553 1.234 1.237m-5.35-5.025a1.235 1.235 0 01.333-1.714l2.862-1.933a1.23 1.23 0 011.715.328 1.235 1.235 0 01-.334 1.715l-2.862 1.933c-.545.383-1.335.238-1.715-.329zm7.838 7.602a.881.881 0 01-.257.623l-2.128 2.127a.882.882 0 01-.623.258H5.477a.882.882 0 01-.623-.258l-2.128-2.127a.881.881 0 01-.258-.623V5.482a.88.88 0 01.258-.623l2.128-2.128a.882.882 0 01.623-.258h13.046a.882.882 0 01.623.258l2.128 2.128a.88.88 0 01.258.623v13.037zm1.812-15.083L20.564.658A2.245 2.245 0 0018.977 0H5.021a2.244 2.244 0 00-1.588.658L.657 3.436A2.245 2.245 0 000 5.023v13.955c0 .595.237 1.166.657 1.587l2.779 2.778c.42.42.991.657 1.587.657h13.954a2.245 2.245 0 001.588-.657l2.778-2.778A2.244 2.244 0 0024 18.977V5.023a2.245 2.245 0 00-.657-1.587z" }));
exports.default = Robotframework;