UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.29 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({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.586.715h.828a1.755 1.755 0 0 1 1.633 1.122l.336.87 1.01.58.94-.142a1.76 1.76 0 0 1 1.755.86l.002.003.4.7a1.76 1.76 0 0 1-.14 1.977l-.573.73V8.58l.59.732a1.755 1.755 0 0 1 .144 1.98l-.4.7-.003.003a1.755 1.755 0 0 1-1.755.86l-.012-.002-.927-.141-1.01.582-.337.867a1.76 1.76 0 0 1-1.633 1.124h-.848a1.755 1.755 0 0 1-1.633-1.123l-.336-.869-1.01-.581-.94.143a1.75 1.75 0 0 1-1.755-.86l-.002-.004-.4-.7a1.755 1.755 0 0 1 .14-1.977l.573-.729V7.42l-.59-.732a1.755 1.755 0 0 1-.144-1.98l.403-.703a1.755 1.755 0 0 1 1.755-.86l.012.001.93.142 1.029-.584.335-.866A1.76 1.76 0 0 1 7.586.715M8 6.739a1.26 1.26 0 1 0 0 2.522 1.26 1.26 0 0 0 0-2.522", clipRule: "evenodd" }))); }); exports.SettingsFilledSIcon.displayName = 'SettingsFilledSIcon';