@shopify/polaris-icons
Version:
[](https://www.npmjs.com/package/@shopify/polaris-icons)
20 lines (16 loc) • 943 B
JavaScript
;
var React = require('react');
var SvgDomainRedirectIcon = function SvgDomainRedirectIcon(props) {
return /*#__PURE__*/React.createElement("svg", Object.assign({
viewBox: "0 0 20 20"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M1.5 2.75a.75.75 0 0 1 .75-.75h10.5a.75.75 0 0 1 0 1.5h-9.75v8.25a.75.75 0 0 1-1.5 0v-9Z"
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
d: "M4.75 4.5a.75.75 0 0 0-.75.75v9c0 .414.336.75.75.75h4.5a.75.75 0 0 0 0-1.5h-3.75v-5h9v.75a.75.75 0 0 0 1.5 0v-4a.75.75 0 0 0-.75-.75h-10.5Zm9.75 2.5v-1h-9v1h9Z"
}), /*#__PURE__*/React.createElement("path", {
d: "M12.25 14.902a.75.75 0 0 1 0-1.5h3.243l-.841-.841a.75.75 0 0 1 1.06-1.061l2.122 2.121a.75.75 0 0 1 0 1.061l-2.122 2.121a.75.75 0 1 1-1.06-1.06l.84-.841h-3.242Z"
}));
};
SvgDomainRedirectIcon.displayName = "DomainRedirectIcon";
exports.SvgDomainRedirectIcon = SvgDomainRedirectIcon;