UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 2.7 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SettingsFilledSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.SettingsFilledSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.58551 0.714972L7.58773 0.714966L8.41436 0.714969C8.76796 0.716017 9.11301 0.82383 9.40431 1.02429C9.69533 1.22457 9.91915 1.50799 10.0465 1.83749L10.3831 2.70642L11.3938 3.28789L12.3328 3.14465C12.6777 3.09784 13.0287 3.15472 13.3413 3.30787C13.6539 3.46102 13.9138 3.70364 14.0882 4.00489L14.0902 4.00847L14.4904 4.70878C14.6685 5.01378 14.7504 5.36545 14.7255 5.71784C14.7005 6.07089 14.5694 6.40812 14.3493 6.68529L13.7768 7.41463V8.57973L14.3674 9.31207C14.5887 9.58972 14.7205 9.92793 14.7456 10.2821C14.7706 10.6344 14.6886 10.9861 14.5106 11.2911L14.1103 11.9914L14.1083 11.995C13.9339 12.2963 13.674 12.5389 13.3614 12.692C13.0488 12.8452 12.6978 12.902 12.3529 12.8551L12.3407 12.8535L11.4139 12.712L10.4032 13.2935L10.067 14.1615C9.93961 14.491 9.71544 14.7753 9.42441 14.9756C9.13312 15.1761 8.78807 15.2839 8.43446 15.2849L8.43225 15.2849H7.58773L7.58551 15.2849C7.23191 15.2839 6.88686 15.1761 6.59556 14.9756C6.30454 14.7753 6.08072 14.4919 5.95336 14.1624L5.61675 13.2935L4.6061 12.712L3.66709 12.8552C3.32219 12.9021 2.97114 12.8452 2.65858 12.692C2.34602 12.5389 2.08605 12.2963 1.9117 11.995L1.90963 11.9914L1.50946 11.2911C1.33138 10.9861 1.24942 10.6344 1.27437 10.2821C1.29937 9.92896 1.43054 9.59168 1.65063 9.31449L2.22303 8.58527V7.42017L1.63243 6.68783C1.41118 6.41018 1.27933 6.07197 1.25426 5.71784C1.22931 5.36545 1.31127 5.01378 1.48935 4.70878L1.89158 4.00489C2.06593 3.70364 2.32591 3.46102 2.63847 3.30787C2.95103 3.15472 3.30207 3.09794 3.64697 3.14475L3.65921 3.14642L4.58843 3.28826L5.61765 2.70412L5.95301 1.83842C6.08035 1.5088 6.30446 1.22462 6.59556 1.02429C6.88686 0.82383 7.23191 0.716017 7.58551 0.714972ZM7.99994 6.73919C7.66556 6.73919 7.34488 6.87202 7.10844 7.10846C6.872 7.3449 6.73917 7.66558 6.73917 7.99995C6.73917 8.33433 6.872 8.65501 7.10844 8.89145C7.34488 9.12788 7.66556 9.26071 7.99994 9.26071C8.33431 9.26071 8.65499 9.12788 8.89143 8.89145C9.12787 8.65501 9.2607 8.33433 9.2607 7.99995C9.2607 7.66558 9.12787 7.3449 8.89143 7.10846C8.65499 6.87202 8.33431 6.73919 7.99994 6.73919Z", fill: "currentColor" }))); }); exports.SettingsFilledSIcon.displayName = 'SettingsFilledSIcon';