google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.23 kB
JavaScript
/**
* @license google-material-icons v2.1.3 - 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: "M3.52217 12.1287C3.32217 11.2687 3.22217 10.3687 3.22217 9.44873C3.22217 6.60873 4.21217 3.99873 5.85217 1.94873L6.92217 3.01873C5.54217 4.79873 4.72217 7.02873 4.72217 9.44873C4.72217 10.3287 4.83217 11.1887 5.04217 12.0087L6.66217 10.3887L7.72217 11.4487L4.22217 14.9487L0.722168 11.4487L1.78217 10.3887L3.52217 12.1287ZM13.5722 11.5687L10.8922 6.19873C10.5222 5.45873 9.62217 5.15873 8.88217 5.52873C8.13217 5.90873 7.83217 6.80873 8.20217 7.54873L13.0122 17.1487L9.77217 17.9487C9.44217 18.0387 9.18217 18.2787 9.07217 18.6087L8.72217 19.7287L14.9122 21.9787C15.4122 22.1487 16.1922 21.9987 16.6622 21.7587L22.1722 19.0087C23.0622 18.5587 23.4922 17.5287 23.1722 16.5887L21.7422 12.3187C21.4722 11.4987 20.7022 10.9487 19.8422 10.9487H15.2822C14.9722 10.9487 14.6622 11.0187 14.3922 11.1587L13.5722 11.5687Z",
key: "8v7hvj"
}
]
]);
export { SwipeDown as default };
//# sourceMappingURL=swipe_down.js.map