google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.47 kB
JavaScript
/**
* @license google-material-icons v2.1.4 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const SwipeDown = createIcon("SwipeDown", [
[
"path",
{
d: "M19.9739 10.0029L15.8239 10.0129C15.6639 10.0029 15.5139 10.0329 15.3739 10.0929L14.7839 10.3529L12.9539 6.25293C12.3939 4.99293 10.9139 4.42293 9.65391 4.98293C8.39391 5.54293 7.82391 7.02293 8.38391 8.28293L11.6839 15.7329L9.81391 16.1229C9.62391 16.1729 8.82391 16.3929 8.45391 17.3329L7.75391 19.1929L14.5339 21.8629C15.0239 22.0529 15.5839 22.0429 16.0639 21.8229L22.0539 19.1729C22.9439 18.7729 23.4239 17.7929 23.1839 16.8529L21.8239 11.5129C21.6039 10.6529 20.8539 10.0429 19.9739 10.0029ZM21.2439 17.3429L15.2539 20.0029L10.3339 18.0429L14.5139 17.1629L10.2139 7.46293C10.1039 7.21293 10.2139 6.91293 10.4639 6.80293C10.7139 6.69293 11.0139 6.80293 11.1239 7.05293L13.6239 12.7029L15.2339 11.9929L19.8839 12.0029L21.2439 17.3429ZM3.55391 12.1829C3.35391 11.3229 3.25391 10.4229 3.25391 9.50293C3.25391 6.66293 4.24391 4.05293 5.88391 2.00293L6.95391 3.07293C5.57391 4.85293 4.75391 7.08293 4.75391 9.50293C4.75391 10.3829 4.86391 11.2429 5.07391 12.0629L6.69391 10.4429L7.75391 11.5029L4.25391 15.0029L0.753906 11.5029L1.81391 10.4429L3.55391 12.1829Z",
key: "673i9w"
}
]
]);
export { SwipeDown as default };
//# sourceMappingURL=swipe_down.js.map