google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 688 B
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 SwipeLeftAlt = createIcon("SwipeLeftAlt", [
[
"path",
{
d: "M11.1 13C11.56 15.28 13.58 17 16 17C18.76 17 21 14.76 21 12C21 9.24 18.76 7 16 7C13.58 7 11.56 8.72 11.1 11H6.83L8.42 9.41L7 8L3 12L7 16L8.41 14.59L6.83 13H11.1ZM16 15C14.34 15 13 13.66 13 12C13 10.34 14.34 9 16 9C17.66 9 19 10.34 19 12C19 13.66 17.66 15 16 15Z",
key: "1dtbm8"
}
]
]);
export { SwipeLeftAlt as default };
//# sourceMappingURL=swipe_left_alt.js.map