google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 680 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 SwipeUpAlt = createIcon("SwipeUpAlt", [
[
"path",
{
d: "M13 6.83L14.59 8.42L16 7L12 3L8 7L9.41 8.41L11 6.83V11.1C8.72 11.56 7 13.58 7 16C7 18.76 9.24 21 12 21C14.76 21 17 18.76 17 16C17 13.58 15.28 11.56 13 11.1V6.83ZM12 19C10.34 19 9 17.66 9 16C9 14.34 10.34 13 12 13C13.66 13 15 14.34 15 16C15 17.66 13.66 19 12 19Z",
key: "1t78xe"
}
]
]);
export { SwipeUpAlt as default };
//# sourceMappingURL=swipe_up_alt.js.map