UNPKG

@pluralsight/icons

Version:
8 lines (7 loc) 1.01 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); function MoveIcon(props) { return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", "aria-label": "move icon", ...props, children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2Zm0 2c-4.411 0-8 3.589-8 8s3.589 8 8 8 8-3.589 8-8-3.589-8-8-8Zm2.237 8.06.939.94H11.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h3.676l-.94.939a.5.5 0 0 0 0 .707l.708.707a.5.5 0 0 0 .707 0l3-3a.5.5 0 0 0 0-.707l-3-3a.498.498 0 0 0-.708 0l-.707.707a.5.5 0 0 0 0 .707h.001ZM8.828 11l.94.939a.5.5 0 0 1 0 .707l-.707.707a.5.5 0 0 1-.708 0l-3-3a.5.5 0 0 1 0-.707l3-3a.5.5 0 0 1 .707 0l.707.707a.5.5 0 0 1 0 .708L8.828 9H12.5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H8.828Z", clipRule: "evenodd" }) }); } exports.default = MoveIcon;