UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 517 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgClockwiseLine = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "m20 10.586 1.828-1.829 1.415 1.415L19 14.414l-4.243-4.242 1.415-1.415L18 10.586V8a3 3 0 0 0-3-3h-4V3h4a5 5 0 0 1 5 5zM13 9a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V10a1 1 0 0 1 1-1zm-1 2H4v8h8z" }) })); const Memo = memo(SvgClockwiseLine); export default Memo;