@shopify/polaris-icons
Version:
[](https://www.npmjs.com/package/@shopify/polaris-icons)
17 lines (13 loc) • 1.29 kB
JavaScript
;
var React = require('react');
var SvgLogoCriteoIcon = function SvgLogoCriteoIcon(props) {
return /*#__PURE__*/React.createElement("svg", Object.assign({
viewBox: "0 0 20 20"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M10 7.084a4.576 4.576 0 0 0-3.358-1.469c-2.567 0-4.642 1.864-4.642 4.394 0 2.529 2.079 4.372 4.646 4.372a4.592 4.592 0 0 0 3.359-1.468c.002 0 .003-.002.005-.004l.003-.005a.252.252 0 0 0-.034-.35l-1.203-1.01a.251.251 0 0 0-.333.018 2.603 2.603 0 0 1-1.801.74c-1.284 0-2.323-.963-2.323-2.297 0-1.335 1.04-2.311 2.323-2.311.673.004 1.322.27 1.801.74a.25.25 0 0 0 .333.013l1.203-1.005.009-.009a.247.247 0 0 0 .012-.35Z"
}), /*#__PURE__*/React.createElement("path", {
d: "m16.73 11.44 1.506 2.239a.348.348 0 0 1 .063.214c0 .206-.168.37-.374.37h-2.306a.428.428 0 0 1-.3-.126l-.883-1.107c-.35-.412-.804-.281-.804.245v.74c0 .14-.11.249-.248.249h-2.104a.246.246 0 0 1-.249-.249v-1.54c0-.063.055-.118.118-.122 1.217-.067 2.214-1.103 2.214-2.319 0-1.208-.99-2.264-2.214-2.332a.121.121 0 0 1-.118-.122v-1.586c0-.14.11-.249.249-.249h3.623c1.688 0 3.056 1.292 3.056 2.93 0 .955-.434 1.784-1.124 2.247h-.004a.372.372 0 0 0-.101.518Z"
}));
};
SvgLogoCriteoIcon.displayName = "LogoCriteoIcon";
exports.SvgLogoCriteoIcon = SvgLogoCriteoIcon;