UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 515 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgClockwise2Line = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M10.586 4 8.757 2.172 10.172.757 14.414 5l-4.242 4.243-1.415-1.415L10.586 6H8a3 3 0 0 0-3 3v4H3V9a5 5 0 0 1 5-5zM9 11a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H10a1 1 0 0 1-1-1zm2 1v8h8v-8z" }) })); const Memo = memo(SvgClockwise2Line); export default Memo;