@ozen-ui/icons
Version:
A collection of icons
10 lines (9 loc) • 1.84 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ChevronCircleTopSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.ChevronCircleTopSIcon = (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.46959 5.58515C7.76248 5.29226 8.23735 5.29225 8.53025 5.58514L11.6713 8.72618C11.9642 9.01907 11.9642 9.49394 11.6713 9.78684C11.3785 10.0797 10.9036 10.0797 10.6107 9.78685L7.99993 7.17614L5.38924 9.78684C5.09635 10.0797 4.62148 10.0797 4.32858 9.78684C4.03569 9.49395 4.03569 9.01908 4.32858 8.72618L7.46959 5.58515Z", fill: "currentColor" }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.51993 2.51993C3.97334 1.06652 5.94459 0.25 8.00002 0.25C10.0555 0.25 12.0267 1.06652 13.4801 2.51993C14.9335 3.97334 15.75 5.94459 15.75 8.00002C15.75 10.0555 14.9335 12.0267 13.4801 13.4801C12.0267 14.9335 10.0555 15.75 8.00002 15.75C5.94459 15.75 3.97334 14.9335 2.51993 13.4801C1.06652 12.0267 0.25 10.0555 0.25 8.00002C0.25 5.94459 1.06652 3.97334 2.51993 2.51993ZM8.00002 1.75C6.34241 1.75 4.75269 2.40848 3.58059 3.58059C2.40848 4.75269 1.75 6.34241 1.75 8.00002C1.75 9.65763 2.40848 11.2473 3.58059 12.4195C4.75269 13.5916 6.34241 14.25 8.00002 14.25C9.65763 14.25 11.2473 13.5916 12.4195 12.4195C13.5916 11.2473 14.25 9.65763 14.25 8.00002C14.25 6.34241 13.5916 4.75269 12.4195 3.58059C11.2473 2.40848 9.65763 1.75 8.00002 1.75Z", fill: "currentColor" }))); });
exports.ChevronCircleTopSIcon.displayName = 'ChevronCircleTopSIcon';