// Copyright (c) Mysten Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
import { SVGProps } from 'react';

const SvgSettings16 = (props: SVGProps<SVGSVGElement>) => (
	<svg
		xmlns="http://www.w3.org/2000/svg"
		width="1em"
		height="1em"
		fill="none"
		viewBox="0 0 15 15"
		{...props}
	>
		<path
			fill="currentColor"
			d="M6.56 14.488c-.59 0-1.06-.374-1.193-.94l-.235-1.008-.108-.038-.882.545c-.496.305-1.092.223-1.505-.196l-.895-.89c-.419-.43-.495-1.021-.184-1.504l.546-.875-.038-.102-1.003-.235a1.2 1.2 0 0 1-.927-1.193V6.808c0-.584.362-1.06.927-1.2l.997-.241.038-.102-.546-.876c-.305-.482-.229-1.073.19-1.51l.895-.89a1.188 1.188 0 0 1 1.498-.196l.883.54.114-.039.235-1.009A1.2 1.2 0 0 1 6.56.345h1.295c.59 0 1.066.375 1.193.94l.235 1.01.114.038.883-.54c.495-.305 1.092-.222 1.498.197l.895.888c.425.438.501 1.029.19 1.511l-.546.876.045.102.99.24c.565.14.927.617.927 1.2v1.245a1.2 1.2 0 0 1-.927 1.193l-1.003.235-.032.102.54.875c.305.483.235 1.073-.184 1.505l-.895.889c-.413.418-1.01.501-1.505.196l-.882-.546-.108.039-.235 1.009c-.127.565-.603.94-1.193.94H6.56Zm.254-1.434h.787c.108 0 .152-.051.171-.14l.369-1.549c.47-.095.844-.26 1.225-.508l1.345.832c.077.05.146.044.223-.025l.546-.546c.076-.07.07-.146.025-.223l-.832-1.345c.223-.356.4-.787.49-1.206l1.548-.368c.089-.02.14-.064.14-.172V7.05c0-.114-.045-.159-.14-.178l-1.549-.368a4.006 4.006 0 0 0-.482-1.212l.825-1.34c.05-.082.057-.152-.013-.228l-.552-.54c-.076-.07-.14-.076-.229-.025l-1.345.819a3.89 3.89 0 0 0-1.225-.502L7.772 1.92c-.019-.089-.063-.14-.17-.14h-.788c-.102 0-.152.051-.165.14L6.28 3.469c-.45.101-.927.298-1.238.508L3.697 3.15c-.089-.05-.152-.044-.228.026l-.552.54c-.07.07-.064.145-.013.221l.831 1.353c-.21.349-.387.78-.482 1.218l-1.549.362c-.089.02-.14.064-.14.178v.755c0 .108.051.153.14.172l1.549.361c.089.432.267.845.489 1.213l-.838 1.352c-.045.076-.051.152.025.222l.546.546c.07.07.146.076.222.025l1.352-.838c.375.248.8.426 1.232.508l.368 1.55c.013.088.063.139.165.139Zm.394-3.244a2.399 2.399 0 0 1-2.394-2.393c0-1.308 1.08-2.38 2.394-2.38a2.39 2.39 0 0 1 2.386 2.38A2.393 2.393 0 0 1 7.208 9.81Zm0-1.276c.596 0 1.098-.508 1.098-1.117 0-.603-.502-1.104-1.098-1.104-.61 0-1.111.501-1.111 1.104 0 .616.501 1.117 1.11 1.117Z"
		/>
	</svg>
);
export default SvgSettings16;
