@styled-icons/simple-icons
Version:
Simple Icons available as Styled Components
43 lines (34 loc) • 3.31 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
var _typeof = require("@babel/runtime/helpers/typeof");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.RobotframeworkDimensions = exports.Robotframework = void 0;
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
var React = _interopRequireWildcard(require("react"));
var _styledIcon = require("@styled-icons/styled-icon");
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
var Robotframework = /*#__PURE__*/React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg"
};
return /*#__PURE__*/React.createElement(_styledIcon.StyledIconBase, (0, _extends2.default)({
iconAttrs: attrs,
iconVerticalAlign: "middle",
iconViewBox: "0 0 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M4.957 10.225a3.405 3.405 0 0 1 3.4-3.403 3.406 3.406 0 0 1 3.402 3.403 1.235 1.235 0 1 1-2.469 0 .932.932 0 0 0-1.865 0 1.234 1.234 0 1 1-2.468 0m14.086 5.717c0 .684-.552 1.236-1.234 1.236H6.357a1.234 1.234 0 0 1-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 0 1 .333-1.714l2.862-1.933a1.23 1.23 0 0 1 1.715.328 1.235 1.235 0 0 1-.334 1.715l-2.862 1.933c-.545.383-1.335.238-1.715-.329zm7.838 7.602a.881.881 0 0 1-.257.623l-2.128 2.127a.882.882 0 0 1-.623.258H5.477a.882.882 0 0 1-.623-.258l-2.128-2.127a.881.881 0 0 1-.258-.623V5.482a.88.88 0 0 1 .258-.623l2.128-2.128a.882.882 0 0 1 .623-.258h13.046a.882.882 0 0 1 .623.258l2.128 2.128a.88.88 0 0 1 .258.623v13.037zm1.812-15.083L20.564.658A2.245 2.245 0 0 0 18.977 0H5.021a2.244 2.244 0 0 0-1.588.658L.657 3.436A2.245 2.245 0 0 0 0 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 0 0 1.588-.657l2.778-2.778A2.244 2.244 0 0 0 24 18.977V5.023a2.245 2.245 0 0 0-.657-1.587z"
}));
});
exports.Robotframework = Robotframework;
Robotframework.displayName = 'Robotframework';
var RobotframeworkDimensions = {
height: 24,
width: 24
};
exports.RobotframeworkDimensions = RobotframeworkDimensions;