@shopify/polaris-icons
Version:
[](https://www.npmjs.com/package/@shopify/polaris-icons)
19 lines (15 loc) • 1.96 kB
JavaScript
;
var React = require('react');
var SvgLogoInstagramIcon = function SvgLogoInstagramIcon(props) {
return /*#__PURE__*/React.createElement("svg", Object.assign({
viewBox: "0 0 20 20"
}, props), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
d: "M10 3c-1.901 0-2.14.008-2.886.042-.745.034-1.254.153-1.7.326-.466.175-.89.45-1.24.807-.355.35-.63.773-.807 1.24-.172.445-.29.954-.325 1.7-.034.746-.042.983-.042 2.885 0 1.902.008 2.14.042 2.886.034.745.153 1.254.326 1.7.175.466.45.89.807 1.24.35.355.773.63 1.24.807.445.172.954.29 1.7.325.746.034.984.042 2.885.042 1.901 0 2.14-.008 2.886-.042.745-.034 1.254-.153 1.7-.326.466-.175.89-.45 1.24-.807.355-.35.63-.773.807-1.24.172-.445.29-.954.325-1.7.034-.746.042-.984.042-2.885 0-1.901-.008-2.14-.042-2.886-.034-.745-.153-1.254-.326-1.7a3.432 3.432 0 0 0-.807-1.24 3.433 3.433 0 0 0-1.24-.807c-.445-.172-.954-.29-1.7-.325-.746-.034-.983-.042-2.885-.042Zm0 1.261c1.869 0 2.09.007 2.829.041.682.031 1.053.145 1.3.241.326.127.56.279.805.523.245.245.396.479.523.805.096.247.21.618.241 1.3.034.738.04.96.04 2.829 0 1.869-.006 2.09-.04 2.829-.031.682-.145 1.053-.241 1.3a2.173 2.173 0 0 1-.523.805c-.226.232-.501.41-.805.523-.247.096-.618.21-1.3.241-.738.034-.96.04-2.829.04-1.87 0-2.09-.006-2.829-.04-.682-.031-1.053-.145-1.3-.241a2.168 2.168 0 0 1-.805-.523 2.17 2.17 0 0 1-.523-.805c-.096-.247-.21-.618-.241-1.3-.034-.738-.04-.96-.04-2.829 0-1.869.006-2.09.04-2.829.031-.682.145-1.053.241-1.3.127-.326.279-.56.523-.805.226-.232.501-.41.805-.523.247-.096.618-.21 1.3-.241.738-.034.96-.04 2.829-.04Z"
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
d: "M10 12.336a2.335 2.335 0 1 1 0-4.67 2.335 2.335 0 0 1 0 4.67Zm0-5.934a3.598 3.598 0 1 0 0 7.196 3.598 3.598 0 0 0 0-7.196Zm4.645-.065a.85.85 0 1 1-1.701 0 .85.85 0 0 1 1.7 0Z"
}));
};
SvgLogoInstagramIcon.displayName = "LogoInstagramIcon";
exports.SvgLogoInstagramIcon = SvgLogoInstagramIcon;