@iconscout/react-unicons-monochrome
Version:
1,100+ vector icons as easy to use React Components
17 lines • 1.52 kB
JavaScript
import * as React from "react";
import "../utils/style.css";
function UimSwiggy(props) {
return /*#__PURE__*/React.createElement("svg", Object.assign({}, props, {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 24 24",
width: props.size || '1em',
height: props.size || '1em',
fill: "currentColor",
className: `ui-svg-inline ${props.className || ''}`
}), /*#__PURE__*/React.createElement("path", {
opacity: 1,
d: "M10.047 14.693c-.654 0-1.308-.012-1.961.004a1.342 1.342 0 0 1-1.33-.748A11.188 11.188 0 0 1 5.23 8.432a6.272 6.272 0 0 1 1.847-4.285 6.718 6.718 0 0 1 2.694-1.752 6.608 6.608 0 0 1 3.648-.243 6.831 6.831 0 0 1 5.343 5.711.507.507 0 0 1-.344.603 4.95 4.95 0 0 1-1.573.374 14.831 14.831 0 0 1-3.148.045c-.42-.052-.496-.135-.5-.569-.004-.592-.001-1.184-.002-1.777l-.003-.276a.297.297 0 0 0-.314-.335c-.235-.008-.339.125-.34.34-.003 1.012-.002 2.023-.001 3.034 0 .288.182.358.427.358.909-.001 1.818-.004 2.727.002a6.945 6.945 0 0 1 1.67.162 1.203 1.203 0 0 1 1.012 1.635 14.17 14.17 0 0 1-1.494 3.871 34.228 34.228 0 0 1-3.577 5.26c-.345.43-.711.842-1.06 1.268-.158.193-.277.189-.43-.01a43.866 43.866 0 0 1-3.427-4.956c-.127-.22-.226-.457-.333-.688-.103-.222-.02-.368.193-.467a2.596 2.596 0 0 1 .8-.195 7.704 7.704 0 0 1 2.348.02c.45.082.524.188.523.639 0 .347-.005.694 0 1.042.003.22.066.431.33.43.262-.003.324-.215.326-.435.004-.725-.002-1.45.003-2.176.002-.312-.195-.371-.445-.372q-1.041-.002-2.083 0Z",
"data-name": "Brand Logos"
}));
}
export default UimSwiggy;