@gravity-ui/icons
Version:
Pack of Gravity UI icons
9 lines (8 loc) • 1.52 kB
JavaScript
import * as React from 'react';
const Arrows3RotateLeftLetterA = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
React.createElement("g", { clipPath: "url(#a)" },
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8.007 1.52a6.47 6.47 0 0 1 3.384.983.75.75 0 1 1-.795 1.272 4.97 4.97 0 0 0-2.602-.756 4.98 4.98 0 0 0-3.583 1.469l.817.007a.75.75 0 1 1-.013 1.5l-2.497-.022a.75.75 0 0 1-.743-.756l.022-2.5a.75.75 0 1 1 1.5.013l-.005.56a6.48 6.48 0 0 1 4.515-1.77M1.453 7.796a6.47 6.47 0 0 0 .84 3.422 6.48 6.48 0 0 0 3.791 3.026l-.487.275a.75.75 0 0 0 .739 1.306l2.176-1.231a.75.75 0 0 0 .283-1.022L7.565 11.4a.75.75 0 0 0-1.305.738l.403.712a4.98 4.98 0 0 1-3.064-2.37 4.97 4.97 0 0 1-.647-2.63.75.75 0 1 0-1.499-.053m9.554 5.959a6.47 6.47 0 0 0 2.544-2.438 6.48 6.48 0 0 0 .724-4.796l.483.284a.75.75 0 1 0 .761-1.293l-2.154-1.268a.75.75 0 0 0-1.027.265l-1.267 2.151a.75.75 0 0 0 1.292.762l.415-.705a4.98 4.98 0 0 1-.52 3.838 4.97 4.97 0 0 1-1.955 1.876.75.75 0 1 0 .704 1.324M7.003 5.284a1.056 1.056 0 0 1 1.994 0l1.45 4.142a.75.75 0 0 1-1.416.496L8.9 9.543H7.1l-.132.379a.75.75 0 0 1-1.416-.496zM8 6.975l.374 1.068h-.748z", clipRule: "evenodd" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "a" },
React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" })))));
export default Arrows3RotateLeftLetterA;