about summary refs log tree commit diff
path: root/src/components/icons/ArrowRotateCounterClockwise.tsx
blob: 35cd23a9757ac71b74cb56ec2e499e95c762bf25 (plain) (blame)
1
2
3
4
5
6
import {createSinglePathSVG} from './TEMPLATE'

export const ArrowRotateCounterClockwise_Stroke2_Corner0_Rounded =
  createSinglePathSVG({
    path: 'M5 3a1 1 0 0 1 1 1v1.423c.498-.46 1.02-.869 1.58-1.213C8.863 3.423 10.302 3 12.028 3a9 9 0 1 1-8.487 12 1 1 0 0 1 1.885-.667A7 7 0 1 0 12.028 5c-1.37 0-2.444.327-3.402.915-.474.29-.93.652-1.383 1.085H9a1 1 0 0 1 0 2H5a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1Z',
  })