google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 690 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 ArrowCircleLeft = createIcon("ArrowCircleLeft", [
[
"path",
{
d: "M2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2C6.48 2 2 6.48 2 12ZM20 12C20 16.42 16.42 20 12 20C7.58 20 4 16.42 4 12C4 7.58 7.58 4 12 4C16.42 4 20 7.58 20 12ZM8 12L12 8L13.41 9.41L11.83 11H16V13H11.83L13.42 14.59L12 16L8 12Z",
key: "11mn9m"
}
]
]);
export { ArrowCircleLeft as default };
//# sourceMappingURL=arrow_circle_left.js.map