@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 2.06 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.FilledNfcMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FilledNfcMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", d: "M18.628 3.349a.75.75 0 0 1 1.023.279l.001.002.002.003.006.01.02.037c.05.092.163.304.311.618.197.418.457 1.021.717 1.768.519 1.49 1.042 3.576 1.042 5.934s-.523 4.443-1.042 5.934a17 17 0 0 1-1.028 2.386l-.02.036-.006.01-.002.004v.001a.75.75 0 0 1-1.304-.742l.003-.006.014-.024.056-.106c.15-.287.51-1.016.87-2.052.482-1.384.959-3.299.959-5.441s-.477-4.057-.958-5.441c-.24-.69-.48-1.244-.658-1.622a10 10 0 0 0-.27-.536l-.013-.024-.002-.005a.75.75 0 0 1 .279-1.023M15.165 5.83a.75.75 0 0 1 1.006.335v.002l.002.003.004.008.012.025c.03.062.09.194.167.393.103.266.236.651.369 1.148.265.994.525 2.434.525 4.256s-.26 3.262-.525 4.256c-.143.534-.308 1.076-.552 1.574a.75.75 0 1 1-1.345-.664l.005-.01c.034-.072.237-.515.442-1.287.235-.881.475-2.19.475-3.869 0-1.678-.24-2.988-.475-3.87a8.6 8.6 0 0 0-.442-1.286l-.005-.01a.75.75 0 0 1 .337-1.005M10.584 7.876a.75.75 0 0 1 1.04.208l.001.002.002.002.004.006.012.02.04.064q.052.082.132.228c.105.194.244.471.381.815A7.6 7.6 0 0 1 12.75 12a7.6 7.6 0 0 1-.554 2.779 8 8 0 0 1-.512 1.043l-.04.064-.013.02-.004.006-.002.002v.001a.752.752 0 0 1-1.116.152l-6.597-5.718A8.7 8.7 0 0 0 3.75 12a8.8 8.8 0 0 0 .387 2.545l.06.178.002.005a.75.75 0 0 1-1.398.544v-.002l-.001-.002-.002-.005-.006-.016a9.097 9.097 0 0 1-.272-.934A10.3 10.3 0 0 1 2.25 12c0-.928.135-1.737.27-2.313.075-.323.16-.649.28-.959a.75.75 0 0 1 1.191-.295l6.778 5.874.035-.085A6 6 0 0 0 11.25 12a6 6 0 0 0-.446-2.221 6 6 0 0 0-.402-.82l-.023-.038-.004-.007a.75.75 0 0 1 .209-1.038" }))); });
exports.FilledNfcMIcon.displayName = 'FilledNfcMIcon';