UNPKG

optimall-icons

Version:

Biblioteca de ícones do Optimall

31 lines 2.64 kB
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); } import React, { forwardRef } from 'react'; export const RotateLockIcon = /*#__PURE__*/forwardRef(({ className, style, ariaLabel, size = 24, width, height, ...props }, ref) => { const iconSize = width || height || size; return /*#__PURE__*/React.createElement("svg", _extends({ ref: ref, className: className, "aria-label": ariaLabel || "rotate, lock", style: style, width: width || iconSize, height: height || iconSize, viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props), /*#__PURE__*/React.createElement("path", { d: "M12.024 1.1C5.993 1.1 1.1 5.978 1.1 12s4.893 10.9 10.924 10.9c4.48 0 8.33-2.69 10.015-6.539a.9.9 0 0 0-1.649-.722 9.128 9.128 0 0 1-8.366 5.461C6.983 21.1 2.9 17.024 2.9 12s4.083-9.1 9.124-9.1c4.3 0 7.905 2.967 8.87 6.957l-1.172-.239a.9.9 0 1 0-.359 1.764l2.457.5a.9.9 0 0 0 1.075-.971C22.347 5.4 17.688 1.1 12.025 1.1Z" }), /*#__PURE__*/React.createElement("path", { d: "m9.337 10.059.004.093a2.654 2.654 0 0 0-1.617 1.77 4.67 4.67 0 0 0-.098.787c-.017.29-.025.624-.026.953a16.65 16.65 0 0 0 .053 1.507l.007.073.02.07c.341 1.282 1.251 1.865 2.117 2.042l.05.01.05.004c.495.044 2.217.038 3.128.035h.003l.42-.001c.586.01 1.203-.093 1.742-.448.556-.367.919-.932 1.114-1.633l.013-.046.008-.047c.044-.265.073-.94.076-1.559.001-.313-.004-.64-.02-.931a4.641 4.641 0 0 0-.101-.816l-.008-.033-.01-.032c-.311-.937-.945-1.455-1.594-1.699l.004-.109.003-.066c.005-.13.011-.279.012-.426.003-.338-.015-.776-.17-1.202-.774-2.195-3.836-2.377-4.9-.283-.25.469-.29.986-.296 1.368a10 10 0 0 0 .014.573l.002.046Zm3.483-1.103c-.236-.675-1.24-.782-1.6-.064l-.007.012-.006.012c-.041.076-.082.236-.086.547a8.35 8.35 0 0 0 .012.47v.018l.002.029h1.739v-.001c0-.025.002-.05.003-.073.005-.131.01-.248.01-.365.003-.283-.02-.457-.062-.571l-.002-.007-.003-.007ZM9.707 12a.805.805 0 0 0-.24.367 5.977 5.977 0 0 0-.044.446 16.65 16.65 0 0 0-.023.855c-.002.483.013.95.037 1.245.078.25.187.39.286.475.102.09.232.153.386.19.468.032 1.932.027 2.833.024l.515-.001h.017c.372.007.59-.062.724-.15.113-.075.252-.219.355-.558l.009-.094a20.508 20.508 0 0 0 .039-1.138 15.24 15.24 0 0 0-.017-.827 3.807 3.807 0 0 0-.044-.449c-.093-.256-.23-.392-.359-.472a.932.932 0 0 0-.484-.134h-3.36c-.305 0-.5.104-.63.22Z", fillRule: "evenodd", clipRule: "evenodd" })); }); export default RotateLockIcon;