UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.34 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OptionsSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.OptionsSIcon = (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: "M13 5a1.25 1.25 0 1 1 0 2.5A1.25 1.25 0 0 1 13 5m-.743-1.398a1 1 0 0 1-.007-.102V2a.75.75 0 0 1 1.5 0v1.5a1 1 0 0 1-.007.102 2.751 2.751 0 0 1 0 5.296A1 1 0 0 1 13.75 9v5.5a.75.75 0 0 1-1.5 0V9q0-.051.007-.102a2.751 2.751 0 0 1 0-5.296M8 1.25a.75.75 0 0 1 .75.75v5.5a1 1 0 0 1-.007.102 2.751 2.751 0 0 1 0 5.296A1 1 0 0 1 8.75 13v1.5a.75.75 0 0 1-1.5 0V13q0-.051.007-.102a2.751 2.751 0 0 1 0-5.296A1 1 0 0 1 7.25 7.5V2A.75.75 0 0 1 8 1.25m1.25 9a1.25 1.25 0 1 0-2.5 0 1.25 1.25 0 0 0 2.5 0M3.75 2a.75.75 0 0 0-1.5 0v1.5q0 .051.007.102a2.751 2.751 0 0 0 0 5.296A1 1 0 0 0 2.25 9v5.5a.75.75 0 0 0 1.5 0V9a1 1 0 0 0-.007-.102 2.751 2.751 0 0 0 0-5.296A1 1 0 0 0 3.75 3.5zM3 5a1.25 1.25 0 1 1 0 2.5A1.25 1.25 0 0 1 3 5", clipRule: "evenodd" }))); }); exports.OptionsSIcon.displayName = 'OptionsSIcon';