@samix-ui/foundation-icons
Version:
[](https://www.npmjs.com/package/@samix-ui/foundation-icons)
15 lines (11 loc) • 781 B
JavaScript
var React = require('react');
var SvgTwitterMinor = function SvgTwitterMinor(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-14Zm4.5 4.3a4.2 4.2 0 0 1-1.13.33c.39-.23 1-.7 1.13-1.13-.36.21-1 .43-1.42.51a1.8 1.8 0 0 0-1.35-.51c-1.02 0-1.73.86-1.73 1.88v.74c-1.5 0-2.96-1.14-3.87-2.24a1.8 1.8 0 0 0-.25.92c0 .68.62 1.37 1.12 1.7-.3 0-.88-.24-1.13-.38v.03c0 .88.63 1.49 1.47 1.65l-.1.04c-.15.06-.39.16-.96.16.23.73 1.41 1.1 2.22 1.13-.63.49-1.76.74-2.63.74h-.37c.82.51 1.96.76 3 .76a5.04 5.04 0 0 0 5.24-5.44c.32-.23.47-.46.67-.76l.09-.13Z"
}));
};
exports.SvgTwitterMinor = SvgTwitterMinor;
;