@samix-ui/foundation-icons
Version:
[](https://www.npmjs.com/package/@samix-ui/foundation-icons)
15 lines (11 loc) • 934 B
JavaScript
var React = require('react');
var SvgSnapchatMinor = function SvgSnapchatMinor(props) {
return /*#__PURE__*/React.createElement("svg", Object.assign({
viewBox: "0 0 20 20"
}, props), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
d: "M10 3a7 7 0 1 0 0 14 7 7 0 0 0 0-14Zm.02 2.25c2.12 0 2.53 1.47 2.6 2.63.04.4.36.63.77.65l.25-.04c.24-.05.5-.12.5.13 0 .38-.37.57-.74.76-.38.18-.75.37-.75.74 0 .76 1.12 1.88 1.87 2.26.56.27.16.41-.3.57-.15.05-.32.1-.45.18-.17.08-.3.22-.44.37-.27.28-.53.55-1.06.38-.47-.16-.9 0-1.34.15-.3.11-.6.22-.9.22-.32 0-.62-.1-.92-.22-.43-.15-.87-.31-1.34-.15-.53.17-.79-.1-1.06-.38-.13-.15-.27-.29-.44-.38-.13-.06-.3-.12-.46-.17-.45-.16-.84-.3-.29-.57.75-.38 1.88-1.5 1.88-2.26 0-.37-.38-.56-.75-.74-.38-.2-.75-.38-.75-.76 0-.25.27-.18.5-.13.1.02.2.05.25.04.42-.02.74-.24.77-.65.07-1.16.48-2.63 2.6-2.63Z"
}));
};
exports.SvgSnapchatMinor = SvgSnapchatMinor;
;