@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 2.15 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.FilledNFCSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FilledNFCSIcon = (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: "M12.4991 1.46685C12.7935 1.17552 13.2684 1.17806 13.5597 1.47251C14.9714 2.89939 15.7529 5.23182 15.8188 7.60417C15.8851 9.99056 15.2328 12.5614 13.5981 14.4856C13.3299 14.8013 12.8566 14.8398 12.541 14.5716C12.2253 14.3034 12.1868 13.8301 12.455 13.5144C13.7937 11.9386 14.3781 9.75944 14.3194 7.64583C14.2603 5.51818 13.5551 3.60061 12.4934 2.52749C12.2021 2.23304 12.2046 1.75817 12.4991 1.46685ZM9.88486 3.28321C10.2117 3.02875 10.6829 3.08742 10.9374 3.41426C11.8951 4.6444 12.3364 6.35397 12.3364 8C12.3364 9.64603 11.8951 11.3556 10.9374 12.5857C10.6829 12.9126 10.2117 12.9713 9.88486 12.7168C9.55802 12.4623 9.49934 11.9911 9.7538 11.6643C10.4505 10.7694 10.8364 9.41647 10.8364 8C10.8364 6.58353 10.4505 5.2306 9.7538 4.33574C9.49934 4.0089 9.55802 3.53766 9.88486 3.28321ZM6.4426 4.7796C6.77143 4.52772 7.24219 4.5901 7.49406 4.91894C8.84915 6.68804 8.84915 9.31196 7.49406 11.0811C7.36915 11.2441 7.18282 11.3488 6.97856 11.3707C6.77431 11.3926 6.57002 11.3298 6.41339 11.1969L1.58418 7.09888C1.52611 7.4214 1.49947 7.71334 1.50001 7.99942C1.50111 8.58263 1.61525 9.18986 1.87131 10.0318C1.99184 10.4281 1.7683 10.847 1.37201 10.9675C0.975717 11.0881 0.556752 10.8645 0.436222 10.4682C0.159148 9.55726 0.00150876 8.79204 1.07787e-05 8.00226C-0.00148917 7.21142 0.153604 6.4443 0.437337 5.52813C0.511858 5.2875 0.702198 5.10035 0.944051 5.02992C1.1859 4.95948 1.44696 5.01516 1.63903 5.17814L6.70772 9.47933C7.2179 8.30862 7.08308 6.84915 6.30325 5.83106C6.05138 5.50223 6.11376 5.03147 6.4426 4.7796Z", fill: "currentColor" }))); });
exports.FilledNFCSIcon.displayName = 'FilledNFCSIcon';