@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.5 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var ModeSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.75 1a3.25 3.25 0 1 0 0 6.5 3.25 3.25 0 0 0 0-6.5m-1.237 2.013a1.75 1.75 0 1 1 2.476 2.476 1.75 1.75 0 0 1-2.476-2.476M2.306 1c-.27 0-.523.07-.737.213-.21.14-.341.321-.42.48A1.4 1.4 0 0 0 1 2.273v.03-.112 4.002c0 .27.069.523.212.738.14.21.321.34.48.42a1.4 1.4 0 0 0 .582.147h.017L2.3 7.5h.005-.112 4.003c.27 0 .522-.07.737-.213.21-.14.34-.321.42-.48a1.4 1.4 0 0 0 .148-.581v-.03.112-4.002c0-.27-.07-.523-.213-.738-.14-.21-.32-.34-.48-.42a1.4 1.4 0 0 0-.581-.147h-.018L6.201 1H2.306M2.5 2.5V6H6V2.5zM4.25 7.667a1.18 1.18 0 0 0-.908.426l-.001.002-2.06 2.463-.001.002a1.21 1.21 0 0 0 0 1.547v.001l2.058 2.462.002.002a1.183 1.183 0 0 0 1.82 0l.001-.002 2.057-2.462.001-.001a1.21 1.21 0 0 0 0-1.547L5.163 8.097l-.002-.002a1.19 1.19 0 0 0-.91-.428m0 1.678-1.662 1.988 1.662 1.989 1.661-1.989zM11.333 8.083a1.24 1.24 0 0 0-1.096.658l-2.405 4.33-.002.004a1.32 1.32 0 0 0-.011 1.25A1.25 1.25 0 0 0 8.914 15h4.8389999999999995a1.25 1.25 0 0 0 1.095-.674 1.32 1.32 0 0 0-.011-1.251L12.43 8.74a1.24 1.24 0 0 0-1.097-.658m2.024 5.417-2.024-3.643L9.31 13.5z", clipRule: "evenodd" }))); });
ModeSIcon.displayName = 'ModeSIcon';